From owner-freebsd-stable Fri Sep 14 2:21:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id D8A4B37B405 for ; Fri, 14 Sep 2001 02:21:37 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 15hpAF-0006qO-00 for stable@FreeBSD.org; Fri, 14 Sep 2001 11:21:35 +0200 From: Sheldon Hearn To: stable@FreeBSD.org Subject: Cross-building and read-only src both broken Date: Fri, 14 Sep 2001 11:21:35 +0200 Message-ID: <26311.1000459295@axl.seasidesoftware.co.za> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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