From owner-freebsd-questions Tue Jun 26 9:18: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.realtime.co.uk [194.205.134.131]) by hub.freebsd.org (Postfix) with ESMTP id 60B1237B405 for ; Tue, 26 Jun 2001 09:18:00 -0700 (PDT) (envelope-from byron.schlemmer@realtime.co.uk) Received: from [213.52.146.194] (helo=cyclops.ehsrealtime.com) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15EvXL-00085S-01 for freebsd-questions@FreeBSD.ORG; Tue, 26 Jun 2001 17:17:59 +0100 Date: Tue, 26 Jun 2001 17:17:50 +0100 (BST) From: Byron Schlemmer X-X-Sender: To: Subject: make world issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, Just installed a new machine from 4.3-RELEASE. After doing a cvsup, I've done a make world and it seems to continue crashing at this point : ===> lib/libncurses 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" sed MKterm.h.awk -e "/@NCURSES_MAJOR@/s//5/" -e "/@NCURSES_MINOR@/s//1/" -e "/@NCURSES_CONST@/s///" -e "/@NCURSES_XNAMES@/s//1/" awk -f MKterm.h.awk /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > term.h.new sh /usr/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh /usr/src/lib/libncurses/ncurses_cfg.h term.h.new cmp: not found ** edit: HAVE_TCGETATTR cmp: not found ** edit: HAVE_TERMIOS_H cmp: not found ** edit: HAVE_TERMIO_H cmp: not found ** edit: BROKEN_LINKER mv -f term.h.new term.h sed termcap.h -e "/@NCURSES_MAJOR@/s//5/" -e "/@NCURSES_MINOR@/s//1/" -e "/@NCURSES_CONST@/s///" -e "/@OSPEED_INCLUDES@/s//#include /" -e "/@OSPEED_TYPE@/s//speed_t/" install -c -o root -g wheel -m 444 curses.h term.h termcap.h unctrl.h /usr/include rm -f /usr/include/ncurses.h ln -s curses.h /usr/include/ncurses.h install -c -o root -g wheel -m 444 libncurses.a /usr/lib install -c -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib ln -sf libncurses.so.5 /usr/lib/libncurses.so /usr/lib/libcurses.a -> libncurses.a /usr/lib/libtermcap.a -> libncurses.a /usr/lib/libtermlib.a -> libncurses.a /usr/lib/libmytinfo.a -> libncurses.a /usr/lib/libtinfo.a -> libncurses.a /usr/lib/libcurses.so -> libncurses.so /usr/lib/libtermcap.so -> libncurses.so /usr/lib/libtermlib.so -> libncurses.so /usr/lib/libmytinfo.so -> libncurses.so /usr/lib/libtinfo.so -> libncurses.so sh /usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.head /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps /usr/src/lib/libncurses/../../contrib/ncurses/man/terminfo.tail >terminfo.5 tr: not found /usr/src/lib/libncurses/../../contrib/ncurses/man/MKterminfo.sh: cannot open unsorted89423: no such file *** Error code 2 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. It seems something in ncurses has broken? Anyone else having this problem? If so have so managed to fix it and how? Any pointers, much appreciated. -byron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message