From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26973 invoked by alias); 20 May 2007 16:41:15 -0000 Received: (qmail 26954 invoked by uid 48); 20 May 2007 16:41:14 -0000 Date: Sun, 20 May 2007 16:41:00 -0000 Subject: [Bug java/32010] New: bootstrap fails; chooses wrong zlib for building jc1 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "lucier at math dot purdue dot edu" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q2/txt/msg00110.txt.bz2 Configured with env CC=/pkgs/gcc-4.2.0-64/bin/gcc ../4.2.0/configure --build=powerpc64-apple-darwin8.8.0 --host=powerpc64-apple-darwin8.8.0 --target=powerpc64-apple-darwin8.8.0 --with-gmp=/pkgs/gmp-4.2.1-64/ --with-mpfr=/pkgs/gmp-4.2.1-64/ --prefix=/pkgs/gcc-4.2.0-64 and made with make bootstrap. Bootstrap fails win stage2 with /Users/gcc-test/programs/gcc/objdir-gcc-4.2.0/./prev-gcc/xgcc -B/Users/gcc-test/programs/gcc/objdir-gcc-4.2.0/./prev-gcc/ -B/pkgs/gcc-4.2.0-64/powerpc64-apple-darwin8.8.0/bin/ -g -O2 -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 -DHAVE_CONFIG_H -o jc1 \ java/parse.o java/class.o java/decl.o java/expr.o java/constants.o java/lang.o java/typeck.o java/except.o java/verify-glue.o java/verify-impl.o java/zextract.o java/jcf-io.o java/win32-host.o java/jcf-parse.o java/mangle.o java/mangle_name.o java/builtins.o java/resource.o java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o java/jcf-path.o java/boehm.o java/java-gimplify.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -L../zlib -lz ../libcpp/libcpp.a ./../intl/libintl.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a ld64 warning: in /usr/lib/libz.dylib, file is not of required architecture Undefined symbols: _inflateEnd, referenced from: _read_zip_member in jcf-io.o _inflate, referenced from: _read_zip_member in jcf-io.o _inflateInit2_, referenced from: _read_zip_member in jcf-io.o ld64-62.1 failed: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [jc1] Error 1 make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [bootstrap] Error 2 Now, I can't find a bug report for this. I've also bootstrapped the 4.2.0 development branch many times with this configuration; see, e.g., -- Summary: bootstrap fails; chooses wrong zlib for building jc1 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: lucier at math dot purdue dot edu GCC build triplet: powerpc64-apple-darwin8.8.0 GCC host triplet: powerpc64-apple-darwin8.8.0 GCC target triplet: powerpc64-apple-darwin8.8.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32010