This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: 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


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