Date: Sun, 9 Sep 2001 15:42:53 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org Subject: cp in INSTALLTMP? Message-ID: <9ng2lt$1rhu$1@kemoauc.mips.inka.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9ng2lt$1rhu$1>