From owner-freebsd-stable Fri Aug 25 15:11:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from drugs.dv.isc.org (drugs.dv.isc.org [130.155.191.236]) by hub.freebsd.org (Postfix) with ESMTP id 4889A37B42C for ; Fri, 25 Aug 2000 15:11:28 -0700 (PDT) Received: from nominum.com (localhost.dv.isc.org [127.0.0.1]) by drugs.dv.isc.org (8.9.3/8.9.3) with ESMTP id IAA03293; Sat, 26 Aug 2000 08:13:10 +1000 (EST) (envelope-from marka@nominum.com) Message-Id: <200008252213.IAA03293@drugs.dv.isc.org> To: John Baldwin Cc: stable@FreeBSD.org From: Mark.Andrews@nominum.com Subject: Re: HEADSUP: 4.1S installworld broken In-reply-to: Your message of "Thu, 24 Aug 2000 13:18:20 MST." <200008242018.NAA53651@pike.osd.bsdi.com> Date: Sat, 26 Aug 2000 08:13:10 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Mark.Andrews@nominum.com wrote: > > > > > Mark.Andrews@nominum.com wrote: > > > > > > > > STRICTTMPPATH does not contain cp/ > > > > > > > > ===> gnu/usr.bin/binutils/doc > > > > cp -p /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/in > stal > > > l.sh > > > > install > > > > cp:No such file or directory > > > > *** Error code 1 > > > > > > Grrr, it worked here during my test build and install. :( You should jus > t > > > be able to add 'cp' to the list of files to copy in the 'installworld' > > > target in src/Makefile.inc1. I'll try it again to see if I can reproduce > > > the breakage. > > > > That should fix it. My full build environment is in pr=20815. > > I worked around the problem but felt a HEADSUP was warranted. > > > > Mark > > Hmm, I haven't been able to reproduce this problem: > > [12:57:47] (ttyp8) jhb@foo:...src/release/sysinstall > > dir /tmp/install.74661/cp > ls: /tmp/install.74661/cp: No such file or directory > > tail /var/tmp/iw.out > ===> wi > install -c -o root -g wheel -m 555 if_wi.ko /modules > ---------------------------------------- > install started at 11:58:49 on 08/24/00 > install finished at 12:37:31 on 08/24/00 > ---------------------------------------- > > uname -a > FreeBSD foo.osd.bsdi.com 4.1-RC FreeBSD 4.1-RC #6: Fri Jul 14 14:15:27 PDT 20 > 00 root@foo.osd.bsdi.com:/usr/src/sys/compile/FOO i386 After more testing it is the result of building (just?) the following compatability libraries. COMPAT22=yes COMPAT3X=yes /usr/obj/usr/src/gnu/usr.bin/binutils/doc/install is not made by buildworld and as cp in not in the path installworld fails. ===> gnu/usr.bin/binutils/doc cp -p /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/install.sh install cp:No such file or directory *** Error code 1 Mark -- Mark Andrews, Nominum Inc. 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@nominum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message