From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 18:59:59 2015 Return-Path: Delivered-To: freebsd-current@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8FC2831 for ; Mon, 15 Jun 2015 18:59:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 808B2678 for ; Mon, 15 Jun 2015 18:59:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacgb13 with SMTP id gb13so40789236pac.1 for ; Mon, 15 Jun 2015 11:59:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to; bh=XQDobwT2LcD9j197M1xmZ16D1INBOpTSkKx4NsbtU70=; b=SbeXcbm/MJVN4lVIUxSR964Jgz7ToDryC9RMzswWLSG2XLAbfCGvq9avg9yAWdtFOE rSvWfKw/6rWB/B6+p42MMq357Gh1iL9XS4dyQOBuDm3V7wEHWek5H6cz7oaJpUXu15p7 zh3ZTEGC5ElYvHi4l+Mf2hVuk1xagafE3wRjvxmxR0Ltsm7PA2knog5JOXRdMTpsZqbN LSMOPz5AQs8ifObDRlwkmACiwPdX1qjrRmKSOkiEppjqVd0y0xl65dxsjY6BRlZks2w2 +Ypzj+MQ7d17N/gtUivaq37PEbB9K4IyyCHgR59sTAbVvjtOfc7Dh9EmU3XLZvbthJhc CS7Q== X-Received: by 10.68.180.131 with SMTP id do3mr50835410pbc.42.1434394799064; Mon, 15 Jun 2015 11:59:59 -0700 (PDT) Received: from ?IPv6:2601:8:ab80:7d6:1db2:335c:64d8:4632? ([2601:8:ab80:7d6:1db2:335c:64d8:4632]) by mx.google.com with ESMTPSA id po2sm12974315pbb.13.2015.06.15.11.59.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jun 2015 11:59:58 -0700 (PDT) Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #85 - Failure Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_7BDE9412-0090-48BE-9EEB-8F6EED029EB7"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5 From: Garrett Cooper In-Reply-To: <3785.1434356864@chaos> Date: Mon, 15 Jun 2015 11:59:56 -0700 Cc: Konstantin Belousov , freebsd-current Message-Id: References: <1946759092.21.1434275152705.JavaMail.jenkins@jenkins-9.freebsd.org> <19058.1434316691@chaos> <39D19CBC-B00A-474D-83CA-6DDA618EDD58@gmail.com> <26638.1434317325@chaos> <20150615023815.GX2080@kib.kiev.ua> <3785.1434356864@chaos> To: "Simon J. Gerraty" X-Mailer: Apple Mail (2.1878.6) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 15 Jun 2015 18:59:59 -0000 --Apple-Mail=_7BDE9412-0090-48BE-9EEB-8F6EED029EB7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Jun 15, 2015, at 1:27, Simon J. Gerraty wrote: > Konstantin Belousov wrote: >> I see the same problem on the up-to-date stable/10 host, trying to = build >=20 > I'm building HEAD on stable/10, I just updated the tree and did a = clean > tree buildworld ok. >=20 >> HEAD. This is completely unacceptable, we have documented and always >> supported just >> make buildworld buildkernel >> on latest stable to get buildable and bootable HEAD. >=20 > I think that proposition became shaking as soon as the current options > model was added to the build - any new option will break building > unless you use the share/mk from head. >=20 > Hmm ok I've introduced the concept of options being set during sys.mk > which makes the above issue slightly worse. > Craig as already committed a fix for src/Makefile, > hmm I thought it had logic to switch to the tree's share/mk > in which case the change to src/Makefile should be all that's needed. >=20 >> There is yet another issue with the build system, I have >> INSTALL+=3D-CS >> in make.conf for around 15 years. Apparently it is broken now. >=20 > Ah! make.conf is getting included earlier. > So that {local,src}.sys.mk can be included earlier so that any of them > can provide pointer to external toolchain before sys.mk sets CC etc. >=20 > That sucks, though that implies you are getting sys.mk from src/ at > least after the build gets going. >=20 >> The installkernel target results in >> ph/vjc (install) >> --- _kmodinstall --- >> CS -o root -g wheel -m 555 ng_vjc.ko = /usr/home/kostik/build/bsd/DEV/p/boot/kernel >> CS: not found >> etc. This is going to break a whole lot of stuff =97 especially because I=92ve = discovered people either try and be overly clever with make, or like = .include=92ing things more than once >:(. --Apple-Mail=_7BDE9412-0090-48BE-9EEB-8F6EED029EB7 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJVfyCsAAoJEMZr5QU6S73e1CgIALg9+Cipe0l9n36RiNkxQIAe rLTpqJklLzk2DjdJ25ZjlBcDeVoaH2GFJlu+ST73iU00mz4X+M4ApdnY74s+hgxC elp/dJ1EFFH9HaCbSYGoCfy30rxQzsB+56zGvAwuSFwH0tHJdJqEaJEIMc1/4HQc VlZ/QIPaCwhBqBWx6sXotA6rNSBUSgVA0DRXG06kEyHwkGKgfgIBY9crOTJq7B/s 4g+OsD54bdYZFftCehm/Y6cfeokWIc503HOO6jgTU1CX06NCAGU6wST8eVQi03r0 Em/TdjvES47eWbZ/qyq4DKKiTVQJLE5dL09epR7fOXwjSLBm7hUCOi2YQjDT3R4= =sjgr -----END PGP SIGNATURE----- --Apple-Mail=_7BDE9412-0090-48BE-9EEB-8F6EED029EB7--