public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable
@ 2004-05-23  1:02 mckelvey at maskull dot com
  2004-05-23  2:16 ` [Bug libstdc++/15582] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mckelvey at maskull dot com @ 2004-05-23  1:02 UTC (permalink / raw)
  To: gcc-bugs

Recent CVS built fine, but almost every program in the libstdc++ testsuite
failed with "failure to produce executable."

Below is one example. Could it be related to 15546?

FAIL: 17_intro/header_cassert.cc (test for excess errors)
Excess errors:
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_bindtextdomain'
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_textdomain'
collect2: ld returned 1 exit status

alpha1:PD>uname -a
Linux alpha1 2.4.9-40 #1 Mon Sep 23 08:14:02 EDT 2002 alpha unknown

Built with:

alpha1:PD>gcc -v
Reading specs from /usr/local/lib/gcc/alphaev56-unknown-linux-gnu/3.5.0/specs
Configured with: ../gcc/configure --verbose --enable-languages=c++
Thread model: posix
gcc version 3.5.0 20040207 (experimental)

alpha1:PD>alias CONFIGURECVS
alias CONFIGURECVS='../gcc/configure  --verbose --enable-languages=c++'

alpha1:PD>alias BUILD
alias BUILD='nice gmake CFLAGS='\''-O'\'' BOOT_CFLAGS='\''-O'\''
LIBCFLAGS='\''-g -O'\'' LIBCXXFLAGS='\''-g -O -fno-implicit-templates'\''
bootstrap'
\x18

-- 
           Summary: Almost all libstdc++ testsuite programs fail to produce
                    executable
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mckelvey at maskull dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev56-unknown-linux-gnu
  GCC host triplet: alphaev56-unknown-linux-gnu
GCC target triplet: alphaev56-unknown-linux-gnu


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
@ 2004-05-23  2:16 ` pinskia at gcc dot gnu dot org
  2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-23  2:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-22 04:15 -------
Most likely not related, it looks like you have libintl installed so gcc is picking up the headers for it but 
not the library instead it is picking the since libintl is part of glibc the library is really unnessarry and 
causing this problem.

-- 


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
  2004-05-23  2:16 ` [Bug libstdc++/15582] " pinskia at gcc dot gnu dot org
@ 2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
  2004-05-26 13:56 ` bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-25 14:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-24 16:40 -------
These results look fine. It's not exactly the same as your bug report, but very
close. Can you confirm that this is still an issue?

Results for 3.5.020040524(experimental) testsuite on alphaev67-unknown-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2004-05/msg01118.html

-- 


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
  2004-05-23  2:16 ` [Bug libstdc++/15582] " pinskia at gcc dot gnu dot org
  2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
@ 2004-05-26 13:56 ` bkoz at gcc dot gnu dot org
  2004-05-27 18:09 ` mckelvey at maskull dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-05-26 13:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-05-25 15:51 -------

re-open if not the case.

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


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
                   ` (2 preceding siblings ...)
  2004-05-26 13:56 ` bkoz at gcc dot gnu dot org
@ 2004-05-27 18:09 ` mckelvey at maskull dot com
  2004-06-07  3:19 ` mckelvey at maskull dot com
  2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mckelvey at maskull dot com @ 2004-05-27 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckelvey at maskull dot com  2004-05-27 05:28 -------
(In reply to comment #3)> re-open if not the case.OK, I'm having trouble bootstrapping now. I'll retest as soon as possible.Thanks.

-- 


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
                   ` (3 preceding siblings ...)
  2004-05-27 18:09 ` mckelvey at maskull dot com
@ 2004-06-07  3:19 ` mckelvey at maskull dot com
  2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mckelvey at maskull dot com @ 2004-06-07  3:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mckelvey at maskull dot com  2004-06-07 03:19 -------
Still fails with unresolved references to libintl. I can't figure out where to
add -lintl to make it succeed. Note that the problem is similar to 15830.

Test Run By mckelvey on Sun Jun  6 20:06:43 2004
Native configuration is alphaev56-unknown-linux-gnu

		=== libstdc++ tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for
target.
Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for
target.
Using /home/mckelvey/software/gcc/libstdc++-v3/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running
/home/mckelvey/software/gcc/libstdc++-v3/testsuite/libstdc++-dg/normal.exp ...
LD_LIBRARY_PATH =
:/home/mckelvey/software/gcc-obj/gcc:/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/src/.libs:/lib:/usr/local/lib:$TOTALVIEW/lib
In v3-list-tests
blddir =
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3
tests_file =
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/testsuite/testsuite_files
Executing on host: /home/mckelvey/software/gcc-obj/gcc/g++ -shared-libgcc
-B/home/mckelvey/software/gcc-obj/gcc/ -nostdinc++
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/usr/local/alphaev56-unknown-linux-gnu/bin/
-B/usr/local/alphaev56-unknown-linux-gnu/lib/ -isystem
/usr/local/alphaev56-unknown-linux-gnu/include -isystem
/usr/local/alphaev56-unknown-linux-gnu/sys-include -g -O2 -D_GLIBCXX_ASSERT
-ffunction-sections -fdata-sections -fmessage-length=0
-DLOCALEDIR="/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/po/share/locale"
-nostdinc++
-I/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/include/alphaev56-unknown-linux-gnu
-I/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/include
-I/home/mckelvey/software/gcc/libstdc++-v3/libsupc++
-I/home/mckelvey/software/gcc/libstdc++-v3/libsupc++
-I/home/mckelvey/software/gcc/libstdc++-v3/include/backward
-I/home/mckelvey/software/gcc/libstdc++-v3/testsuite
/home/mckelvey/software/gcc/libstdc++-v3/testsuite/17_intro/header_cassert.cc   
-include bits/stdc++.h 
-L/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/./libstdc++-v3/testsuite
-lv3test -lm   -o ./header_cassert.exe    (timeout = 300)
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_bindtextdomain'
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_textdomain'
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_bindtextdomain'
/home/mckelvey/software/gcc-obj/alphaev56-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so:
undefined reference to `libintl_textdomain'
collect2: ld returned 1 exit status



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


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


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

* [Bug libstdc++/15582] Almost all libstdc++ testsuite programs fail to produce executable
  2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
                   ` (4 preceding siblings ...)
  2004-06-07  3:19 ` mckelvey at maskull dot com
@ 2004-06-07  3:27 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-07  3:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-07 03:27 -------
Actually it is the same issue, the problem is located in the libstdc++ makefiles, libstdc++ should be 
linked in with libintl so this is a dup of bug 11074.

*** This bug has been marked as a duplicate of 11074 ***

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


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


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

end of thread, other threads:[~2004-06-07  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-23  1:02 [Bug libstdc++/15582] New: Almost all libstdc++ testsuite programs fail to produce executable mckelvey at maskull dot com
2004-05-23  2:16 ` [Bug libstdc++/15582] " pinskia at gcc dot gnu dot org
2004-05-25 14:33 ` bkoz at gcc dot gnu dot org
2004-05-26 13:56 ` bkoz at gcc dot gnu dot org
2004-05-27 18:09 ` mckelvey at maskull dot com
2004-06-07  3:19 ` mckelvey at maskull dot com
2004-06-07  3:27 ` pinskia 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).