public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH
@ 2004-09-13 21:28 hjl at lucon dot org
  2004-09-13 21:28 ` [Bug libstdc++/17469] " hjl at lucon dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 21:28 UTC (permalink / raw)
  To: gcc-bugs

Testsuite in libstdc++ overrides LD_LIBRARY_PATH by using the global
ld_library_path, which causes LD_LIBRARY_PATH to be set as
$ld_library_path.

-- 
           Summary: Testsuite in libstdc++ overrides LD_LIBRARY_PATH
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
@ 2004-09-13 21:28 ` hjl at lucon dot org
  2004-09-13 22:10 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 21:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |17464
              nThis|                            |


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 21:28 ` [Bug libstdc++/17469] " hjl at lucon dot org
@ 2004-09-13 22:10 ` hjl at lucon dot org
  2004-09-14 18:38 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 22:10 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.4.3


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 21:28 ` [Bug libstdc++/17469] " hjl at lucon dot org
  2004-09-13 22:10 ` hjl at lucon dot org
@ 2004-09-14 18:38 ` hjl at lucon dot org
  2004-09-24 16:45 ` bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl at lucon dot org @ 2004-09-14 18:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-14 18:38 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01372.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4.3                       |unknown


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-14 18:38 ` hjl at lucon dot org
@ 2004-09-24 16:45 ` bkoz at gcc dot gnu dot org
  2004-09-24 16:51 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-09-24 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-09-24 16:45 -------

This is ok for 3.4 and 4.0.

Thanks H.J!

-benjamin

-- 


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-24 16:45 ` bkoz at gcc dot gnu dot org
@ 2004-09-24 16:51 ` cvs-commit at gcc dot gnu dot org
  2004-09-24 16:58 ` cvs-commit at gcc dot gnu dot org
  2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-24 16:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-24 16:51 -------
Subject: Bug 17469

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-09-24 16:51:12

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	2004-09-24  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR libstdc++/17469
	* testsuite/lib/libstdc++.exp: Don't use global ld_library_path.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2671&r2=1.2672
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&r1=1.23&r2=1.24



-- 


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-24 16:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-24 16:58 ` cvs-commit at gcc dot gnu dot org
  2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-24 16:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-24 16:58 -------
Subject: Bug 17469

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-09-24 16:57:57

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/testsuite/lib: libstdc++.exp 

Log message:
	2004-09-24  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR libstdc++/17469
	* testsuite/lib/libstdc++.exp: Don't use global ld_library_path.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.178&r2=1.2224.2.179
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.15.4.5&r2=1.15.4.6



-- 


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


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

* [Bug libstdc++/17469] Testsuite in libstdc++ overrides LD_LIBRARY_PATH
  2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-09-24 16:58 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-24 17:24 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-24 17:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-24 17:24 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.3


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


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

end of thread, other threads:[~2004-09-24 17:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 21:28 [Bug libstdc++/17469] New: Testsuite in libstdc++ overrides LD_LIBRARY_PATH hjl at lucon dot org
2004-09-13 21:28 ` [Bug libstdc++/17469] " hjl at lucon dot org
2004-09-13 22:10 ` hjl at lucon dot org
2004-09-14 18:38 ` hjl at lucon dot org
2004-09-24 16:45 ` bkoz at gcc dot gnu dot org
2004-09-24 16:51 ` cvs-commit at gcc dot gnu dot org
2004-09-24 16:58 ` cvs-commit at gcc dot gnu dot org
2004-09-24 17:24 ` 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).