From owner-freebsd-stable@FreeBSD.ORG Sun Apr 13 04:18:53 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C05C37B404 for ; Sun, 13 Apr 2003 04:18:53 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE9B43FAF for ; Sun, 13 Apr 2003 04:18:48 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h3DBIdhJ068419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Apr 2003 14:18:41 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h3DBIVpE068408; Sun, 13 Apr 2003 14:18:31 +0300 (EEST) (envelope-from ru) Date: Sun, 13 Apr 2003 14:18:30 +0300 From: Ruslan Ermilov To: Carl Morley Message-ID: <20030413111830.GA67127@sunbay.com> References: <20030412104349.GC35788@sunbay.com> <002401c3013f$b000dd80$0a64a8c0@webizepc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <002401c3013f$b000dd80$0a64a8c0@webizepc> User-Agent: Mutt/1.5.4i cc: 'Carl Morley' cc: 'FreeBSD Stable' Subject: Re: make buildworld error - 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 11:18:53 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 13, 2003 at 08:05:54AM +1000, Carl Morley wrote: >=20 >=20 > >-----Original Message----- > >From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd- > >stable@freebsd.org] On Behalf Of Ruslan Ermilov > >Sent: Saturday, 12 April 2003 20:44 > >To: Carl Morley > >Cc: FreeBSD Stable > >Subject: Re: make buildworld error - 4.8-STABLE > > > >On Sat, Apr 12, 2003 at 11:57:53AM +1000, Carl Morley wrote: > >> Below is from make buildworld output on FreeBSD cvsup'd to RELENG_4 > (so > >> 4.8-STABLE) on the following hardware: > >> > >> Intel SHG2 Hodges Dual Xeon board > >> 2 x Intel Xeon 2.4Ghz (512k) > >> 2 x 512MB PC-2100 266Mhz ECC DDR > >> Seagate 36GB 10K U320 LC SCSI > >> Adaptec SCSI Raid 2000s 48MB SDRAM > >> Intel Hudson 3 SC5200 base w 450W > >> > >> Any suggestions? > >> > >> Cheers, > >> Carl. > >> > >> > >> > >> cc -o make_keys -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 > >> > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c > >> /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lc > >> *** 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 > >> > >> Stop in /usr/src. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> thumper# > >> > >> > >Try to figure out why /usr/obj/usr/src/i386/usr/lib/libc.* wasn't > >created in the "libraries" stage of buildworld. > > > Should I go into the /usr/src/lib directory and do a 'make' to try and > pinpoint this? >=20 No. I now guess what your problem is. Either your computer's date is set incorrectly, or some /usr/src files have modification date/time set to the future, but usually the first. This fools make(1) to think that it should rebuilt sources when it's not supposed to. In this case, even though make(1) has already built the "make_keys" build-tool for libncurses, it still tries to rebuild it in the "library" stage, when it's not supposed to. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+mUeGUkv4P6juNwoRAkxuAJ4jUSCzblieTiBte0JXWkHZHFk9VACfUQrQ 64CytTNxGKB1vsUE8tuzdhY= =oRX+ -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0--