From owner-freebsd-current Fri Nov 27 22:21:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08760 for freebsd-current-outgoing; Fri, 27 Nov 1998 22:21:19 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from morgan.angis.su.OZ.AU (morgan.angis.su.OZ.AU [129.78.25.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08755 for ; Fri, 27 Nov 1998 22:21:17 -0800 (PST) (envelope-from tonym@angis.org.au) Received: (from tonym@localhost) by morgan.angis.su.OZ.AU (8.9.1a/8.9.1) id RAA02020; Sat, 28 Nov 1998 17:19:47 +1100 (EST) Date: Sat, 28 Nov 1998 17:19:47 +1100 (EST) From: Tony Maher Message-Id: <199811280619.RAA02020@morgan.angis.su.OZ.AU> To: jake@checker.org Subject: Re: install: strip: No such file or directory Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > anyone else seeing the following just before a make -j4 world should finish? > > ===> netboot > install -c strip -aout -o root -g wheel -m 555 nb8390.com nb3c509.com > nb8390.r > om nb3c509.rom /usr/mdec > install: strip: No such file or directory > Would the -j4 have anything to do with it? I'll try again without it. Happens without it too. /usr/src/sys/i386/boot/netboot/Makefile defines STRIP= strip -aout and includes /usr/src/share/mk/bsd.prog.mk which has ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR} but dont really want the strip bit here. Setting STRIP= Would solve the install bit (or just run the install by hand which is what I did) but I dont know if this has unwanted side effects. tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message