[Bug testsuite/28913] "make install" required before testing libgomp and gfortran

howarth at nitro dot med dot uc dot edu gcc-bugzilla@gcc.gnu.org
Sat Nov 11 05:45:00 GMT 2006



------- Comment #2 from howarth at nitro dot med dot uc dot edu  2006-11-11 05:45 -------
I noticed this issue tonight while doing a make check on a build of
powerpc64-apple-darwin8 in the libgomp testsuite. A typical set of failures
include...

FAIL: libgomp.c++/ctor-1.C  -O0  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -O1  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -O2  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -O3 -fomit-frame-pointer -funroll-loops  (test for
excess errors)
FAIL: libgomp.c++/ctor-1.C  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -O3 -g  (test for excess errors)
FAIL: libgomp.c++/ctor-1.C  -Os  (test for excess errors)

which in the libgomp.log show a typical failure of...

set_ld_library_path_env_vars:
ld_library_path=.:/Users/howarth/darwin_obj/powerpc64-apple-darwin8/./libgomp/.libs:/Users/howarth/darwin_obj/powerpc64-apple-darwin8/./libgomp/../libstdc++-v3/src/.libs:/Users/howarth/darwin_obj/gcc

Executing on host: /Users/howarth/darwin_obj/gcc/xgcc
-B/Users/howarth/darwin_obj/gcc/
/Users/howarth/gcc/libgomp/testsuite/libgomp.c++/ctor-1.C 
-B/Users/howarth/darwin_obj/powerpc64-apple-
darwin8/./libgomp/
-I/Users/howarth/darwin_obj/powerpc64-apple-darwin8/./libgomp
-I/Users/howarth/gcc/libgomp/testsuite/.. -fmessage-length=0 -fopenmp  -O0    
-L/Users/howarth/darwin_obj/po
werpc64-apple-darwin8/./libgomp/.libs -lgomp
-L/Users/howarth/darwin_obj/powerpc64-apple-darwin8/./libgomp/../libstdc++-v3/src/.libs
-lstdc++ -lm   -m64 -o ./ctor-1.exe    (timeout = 300)
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
output is:
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib

FAIL: libgomp.c++/ctor-1.C  -O0  (test for excess errors)
Excess errors:
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
ld64 warning: indirect library /Users/howarth/work/gcc42/lib/libgcc_s.1.dylib
could not be loaded: file not found:
/Users/howarth/work/gcc42/lib/libgcc_s.1.dylib

when the build isn't installed before the make check is run.


-- 


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



More information about the Gcc-bugs mailing list