From owner-freebsd-current@FreeBSD.ORG Mon May 4 18:25:13 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B08B44; Mon, 4 May 2015 18:25:13 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D3141263; Mon, 4 May 2015 18:25:13 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so170065115pdb.1; Mon, 04 May 2015 11:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:message-id:date :subject:from:in-reply-to:references:to:cc; bh=n6DGBrQqP6EHid0LkRVhqVHy6BdlU160MUHyP6detyM=; b=fraYhXsKREAycXE1LJNmSSHPjlyD63617N6jNQKwR5tov6fomzbRtW+o6AkKAMwoad nzQxA429vn/3/soZS8t2dlbs8Csh8pJwBpFWzsrc0xM1A3QbmsFDOdg2zEuvHmMLugBH pTNcIZLmP0qvagDloEMivzgxR6yLWvMXx3qJ+p6nLhzt1Z5hSWKnb7k3F00qmyxIYiBW yinNzHjza9NXpeJpRzFwE3GgKrkiHINNAb9qs/Um1CcH/C3FBz6XQxbZAtWhSL7lp+el OMpky0Cgqxq7tcKcq5gbWit3JDjbD712uLHQWwVMGLXgJWkeqxzJ2Tqgs/5hl9EbklHv lkOw== X-Received: by 10.70.98.171 with SMTP id ej11mr44388919pdb.72.1430763913040; Mon, 04 May 2015 11:25:13 -0700 (PDT) Received: from [127.0.0.1] ([184.151.231.207]) by mx.google.com with ESMTPSA id m4sm13497659pdo.78.2015.05.04.11.25.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 May 2015 11:25:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: BlackBerry Email (10.2.1.3442) Message-ID: <20150504182511.6623380.70839.387@gmail.com> Date: Mon, 04 May 2015 11:25:11 -0700 Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2725 From: cschuber@gmail.com In-Reply-To: <4155B752-510F-4429-A97F-EB15A89D0301@gmail.com> References: <861766483.4.1430730824975.JavaMail.jenkins@jenkins-9.freebsd.org> <201505041326.t44DQH1E046967@slippy.cwsent.com> <4155B752-510F-4429-A97F-EB15A89D0301@gmail.com> To: Garrett Cooper , Cy Schubert Cc: Craig Rodrigues , jenkins-admin@freebsd.org, freebsd-current Current X-Mailman-Approved-At: Mon, 04 May 2015 18:39:51 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 04 May 2015 18:25:13 -0000 There was some debate about this last time. It was decided to use the .c fi= le. The tarball ships with both. The .y file only used if its timestamp is = newer, which is never the case. The .y file should never have been imported in the first place. That was my= fault.=C2=A0 ~cy Sent from my BlackBerry 10 smartphone on the Bell network. =C2=A0 Original Message =C2=A0 From: Garrett Cooper Sent: Monday, May 4, 2015 10:49 To: Cy Schubert Cc: Craig Rodrigues; jenkins-admin@freebsd.org; freebsd-current Current Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2725 On May 4, 2015, at 10:46, Garrett Cooper wrote: >=20 > On May 4, 2015, at 10:38, Cy Schubert wrote: >=20 >> I think jenkins copy of head still contains ntp_parser.y. I see no issue >> here. >>=20 >> Cy Schubert >> >>=20 >> You need to do a better job at figuring out why you broke things. >> This is not the first time you've broken things with an ntp import. >=20 > I don=E2=80=99t see that file either=E2=80=A6 >=20 > $ ls contrib/ntp/ntpd/ntp_parser.y > ls: contrib/ntp/ntpd/ntp_parser.y: No such file or directory > $ svnversion > 282423M > $ svn status | grep -v \? > M Makefile >=20 > Thanks, > -NGie That being said, I=E2=80=99m not sure if checking in bison-processed source= was the wisest thing in the world (contrib/ntp/ntpd/ntp_parser.c). Thanks!