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]

[Bug bootstrap/26684] New: Darwin bootstrap failure (fixincludes?)


Trying to build the latest gcc mainline source (SVN revision 112063) on Darwin
(OS X 10.4.5 G5)

/Users/perrin/gcc_MAINLINE/gcc/configure
--prefix=/Users/perrin/gcc_MAINLINE/INSTALL/112063/ --enable-threads=posix
--enable-languages=c,c++, --disable-multilib

then 

make -j 3 bootstrap; make install

I get the following errors.  (I successfully built gcc 4.2.0 SVN 111976 on
Saturday on this exact same computer with the exact same ./configure options.
and I just built SVN 112063 on x86_64 and it worked fine)

--------------------------------------------------

/Users/perrin/gcc_MAINLINE/BUILD/./prev-gcc/xgcc
-B/Users/perrin/gcc_MAINLINE/BUILD/./prev-gcc/
-B/Users/perrin/gcc_MAINLINE/INSTALL/112063//powerpc-apple-darwin8.5.0/bin/ -c 
 -g -O2 -mdynamic-no-pic -DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long
-Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition
-Wmissing-format-attribute -Werror -fno-common   -DHAVE_CONFIG_H -I. -I.
-I/Users/perrin/gcc_MAINLINE/gcc/gcc -I/Users/perrin/gcc_MAINLINE/gcc/gcc/.
-I/Users/perrin/gcc_MAINLINE/gcc/gcc/../include -I./../intl
-I/Users/perrin/gcc_MAINLINE/gcc/gcc/../libcpp/include 
-I/Users/perrin/gcc_MAINLINE/gcc/gcc/../libdecnumber -I../libdecnumber   
/Users/perrin/gcc_MAINLINE/gcc/gcc/regclass.c -o regclass.o
cc1: warnings being treated as errors
/Users/perrin/gcc_MAINLINE/gcc/gcc/reg-stack.c:186: warning:
'stack_regs_mentioned_data' defined but not used
make[3]: *** [reg-stack.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
make[2]: *** [all-stage2-gcc] Error 2
make[1]: *** [stage2-bubble] Error 2
make: *** [bootstrap] Error 2
/bin/sh /Users/perrin/gcc_MAINLINE/gcc/mkinstalldirs
/Users/perrin/gcc_MAINLINE/INSTALL/112063/
/Users/perrin/gcc_MAINLINE/INSTALL/112063/
/bin/sh: line 1: cd: ./fixincludes: No such file or directory
make[1]: *** [install-fixincludes] Error 1
make: *** [install] Error 2


-- 
           Summary: Darwin bootstrap failure (fixincludes?)
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: perrin at msli dot com


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


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