make release fails on find

Glen Barber gjb at FreeBSD.org
Tue Oct 30 17:09:22 UTC 2012


On Tue, Oct 30, 2012 at 05:32:20PM +0100, Andreas Nilsson wrote:
> > Are you defining WITH*_GAMES in src.conf or make.conf?  If this looks
> > like what I think it looks like, I fixed this a few months ago.
> >
> 
> Used same command for building both, see below. And yes, WITHOUT_GAMES is
> set in src.conf
> 
> 
> > > And 9-stable ends up recursing when generating tarballs. The sources have
> > > already been added to a tarball. The tarballs themselfs are also
> > included.
> > >
> >
> > I have seen many reports on this, and cannot reproduce it.  How exactly
> > are you running the release build?  What specific make(1) targets are
> > you using, and what is your make.conf/src.conf contents?
> >
> > Glen
> >
> >
> I did the following steps:
> zfs create tank/cvs/9
> zfs create tank/cvs/9/src
> zfs create tank/cvs/9.1
> zfs create tank/cvs/9.1/src
> cd /tank/cvs/9/src ; sudo svn co
> http://svn0.us-east.freebsd.org/base/releng/9 .
> cd /tank/cvs/9.1/src ; sudo svn co
> http://svn0.us-east.freebsd.org/base/releng/9.1 .
> cd /tank/cvs/9/src ; sudo make SRCCONF=/relng/files/src.conf buildworld
> buildkernel -sj16
> cd /tank/cvs/9.1/src ; sudo make SRCCONF=/relng/files/src.conf buildworld
> buildkernel -sj16
> cd /tank/cvs/9/src ; sudo make SRCCONF=/relng/files/src.conf -C release
> cdrom
> cd /tank/cvs/9.1/src ; sudo make SRCCONF=/relng/files/src.conf -C release
> cdrom
> 
> /relng/files/src.conf contains:
> $ cat /relng/files/src.conf
> WITHOUT_X11=true
> WITHOUT_BLUETOOTH=true
> WITHOUT_CLANG=true
> WITHOUT_ATM=true
> WITHOUT_CTM=true
> WITHOUT_CDDL=true
> WITHOUT_DICT=true
> WITHOUT_HTML=true
> WITHOUT_IPFILTER=true
> WITHOUT_IPX=true
> WITHOUT_IPX_SUPPORT=true
> WITHOUT_LOCALES=true
> WITHOUT_LPR=true
> WITHOUT_NCP=true
> WITHOUT_NIS=true
> WITHOUT_OBJC=true
> WITHOUT_RCMDS=true
> WITHOUT_RCS=true
> WITHOUT_SENDMAIL=true
> WITHOUT_SSP=true
> WITHOUT_ZFS=true
> WITHOUT_BIND_DNSSEC=true
> WITHOUT_GAMES=true
> WITHOUT_IPX=true
> WITHOUT_NIS=true
> WITHOUT_PF=true
> WITHOUT_SENDMAIL=true
> WITHOUT_WIRELESS=true
> 
> make.conf contains:
> $ cat /etc/make.conf
> CPUTYPE?=core2
> CFLAGS=-pipe -O2
> BUILD_JOBS="8"
> WITHOUT_SENDMAIL=true
> WITHOUT_X11=true
> DISTDIR=/tank/distfiles
> WRKDIRPREFIX?=/tmp/ports
> PACKAGES?=/tmp/ports/packages
> #
> WITH_KMS=yes
> WITH_NEW_XORG=yes
> # added by use.perl 2012-10-15 17:24:41
> PERL_VERSION=5.14.2
> 

I don't really see any reason this should not work.  However, I have not
tested with sudo.  Maybe that is the piece of the puzzle I am missing...

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20121030/7a1d6c44/attachment.sig>


More information about the freebsd-stable mailing list