From owner-freebsd-current Fri Mar 7 10:35: 2 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE2637B401 for ; Fri, 7 Mar 2003 10:35:01 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAA443F3F for ; Fri, 7 Mar 2003 10:35:00 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.8/8.12.8) with ESMTP id h27IZ0Sd022182 for ; Fri, 7 Mar 2003 10:35:00 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7) with ESMTP id h27IYxU4004633 for ; Fri, 7 Mar 2003 10:34:59 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.7/8.12.7/Submit) id h27IYxML004632 for current@FreeBSD.org; Fri, 7 Mar 2003 10:34:59 -0800 (PST) (envelope-from marcel) Date: Fri, 7 Mar 2003 10:34:59 -0800 From: Marcel Moolenaar To: current@FreeBSD.org Subject: kerberos5 breaks -DNOCLEAN builds Message-ID: <20030307183459.GA4593@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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