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/25461] New: fastjar is broken on i386-*-freebsd


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


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