public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/39382]  New: FAIL: abi_check on trunk revision 144629
@ 2009-03-05 12:20 rob1weld at aol dot com
  2009-04-16 22:11 ` [Bug libstdc++/39382] " bkoz at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rob1weld at aol dot com @ 2009-03-05 12:20 UTC (permalink / raw)
  To: gcc-bugs

+++ This bug was initially created as a clone of Bug #38834 +++

abi_check is failing on Debian 5.0 (booted 32-Bit) with newer Kernel:


# uname -a
Linux debian 2.6.28-i386 #1 SMP PREEMPT Wed Mar 4 12:42:00 PST 2009 i686
GNU/Linux


# /lib/libc.so.6 
GNU C Library stable release version 2.7, by Roland McGrath et al.
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.3.2.
Compiled on a Linux >>2.6.26.1<< system on 2009-01-04.
Available extensions:
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B


# gcc/xgcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc_trunk/configure --prefix=/mnt/drive2/gcc_installed
--enable-languages=c,ada,c++,fortran,java,objc,obj-c++ --enable-multilib
--disable-stage1-checking --enable-checking=release --with-gmp=/usr/local
--with-mpfr=/usr/local
Thread model: posix
gcc version 4.4.0 20090304 (experimental) [trunk revision 144629] (GCC) 


=== libstdc++ tests ===
Running target unix
FAIL: abi_check
XPASS: 26_numerics/headers/cmath/c99_classification_macros_c.cc (test for
excess errors)


Results for 4.4.0 20090304 (experimental) [trunk revision 144629] (GCC)
testsuite on i686-pc-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2009-03/msg00511.html

Rob


-- 
           Summary: FAIL: abi_check on trunk revision 144629
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39382


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/39382] FAIL: abi_check on trunk revision 144629
  2009-03-05 12:20 [Bug libstdc++/39382] New: FAIL: abi_check on trunk revision 144629 rob1weld at aol dot com
@ 2009-04-16 22:11 ` bkoz at gcc dot gnu dot org
  2009-04-27 23:07 ` bkoz at gcc dot gnu dot org
  2009-05-04 22:33 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-04-16 22:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2009-04-16 22:11 -------

I suspect this is a mis-configuration of your tester. From the most current
test results:
http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg00745.html

This differs in the abi_check fail from other i686 testers, which are fine.

To know the details of why abi_check fails, you'd need to examine the generated
libstdc++.log file, and look for abi_check. There will be a bunch of symbols
either added, missing, etc.

My off-hand guess is that you are missing the gnu locale stuff. To fix,
configure with

--enable-clocale=gnu

from:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html

You might want to start with configuring with known good options and trying to
replicate passing results. See these baselines:

http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01677.html
http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01678.html


best,
benjamin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39382


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/39382] FAIL: abi_check on trunk revision 144629
  2009-03-05 12:20 [Bug libstdc++/39382] New: FAIL: abi_check on trunk revision 144629 rob1weld at aol dot com
  2009-04-16 22:11 ` [Bug libstdc++/39382] " bkoz at gcc dot gnu dot org
@ 2009-04-27 23:07 ` bkoz at gcc dot gnu dot org
  2009-05-04 22:33 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-04-27 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2009-04-27 23:07 -------

Closing as WORKSFORME unless feedback.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39382


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/39382] FAIL: abi_check on trunk revision 144629
  2009-03-05 12:20 [Bug libstdc++/39382] New: FAIL: abi_check on trunk revision 144629 rob1weld at aol dot com
  2009-04-16 22:11 ` [Bug libstdc++/39382] " bkoz at gcc dot gnu dot org
  2009-04-27 23:07 ` bkoz at gcc dot gnu dot org
@ 2009-05-04 22:33 ` bkoz at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2009-05-04 22:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from bkoz at gcc dot gnu dot org  2009-05-04 22:33 -------
No feedback.


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39382


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-04 22:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-05 12:20 [Bug libstdc++/39382] New: FAIL: abi_check on trunk revision 144629 rob1weld at aol dot com
2009-04-16 22:11 ` [Bug libstdc++/39382] " bkoz at gcc dot gnu dot org
2009-04-27 23:07 ` bkoz at gcc dot gnu dot org
2009-05-04 22:33 ` bkoz at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).