From owner-freebsd-current Sun Sep 9 9:31: 8 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id C8B4C37B407 for ; Sun, 9 Sep 2001 09:30:47 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15g7Tq-0004lC-01; Sun, 9 Sep 2001 18:30:46 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f89Fgus61344 for freebsd-current@freebsd.org; Sun, 9 Sep 2001 17:42:56 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: cp in INSTALLTMP? Date: Sun, 9 Sep 2001 15:42:53 +0000 (UTC) Message-ID: <9ng2lt$1rhu$1@kemoauc.mips.inka.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't know why nobody else seems to be seeing this, but cp is used several times during installworld, which consequently fails for me unless cp is added to INSTALLTMP. ... ===> gnu/lib/libreadline/history install -c -o root -g wheel -m 444 libhistory.a /usr/lib install -c -o root -g wheel -m 444 libhistory_p.a /usr/lib install -c -s -o root -g wheel -m 444 libhistory.so.4 /usr/lib ln -sf libhistory.so.4 /usr/lib/libhistory.so cp /usr/src/gnu/lib/libreadline/history/../../../../contrib/libreadline/doc/history.3 rlhistory.3 install -c -o root -g wheel -m 444 rlhistory.3.gz /usr/share/man/man3 ... ===> gnu/usr.bin/cvs/contrib ... cp /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/rcs2log.sh rcs2log install -c -o root -g wheel -m 555 rcs2log /usr/share/examples/cvs/contrib/rcs2log ... ===> gnu/usr.bin/perl/library/re rm -f re_exec.c cp ../../regexec.c re_exec.c cc -c -fno-strict-aliasing -DAPPLLIB_EXP="/usr/libdata/perl/BSDPAN" -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -DPIC -fpic -I/home/obj/usr/src/gnu/usr.bin/perl/library/re -I/usr/obj/usr/src/alpha/usr/include re_exec.c rm -f re_comp.c cp ../../regcomp.c re_comp.c cc -c -fno-strict-aliasing -DAPPLLIB_EXP="/usr/libdata/perl/BSDPAN" -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -DPIC -fpic -I/home/obj/usr/src/gnu/usr.bin /perl/library/re -I/usr/obj/usr/src/alpha/usr/include re_comp.c ... ===> gnu/usr.bin/perl/pod/pod2man install -c -o root -g wheel -m 555 pod2man /usr/bin cp -p /usr/src/gnu/usr.bin/perl/pod/pod2man/../../../../../contrib/perl5/pod/pod2man.PL pod2man.PL ... -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message