This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

target/9210: [gcc-3.3] bootstrap error in libffi building nof libs


>Number:         9210
>Category:       target
>Synopsis:       [gcc-3.3] bootstrap error in libffi building nof libs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 06 16:46:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     doko@debian.org
>Release:        gcc-3.3-branch 20030105
>Organization:
>Environment:
powerpc-linux
>Description:
please see the following URL for the complete log:

http://buildd.debian.org/fetch.php?&pkg=gcc-snapshot&ver=20030105-1&arch=powerpc&stamp=1041807329&file=log&as=ra

the build fails building the nof libffi lib, the build completed find before the most recent libffi patch:

2003-01-03  Jeff Sturm  <jsturm@one-point.com>

        * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
        * src/ffitest.c (main): Use static storage for closure.
        * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
        * src/sparc/v8.S (ffi_closure_v8): New.
        * src/sparc/v9.S (ffi_closure_v9): New.


creating libffi.la
(cd .libs && rm -f libffi.la && ln -s ../libffi.la libffi.la)
/bin/sh ./libtool --mode=compile /build/buildd/gcc-snapshot-20030105/build/gcc/xgcc -B/build/buildd/gcc-snapshot-20030105/build/gcc/ -B/usr/lib/gcc-snapshot/powerpc-linux/bin/ -B/usr/lib/gcc-snapshot/powerpc-linux/lib/ -isystem /usr/lib/gcc-snapshot/powerpc-linux/include  -msoft-float -fPIC -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../src/libffi -I. -I../../../../src/libffi/include -Iinclude -I../../../../src/libffi/src   -fexceptions -O2 -g -O2   -msoft-float -fPIC -mstrict-align -c -o ffitest.lo ../../../../src/libffi/src/ffitest.c
/build/buildd/gcc-snapshot-20030105/build/gcc/xgcc -B/build/buildd/gcc-snapshot-20030105/build/gcc/ -B/usr/lib/gcc-snapshot/powerpc-linux/bin/ -B/usr/lib/gcc-snapshot/powerpc-linux/lib/ -isystem /usr/lib/gcc-snapshot/powerpc-linux/include -msoft-float -fPIC -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../src/libffi -I. -I../../../../src/libffi/include -Iinclude -I../../../../src/libffi/src -fexceptions -O2 -g -O2 -msoft-float -fPIC -mstrict-align -c ../../../../src/libffi/src/ffitest.c  -fPIC -DPIC -o .libs/ffitest.o
/build/buildd/gcc-snapshot-20030105/build/gcc/xgcc -B/build/buildd/gcc-snapshot-20030105/build/gcc/ -B/usr/lib/gcc-snapshot/powerpc-linux/bin/ -B/usr/lib/gcc-snapshot/powerpc-linux/lib/ -isystem /usr/lib/gcc-snapshot/powerpc-linux/include -msoft-float -fPIC -mstrict-align -DHAVE_CONFIG_H -I. -I../../../../src/libffi -I. -I../../../../src/libffi/include -Iinclude -I../../../../src/libffi/src -fexceptions -O2 -g -O2 -msoft-float -fPIC -mstrict-align -c ../../../../src/libffi/src/ffitest.c -o ffitest.o >/dev/null 2>&1
/bin/sh ./libtool --mode=link /build/buildd/gcc-snapshot-20030105/build/gcc/xgcc -B/build/buildd/gcc-snapshot-20030105/build/gcc/ -B/usr/lib/gcc-snapshot/powerpc-linux/bin/ -B/usr/lib/gcc-snapshot/powerpc-linux/lib/ -isystem /usr/lib/gcc-snapshot/powerpc-linux/include  -msoft-float -fPIC -mstrict-align -fexceptions -O2 -g -O2   -msoft-float -fPIC -mstrict-align -msoft-float -fPIC -mstrict-align -o ffitest -shared-libgcc ffitest.lo libffi.la 
/build/buildd/gcc-snapshot-20030105/build/gcc/xgcc -B/build/buildd/gcc-snapshot-20030105/build/gcc/ -B/usr/lib/gcc-snapshot/powerpc-linux/bin/ -B/usr/lib/gcc-snapshot/powerpc-linux/lib/ -isystem /usr/lib/gcc-snapshot/powerpc-linux/include -msoft-float -fPIC -mstrict-align -fexceptions -O2 -g -O2 -msoft-float -fPIC -mstrict-align -msoft-float -fPIC -mstrict-align -o .libs/ffitest -shared-libgcc .libs/ffitest.o  ./.libs/libffi.so -Wl,--rpath -Wl,/usr/lib/gcc-snapshot/lib/nof
.libs/ffitest.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[9]: *** [ffitest] Error 1
make[9]: Leaving directory `/build/buildd/gcc-snapshot-20030105/build/powerpc-linux/nof/libffi'
make[8]: *** [all-recursive] Error 1
make[8]: Leaving directory `/build/buildd/gcc-snapshot-20030105/build/powerpc-linux/nof/libffi'
make[7]: *** [all-recursive-am] Error 2
make[7]: Leaving directory `/build/buildd/gcc-snapshot-20030105/build/powerpc-linux/nof/libffi'
make[6]: *** [multi-do] Error 1
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]