Date: Sat, 30 Mar 2002 15:04:58 -0800 From: "Crist J. Clark" <crist.clark@attbi.com> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/bin/ls lomac.c src/bin/ps lomac.c src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4 joy.4 Message-ID: <20020330150458.C99214@blossom.cjclark.org> In-Reply-To: <20020330142158.GC14981@sunbay.com>; from ru@FreeBSD.org on Sat, Mar 30, 2002 at 04:21:58PM %2B0200 References: <200203261605.g2QG5Fg98229@freefall.freebsd.org> <20020329130239.A66878@blossom.cjclark.org> <20020330142158.GC14981@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 30, 2002 at 04:21:58PM +0200, Ruslan Ermilov wrote:
> On Fri, Mar 29, 2002 at 01:02:39PM -0800, Crist J. Clark wrote:
> > On Tue, Mar 26, 2002 at 08:05:14AM -0800, Ruslan Ermilov wrote:
> > > ru 2002/03/26 08:05:14 PST
> > >
> > > Modified files:
> > > . Makefile.inc1
> > > bin/ls lomac.c
> > > bin/ps lomac.c
> > > etc/mtree BSD.include.dist
> > > include Makefile
> > > share/man/man4 joy.4
> > > Log:
> > > Install sys/security/lomac/*.h to /usr/include/security/lomac/.
> >
> > Did this break cross builds?
> >
> > CC=cc mkdep -f .depend -a -DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING -DINET6 -I/export/freebsd/CURRENT/src/libexec/ftpd -Dmain=ls_main -I/export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls -DUSE_PAM /export/freebsd/CURRENT/src/libexec/ftpd/ftpd.c ftpcmd.c /export/freebsd/CURRENT/src/libexec/ftpd/logwtmp.c /export/freebsd/CURRENT/src/libexec/ftpd/popen.c /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/ls.c /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/cmp.c /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/lomac.c /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/print.c /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/util.c
> > /export/freebsd/CURRENT/src/bin/ls/lomac.c:46: security/lomac/lomacio.h: No such file or directory
> > /export/freebsd/CURRENT/src/libexec/ftpd/../../bin/ls/lomac.c:46: security/lomac/lomacio.h: No such file or directory
> > mkdep: compile failed
> > *** Error code 1
> >
> > I had no problems with same-arch builds.
> >
> Unlikely. This is from today's 5.0-CURRENT alpha cross build on a 4.5-STABLE i386:
>
> ===> libexec/ftpd
> yacc -o ftpcmd.c /CURRENT/usr/src/libexec/ftpd/ftpcmd.y
> rm -f .depend
> CC=cc mkdep -f .depend -a -DSETPROCTITLE -DLOGIN_CAP -DVIRTUAL_HOSTING -DINET6 -I/CURRENT/usr/src/libexec/ftpd -Dmain=ls_main -I/CURRENT/usr/src/libexec/ftpd/../../bin/ls -DUSE_PAM /CURRENT/usr/src/libexec/ftpd/ftpd.c ftpcmd.c /CURRENT/usr/src/libexec/ftpd/logwtmp.c /CURRENT/usr/src/libexec/ftpd/popen.c /CURRENT/usr/src/libexec/ftpd/../../bin/ls/ls.c /CURRENT/usr/src/libexec/ftpd/../../bin/ls/cmp.c /CURRENT/usr/src/libexec/ftpd/../../bin/ls/lomac.c /CURRENT/usr/src/libexec/ftpd/../../bin/ls/print.c /CURRENT/usr/src/libexec/ftpd/../../bin/ls/util.c
> cd /CURRENT/usr/src/libexec/ftpd; make _EXTRADEPEND
> echo ftpd: /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libc.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libmd.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libcrypt.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libutil.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libopie.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libm.a /usr/obj/alpha/CURRENT/usr/src/i386/usr/lib/libpam.a >> .depend
>
> $ cd /usr/obj/alpha/CURRENT/usr/src/i386/usr/include
> $ ls -l security/lomac
> lrwxr-xr-x 1 root wheel 27 30 mar 14:58 security/lomac -> ../../../sys/security/lomac
> $ ls -l security/lomac/lomacio.h
> -rw-r--r-- 1 root wheel 2456 18 mar 03:13 security/lomac/lomacio.h
> $
>
> (WORLDTMP=/usr/obj/alpha/CURRENT/usr/src/i386)
Hrm...
# cd /usr/obj/alpha/export/freebsd/CURRENT/src/i386/usr/include/security
# ls -l
total 25
-rwxr-xr-x 1 root wheel 5266 Mar 17 02:17 openpam.h
-rwxr-xr-x 1 root wheel 4495 Mar 17 02:17 pam_appl.h
-rwxr-xr-x 1 root wheel 3647 Mar 17 02:17 pam_constants.h
-rwxr-xr-x 1 root wheel 2817 Mar 7 09:53 pam_mod_misc.h
-rwxr-xr-x 1 root wheel 4015 Mar 17 02:17 pam_modules.h
-rwxr-xr-x 1 root wheel 2362 Mar 17 02:17 pam_types.h
I'll update and see what is going on here.
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020330150458.C99214>
