From owner-freebsd-stable Thu Aug 23 23:17:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from drugs.dv.isc.org (drugs.dv.isc.org [130.155.191.236]) by hub.freebsd.org (Postfix) with ESMTP id C366B37B405 for ; Thu, 23 Aug 2001 23:17:17 -0700 (PDT) (envelope-from marka@isc.org) Received: from isc.org (localhost.dv.isc.org [127.0.0.1]) by drugs.dv.isc.org (8.11.3/8.11.2) with ESMTP id f7O6Gqr39743; Fri, 24 Aug 2001 16:16:58 +1000 (EST) (envelope-from marka@isc.org) Message-Id: <200108240616.f7O6Gqr39743@drugs.dv.isc.org> To: mwoodson@bacxs.com Cc: freebsd-stable@FreeBSD.ORG From: Mark.Andrews@isc.org Subject: Re: Error by make buildworld 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> Date: Fri, 24 Aug 2001 16:16:52 +1000 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 > 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