From owner-freebsd-current@FreeBSD.ORG Sat Jun 28 20:36:22 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 873EF32A; Sat, 28 Jun 2014 20:36:22 +0000 (UTC) Received: from felyko.com (felyko.com [IPv6:2001:470:1:2d5:26:3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id 6688A25F9; Sat, 28 Jun 2014 20:36:22 +0000 (UTC) Received: from [IPv6:2601:9:8280:426:8c01:7cc9:3678:e078] (unknown [IPv6:2601:9:8280:426:8c01:7cc9:3678:e078]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 67AEF34A9E5; Sat, 28 Jun 2014 13:36:20 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: Build failed in Jenkins: FreeBSD_HEAD-modules #686 From: Rui Paulo In-Reply-To: <20140628203135.GB48794@FreeBSD.cs.nctu.edu.tw> Date: Sat, 28 Jun 2014 13:36:19 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <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> To: Li-Wen Hsu X-Mailer: Apple Mail (2.1878.2) X-Mailman-Approved-At: Sun, 29 Jun 2014 01:16:52 +0000 Cc: Hans Petter Selasky , adrian@FreeBSD.org, Ed Maste , mjg@FreeBSD.org, marius@FreeBSD.org, gjb@FreeBSD.org, freebsd-current@FreeBSD.org, jenkins-admin@freebsd.org, jfv@FreeBSD.org, =?utf-8?Q?=22Xin_Li_=28=E6=9D=8E=E9=91=AB=29=22?= , mav@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2014 20:36:22 -0000 On Jun 28, 2014, at 13:31, Li-Wen Hsu wrote: > On Sat, Jun 28, 2014 at 20:55:19 +0200, Hans Petter Selasky wrote: >> Hi, >>=20 >> Jenkins is by error reporting my changes as cause of fault! >>=20 >> = /builds/FreeBSD_HEAD-modules/sys/modules/dtrace/dtrace/../../../cddl/contr= ib/opensolaris/uts/common/dtrace/dtrace.c:114:10:=20 >> fatal error: 'strtolctype.h' file not found >> #include "strtolctype.h" >>=20 >> Rui Paulo: Looks like one of your commits: r267937 >>=20 >=20 > 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 -- Rui Paulo