Date: Fri, 24 Aug 2001 16:16:52 +1000 From: Mark.Andrews@isc.org To: mwoodson@bacxs.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Error by make buildworld Message-ID: <200108240616.f7O6Gqr39743@drugs.dv.isc.org> In-Reply-To: Your message of "Thu, 23 Aug 2001 23:47:52 -0400." <5.1.0.14.0.20010823234200.00aa5d00@192.168.99.2>
next in thread | previous in thread | raw e-mail | index | archive | help
> At 03:07 PM 8/16/2001 -0600, Matt Meola wrote: > >The steps: > > > >1. Drink alcoholic beverage of your choice. > > > >2. cd /usr/src/lib/libc/gen > > > >3. make basename.o > > > >4. ar r /usr/lib/libc.a basename.o > > > >5. Drink another alcoholic beverage of your choice. > > > >6. cd /usr/src > > > >7. make buildworld > > > >8. Rejoice and drink still more alcoholic beverages! > > The steps are not working on a 4.1-RELEASE #0 system. > > make basename.o generates: You need to be in /usr/src/lib/libc not /usr/src/lib/libc/gen. cd /usr/src/lib/libc make basename.o e.g. make basename.o cc -O -pipe -g -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gen/basename.c -o basename.o > > gw# make basename.o > cc -O -pipe -c basename.c > basename.c:36: libgen.h: No such file or directory > ***Error Code 1 > > Otherwise I would rejoice and drink still more alchoholic beverages > (perhaps I'll do that anyway). > > -Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Mark Andrews, Internet Software Consortium 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@isc.org 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?200108240616.f7O6Gqr39743>