From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11543 invoked by alias); 29 Apr 2004 20:32:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11535 invoked by uid 48); 29 Apr 2004 20:32:57 -0000 Date: Thu, 29 Apr 2004 20:56:00 -0000 From: "tfillmore at beatware dot com" To: gcc-bugs@gcc.gnu.org Message-ID: <20040429203235.15212.tfillmore@beatware.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/15212] New: [3.4 Regression] bootstrap fails on interix3 X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg02871.txt.bz2 List-Id: 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