From owner-svn-src-head@FreeBSD.ORG Fri Nov 7 01:32:58 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C0CB9DE; Fri, 7 Nov 2014 01:32:58 +0000 (UTC) Received: from shxd.cx (unknown [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52EDFFE2; Fri, 7 Nov 2014 01:32:58 +0000 (UTC) Received: from 50-196-156-133-static.hfc.comcastbusiness.net ([50.196.156.133]:61854 helo=THEMADHATTER) by shxd.cx with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1XmLTp-0006Hf-Lk; Thu, 06 Nov 2014 03:43:57 -0800 From: To: "'Steve Kargl'" , "'NGie Cooper'" References: <201411062253.sA6Mro6t023294@svn.freebsd.org> <20141106230509.GA83754@troutmask.apl.washington.edu> <0ab001cffa16$3cab7d90$b60278b0$@FreeBSD.org> <20141107005611.GA84277@troutmask.apl.washington.edu> In-Reply-To: <20141107005611.GA84277@troutmask.apl.washington.edu> Subject: RE: svn commit: r274203 - head Date: Thu, 6 Nov 2014 17:32:56 -0800 Message-ID: <0b1d01cffa2a$c26086b0$47219410$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQJ7dnudjVNpxU8ewRYQ1gE7quwK8gHgKpJyAOuoD6kBzICW6gFbDnowms3MXlA= Content-Language: en-us Sender: devin@shxd.cx 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 01:32:58 -0000 > -----Original Message----- > From: owner-src-committers@freebsd.org [mailto:owner-src- > committers@freebsd.org] On Behalf Of Steve Kargl > Sent: Thursday, November 6, 2014 4:56 PM > To: NGie Cooper > Cc: Devin Teske; 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 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. > Ugh; I fixed *my* build issue, but yeah... the build appears to still be broken. This time appears to not be related to anything I've done. --- rescue.all__D --- echo "int _crunched_cat_stub(int argc, char **argv, char **envp){return main(argc,argv,envp);}" >cat_stub.c make[5]: make[5]: don't know how to make /home/dteske/obj/home/dteske/src/freebsd_svn/base/head/rescue/rescue//home/d teske/src/freebsd_svn/base/head/bin/cat/cat.o. Stop make[5]: stopped in /home/dteske/obj/home/dteske/src/freebsd_svn/base/head/rescue/rescue *** [rescue] Error code 2 -- Devin