Date: Fri, 7 Mar 2003 10:34:59 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: current@FreeBSD.org Subject: kerberos5 breaks -DNOCLEAN builds Message-ID: <20030307183459.GA4593@dhcp01.pn.xcllnt.net>
next in thread | raw e-mail | index | archive | help
Gang, During the make depend stage of buildworld, I get the following: ===> kerberos5/libexec/hpropd ===> kerberos5/libexec/k5admind cp /p/scratch/marcel/ia64/kerberos5/libexec/k5admind/../../../crypto/heimdal/lib/kadm5/private.h kadm5/private.h cp: kadm5/private.h: Permission denied *** Error code 1 Looking at the permissions in the object directory I see: total 18 drwxr-xr-x 2 marcel wheel 512 Mar 3 03:35 . drwxr-xr-x 3 marcel wheel 512 Mar 3 07:03 .. -r--r--r-- 1 marcel wheel 7684 Mar 3 03:35 admin.h lrwxr-xr-x 1 marcel wheel 14 Mar 3 03:35 kadm5_err.h -> ../kadm5_err.h -r--r--r-- 1 marcel wheel 4300 Mar 3 03:35 private.h It appears that if the source files are read only (as is the case when using Perforce) the header files copied to the object dir. will be too. Q: Why are these header files copied instead of being links (like kadm5_err.et in the parent directory)? Q: Why not use install (which in that phase will be the install script under tools in the source directory)? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net 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?20030307183459.GA4593>