Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2001 17:17:50 +0100 (BST)
From:      Byron Schlemmer <byron.schlemmer@realtime.co.uk>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   make world issues
Message-ID:  <Pine.BSF.4.33.0106261713070.33429-100000@cyclops.ehsrealtime.com>

next in thread | raw e-mail | index | archive | help

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 </usr/src/lib/libncurses/../../contrib/ncurses/include/curses.h.in >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 </usr/src/lib/libncurses/../../contrib/ncurses/include/MKterm.h.awk.in >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 </usr/src/lib/libncurses/../../contrib/ncurses/include/termcap.h.in >termcap.h  -e "/@NCURSES_MAJOR@/s//5/"  -e "/@NCURSES_MINOR@/s//1/"  -e "/@NCURSES_CONST@/s///"  -e "/@OSPEED_INCLUDES@/s//#include <termios.h>/"  -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0106261713070.33429-100000>