From owner-svn-src-head@FreeBSD.ORG Fri Nov 7 00:56:14 2014 Return-Path: Delivered-To: svn-src-head@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 0174CF2F; Fri, 7 Nov 2014 00:56:13 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask.apl.washington.edu", Issuer "troutmask.apl.washington.edu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CF24EBCE; Fri, 7 Nov 2014 00:56:13 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id sA70uCik084303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 6 Nov 2014 16:56:12 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id sA70uB1d084302; Thu, 6 Nov 2014 16:56:11 -0800 (PST) (envelope-from sgk) Date: Thu, 6 Nov 2014 16:56:11 -0800 From: Steve Kargl To: NGie Cooper Subject: Re: svn commit: r274203 - head Message-ID: <20141107005611.GA84277@troutmask.apl.washington.edu> References: <201411062253.sA6Mro6t023294@svn.freebsd.org> <20141106230509.GA83754@troutmask.apl.washington.edu> <0ab001cffa16$3cab7d90$b60278b0$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Devin Teske , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 00:56:14 -0000 On Thu, Nov 06, 2014 at 03:19:19PM -0800, NGie Cooper wrote: > On Thu, Nov 6, 2014 at 3:06 PM, wrote: > > > >> -----Original Message----- > >> From: Steve Kargl [mailto:sgk@troutmask.apl.washington.edu] > >> Sent: Thursday, November 6, 2014 3:05 PM > >> To: Devin Teske > >> Cc: src-committers@freebsd.org; svn-src-all@freebsd.org; svn-src- > >> head@freebsd.org > >> Subject: Re: svn commit: r274203 - head > >> > >> On Thu, Nov 06, 2014 at 10:53:50PM +0000, Devin Teske wrote: > >> > Author: dteske > >> > Date: Thu Nov 6 22:53:50 2014 > >> > New Revision: 274203 > >> > URL: https://svnweb.freebsd.org/changeset/base/274203 > >> > > >> > Log: > >> > SUBDIR_DEPENDS__ in lib/Makefile is not working out so well for me. > >> > Add to using _prebuild_libs in (top-level) Makefile.inc1. > >> > NB: Unbreak build yet again (we'll get this right eventually) > >> > >> Any chance that you can test your changes before committing? > >> > > > > I don't have a -CURRENT box; and -CURRENT is giving different results. > > freefall's a pretty good build box for starters potentially (just > point MAKEOBJDIRPREFIX to $HOME/obj) > > The real problem is that there's some build tiering that's taking > place between different portions of the build, and depending on when > and how things get done, things can go awry. > Yes, things can sometimes go awry. But, getting a daily email (if not more than one a day) from jenkins-admin is verging on spam (i.e., a procmail rule to send these messages to /dev/null). And to be clear, I'm not picking specifically on Devin. Jenkins seems to be upset with a few other committers, too. -- Steve