Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 1998 22:39:52 -0500 (EST)
From:      jack@germanium.xtalwind.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/8870: Installworld falls over in /usr/src/sys/i396/boot/netboot
Message-ID:  <199811280339.WAA46172@germanium.xtalwind.net>

next in thread | raw e-mail | index | archive | help

>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 <bsd.prog.mk>
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811280339.WAA46172>