public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH
@ 2004-09-13 19:59 hjl at lucon dot org
  2004-09-13 20:00 ` [Bug other/17466] " hjl at lucon dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:59 UTC (permalink / raw)
  To: gcc-bugs

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.

-- 
           Summary: Testsuites in gcc override LD_LIBRARY_PATH
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        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=17466


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
@ 2004-09-13 20:00 ` hjl at lucon dot org
  2004-09-13 22:09 ` hjl at lucon dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 20:00 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 20:00 ` [Bug other/17466] " hjl at lucon dot org
@ 2004-09-13 22:09 ` hjl at lucon dot org
  2004-09-14 18:39 ` hjl at lucon dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 22:09 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 20:00 ` [Bug other/17466] " hjl at lucon dot org
  2004-09-13 22:09 ` hjl at lucon dot org
@ 2004-09-14 18:39 ` hjl at lucon dot org
  2004-09-16  0:10 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-14 18:39 UTC (permalink / raw)
  To: gcc-bugs


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

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

-- 


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-14 18:39 ` hjl at lucon dot org
@ 2004-09-16  0:10 ` hjl at lucon dot org
  2004-09-30 13:19 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-09-16  0:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-09-16 00:10 -------
An updated patch is at

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

-- 


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-16  0:10 ` hjl at lucon dot org
@ 2004-09-30 13:19 ` pinskia at gcc dot gnu dot org
  2004-11-17 22:22 ` hjl at lucon dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-30 13:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-30 13:19 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-30 13:19:50
               date|                            |


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-30 13:19 ` pinskia at gcc dot gnu dot org
@ 2004-11-17 22:22 ` hjl at lucon dot org
  2005-08-17  2:34 ` wilson at gcc dot gnu dot org
  2005-08-17 18:10 ` hjl at lucon dot org
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2004-11-17 22:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2004-11-17 22:22 -------
*** Bug 18526 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Thomas dot Koenig at online
                   |                            |dot de


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2004-11-17 22:22 ` hjl at lucon dot org
@ 2005-08-17  2:34 ` wilson at gcc dot gnu dot org
  2005-08-17 18:10 ` hjl at lucon dot org
  7 siblings, 0 replies; 9+ messages in thread
From: wilson at gcc dot gnu dot org @ 2005-08-17  2:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2005-08-17 02:32 -------
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.


-- 


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


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

* [Bug other/17466] Testsuites in gcc override LD_LIBRARY_PATH
  2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2005-08-17  2:34 ` wilson at gcc dot gnu dot org
@ 2005-08-17 18:10 ` hjl at lucon dot org
  7 siblings, 0 replies; 9+ messages in thread
From: hjl at lucon dot org @ 2005-08-17 18:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From hjl at lucon dot org  2005-08-17 18:10 -------
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.

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


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


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

end of thread, other threads:[~2005-08-17 18:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 19:59 [Bug other/17466] New: Testsuites in gcc override LD_LIBRARY_PATH hjl at lucon dot org
2004-09-13 20:00 ` [Bug other/17466] " hjl at lucon dot org
2004-09-13 22:09 ` hjl at lucon dot org
2004-09-14 18:39 ` hjl at lucon dot org
2004-09-16  0:10 ` hjl at lucon dot org
2004-09-30 13:19 ` pinskia at gcc dot gnu dot org
2004-11-17 22:22 ` hjl at lucon dot org
2005-08-17  2:34 ` wilson at gcc dot gnu dot org
2005-08-17 18:10 ` hjl at lucon 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).