From owner-freebsd-current Wed Oct 2 12:50:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA01424 for current-outgoing; Wed, 2 Oct 1996 12:50:27 -0700 (PDT) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA01419 for ; Wed, 2 Oct 1996 12:50:22 -0700 (PDT) Received: from pauling.salk.edu (pauling [198.202.70.108]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id MAA23098 for ; Wed, 2 Oct 1996 12:50:19 -0700 (PDT) Date: Wed, 2 Oct 1996 12:49:57 -0700 (PDT) From: Tom Bartol To: current@FreeBSD.org Subject: make world fails during gcc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I'm new to this game so it might be a problem on this end but... I just supped the latest -current from sup.freebsd.org minutes ago (with make update) and then during make world I get a failure with the output below during the make of gcc. This the first time I've tried to sup -current but I've followed the directions carefully. Any help would be greatly appreciated. Thanks, Tom Here's the snippet leading up to the failure: ===> cc_int rm -f .depend mkdep -f .depend -a -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools /usr/src/gnu/usr.bin/cc/cc_int/bc-emit.c /usr/src/gnu/usr.bin/cc/cc_int/bc-optab.c /usr/src/gnu/usr.bin/cc/cc_int/c-common.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-pragma.c /usr/src/gnu/usr.bin/cc/cc_int/caller-save.c /usr/src/gnu/usr.bin/cc/cc_int/calls.c /usr/src/gnu/usr.bin/cc/cc_int/combine.c /usr/src/gnu/usr.bin/cc/cc_int/convert.c /usr/src/gnu/usr.bin/cc/cc_int/cse.c /usr/src/gnu/usr.bin/cc/cc_int/dbxout.c /usr/src/gnu/usr.bin/cc/cc_int/dwarfout.c /usr/src/gnu/usr.bin/cc/cc_int/emit-rtl.c /usr/src/gnu/usr.bin/cc/cc_int/explow.c /usr/src/gnu/usr.bin/cc/cc_int/expmed.c /usr/src/gnu/usr.bin/cc/cc_int/expr.c /usr/src/gnu/usr.bin/cc/cc_int/final.c /usr/src/gnu/usr.bin/cc/cc_int/flow.c /usr/src/gnu/usr.bin/cc/cc_int/fold-const.c /usr/src/gnu/usr.bin/cc/cc_int/function.c /usr/src/gnu/usr.bin/cc/cc_int/getpwd.c /usr/src/gnu/usr.bin/cc/cc_int/global.c /usr/src/gnu/usr.bin/cc/cc_int/insn-attrtab.c /usr/src/gnu/usr.bin/cc/cc_int/insn-emit.c /usr/src/gnu/usr.bin/cc/cc_int/insn-extract.c /usr/src/gnu/usr.bin/cc/cc_int/insn-opinit.c /usr/src/gnu/usr.bin/cc/cc_int/insn-output.c /usr/src/gnu/usr.bin/cc/cc_int/insn-peep.c /usr/src/gnu/usr.bin/cc/cc_int/insn-recog.c /usr/src/gnu/usr.bin/cc/cc_int/integrate.c /usr/src/gnu/usr.bin/cc/cc_int/jump.c /usr/src/gnu/usr.bin/cc/cc_int/local-alloc.c /usr/src/gnu/usr.bin/cc/cc_int/loop.c /usr/src/gnu/usr.bin/cc/cc_int/obstack.c /usr/src/gnu/usr.bin/cc/cc_int/optabs.c /usr/src/gnu/usr.bin/cc/cc_int/print-rtl.c /usr/src/gnu/usr.bin/cc/cc_int/print-tree.c /usr/src/gnu/usr.bin/cc/cc_int/real.c /usr/src/gnu/usr.bin/cc/cc_int/recog.c /usr/src/gnu/usr.bin/cc/cc_int/reg-stack.c /usr/src/gnu/usr.bin/cc/cc_int/regclass.c /usr/src/gnu/usr.bin/cc/cc_int/reload.c /usr/src/gnu/usr.bin/cc/cc_int/reload1.c /usr/src/gnu/usr.bin/cc/cc_int/reorg.c /usr/src/gnu/usr.bin/cc/cc_int/rtl.c /usr/src/gnu/usr.bin/cc/cc_int/rtlanal.c /usr/src/gnu/usr.bin/cc/cc_int/sched.c /usr/src/gnu/usr.bin/cc/cc_int/sdbout.c /usr/src/gnu/usr.bin/cc/cc_int/stmt.c /usr/src/gnu/usr.bin/cc/cc_int/stor-layout.c /usr/src/gnu/usr.bin/cc/cc_int/stupid.c /usr/src/gnu/usr.bin/cc/cc_int/toplev.c /usr/src/gnu/usr.bin/cc/cc_int/tree.c /usr/src/gnu/usr.bin/cc/cc_int/unroll.c /usr/src/gnu/usr.bin/cc/cc_int/varasm.c /usr/src/gnu/usr.bin/cc/cc_int/version.c /usr/src/gnu/usr.bin/cc/cc_int/xcoffout.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i386/i386.c /usr/src/gnu/usr.bin/cc/cc_int/calls.c:366: macro `RETURN_POPS_ARGS' used with only 2 args /usr/src/gnu/usr.bin/cc/cc_int/calls.c:368: macro `RETURN_POPS_ARGS' used with only 2 args /usr/src/gnu/usr.bin/cc/cc_int/calls.c:445: macro `RETURN_POPS_ARGS' used with only 2 args /usr/src/gnu/usr.bin/cc/cc_int/calls.c:452: macro `RETURN_POPS_ARGS' used with only 2 args /usr/src/gnu/usr.bin/cc/cc_int/function.c:3846: macro `RETURN_POPS_ARGS' used with only 2 args mkdep: compile failed. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop.