Date: Tue, 16 Jun 2015 04:00:57 +0000 (GMT) From: jenkins-admin@freebsd.org To: sjg@FreeBSD.org, delphij@FreeBSD.org, pluknet@FreeBSD.org, bapt@FreeBSD.org, tijl@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org Subject: FreeBSD_HEAD_amd64_gcc4.9 - Build #89 - Fixed Message-ID: <1505232218.25.1434427259088.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1099794856.5.1434396113371.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1099794856.5.1434396113371.JavaMail.jenkins@jenkins-9.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD_HEAD_amd64_gcc4.9 - Build #89 - Fixed: Check console output at https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc4.9/89/ to view the results. From owner-freebsd-current@FreeBSD.ORG Tue Jun 16 04:20:30 2015 Return-Path: <owner-freebsd-current@FreeBSD.ORG> 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 AA373F11 for <freebsd-current@hub.freebsd.org>; Tue, 16 Jun 2015 04:20:30 +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 1B345F42 for <freebsd-current@freebsd.org>; Tue, 16 Jun 2015 04:20:29 +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 t5G4KOkJ019068 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 16 Jun 2015 07:20:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.9.2 kib.kiev.ua t5G4KOkJ019068 Received: (from kostik@localhost) by tom.home (8.14.9/8.14.9/Submit) id t5G4KOLX019066; Tue, 16 Jun 2015 07:20:24 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 16 Jun 2015 07:20:24 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: "Simon J. Gerraty" <sjg@juniper.net> Cc: Garrett Cooper <yaneurabeya@gmail.com>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #85 - Failure Message-ID: <20150616042024.GH2080@kib.kiev.ua> References: <1946759092.21.1434275152705.JavaMail.jenkins@jenkins-9.freebsd.org> <CAJ-Vmok-gSsKp2v8Vo4dvqxaJKYdbOLpBgWGTjOM9cJ-obB5VA@mail.gmail.com> <CAG=rPVcK-XTUMC-GWntpreysUafHdhs7K+Yice=updcX9Y7TiA@mail.gmail.com> <19058.1434316691@chaos> <39D19CBC-B00A-474D-83CA-6DDA618EDD58@gmail.com> <26638.1434317325@chaos> <20150615023815.GX2080@kib.kiev.ua> <3785.1434356864@chaos> <B031706F-B97F-4F18-8F66-20BBD56F33AD@gmail.com> <3320.1434400136@chaos> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3320.1434400136@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 <freebsd-current.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 16 Jun 2015 04:20:30 -0000 On Mon, Jun 15, 2015 at 01:28:56PM -0700, Simon J. Gerraty wrote: > Garrett Cooper <yaneurabeya@gmail.com> wrote: > > >> 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. > > > > > > 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. > > > This is going to break a whole lot of stuff ??? especially because I???ve > > discovered people either try and be overly clever with make, or like > > .include???ing things more than once >:(. > > I hope not, since the earlier inclusion is potentially very valuable. > > Konstantin, sorry for the pain, putting > > INSTALL?= install > INSTALL+=-CS > > in your make.conf should restore your expected behavior - without losing > the ability to select toolchains etc. Thank you, this seems to work. Note that I used an example from share/etc/make.conf (many years ago), which probably should be updated as well.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1505232218.25.1434427259088.JavaMail.jenkins>