[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Re: Report on gm2 of 2008-05-04 on OS 10.14.11/PPC (addtion.o)
From: |
Michael Lambert |
Subject: |
[Gm2] Re: Report on gm2 of 2008-05-04 on OS 10.14.11/PPC (addtion.o) |
Date: |
Wed, 7 May 2008 13:28:12 -0400 |
Not the same messages, but close:
about to call target_compile with /Users/lambert/gnu/gm2-current/
gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass/testadd.mod /
Users/lambert/gnu/gm2-current/obj/gcc/testsuite/testadd.x0 executable -
g libs= {compiler=/Users/lambert/gnu/gm2-current/obj/gcc/xgm2 -B/Users/
lambert/gnu/gm2-current/obj/gcc -I/Users/lambert/gnu/gm2-current/
gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass:../gm2/gm2-
libs:/Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/../gm2/gm2-
libs -fpim}
Executing on host: /Users/lambert/gnu/gm2-current/obj/gcc/xgm2 -B/
Users/lambert/gnu/gm2-current/obj/gcc -I/Users/lambert/gnu/gm2-current/
gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/pass:../gm2/gm2-
libs:/Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/../gm2/gm2-
libs -fpim /Users/lambert/gnu/gm2-current/gcc-4.1.2/gcc/testsuite/gm2/
pim/options/optimize/run/pass/testadd.mod -lm -o /Users/lambert/
gnu/gm2-current/obj/gcc/testsuite/testadd.x0 (timeout = 300)
ld: in /var/folders/5r/5rG8VggWHx4wBa0Sofcs6U+++TI/-Tmp-//
ccqz5CKP.a(addition.o), not a valid mach-o object file^M
collect2: ld returned 1 exit status^M
compiler exited with status 1
output is:
ld: in /var/folders/5r/5rG8VggWHx4wBa0Sofcs6U+++TI/-Tmp-//
ccqz5CKP.a(addition.o), not a valid mach-o object file^M
collect2: ld returned 1 exit status^M
FAIL: gm2/pim/options/optimize/run/pass/testadd.mod compilation, -g
UNRESOLVED: gm2/pim/options/optimize/run/pass/testadd.mod execution, -
g (link failed)
Link libraries are:
ld: in /var/folders/5r/5rG8VggWHx4wBa0Sofcs6U+++TI/-Tmp-//
ccqz5CKP.a(addition.o), not a valid mach-o object file
collect2: ld returned 1 exit status
On 7 May 2008, at 11:05, John O Goyo wrote:
Greetings, Michael:
Michael Lambert wrote:
Hi John,
Do you see failures involving the linking of addition.o? That
appears to be the difference between my tests on Intel/10.5.2 and
Gaius under i386/Debian.
I had 18 such failures, exemplified by the following.
about to call target_compile with /Users/build/src/gcc-4.1.2/gcc/
testsuite/gm2/pim/options/optimize/run/pass/testadd.mod /Users/build/
bld/gm2/gcc/testsuite/testadd.x0 executable -g libs= {compiler=/
Users/build/bld/gm2/gcc/xgm2 -B/Users/build/bld/gm2/gcc -I/Users/
build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/optimize/run/
pass:../gm2/gm2-libs:/Users/build/src/gcc-4.1.2/gcc/testsuite/../gm2/
gm2-libs -fpim}
Executing on host: /Users/build/bld/gm2/gcc/xgm2 -B/Users/build/bld/
gm2/gcc -I/Users/build/src/gcc-4.1.2/gcc/testsuite/gm2/pim/options/
optimize/run/pass:../gm2/gm2-libs:/Users/build/src/gcc-4.1.2/gcc/
testsuite/../gm2/gm2-libs -fpim /Users/build/src/gcc-4.1.2/gcc/
testsuite/gm2/pim/options/optimize/run/pass/testadd.mod -lm -o /
Users/build/bld/gm2/gcc/testsuite/testadd.x0 (timeout = 300)
/usr/bin/ld: /var/tmp//cckLulbQ.a(addition.o) is input for the
dynamic link editor, is not relocatable by the static link editor
again
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/bin/ld: /var/tmp//cckLulbQ.a(addition.o) is input for the
dynamic link editor, is not relocatable by the static link editor
again
collect2: ld returned 1 exit status
The odd thing is that I see nothing different in the compilation of
addition.mod to account for the ld error.
john
Michael
[...]