public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran
@ 2011-02-18 17:00 danglin at gcc dot gnu.org
  2011-02-18 18:28 ` [Bug libgomp/47804] " jakub at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-02-18 17:00 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: libgomp LD_LIBRARY_PATH doesn't include path to
                    libgfortran
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdi
r/gcc/
/home/dave/gnu/gcc/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/a.16.
1.f90  -B/home/dave/gnu/gcc/objdir/hppa-linux/./libgomp/
-B/home/dave/gnu/gcc/ob
jdir/hppa-linux/./libgomp/.libs
-I/home/dave/gnu/gcc/objdir/hppa-linux/./libgomp
 -I/home/dave/gnu/gcc/gcc/libgomp/testsuite/.. -fmessage-length=0 -fopenmp  -O0
  -B/home/dave/gnu/gcc/objdir/hppa-linux/./libgomp/../libgfortran/.libs  
-L/hom
e/dave/gnu/gcc/objdir/hppa-linux/./libgomp/.libs -lgomp
-L/home/dave/gnu/gcc/obj
dir/hppa-linux/./libgomp/../libgfortran/.libs -lgfortran -lm   -o ./a.16.1.exe
  (timeout = 300)
PASS: libgomp.fortran/appendix-a/a.16.1.f90  -O0  (test for excess errors)
Setting LD_LIBRARY_PATH to
.:/home/dave/gnu/gcc/objdir/hppa-linux/./libgomp/.lib
s:/home/dave/gnu/gcc/objdir/gcc:.:/home/dave/gnu/gcc/objdir/hppa-linux/./libgomp
/.libs:/home/dave/gnu/gcc/objdir/gcc:/home/dave/gnu/gcc/objdir/hppa-linux/libstd
c++-v3/src/.libs:/home/dave/gnu/gcc/objdir/hppa-linux/libmudflap/.libs:/home/dav
e/gnu/gcc/objdir/hppa-linux/libssp/.libs:/home/dave/gnu/gcc/objdir/hppa-linux/li
bgomp/.libs:/home/dave/gnu/gcc/objdir/./gcc:/home/dave/gnu/gcc/objdir/./prev-gcc
./a.16.1.exe: /usr/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found
(requi
red by ./a.16.1.exe)
FAIL: libgomp.fortran/appendix-a/a.16.1.f90  -O0  execution test

Also causes numerous other fails.


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

* [Bug libgomp/47804] libgomp LD_LIBRARY_PATH doesn't include path to libgfortran
  2011-02-18 17:00 [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran danglin at gcc dot gnu.org
@ 2011-02-18 18:28 ` jakub at gcc dot gnu.org
  2011-02-18 18:58 ` dave at hiauly1 dot hia.nrc.ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-18 18:28 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.02.18 17:48:11
         AssignedTo|unassigned at gcc dot       |jakub at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-18 17:48:11 UTC ---
Created attachment 23397
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23397
gcc46-pr47804.patch

Only very lightly tested fix.


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

* [Bug libgomp/47804] libgomp LD_LIBRARY_PATH doesn't include path to libgfortran
  2011-02-18 17:00 [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran danglin at gcc dot gnu.org
  2011-02-18 18:28 ` [Bug libgomp/47804] " jakub at gcc dot gnu.org
@ 2011-02-18 18:58 ` dave at hiauly1 dot hia.nrc.ca
  2011-02-18 20:48 ` jakub at gcc dot gnu.org
  2011-02-18 21:16 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dave at hiauly1 dot hia.nrc.ca @ 2011-02-18 18:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from dave at hiauly1 dot hia.nrc.ca 2011-02-18 18:54:59 UTC ---
On Fri, 18 Feb 2011, jakub at gcc dot gnu.org wrote:

> Created attachment 23397
>   --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23397
> gcc46-pr47804.patch

Works for me.

Dave


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

* [Bug libgomp/47804] libgomp LD_LIBRARY_PATH doesn't include path to libgfortran
  2011-02-18 17:00 [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran danglin at gcc dot gnu.org
  2011-02-18 18:28 ` [Bug libgomp/47804] " jakub at gcc dot gnu.org
  2011-02-18 18:58 ` dave at hiauly1 dot hia.nrc.ca
@ 2011-02-18 20:48 ` jakub at gcc dot gnu.org
  2011-02-18 21:16 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-18 20:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-18 20:44:48 UTC ---
Author: jakub
Date: Fri Feb 18 20:44:44 2011
New Revision: 170285

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170285
Log:
    PR libgomp/47804
    * testsuite/libgomp.fortran/fortran.exp: Check for both
    libquadmath.a and libquadmath.${shlib_ext}.  If neither exists,
    but $blddir != "", still append ${blddir}/${lang_library_path}
    to ld_library_path.

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/testsuite/libgomp.fortran/fortran.exp


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

* [Bug libgomp/47804] libgomp LD_LIBRARY_PATH doesn't include path to libgfortran
  2011-02-18 17:00 [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-02-18 20:48 ` jakub at gcc dot gnu.org
@ 2011-02-18 21:16 ` jakub at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-02-18 21:16 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-18 21:02:37 UTC ---
Fixed.


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

end of thread, other threads:[~2011-02-18 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18 17:00 [Bug libgomp/47804] New: libgomp LD_LIBRARY_PATH doesn't include path to libgfortran danglin at gcc dot gnu.org
2011-02-18 18:28 ` [Bug libgomp/47804] " jakub at gcc dot gnu.org
2011-02-18 18:58 ` dave at hiauly1 dot hia.nrc.ca
2011-02-18 20:48 ` jakub at gcc dot gnu.org
2011-02-18 21:16 ` jakub at gcc dot gnu.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).