From owner-freebsd-stable Sat Apr 8 17: 8:44 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pimout5-int.prodigy.net (pimout5-ext.prodigy.net [207.115.63.104]) by hub.freebsd.org (Postfix) with ESMTP id 947D137B6BD for ; Sat, 8 Apr 2000 17:08:39 -0700 (PDT) (envelope-from troyml@prodigy.net) Received: from prodigy.net (MINNA010-0077.splitrock.net [209.255.72.77]) by pimout5-int.prodigy.net (8.8.5/8.8.5) with ESMTP id UAA127220 for ; Sat, 8 Apr 2000 20:08:36 -0400 Message-ID: <38EFC9DD.D3C7A9CA@prodigy.net> Date: Sat, 08 Apr 2000 19:07:57 -0500 From: Troy X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Problem going from 3.stable to 4.stable Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been running 3-stable.. I decided to shoot for 4, give it a go. So I changed my cvsup supfile from RELENG_3 to RELENG_4 and fired it up. The supfile includes src-all, cvs-crypto, and ports-all. So after a couple hours when it finished I printed out UPDATING. Following said directions i typed 'make buildworld' where it proceeded to do it's thing until it gave me the following error message in surrounding context. Not being wise enough myself to determine the root of the problem I decided to consult the wise freebsd-stable list who are more knowledgeble than I on these things... Thank you for any help you may be in resolving my problem, look forward to hearing from you. Troy Lubbers Errors follow, >>> stage 2: build tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 build-tools cd /usr/src/bin/sh; make build-tools cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c /usr/src/bin/sh/mkinit.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static mkinit.o -o mkinit cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c /usr/src/bin/sh/mknodes.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static mknodes.o -o mknodes cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c /usr/src/bin/sh/mksyntax.c cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static mksyntax.o -o mksyntax cd /usr/src/games/adventure; make build-tools cc -O -pipe -traditional-cpp -c /usr/src/games/adventure/setup.c cc -static -O -pipe -traditional-cpp -o setup setup.o cd /usr/src/games/hack; make build-tools cc -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -c /usr/src/games/hack/makedefs.c cc -static -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -o makedefs makedefs.o cd /usr/src/games/phantasia; make build-tools cc -O -pipe -c -o cross-phantglobs.o /usr/src/games/phantasia/phantglobs.c cc -O -pipe -c /usr/src/games/phantasia/setup.c cc -static -O -pipe -o setup cross-phantglobs.o setup.o -lm cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf > c-gperf.h /* starting time is 18:54:39 */ /* ending time is 18:54:39 */ gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf >gxx-hash.h /* starting time is 18:54:39 */ /* ending time is 18:54:39 */ ln -sf gxx-hash.h hash.h echo '#include "cp/cp-tree.def"' > gencheck.h echo '#include "objc/objc-tree.def"' >> gencheck.h echo '#include "auto-host.h"' > config.h echo '#include "gansidecl.h"' >> config.h echo '#include "i386/xm-i386.h"' >> config.h echo '#include "hwint.h"' >> config.h echo '#include "auto-host.h"' > hconfig.h echo '#include "gansidecl.h"' >> hconfig.h echo '#include "i386/xm-i386.h"' >> hconfig.h echo '#include "hwint.h"' >> hconfig.h echo 'static char *multilib_raw[] = { "aout maout;", "elf !maout;", NULL };' > multilib.h echo 'static char *multilib_matches_raw[] = { "maout maout;", "melf melf;", NULL };' >> multilib.h echo 'static char *multilib_extra = "";' >> multilib.h echo '#include "cp/lang-options.h"' > options.h echo '#include "f/lang-options.h"' >> options.h echo '#include "cp/lang-specs.h"' > specs.h echo '#include "f/lang-specs.h"' >> specs.h echo '#include "objc/lang-specs.h"' >> specs.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"' >> tm.h echo '#include "svr4.h"' >> tm.h echo '#include ' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h echo '#include ' >> tm.h cc -O -pipe -I. -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c In file included from /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c:22: /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/system.h:353: conflicting types for `sys_errlist' /usr/include/stdio.h:225: previous declaration of `sys_errlist' /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/system.h:399: parse error before `PVPROTO' /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c: In function `main': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c:39: parse error before `ATTRIBUTE_UNUSED' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message