From owner-freebsd-bugs Fri Nov 27 19:49:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28996 for freebsd-bugs-outgoing; Fri, 27 Nov 1998 19:49:23 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28988 for ; Fri, 27 Nov 1998 19:49:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07806; Fri, 27 Nov 1998 19:50:01 -0800 (PST) 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 X-Send-Pr-Version: 3.2 Subject: i386/8870: Installworld falls over in /usr/src/sys/i396/boot/netboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Nov 27 19:50:00 PST 1998 >Last-Modified: >Originator: >Organization: >Release: FreeBSD 3.0-CURRENT i386 >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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message