From owner-freebsd-stable Fri Nov 3 12: 7:16 2000 Delivered-To: freebsd-stable@freebsd.org Received: from peter.freew3.com (unknown [216.89.167.3]) by hub.freebsd.org (Postfix) with SMTP id D085E37B4CF for ; Fri, 3 Nov 2000 12:07:11 -0800 (PST) Received: (qmail 38676 invoked from network); 3 Nov 2000 15:04:09 -0000 Received: from unknown (HELO matt) (216.89.166.18) by peter.freew3.com with SMTP; 3 Nov 2000 15:04:09 -0000 Message-ID: <000b01c045d2$82a87260$8f00a8c0@hq.cmitech.com> From: "Matt Mencel" To: Subject: make build-tools error? Date: Fri, 3 Nov 2000 14:13:20 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll admit up front that this is my first attempt at performing a make world. I cvsup'd the latest 4.x-stable sources this morning. I get the error below though when I try to make world. Can anyone help? Thanks. Matt cc -static -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARG ET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -DPR EFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/ gnu/usr.bin/cc/f771/../cc_tools -I/usr/src/gnu/usr.bin/cc/f771/../../../../c ontrib/gcc -I/usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/config -I/ usr/src/gnu/usr.bin/cc/f771/../../../../contrib/gcc/f -I. -o fini fini.o proj-BT.o cd /usr/src/lib/libncurses; make build-tools sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKhashsize.sh /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > hashsize.h sed curses.h -e "/@NCURSES_MAJOR@/s//5/" -e "/@NCURSES_MINOR@/s//1/" -e "/@NCURSES_PATCH@/s//20001009/" -e "/@NCURSES_CONST@/s///" -e "s/@cf_cv_builtin_bool@/1/g" -e "s/@cf_cv_cc_bool_type@/0/g" -e "s/@cf_cv_type_of_bool@/char/g" -e "s/@cf_cv_typeof_chtype@/long/g" -e "s/@cf_cv_widec_shift@/8/g" -e "s/@cf_cv_shift_limit@/32/g" -e "s/@cf_cv_1UL@/1UL/g" AWK=awk sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh /usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > ncurses_def.h cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/. ./../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses /include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PR OGRAM /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c awk -f /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps cat namehdr boolnames boolfnames numnames numfnames strnames strfnames nameftr > names.c cc -o make_keys -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/. ./../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses /include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c cd /usr/src/share/syscons/scrnmaps; make build-tools cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"koi8-r2cp866\" -o koi8-r2cp866.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"iso-8859-1_to_ cp437\" -o iso-8859-1_to_cp437.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"iso-8859-4_to_ cp437\" -o iso-8859-4_to_cp437.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c cd /usr/src/gnu/usr.bin/perl; make build-tools make: don't know how to make build-tools. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. bash-2.03# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message