Date: Tue, 30 Oct 2012 13:09:16 -0400 From: Glen Barber <gjb@FreeBSD.org> To: Andreas Nilsson <andrnils@gmail.com> Cc: FreeBSD Stable Mailing List <freebsd-stable@freebsd.org> Subject: Re: make release fails on find Message-ID: <20121030170916.GD1371@glenbarber.us> In-Reply-To: <CAPS9%2BSsUijoe6-4mY-LeZAP4geRG_KfObwtWJxP_0=Dkm9bW4Q@mail.gmail.com> References: <CAPS9%2BSvVQgZNV=YvBvw39Vo4gmoYVEfNoOBJ_JxeOC41uGxP0g@mail.gmail.com> <20121030160804.GB1371@glenbarber.us> <CAPS9%2BSsUijoe6-4mY-LeZAP4geRG_KfObwtWJxP_0=Dkm9bW4Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--9UV9rz0O2dU/yYYn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. > > >=20 > Used same command for building both, see below. And yes, WITHOUT_GAMES is > set in src.conf >=20 >=20 > > > 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=3D/relng/files/src.conf buildworld > buildkernel -sj16 > cd /tank/cvs/9.1/src ; sudo make SRCCONF=3D/relng/files/src.conf buildwor= ld > buildkernel -sj16 > cd /tank/cvs/9/src ; sudo make SRCCONF=3D/relng/files/src.conf -C release > cdrom > cd /tank/cvs/9.1/src ; sudo make SRCCONF=3D/relng/files/src.conf -C relea= se > cdrom >=20 > /relng/files/src.conf contains: > $ cat /relng/files/src.conf > WITHOUT_X11=3Dtrue > WITHOUT_BLUETOOTH=3Dtrue > WITHOUT_CLANG=3Dtrue > WITHOUT_ATM=3Dtrue > WITHOUT_CTM=3Dtrue > WITHOUT_CDDL=3Dtrue > WITHOUT_DICT=3Dtrue > WITHOUT_HTML=3Dtrue > WITHOUT_IPFILTER=3Dtrue > WITHOUT_IPX=3Dtrue > WITHOUT_IPX_SUPPORT=3Dtrue > WITHOUT_LOCALES=3Dtrue > WITHOUT_LPR=3Dtrue > WITHOUT_NCP=3Dtrue > WITHOUT_NIS=3Dtrue > WITHOUT_OBJC=3Dtrue > WITHOUT_RCMDS=3Dtrue > WITHOUT_RCS=3Dtrue > WITHOUT_SENDMAIL=3Dtrue > WITHOUT_SSP=3Dtrue > WITHOUT_ZFS=3Dtrue > WITHOUT_BIND_DNSSEC=3Dtrue > WITHOUT_GAMES=3Dtrue > WITHOUT_IPX=3Dtrue > WITHOUT_NIS=3Dtrue > WITHOUT_PF=3Dtrue > WITHOUT_SENDMAIL=3Dtrue > WITHOUT_WIRELESS=3Dtrue >=20 > make.conf contains: > $ cat /etc/make.conf > CPUTYPE?=3Dcore2 > CFLAGS=3D-pipe -O2 > BUILD_JOBS=3D"8" > WITHOUT_SENDMAIL=3Dtrue > WITHOUT_X11=3Dtrue > DISTDIR=3D/tank/distfiles > WRKDIRPREFIX?=3D/tmp/ports > PACKAGES?=3D/tmp/ports/packages > # > WITH_KMS=3Dyes > WITH_NEW_XORG=3Dyes > # added by use.perl 2012-10-15 17:24:41 > PERL_VERSION=3D5.14.2 >=20 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 --9UV9rz0O2dU/yYYn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQkAm8AAoJEFJPDDeguUajtcsH/07HADmIGljZ1VqF4hXQsfuL jH4E80oDBD2t1559WVkI5xY7GECoAhK7sUisVw3Y2ujjNphMlefMLoGsVLtGbSX9 OES0iQO3TwN9l8KuRgcZCAJyfYXOKUzNPiSmBn1MJ84+9fiNsvklJaW0Jl5GIBjW aTXsXNahWn0NiY/ZIWX3uw2fVZnqmD15qTCoF3yJCGKPT8+NJnS4ClKAcLyw7L/+ U0Mfo+9J2P7QikW0BIm8DHLFZMFfzT3+4+aaNIWodY9ILZ3+VoXSrTldbp1D2/lj 3ifopz5o4QJXs/uGxy0StoU9yqsogPd0VnJxlB9hfhf6zVBDUUUU8RArScAZZAQ= =KJAj -----END PGP SIGNATURE----- --9UV9rz0O2dU/yYYn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121030170916.GD1371>