This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Do not report build errors in bugzilla


> I didn't get answer for my last build error question but I have found the
> reason

I don't know which question you are referring to.

> my LC_ALL was set to tr_TR.UTF-8 . I did export LC_ALL=POSIX and it
> build fine. This is a usual problem with Turkish where toupper( 'i' ) 
> != I and tolower( 'I' ) != i .

There are several places in the build that depend on sorting order and the
like, and generally we have LC_ALL=C (same as POSIX) in those build commands.
If there is something in the build that was broken by your locale setting,
then we will want to introduce an LC_ALL=C at the right spot.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]