public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3
@ 2004-04-29 20:56 tfillmore at beatware dot com
  2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: tfillmore at beatware dot com @ 2004-04-29 20:56 UTC (permalink / raw)
  To: gcc-bugs

Build steps used:
-----------------
cd gcc-3.4.0/
mkdir obj-i586-pc-interix3
cd obj-i586-pc-interix3/
../configure --host=i586-pc-interix3
make bootstrap  (I am using GNU make)


Here's the last bit of the output:
----------------------------------
Bootstrapping the compiler
make[1]: Entering directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \
        CFLAGS="-g " MAKEINFO="/root/gcc-3.4.0/missing makeinfo
--split-size=5000000" \
        MAKEINFOFLAGS="--no-split" COVERAGE_FLAGS= \
        OBJS-onestep="alias.o bb-reorder.o bitmap.o builtins.o
caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o
cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o
loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o
coverage.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o dojump.o
doloop.o dominance.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o
explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o
genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o
hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o
insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o
jump.o  langhooks.o lcm.o lists.o local-alloc.o loop.o optabs.o
options.o opts.o params.o postreload.o predict.o print-rtl.o
print-tree.o value-prof.o profile.o ra.o ra-build.o ra-colorize.o
ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o
regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o
rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o
sdbout.o sibcall.o simplify-rtx.o sreal.o stmt.o stor-layout.o
stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o
unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o alloc-pool.o
et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o i386.o
winnt.o host-default.o hashtable.o tree-inline.o tree-optimize.o
cgraph.o cgraphunit.o"make[2]: Entering directory
`/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
sh ../../gcc/mkconfig.sh config.h
TARGET_CPU_DEFAULT="" \
HEADERS="config/i386/i386.h config/i386/unix.h config/i386/bsd.h
config/i386/gas.h config/i386/i386-interix.h config/i386/i386-interix3.h
config/interix.h config/interix3.h defaults.h" DEFINES="" \
sh ../../gcc/mkconfig.sh tm.h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
sh ../../gcc/mkconfig.sh bconfig.h
gcc -c -D__INTERIX -D_ALL_SOURCE  -g  -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long    -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include -I../intl
../../gcc/genmodes.c -o genmodes.o
In file included from ../../gcc/genmodes.c:23:
../../gcc/system.h:339: error: conflicting types for `strsignal'
/usr/include/string.h:100: error: previous declaration of `strsignal'
make[2]: *** [genmodes.o] Error 1
make[2]: Leaving directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/root/gcc-3.4.0/obj-i586-pc-interix3/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: [3.4 Regression] bootstrap fails on interix3
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tfillmore at beatware dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-pc-interix3
  GCC host triplet: i586-pc-interix3
GCC target triplet: i586-pc-interix3


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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-08-22  1:35 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-29 20:56 [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 tfillmore at beatware dot com
2004-04-29 20:56 ` [Bug bootstrap/15212] " pinskia at gcc dot gnu dot org
2004-04-29 21:14 ` tfillmore at beatware dot com
2004-04-29 21:57 ` pinskia at gcc dot gnu dot org
2004-04-29 22:05 ` tfillmore at beatware dot com
2004-04-29 22:16 ` tfillmore at beatware dot com
2004-04-29 22:16 ` pinskia at gcc dot gnu dot org
2004-04-30  9:17 ` wilson at specifixinc dot com
2004-04-30 22:27 ` tfillmore at beatware dot com
2004-05-01  4:02 ` wilson at specifixinc dot com
2004-05-04 22:25 ` [Bug bootstrap/15212] [3.4/3.5 " tfillmore at beatware dot com
2004-06-12 22:01 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:59 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:46 ` [Bug bootstrap/15212] [3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-12-01 18:21 ` pinskia at gcc dot gnu dot org
2004-12-02  3:10 ` neroden at gcc dot gnu dot org
2004-12-07  0:29 ` tfillmore at beatware dot com
2004-12-10 16:59 ` neroden at gcc dot gnu dot org
2005-01-21 21:29 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug bootstrap/15212] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-08-22  1:40 ` mmitchel at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).