This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.1 debian failures
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: thorpej at wasabisystems dot com, gcc at gcc dot gnu dot org
- Date: Thu, 23 May 2002 21:43:51 -0400 (EDT)
- Subject: Re: gcc 3.1 debian failures
Jason,
Unfortunately the debian gcc 3.1 build process doesn't seem
to leave a core. However one interesting I noticed with
src/libstdc++-v3/testsuite/22_locale/codecvt_members_char_char.cc
was that it tries to open /usr/lib/locale/de_DE/LC_CTYPE
and /usr/lib/locale/de/LC_CTYPE which both fail due to the
fact that they aren't present in debian sid's glibc. However
redhat (and yellow dog linux do have a copy of those files).
In fact if I copy their copy of /usr/lib/locale/de_DE to my
debian machine I find that codecvt_members_char_char doesn't
crash anymore. I am wondering if this is the origin to all of
those failures under Debian.
Jack