Bug 17466 - Testsuites in gcc override LD_LIBRARY_PATH
Summary: Testsuites in gcc override LD_LIBRARY_PATH
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.4.3
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL: http://gcc.gnu.org/ml/gcc-patches/200...
Keywords: patch
: 18526 (view as bug list)
Depends on:
Blocks: 17464
  Show dependency treegraph
 
Reported: 2004-09-13 19:59 UTC by H.J. Lu
Modified: 2005-08-17 18:10 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-07-21 00:30:03


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2004-09-13 19:59:55 UTC
Testsuites in gcc override LD_LIBRARY_PATH by using the global
ld_library_path, which causes LD_LIBRARY_PATH to be set as
$ld_library_path, and/or setting it directly.
Comment 1 H.J. Lu 2004-09-14 18:39:51 UTC
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01446.html
Comment 2 H.J. Lu 2004-09-16 00:10:11 UTC
An updated patch is at

http://gcc.gnu.org/ml/gcc-patches/2004-09/msg01626.html
Comment 3 Andrew Pinski 2004-09-30 13:19:50 UTC
Confirmed.
Comment 4 H.J. Lu 2004-11-17 22:22:19 UTC
*** Bug 18526 has been marked as a duplicate of this bug. ***
Comment 5 Jim Wilson 2005-08-17 02:32:49 UTC
This is a bit confused.  The bug reported here is not the same as the bug
reported in PR 18526.  It appears that HJ linked them together because he had a
single patch that fixes both bugs, even though the patch description says it
only fixes one bug.  It really fixes two different problems.

The first bug, the one reported in this PR, was fixed here
    http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01538.html

The second bug, the one reported in PR 18526, was fixed here
    http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02335.html

I believe both bugs, this one and PR 18526, are now fixed.  I have made no
effort to confirm this.
Comment 6 H.J. Lu 2005-08-17 18:10:48 UTC
Since this bug isn't considered serious, I just make sure that all my gcc
system libraries used by "make check" in gcc are current. I will close it.