This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/25461] New: fastjar is broken on i386-*-freebsd
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2005 05:09:08 -0000
- Subject: [Bug bootstrap/25461] New: fastjar is broken on i386-*-freebsd
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
fastjar appears to have been broken with the new bootstrap.
gmake bootstrap aborts with
gmake[1]: Entering directory `/home/kargl/gcc/obj4x'
Configuring in ./fastjar
configure: loading cache ./config.cache
configure: error: `CFLAGS' has changed since the previous run:
configure: former value: -g -O2
configure: current value: -O2 -g -O2
configure: error: `CC' has changed since the previous run:
configure: former value: gcc
configure: current value: /home/kargl/gcc/obj4x/./gcc/xgcc
-B/home/kargl/gcc/obj4x/./gcc/
-B/home/kargl/work/4x/i386-unknown-freebsd7.0/bin/
-B/home/kargl/work/4x/i386-unknown-freebsd7.0/lib/ -isystem
/home/kargl/work/4x/i386-unknown-freebsd7.0/include -isystem
/home/kargl/work/4x/i386-unknown-freebsd7.0/sys-include
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start
over
gmake[1]: *** [configure-fastjar] Error 1
gmake[1]: Leaving directory `/home/kargl/gcc/obj4x'
gmake: *** [bootstrap] Error 2
--
Summary: fastjar is broken on i386-*-freebsd
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kargl at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25461