Date: Sun, 29 Jun 2014 04:41:53 +0800 From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: Rui Paulo <rpaulo@FreeBSD.org> Cc: Hans Petter Selasky <hps@selasky.org>, adrian@FreeBSD.org, Ed Maste <emaste@freebsd.org>, mjg@FreeBSD.org, marius@FreeBSD.org, gjb@FreeBSD.org, freebsd-current@FreeBSD.org, jenkins-admin@freebsd.org, jfv@FreeBSD.org, =?utf-8?B?IlhpbiBMaSAo5p2O6ZGrKSI=?= <delphij@FreeBSD.org>, mav@FreeBSD.org Subject: Re: Build failed in Jenkins: FreeBSD_HEAD-modules #686 Message-ID: <20140628204153.GA40791@FreeBSD.cs.nctu.edu.tw> In-Reply-To: <911CD896-BBF4-4AD2-B594-D874A9503B53@FreeBSD.org> References: <1059280895.202.1403936844629.JavaMail.jenkins@jenkins-9.freebsd.org> <2092763892.205.1403981231994.JavaMail.jenkins@jenkins-9.freebsd.org> <53AF0F97.7090307@selasky.org> <20140628203135.GB48794@FreeBSD.cs.nctu.edu.tw> <911CD896-BBF4-4AD2-B594-D874A9503B53@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 28, 2014 at 13:36:19 -0700, Rui Paulo wrote: > On Jun 28, 2014, at 13:31, Li-Wen Hsu <lwhsu@FreeBSD.org> wrote: > > > On Sat, Jun 28, 2014 at 20:55:19 +0200, Hans Petter Selasky wrote: > >> Hi, > >> > >> Jenkins is by error reporting my changes as cause of fault! > >> > >> /builds/FreeBSD_HEAD-modules/sys/modules/dtrace/dtrace/../../../cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c:114:10: > >> fatal error: 'strtolctype.h' file not found > >> #include "strtolctype.h" > >> > >> Rui Paulo: Looks like one of your commits: r267937 > >> > > > > I think the problem is that job builds -CURRENT kernel modules on > > 10-STABLE, which doesn't have strtolctype.h. The solution might be > > switching this job to run on 11-CURRENT, or making the -CURRENT kernel > > modules can be built on 10. Do we suppose to support this? > > Ah, if this is the problem, then you need to build things differently: > > 1) build kernel-toolchain > 2) enter make buildenv > 3) build all the modules Sounds reasonable. I temporarily disable this job and will bring it back after changing the build steps as you suggested. Thanks, Li-Wen -- Li-Wen Hsu <lwhsu@FreeBSD.org> http://lwhsu.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140628204153.GA40791>