From owner-freebsd-questions Mon Aug 7 14:43: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mcbi-32.med.nyu.edu (mcs01-ext.med.nyu.edu [128.122.2.2]) by hub.freebsd.org (Postfix) with ESMTP id 81F5637BC96 for ; Mon, 7 Aug 2000 14:42:14 -0700 (PDT) (envelope-from xuc@mcbi-32.med.nyu.edu) Received: (from xuc@localhost) by mcbi-32.med.nyu.edu (8.9.3/8.9.3) id RAA02886 for freebsd-questions@FreeBSD.ORG; Mon, 7 Aug 2000 17:42:05 -0400 Date: Mon, 7 Aug 2000 17:42:05 -0400 From: Chen Xu To: freebsd-questions Subject: make world broken at 4.1-RC with alloc_entry.c Message-ID: <20000807174205.A2879@saturn.med.nyu.edu> Reply-To: xuc@mcbi-34.med.nyu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Arbitrary-Number-Of-The-Day: 42 X-Sender: xuc@saturn.med.nyu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After I CTMed the my src tree around Jul 16 or 17, the make world always broken where ( I believe that's the 4.1 releasing time) ----------------- cc -fpic -DPIC -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 \ -I/usr/obj/usr/src/i386/usr/include -c \ /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/alloc_entry.c -o alloc_entry.So *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 ------------------ Don't know if anything changed in alloc_entry.c from 4.1. Making world was successful even ONE week ago. Any ideas? Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message