Bug 134126 - broken umlauts in star messages
Summary: broken umlauts in star messages
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 2plus
Hardware: All Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Mads Martin Joergensen
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 08:12 UTC by Andreas Hanke
Modified: 2006-01-04 13:12 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.