Make installworld DESTDIR=? fails
David Naylor
blackdragon at highveldmail.co.za
Sun Dec 2 02:42:36 PST 2007
Hi,
With a recent (this weekend) cvsup of FreeBSD7 I have tried to do a:
# make installworld DESTDIR=/tmp/build
however it fails as follows:
===> lib/ncurses (install)
===> lib/ncurses/ncurses (install)
[Lots of lines removes]
/tmp/build/usr/share/man/man3/tigetstr.3.gz ->
/tmp/build/usr/share/man/man3/curs_terminfo.3.gz
/tmp/build/usr/share/man/man3/tparm.3.gz ->
/tmp/build/usr/share/man/man3/curs_terminfo.3.gz
/tmp/build/usr/share/man/man3/tputs.3.gz ->
/tmp/build/usr/share/man/man3/curs_terminfo.3.gz
ln: /tmp/build/usr/share/man/man3/tputs.3.gz: File exists
*** Error code 1
Stop in /usr/src/lib/ncurses/ncurses.
*** Error code 1
Stop in /usr/src/lib/ncurses.
*** Error code 1
Stop in /usr/src/lib.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Strangely enough a normal:
# make installworld
works without a problem, it is only with DESTDIR=? that it fails
Any help would be appreciated
David
More information about the freebsd-stable
mailing list