Date: Fri, 14 Sep 2001 11:21:35 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: stable@FreeBSD.org Subject: Cross-building and read-only src both broken Message-ID: <26311.1000459295@axl.seasidesoftware.co.za>
next in thread | raw e-mail | index | archive | help
Hi folks, Two problems: 1) Cross-building RELENG_4 on a -CURRENT box is broken. 2) Building RELENG_4 with a read-only src is broken. Building RELENG_4 on a -CURRENT box is broken: ============================================== cc -o make_hash -O -pipe -I. -I/usr/src.RELENG_4/lib/libncurses -I/usr/src.RELENG_4/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src.RELENG_4/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PROGRAM /usr/src.RELENG_4/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c In file included from curses.h:77, from /usr/src.RELENG_4/lib/libncurses/../../contrib/ncurses/ncurses/curses.priv.h:234, from /usr/src.RELENG_4/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:41: /usr/include/unctrl.h:57: syntax error before `unctrl' /usr/include/unctrl.h:57: warning: data definition has no type or storage class *** Error code 1 Building RELENG_4 with a read-only src is broken: ================================================= rm -rf /usr/src/gnu/lib/libgmp/mpz /usr/src/gnu/lib/libgmp/mpf /usr/src/gnu/lib/libgmp/mpq rm: /usr/src/gnu/lib/libgmp/mpz: Read-only file system rm: /usr/src/gnu/lib/libgmp/mpf: Read-only file system rm: /usr/src/gnu/lib/libgmp/mpq: Read-only file system *** Error code 1 No time to investigate now. Just hoping there are interested parties listening with the time and inclination to take a look. If not, no worries. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26311.1000459295>