public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libffi/49594] New: bootstrap failure in libffi:darwin_closure for powerpc-darwin8
@ 2011-06-30 16:02 fang at csl dot cornell.edu
  2011-06-30 22:59 ` [Bug libffi/49594] " fang at csl dot cornell.edu
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: fang at csl dot cornell.edu @ 2011-06-30 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: bootstrap failure in libffi:darwin_closure for
                    powerpc-darwin8
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libffi
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fang@csl.cornell.edu
              Host: powerpc-apple-darwin8
            Target: powerpc-apple-darwin8
             Build: powerpc-apple-darwin8


During build of gcc-4.6.1 on powerpc-darwin8 (after having disabled libquadmath
from PR 49582), I get a compilation error in libffi on
powerpc/darwin_closure.lo:

depbase=`echo src/powerpc/darwin_closure.lo | sed
's|[^/]*$|.deps/&|;s|\.lo$||'`
;\
        /bin/sh ./libtool   --mode=compile
/Volumes/Mercedes2/sw/src/fink.build/gcc46-4.6.1-1000/darwin_objdir/./gcc/xgcc
-B/Volumes/Mercedes2/sw/src/fink.build/gcc46-4.6.1-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/bin/
-B/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/lib/ -isystem
/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/include -isystem
/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/sys-include  -m64 -DHAVE_CONFIG_H -I.
-I../../../../gcc-4.6.1/libffi  -I.
 -I../../../../gcc-4.6.1/libffi/include -Iinclude
-I../../../../gcc-4.6.1/libffi/src  -I. -I../../../../gcc-4.6.1/libffi/include
-Iinclude -I../../../../gcc-4.6.1/libffi/src -g -O2 -MT
src/powerpc/darwin_closure.lo -MD -MP -MF $depbase.Tpo 
-c -o src/powerpc/darwin_closure.lo
../../../../gcc-4.6.1/libffi/src/powerpc/darwin_closure.S &&\
        mv -f $depbase.Tpo $depbase.Plo
libtool: compile: 
/Volumes/Mercedes2/sw/src/fink.build/gcc46-4.6.1-1000/darwin_objdir/./gcc/xgcc
-B/Volumes/Mercedes2/sw/src/fink.build/gcc46-4.6.1-1000/darwin_objdir/./gcc/
-B/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/bin/
-B/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/lib/ -isystem
/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/include -isystem
/sw/lib/gcc4.6/powerpc-apple-darwin8.11.0/sys-include -m64 
-DHAVE_CONFIG_H -I. -I../../../../gcc-4.6.1/libffi -I.
-I../../../../gcc-4.6.1/libffi/include -Iinclude
-I../../../../gcc-4.6.1/libffi/src -I. -I../../../../gcc-4.6.1/libffi/include
-Iinclude -I../../../../gcc-4.6.1/libffi/src -g -O2 -MT
src/powerpc/darwin_closure.lo -MD -MP -MF src/powerpc/.deps/darwin_closure.Tpo
-c 
../../../../gcc-4.6.1/libffi/src/powerpc/darwin_closure.S  -fno-common -DPIC -o 
src/powerpc/.libs/darwin_closure.o
../../../../gcc-4.6.1/libffi/src/powerpc/darwin_closure.S:unknown:missing
indirect symbols for section (__DATA,__la_symbol_ptr)
make[7]: *** [src/powerpc/darwin_closure.lo] Error 1
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [multi-do] Error 1
make[3]: *** [all-multi] Error 2
make[2]: *** [all] Error 2
make[1]: *** [all-target-libffi] Error 2
make[1]: *** Waiting for unfinished jobs....

system compiler:
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking
-enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5370)

hardware: powerpc7400 (dual G4)
OS: OS X 10.4.11 (powerpc)


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

end of thread, other threads:[~2011-09-04 19:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30 16:02 [Bug libffi/49594] New: bootstrap failure in libffi:darwin_closure for powerpc-darwin8 fang at csl dot cornell.edu
2011-06-30 22:59 ` [Bug libffi/49594] " fang at csl dot cornell.edu
2011-07-01  7:21 ` iains at gcc dot gnu.org
2011-07-01 10:09 ` iains at gcc dot gnu.org
2011-07-01 12:50 ` howarth at nitro dot med.uc.edu
2011-07-01 13:02 ` iains at gcc dot gnu.org
2011-07-01 16:09 ` iains at gcc dot gnu.org
2011-07-01 18:14 ` fang at csl dot cornell.edu
2011-07-02 13:10 ` iains at gcc dot gnu.org
2011-07-05 22:35 ` fang at csl dot cornell.edu
2011-07-10  4:45 ` fang at csl dot cornell.edu
2011-09-04 19:18 ` iains at gcc dot gnu.org
2011-09-04 19:20 ` iains at gcc dot gnu.org
2011-09-04 19:21 ` iains 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).