From owner-freebsd-questions Thu Aug 6 11:43:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27224 for freebsd-questions-outgoing; Thu, 6 Aug 1998 11:43:46 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.98.150]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27192 for ; Thu, 6 Aug 1998 11:43:27 -0700 (PDT) (envelope-from root@myhakas.matti.ee) Received: (from root@localhost) by myhakas.matti.ee (8.8.8/8.8.5) id VAA04870; Thu, 6 Aug 1998 21:42:57 +0300 (EEST) Message-ID: <19980806214257.25608@matti.ee> Date: Thu, 6 Aug 1998 21:42:57 +0300 From: Vallo Kallaste To: Julian Elischer Cc: questions@FreeBSD.ORG Subject: Re: Custom fixit disks? Reply-To: vallo@matti.ee References: <35C820AC.3CF8336B@tdx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from Julian Elischer on Wed, Aug 05, 1998 at 11:22:48AM -0700 Organization: =?iso-8859-1?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Julian Elischer wrote: > > > > > > it is possible that they need to be updated for 2.2 > > > but I checked them for -current today (and fixed them) > > > > > > cd /usr/src > > > make buildworld > > > cd /usr/release > > > make obj > > > cd sysinstall > > > make obj > > > cd ../floppies > > > make obj > > > cd fixit > > > make *** Hello Julian, I have done exactly what you suggested, but run into same problem. Anyway, I copied all the missing .o files by hand at it works now. I cvsupped sources about 4 hours ago and builded world, immediately after that tried to build fixit disk. I'm using -current. `dfa.o' is up to date. `grep.o' is up to date. `getopt.o' is up to date. `kwset.o' is up to date. `obstack.o' is up to date. `search.o' is up to date. cc -O -pipe -DCRUNCHED_BINARY -c crunch.c echo "int _crunched_cat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >cat_stub.c cc -O -pipe -DCRUNCHED_BINARY -c cat_stub.c cc -O -pipe -DCRUNCHED_BINARY -c /usr/src/bin/cat/cat.c ld -dc -r -o cat.lo cat_stub.o /usr/src/bin/cat/cat.o ld: /usr/src/bin/cat/cat.o: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I checked /usr/src/bin/cat/ but there aren't any .o files, same for all other. I have environment variable 'MAKEOBJDIRPREFIX=/opt2/objdir' set, maybe this is a cause ? When I look into /opt2/objdir/opt/src/bin/cat/ there are missing cat.o, cat binary and compressed manpage. Any suggestions ? Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message