Bugzilla – Bug 134126
broken umlauts in star messages
Last modified: 2006-01-04 13:12:22 UTC
Some of the binaries in the star package show broken umlauts. Try: /usr/bin/smt -version /usr/bin/star -version /usr/bin/tartest -v The "ö" character is not displayed correctly.
The problem seems to be in: mt/mt.c star/star.c star/star_fat.c tartest/tartest.c But I can't get it to work because then it fails to link: ==> LINKING "OBJ/i686-linux-gcc/star_fat" OBJ/i686-linux-gcc/xattr.o: In function `set_xattr': xattr.c:(.text+0x4ae): undefined reference to `selinux_enabled' OBJ/i686-linux-gcc/extract.o: In function `extract': extract.c:(.text+0x12e): undefined reference to `selinux_enabled' OBJ/i686-linux-gcc/create.o: In function `createlist': create.c:(.text+0xbc7): undefined reference to `null' collect2: ld returned 1 exit status make[1]: *** [OBJ/i686-linux-gcc/star_fat] Fehler 1 It's the same error when converting these 4 files to UTF-8 or replacing "Ö" by "oe". I'm rebuilding from your .spec file. Rebuilding without modification works.
Lets not spend time and energy on maintaining a patch for such a cosmetic issue, but rather get Jörg Schilling to fix it upstream. Did you report it to him? selinux have been disabled in newer version, and it builds just fine.