Bug 134126

Summary: broken umlauts in star messages
Product: [openSUSE] SUSE Linux 10.1 Reporter: Andreas Hanke <andreas.hanke>
Component: BasesystemAssignee: Mads Martin Joergensen <mmj>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Alpha 2plus   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Hanke 2005-11-17 08: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.
Comment 1 Andreas Hanke 2005-11-17 09:00:30 UTC
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.
Comment 2 Mads Martin Joergensen 2006-01-04 13:12:22 UTC
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.