From owner-freebsd-questions Wed Aug 5 02:07:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12988 for freebsd-questions-outgoing; Wed, 5 Aug 1998 02:07:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from caladan.tdx.co.uk (caladan.tdx.co.uk [195.188.177.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12979 for ; Wed, 5 Aug 1998 02:06:55 -0700 (PDT) (envelope-from kpielorz@tdx.co.uk) Received: from tdx.co.uk (lorca-tx.tdx.co.uk [195.188.177.242]) by caladan.tdx.co.uk (8.9.1/8.9.1) with ESMTP id KAA16489; Wed, 5 Aug 1998 10:06:37 +0100 (BST) Message-ID: <35C820AC.3CF8336B@tdx.co.uk> Date: Wed, 05 Aug 1998 10:06:52 +0100 From: Karl Pielorz Organization: TDX X-Mailer: Mozilla 4.5b1 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Julian Elischer CC: questions@FreeBSD.ORG Subject: Re: Custom fixit disks? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Julian Elischer wrote: > > On Tue, 4 Aug 1998, Greg Lehey wrote: > > > On Monday, 3 August 1998 at 14:25:37 +0100, Karl Pielorz wrote: > > > Hi All, > > > > > > I need to change a couple of utilities on the system fixit disks that I use... > > > The disks contents (when mounted under '/mnt') look kind of weird... All the > > this is quite easy if you want to use the files in > /usr/src/release/floppies. > > 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 Hi, Thanks for the info - when I do this it always stop saying it can't find stuff like "cat.o" or "chmod.o" etc., i.e. " ld -dc -r -o chmod.lo chmod_stub.o /usr/src/bin/chmod/chmod.o ld: /usr/src/bin/chmod/chmod.o: No such file or directory *** Error code 1 " (This is after I removed 'cat' from the fixit crunch.config) The buildworld did seem to complete OK (i.e. no errors). This is all on 2.2.7-RELEASE... I've tried copying the crunch.conf's over from my -CURRENT system (which is current as of 00:00 BST 4th August) - but with no luck... The object files are on the system, there just in different places ;-) - Looking at the previous output lines shows: " cc -O -DCRUNCHED_BINARY -c /usr/src/bin/chmod/chmod.c " So I'd guess it's not putting the Object files in the same dir as 'chmod.c', and hence can't find them (they go into /usr/obj/usr/src/bin/chmod). I haven't got a clue how to change this though... Can you help? Regards, Karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message