Date: Sun, 13 Apr 2003 14:18:30 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Carl Morley <bsdmn@webize.com.au> Cc: 'FreeBSD Stable' <freebsd-stable@freebsd.org> Subject: Re: make buildworld error - 4.8-STABLE Message-ID: <20030413111830.GA67127@sunbay.com> In-Reply-To: <002401c3013f$b000dd80$0a64a8c0@webizepc> References: <20030412104349.GC35788@sunbay.com> <002401c3013f$b000dd80$0a64a8c0@webizepc>
next in thread | previous in thread | raw e-mail | index | archive | help
--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. > >> > >> > >> <snip> > >> 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# > >> </snip> > >> > >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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030413111830.GA67127>