Re: locales in buildd environment (http://lists.debian.org/debian-gcc/2003/debian-gcc-200301/msg00060.html)

2003-01-15 Thread Matthias Klose
Junichi Uekawa writes: To ensure some locales are available, I think you can use LOCPATH, and create locales locally, so that the following are available: de_DE ISO-8859-1 en_US ISO-8859-1 fr_FR ISO-8859-1 see /usr/sbin/locale-gen on how to generate these locale

Re: locales in buildd environment (http://lists.debian.org/debian-gcc/2003/debian-gcc-200301/msg00060.html)

2003-01-15 Thread Junichi Uekawa
I couldn't find any reference to LOCPATH either, but setlocale seems to look at directories specified by LOCPATH in addition to (or instead of) the standard location (/usr/lib/locale) ok, next question is how to write the new definitions to the new LOCPATH. the outputdir in localedef

Bug#176797: libstdc++5: GDB looks in the wrong place for libstdc++ headers

2003-01-15 Thread Daniel E Baumann
Package: libstdc++5 Version: 1:3.2.2-0pre5 Severity: important When running my c++ program from inside gdb I get the following: [EMAIL PROTECTED]:~/software/src/cvs/gsim/src/examples/mm1$ gdb .libs/mm1 GNU gdb 5.3-debian Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered

Bug#153965: c/8602: [3.2/3.3 regression] incorrect line numbers in warning messages when using inline functions

2003-01-15 Thread Janis Johnson
The regression was introduced with this patch: --- gcc/ChangeLog --- 2000-10-05 Richard Henderson [EMAIL PROTECTED] * c-decl.c (warn_missing_noreturn): Remove. (c_expand_body): Don't set or check can_reach_end. * c-tree.h (warn_missing_noreturn): Move ... * flags.h: ...

Bug#176064: gcc-3.2: Provide a way to build cpu-specific versions

2003-01-15 Thread Matthias Klose
Daniel Schepler writes: Package: gcc-3.2 Version: 1:3.2.2-0pre3 Severity: wishlist I've been rebuilding all my packages with Athlon optimization, using a combination of pbuilder and pentium-builder. Unfortunately, because of the way this works, gcc-3.2 isn't compiled with Athlon

Bug#176797: libstdc++5: GDB looks in the wrong place for libstdc++ headers

2003-01-15 Thread Daniel E Baumann
On Wed, Jan 15, 2003 at 03:05:55PM -0500, Daniel Jacobowitz wrote: On Wed, Jan 15, 2003 at 02:15:04AM -0600, Daniel E Baumann wrote: Package: libstdc++5 Version: 1:3.2.2-0pre5 Severity: important When running my c++ program from inside gdb I get the following: [EMAIL