public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH
@ 2004-09-13 19:57 hjl at lucon dot org
  2004-09-13 19:58 ` [Bug libgcj/17465] " hjl at lucon dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:57 UTC (permalink / raw)
  To: java-prs

Testsuite in libffi overrides LD_LIBRARY_PATH by using the global
ld_library_path, which causes LD_LIBRARY_PATH to be set as
$ld_library_path, and setting it directly.

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


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
@ 2004-09-13 19:58 ` hjl at lucon dot org
  2004-09-13 22:06 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 19:58 UTC (permalink / raw)
  To: java-prs



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


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 19:58 ` [Bug libgcj/17465] " hjl at lucon dot org
@ 2004-09-13 22:06 ` hjl at lucon dot org
  2004-09-14 18:40 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2004-09-13 22:06 UTC (permalink / raw)
  To: java-prs



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


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
  2004-09-13 19:58 ` [Bug libgcj/17465] " hjl at lucon dot org
  2004-09-13 22:06 ` hjl at lucon dot org
@ 2004-09-14 18:40 ` hjl at lucon dot org
  2004-09-14 21:16 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2004-09-14 18:40 UTC (permalink / raw)
  To: java-prs


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

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

-- 


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2004-09-14 18:40 ` hjl at lucon dot org
@ 2004-09-14 21:16 ` cvs-commit at gcc dot gnu dot org
  2004-09-14 21:17 ` cvs-commit at gcc dot gnu dot org
  2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-14 21:16 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-14 21:16 -------
Subject: Bug 17465

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	hjl@gcc.gnu.org	2004-09-14 21:16:29

Modified files:
	libffi         : ChangeLog 
	libffi/testsuite/lib: libffi-dg.exp 

Log message:
	2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR libgcj/17465
	* testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
	Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
	LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
	DYLD_LIBRARY_PATH.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/ChangeLog.diff?cvsroot=gcc&r1=1.194&r2=1.195
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/testsuite/lib/libffi-dg.exp.diff?cvsroot=gcc&r1=1.7&r2=1.8



-- 


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2004-09-14 21:16 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-14 21:17 ` cvs-commit at gcc dot gnu dot org
  2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-14 21:17 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-14 21:17 -------
Subject: Bug 17465

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	hjl@gcc.gnu.org	2004-09-14 21:17:23

Modified files:
	libffi         : ChangeLog 
	libffi/testsuite/lib: libffi-dg.exp 

Log message:
	2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
	
	PR libgcj/17465
	* testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
	Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
	LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
	DYLD_LIBRARY_PATH.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.153.4.9&r2=1.153.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/testsuite/lib/libffi-dg.exp.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.7&r2=1.7.4.1



-- 


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


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

* [Bug libgcj/17465] Testsuite in libffi overrides LD_LIBRARY_PATH
  2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2004-09-14 21:17 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-14 21:45 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-14 21:45 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-14 21:45 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-09-14 21:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 19:57 [Bug libgcj/17465] New: Testsuite in libffi overrides LD_LIBRARY_PATH hjl at lucon dot org
2004-09-13 19:58 ` [Bug libgcj/17465] " hjl at lucon dot org
2004-09-13 22:06 ` hjl at lucon dot org
2004-09-14 18:40 ` hjl at lucon dot org
2004-09-14 21:16 ` cvs-commit at gcc dot gnu dot org
2004-09-14 21:17 ` cvs-commit at gcc dot gnu dot org
2004-09-14 21:45 ` 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).