svn commit: r274203 - head

dteske at FreeBSD.org dteske at FreeBSD.org
Fri Nov 7 01:32:58 UTC 2014



> -----Original Message-----
> From: owner-src-committers at freebsd.org [mailto:owner-src-
> committers at freebsd.org] On Behalf Of Steve Kargl
> Sent: Thursday, November 6, 2014 4:56 PM
> To: NGie Cooper
> Cc: Devin Teske; src-committers at freebsd.org; svn-src-all at freebsd.org; svn-
> src-head at 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,  <dteske at freebsd.org> wrote:
> > >
> > >> -----Original Message-----
> > >> From: Steve Kargl [mailto:sgk at troutmask.apl.washington.edu]
> > >> Sent: Thursday, November 6, 2014 3:05 PM
> > >> To: Devin Teske
> > >> Cc: src-committers at freebsd.org; svn-src-all at freebsd.org; svn-src-
> > >> head at 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



More information about the svn-src-head mailing list