Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 19:40:32 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, gmarco@giovannelli.it
Subject:   Re: makeworld fails on man install (980316)
Message-ID:  <199803160840.TAA15311@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>--- beforeinstall ---
>install -c -o bin -g bin -m 444 
>/usr/src/usr.sbin/pcvt/keycap/keycap.src /usr/s
>hare/misc/keycap.pcvt
>--- maninstall ---
>install -c -o bin -g bin -m 444 keycap.3.gz  /usr/share/man/man3
>--- maninstall ---
>install -c -o bin -g bin -m 444 keycap.5.gz  /usr/share/man/man5
>/usr/share/man/man3/kgetent.3.gz -> /usr/share/man/man3/keycap.3.gz
>--- realinstall ---
>--- maninstall ---
>ln: /usr/share/man/man3/keycap.3.gz: No such file or directory
>--- realinstall ---
>install -c -o bin -g bin -m 644   libkeycap.a /usr/lib
>--- maninstall ---
>*** Error code 1
>1 error
>*** Error code 2
>1 error

This looks like output from `make -jsomething installworld'.  -j doesn't
work with the installworld target.  `make world' runs most installs,
including installworld, with -B to avoid problems like this.

Bruce

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?199803160840.TAA15311>