Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 15:36:02 +0100
From:      Li-Wen Hsu <lwhsu@freebsd.org>
To:        Glen Barber <gjb@freebsd.org>
Cc:        Ed Maste <emaste@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r338404 - head/sys/conf
Message-ID:  <CAKBkRUz6ahN34jL7tDEp_w_X25VhDSG_YM-qEKzCon3rh-03Dg@mail.gmail.com>
In-Reply-To: <20180831142009.GG82038@FreeBSD.org>
References:  <201808310222.w7V2MYtK052979@repo.freebsd.org> <20180831024607.GE82038@FreeBSD.org> <CAPyFy2BFMHnxKkyOJ=hXRPv3zapY=X14Vjert8jsr57qpnRvTA@mail.gmail.com> <20180831142009.GG82038@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 31, 2018 at 3:20 PM Glen Barber <gjb@freebsd.org> wrote:
>
> On Fri, Aug 31, 2018 at 08:51:29AM -0400, Ed Maste wrote:
> > On 30 August 2018 at 22:46, Glen Barber <gjb@freebsd.org> wrote:
> > >
> > > As I look closer at the log, I have a sneaking suspicion this may have
> > > been a transient.  I'm redoing the i386 build against the original
> > > r338401 for i386 alone as a test, if nothing else, to see if it fails in
> > > the same place.
> >
> > What's the failure?
>
>  >>> stage 3.1: building everything
>  --------------------------------------------------------------
>  In file included from /usr/src/sys/kern/genoffset.c:35:
>  In file included from /usr/src/sys/sys/param.h:96:
>  /usr/src/sys/sys/types.h:46:10: fatal error: 'machine/endian.h' file not found
>  #include <machine/endian.h>
>           ^~~~~~~~~~~~~~~~~~
>  1 error generated.
>  --- genoffset.o ---
>  *** [genoffset.o] Error code 1
>
> So far, 100% reproducible with an empty /usr/obj/.
>
> > I see head/i386 is green in CI.
> >
>
> Does CI prune .OBJDIR for each build?

Yes, each build is a clean build for now.  More precisely, each build
happens in a fresh jail and will be thrown away after the build.

Many people ask for incremental build to speed up but that takes some
further work.  The current plan is still to have clean build but run
less frequently after having incremental build for catching dependence
or race problems.

Best,
Li-Wen

-- 
Li-Wen Hsu <lwhsu@FreeBSD.org>
https://lwhsu.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKBkRUz6ahN34jL7tDEp_w_X25VhDSG_YM-qEKzCon3rh-03Dg>