Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258429 - sys-libs/glibc-2.6.1 fails to build with LC_ALL="tr_TR.utf8"
Summary: sys-libs/glibc-2.6.1 fails to build with LC_ALL="tr_TR.utf8"
Status: RESOLVED DUPLICATE of bug 252802
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 11:29 UTC by Gokdeniz Karadag
Modified: 2009-02-11 01:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerginfo,9.92 KB, text/plain)
2009-02-10 11:30 UTC, Gokdeniz Karadag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gokdeniz Karadag 2009-02-10 11:29:33 UTC
There is a common problem with Turkish "i" variations.
The problem description can be found in 
http://www.i18nguy.com/unicode/turkish-i18n.html

When building glibc-2.6.1 while using LC_ALL="tr_TR.utf8", it fails with the following error message. I provided translations of make output. Notice that the rroneus filename is  `ıso8859-1.os' with the first character being "dotless i", instead of regular 'i'. 

make -j2 subdir=iconvdata -C iconvdata ..=../ others
make[2]:`/var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1/iconvdata' dizinine giriliyor  ---> entering directory `...'
make[2]: *** Hedef `/var/tmp/portage/sys-libs/glibc-2.6.1/work/build-default-i686-pc-linux-gnu-nptl/iconvdata/ıso8859-1.os' i derlemek için  hiçbir kural yok, `others' tarafından gereksinim duyuluyor. Durdu.  ---> no rule to make target `...', needed by `others'
make[2]: `/var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1/iconvdata' dizininden çıkılıyor ----> exiting directory 
make[1]: *** [iconvdata/others] Hata 2 ----> error 2


Compiling with LC_ALL="C" fixes the problem and the build finishes successfully.

The build scripts should do any text operation in a locale indepedent fashion.

Reproducible: Always
Comment 1 Gokdeniz Karadag 2009-02-10 11:30:42 UTC
Created attachment 181537 [details]
emerge --info
Comment 2 SpanKY gentoo-dev 2009-02-11 01:17:07 UTC

*** This bug has been marked as a duplicate of bug 252802 ***