From jack@germanium.xtalwind.net Fri Nov 27 19:40:01 1998 Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28244 for ; Fri, 27 Nov 1998 19:40:00 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.1/8.9.1) id WAA46172; Fri, 27 Nov 1998 22:39:52 -0500 (EST) Message-Id: <199811280339.WAA46172@germanium.xtalwind.net> Date: Fri, 27 Nov 1998 22:39:52 -0500 (EST) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org Subject: Installworld falls over in /usr/src/sys/i396/boot/netboot X-Send-Pr-Version: 3.2 >Number: 8870 >Category: i386 >Synopsis: Installworld falls over in /usr/src/sys/i396/boot/netboot >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 27 19:50:00 PST 1998 >Closed-Date: Sat Jul 24 04:36:10 PDT 1999 >Last-Modified: Sat Jul 24 04:39:22 PDT 1999 >Originator: >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: 3.0-CURRENT ELF with aout kernel >Description: -------------------------------------------------------------- >>> Installing legacy boot -------------------------------------------------------------- [snip] ===> netboot install -c strip -aout -o root -g wheel -m 555 nb8390.com nb3c509.com nb8390.rom nb3c509.rom /usr/mdec install: strip: No such file or directory *** Error code 71 Stop. >How-To-Repeat: run `make installworld' in /usr/src >Fix: Add a beforeinstall target to /usr/src/sys/i386/boot/netboot that clears the STRIP variable. "STRIP= strip -aout" is performed on the appropriate files during the make but confuses install. *** Makefile.orig Thu Nov 26 06:11:29 1998 --- Makefile Fri Nov 27 21:47:39 1998 *************** *** 97,100 **** --- 97,103 ---- # ../Makefile.inc 3c509.o makerom ns8390.o start2.ro: machine + beforeinstall: + STRIP= + .include >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: n_hibma State-Changed-When: Sat Jul 24 04:36:10 PDT 1999 State-Changed-Why: fixed in / patch applied in rev. 1.21 of src/sys/i386/boot/netboot/Makefile >Unformatted: