From owner-freebsd-current@freebsd.org Mon Aug 22 15:47:10 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D367DBC26F0 for ; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B673D11BF for ; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B5D01BC26EF; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B578FBC26EE for ; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 98C6811BE; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 916541B56; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 502921A9DF; Mon, 22 Aug 2016 15:47:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id FF0xxx6f2TV7; Mon, 22 Aug 2016 15:47:07 +0000 (UTC) Subject: Re: make universe and /etc/src.conf DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com DC3E21A9DA To: Eric van Gyzen References: <20160822152709.GY765@FreeBSD.org> Cc: current@FreeBSD.org From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <4005101b-0f6d-0212-1309-006a094e4b20@FreeBSD.org> Date: Mon, 22 Aug 2016 08:47:06 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160822152709.GY765@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="irieHgUWIhk24BcJfDnplL3lrjgTgPs3E" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2016 15:47:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --irieHgUWIhk24BcJfDnplL3lrjgTgPs3E Content-Type: multipart/mixed; boundary="jS7g7v4qfpl66PgWhtq9CDqF284NMTPRf" From: Bryan Drewery To: Eric van Gyzen Cc: current@FreeBSD.org Message-ID: <4005101b-0f6d-0212-1309-006a094e4b20@FreeBSD.org> Subject: Re: make universe and /etc/src.conf References: <20160822152709.GY765@FreeBSD.org> In-Reply-To: <20160822152709.GY765@FreeBSD.org> --jS7g7v4qfpl66PgWhtq9CDqF284NMTPRf Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 8/22/2016 8:27 AM, Glen Barber wrote: > On Mon, Aug 22, 2016 at 10:24:25AM -0500, Eric van Gyzen wrote: >> I just tried a "make universe", and all the kernels failed because the= y couldn't >> find the config files. I had forgotten that I have this in /etc/src.c= onf: >> >> KERNCONF=3DNUMA >> KERNCONFDIR=3D/etc >> >> Since "make universe" is primarily used for build-testing changes in s= rc, >> shouldn't it ignore /etc/src.conf (and possibly /etc/src-env.conf), li= ke the >> following? Or is "make universe" used for other purposes for which it= really >> should read /etc/src*.conf? I disagree. Universe has read src.conf for a long time, and not make.conf which is more system-specific. Perhaps you should move your KERNCONF* to make.conf. >> >> --- Makefile (revision 304226) >> +++ Makefile (working copy) >> @@ -479,6 +479,7 @@ >> universe_${target}_${target_arch}: universe_${target}_prologue .MAKE = =2EPHONY >> @echo ">> ${target}.${target_arch} ${UNIVERSE_TARGET} started on `LC= _ALL=3DC date`" >> @(cd ${.CURDIR} && env __MAKE_CONF=3D/dev/null \ >> + SRCCONF=3D/dev/null SRC_ENV_CONF=3D/dev/null \ >> ${SUB_MAKE} ${JFLAG} ${UNIVERSE_TARGET} \ >> TARGET=3D${target} \ >> TARGET_ARCH=3D${target_arch} \ >> >=20 > I'm CC-ing bdrewery@ who did a bunch of /etc/src-env.conf work. I don'= t > *think* it was supposed to be required. I might be wrong, though. >=20 This isn't src-env-specific though. > Glen >=20 --=20 Regards, Bryan Drewery --jS7g7v4qfpl66PgWhtq9CDqF284NMTPRf-- --irieHgUWIhk24BcJfDnplL3lrjgTgPs3E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJXux56AAoJEDXXcbtuRpfPw20IAMEnSiKnkamfr2KapKp/hw8q 5w1BoWhAwGzi0htpg3GIAuefoimadCevgthfvEi+AQZhYoUjeyHkigHWhnENdxnU xdbC30QIG5f6xX9YpFWy1SbOMwVKU1o4SNFt2N7bis3A00CX4uj2+DqAPDjYH065 D7hyBMHqzlbdxaKVCrILJQvvd3oMmZGtJPmXQk3/TpspuxHsp8TeoAPvX2LPpFHI 0Y8j/EE7ioMe60VrcUN9QBnSFNKx/gks0+CfsJEkxAqA5Q/qwS6Cdir27eB63GJe u4DnxTSKZ0zJSyEWW4Wv7lN8EvQMx9RkcydiKUrujRem/Zr3afRsqOOB6Ryt26Y= =SKkO -----END PGP SIGNATURE----- --irieHgUWIhk24BcJfDnplL3lrjgTgPs3E--