Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2002 16:21:58 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cjclark@alum.mit.edu
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:  <20020330142158.GC14981@sunbay.com>
In-Reply-To: <20020329130239.A66878@blossom.cjclark.org>
References:  <200203261605.g2QG5Fg98229@freefall.freebsd.org> <20020329130239.A66878@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 อมา 14:58 security/lomac -> ../../../sys/security/lomac
$ ls -l security/lomac/lomacio.h
-rw-r--r--  1 root  wheel  2456 18 อมา 03:13 security/lomac/lomacio.h
$

(WORLDTMP=/usr/obj/alpha/CURRENT/usr/src/i386)


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

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?20020330142158.GC14981>