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/33384] New: Yet another bootstrap failure on PPC Darwin


With revisions 128349 and 128362 a clean bootstrap fails now at stage two with:

...
mkdir powerpc-apple-darwin8/libgcc
Checking multilib configuration for libgcc...
Configuring stage 2 in powerpc-apple-darwin8/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking for gawk... gawk
checking build system type... powerpc-apple-darwin8
checking host system type... powerpc-apple-darwin8
checking for powerpc-apple-darwin8-ar... ar
checking for powerpc-apple-darwin8-lipo... lipo
checking for powerpc-apple-darwin8-nm... /opt/gcc/darwin_buildw/./gcc/nm
checking for powerpc-apple-darwin8-ranlib... ranlib -c
checking for powerpc-apple-darwin8-strip... strip
checking whether ln -s works... yes
checking for powerpc-apple-darwin8-gcc... /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/ -B/opt/gcc/gcc4.3w/powerpc-apple-darwin8/bin/
-B/opt/gcc/gcc4.3w/powerpc-apple-darwin8/lib/ -isystem
/opt/gcc/gcc4.3w/powerpc-apple-darwin8/include -isystem
/opt/gcc/gcc4.3w/powerpc-apple-darwin8/sys-include

the last cc1 taking forever:

dominiq  29971  52.6  0.4   133872   6332  p4  R     1:46AM  74:25.30 cc1

or

dominiq   1425  51.7  0.4   133940   6356  p4  R     7:12AM  48:33.97 cc1

before I kill it.

Note that there is no result in http://gcc.gnu.org/ml/gcc-testresults for
Darwin (regress) since:

Date: 2007-09-05T07:02:14Z
Revision: 128120
URL: svn://gcc.gnu.org/svn/gcc/trunk
Status: regress-224
Prev-Endtime: 2007-09-05T06:59:12Z

LAST_UPDATED: 
Native configuration is powerpc-apple-darwin8.5.0

Is the support to PPC Darwin dropped from GCC 4.3?


-- 
           Summary: Yet another bootstrap failure on PPC Darwin
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: powerpc-apple-darwin8
  GCC host triplet: powerpc-apple-darwin8
GCC target triplet: powerpc-apple-darwin8


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


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