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          [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to