public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1
@ 2003-07-21  4:04 gschafer at zip dot com dot au
  2003-07-23 21:04 ` [Bug libstdc++/11612] " pinskia at physics dot uc dot edu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gschafer at zip dot com dot au @ 2003-07-21  4:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: abi_check not finding correct libgcc_s.so.1
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gschafer at zip dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

This is from the current 3.3 branch.

                === libstdc++-v3 Summary ===

# of expected passes            452
# of unexpected failures        1
# of unexpected successes       26
# of expected failures          2
make[4]: *** [check-DEJAGNU] Error 1
make[4]: Leaving directory
`/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[4]: Entering directory
`/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
Makefile:480: warning: overriding commands for target `check-am'
Makefile:396: warning: ignoring old commands for target `check-am'
./abi_check: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by
/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/s
rc/.libs/libstdc++.so.5)

It should be looking for the newly built libgcc_s.so.1 (not the one in /lib).
Looks like some LD_LIBRARY_PATH fine tuning is needed.

Thanks


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
@ 2003-07-23 21:04 ` pinskia at physics dot uc dot edu
  2003-07-23 21:04 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-23 21:04:24
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:04 -------
Can happen any where, it happens when you compile but do not set 
LD_LIBRARY_PATH untill after compiling gcc/checking gcc.


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
  2003-07-23 21:04 ` [Bug libstdc++/11612] " pinskia at physics dot uc dot edu
@ 2003-07-23 21:04 ` pinskia at physics dot uc dot edu
  2003-08-23  0:57 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-23 21:04 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rlw at cinci dot rr dot com


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-23 21:04 -------
*** Bug 11626 has been marked as a duplicate of this bug. ***


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
  2003-07-23 21:04 ` [Bug libstdc++/11612] " pinskia at physics dot uc dot edu
  2003-07-23 21:04 ` pinskia at physics dot uc dot edu
@ 2003-08-23  0:57 ` dhazeghi at yahoo dot com
  2003-12-10 21:43 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|3.4                         |---


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
                   ` (2 preceding siblings ...)
  2003-08-23  0:57 ` dhazeghi at yahoo dot com
@ 2003-12-10 21:43 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 21:54 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 23:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10 21:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 21:43 -------
Subject: Bug 11612

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2003-12-10 21:43:10

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 

Log message:
	2003-12-10  Benjamin Kosnik  <bkoz@redhat.com>
	Alexandre Oliva  <aoliva@redhat.com>
	
	PR libstdc++/11612
	* testsuite/Makefile.am (GLIBCXX_DIR): New.
	(GLIBGCC_DIR): New.
	(CXXLINK): Use both with -R so libtool links the correct libs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2150&r2=1.2151
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&r1=1.32&r2=1.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.67&r2=1.68



-- 


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


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
                   ` (3 preceding siblings ...)
  2003-12-10 21:43 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10 21:54 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 23:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10 21:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 21:54 -------
Subject: Bug 11612

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	bkoz@gcc.gnu.org	2003-12-10 21:53:56

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 

Log message:
	2003-12-10  Benjamin Kosnik  <bkoz@redhat.com>
	Alexandre Oliva  <aoliva@redhat.com>
	
	PR libstdc++/11612
	* testsuite/Makefile.am (GLIBCXX_DIR): New.
	(GLIBGCC_DIR): New.
	(CXXLINK): Use both with -R so libtool links the correct libs.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.159&r2=1.1464.2.160
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.12.2.6&r2=1.12.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.37.2.8&r2=1.37.2.9



-- 


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


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

* [Bug libstdc++/11612] abi_check not finding correct libgcc_s.so.1
  2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
                   ` (4 preceding siblings ...)
  2003-12-10 21:54 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10 23:29 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-10 23:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-10 23:29 -------
Fixed for 3.3.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.3.3


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


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

end of thread, other threads:[~2003-12-10 23:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-21  4:04 [Bug libstdc++/11612] New: abi_check not finding correct libgcc_s.so.1 gschafer at zip dot com dot au
2003-07-23 21:04 ` [Bug libstdc++/11612] " pinskia at physics dot uc dot edu
2003-07-23 21:04 ` pinskia at physics dot uc dot edu
2003-08-23  0:57 ` dhazeghi at yahoo dot com
2003-12-10 21:43 ` cvs-commit at gcc dot gnu dot org
2003-12-10 21:54 ` cvs-commit at gcc dot gnu dot org
2003-12-10 23:29 ` 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).