Date: Sat, 26 Aug 2000 08:13:10 +1000 From: Mark.Andrews@nominum.com To: John Baldwin <jhb@pike.osd.bsdi.com> Cc: stable@FreeBSD.org Subject: Re: HEADSUP: 4.1S installworld broken Message-ID: <200008252213.IAA03293@drugs.dv.isc.org> In-Reply-To: Your message of "Thu, 24 Aug 2000 13:18:20 MST." <200008242018.NAA53651@pike.osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008252213.IAA03293>