Re: UTF-8 locale in rpm build

2015-05-12 Thread Ralf Corsepius
On 05/10/2015 05:00 AM, Orion Poplawski wrote: More and more tests/builds appear to require a UTF-8 locale. Perhaps it's time to have rpm set LANG=C.UTF-8? Which? IMO, these packages are broken. Packages must support "C" and be able to fall back to "C" Ralf -- devel mailing list devel@lis

Re: UTF-8 locale in rpm build

2015-05-12 Thread Nico Kadel-Garcia
On Mon, May 11, 2015 at 12:22 PM, Petr Pisar wrote: > On 2015-05-10, Nico Kadel-Garcia wrote: >> If a build system needs a particular language, it should be in the >> build scripts themselves. People do local, personal compilation in >> environments that use other languages, and in 'LANG=C' or 'L

Re: UTF-8 locale in rpm build

2015-05-11 Thread Pádraig Brady
On 11/05/15 04:43, Lars Seipel wrote: > On Sun, May 10, 2015 at 09:02:31AM +0200, Matěj Cepl wrote: >> Which part f C.UTF-8 is not covered by en_US.UTF-8? > > Let's see: > > % export LC_COLLATE=C > % bash -c 'case b in [A-Z]) echo upper;; *) echo lower;; esac' > lower > > Ok. Now en_US.UTF-8: >

Re: UTF-8 locale in rpm build

2015-05-11 Thread Petr Pisar
On 2015-05-10, Nico Kadel-Garcia wrote: > If a build system needs a particular language, it should be in the > build scripts themselves. People do local, personal compilation in > environments that use other languages, and in 'LANG=C' or 'LANG=POSIX' > to fix the case-sensitive sorting problem for

Re: UTF-8 locale in rpm build

2015-05-10 Thread Lars Seipel
On Sun, May 10, 2015 at 09:02:31AM +0200, Matěj Cepl wrote: > Which part f C.UTF-8 is not covered by en_US.UTF-8? Let's see: % export LC_COLLATE=C % bash -c 'case b in [A-Z]) echo upper;; *) echo lower;; esac' lower Ok. Now en_US.UTF-8: % export LC_COLLATE=en_US.UTF-8 % bash -c 'case b in [A-Z]

Re: UTF-8 locale in rpm build

2015-05-10 Thread Nico Kadel-Garcia
On Sat, May 9, 2015 at 11:00 PM, Orion Poplawski wrote: > More and more tests/builds appear to require a UTF-8 locale. Perhaps it's > time to have rpm set LANG=C.UTF-8? If a build system needs a particular language, it should be in the build scripts themselves. People do local, personal compilat

Re: UTF-8 locale in rpm build

2015-05-10 Thread Matěj Cepl
On 2015-05-10, 03:00 GMT, Orion Poplawski wrote: > More and more tests/builds appear to require a UTF-8 locale. Perhaps > it's time to have rpm set LANG=C.UTF-8? Which part f C.UTF-8 is not covered by en_US.UTF-8? Best, Matěj -- http://www.ceplovi.cz/matej/, Jabber: mceplceplovi.cz GPG Finger

UTF-8 locale in rpm build

2015-05-09 Thread Orion Poplawski
More and more tests/builds appear to require a UTF-8 locale. Perhaps it's time to have rpm set LANG=C.UTF-8? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane or...@cora.nwra.com

Re: UTF-8 locale in RPM build

2013-08-26 Thread Omair Majid
Hi Ian, On 08/25/2013 04:17 PM, Ian Pilcher wrote: > I'm trying to build a jpackage SRPM (jena-iri) on Fedora 19, and it's > failing, because the locale (LANG) is apparently set to "C" during the > build. (javac and javadoc don't like non-ASCII characters in source > files in an ASCII locale.) >

Re: UTF-8 locale in RPM build

2013-08-25 Thread Mattias Ellert
sön 2013-08-25 klockan 23:13 +0200 skrev punto...@libero.it: > Il 25/08/2013 22:17, Ian Pilcher ha scritto: > > I'm trying to build a jpackage SRPM (jena-iri) on Fedora 19, and it's > > failing, because the locale (LANG) is apparently set to "C" during the > > build. (javac and javadoc don't like

Re: UTF-8 locale in RPM build

2013-08-25 Thread punto...@libero.it
Il 25/08/2013 22:17, Ian Pilcher ha scritto: I'm trying to build a jpackage SRPM (jena-iri) on Fedora 19, and it's failing, because the locale (LANG) is apparently set to "C" during the build. (javac and javadoc don't like non-ASCII characters in source files in an ASCII locale.) What's the bes

UTF-8 locale in RPM build

2013-08-25 Thread Ian Pilcher
I'm trying to build a jpackage SRPM (jena-iri) on Fedora 19, and it's failing, because the locale (LANG) is apparently set to "C" during the build. (javac and javadoc don't like non-ASCII characters in source files in an ASCII locale.) What's the best way to set it to a UTF-8? (Should I just add