From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 02:38:22 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 5E71E449 for ; Mon, 15 Jun 2015 02:38:22 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C598CA1 for ; Mon, 15 Jun 2015 02:38:21 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.9/8.14.9) with ESMTP id t5F2cFJY058746 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 15 Jun 2015 05:38:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t5F2cFJY058746 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t5F2cFUe058745; Mon, 15 Jun 2015 05:38:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 15 Jun 2015 05:38:15 +0300 From: Konstantin Belousov To: "Simon J. Gerraty" Cc: freebsd-current Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #85 - Failure Message-ID: <20150615023815.GX2080@kib.kiev.ua> References: <1946759092.21.1434275152705.JavaMail.jenkins@jenkins-9.freebsd.org> <19058.1434316691@chaos> <39D19CBC-B00A-474D-83CA-6DDA618EDD58@gmail.com> <26638.1434317325@chaos> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26638.1434317325@chaos> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home 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 02:38:22 -0000 On Sun, Jun 14, 2015 at 02:28:45PM -0700, Simon J. Gerraty wrote: > Garrett Cooper wrote: > > > On Jun 14, 2015, at 14:18, Simon J. Gerraty wrote: > > > > > Craig Rodrigues wrote: > > >> On Sun, Jun 14, 2015 at 8:09 AM, Adrian Chadd wrote: > > >> > > >> + make -j 4 CROSS_TOOLCHAIN=amd64-gcc buildworld > > >> __MAKE_CONF=/builds/FreeBSD_HEAD_amd64_gcc4.9/make.conf > > >> make: "/builds/FreeBSD_HEAD_amd64_gcc4.9/Makefile" line 102: Malformed > > >> conditional (${MK_META_MODE} == "yes") > > > > > > That would imply that src/share/mk isn't being used? > > > > > > I'm not sure when Warner changed the default MAKESYSPATH to be > > > .../share/mk > > > but that would be the right thing to do: > > > > That???s only present on head. > > The default? yes I think it went back and forth a bit. > But you can use > > make -m .../share/mk > > on 10.0 I see the same problem on the up-to-date stable/10 host, trying to build HEAD. This is completely unacceptable, we have documented and always supported just make buildworld buildkernel on latest stable to get buildable and bootable HEAD. There is yet another issue with the build system, I have INSTALL+=-CS in make.conf for around 15 years. Apparently it is broken now. 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.