Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
Thanks. That fixed the jenkins build.

Cy Schubert

On May 4, 2015 10:52 AM, "Li-Wen Hsu"  wrote:

> On Mon, May 04, 2015 at 10:46:10 -0700, Garrett Cooper wrote:
> >
> > On May 4, 2015, at 10:38, Cy Schubert  wrote:
> >
> > > I think jenkins copy of head still contains ntp_parser.y. I see no
> issue
> > > here.
> > >
> > > Cy Schubert
> > > 
> > >
> > > 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.
> >
> > I don’t see that file either…
> >
> > $ 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
> >
>
> I wiped out the workspace, it will do a fresh checkout on next build.
> Let's see if this helps.
>
> Li-Wen
>
>
> --
> Li-Wen Hsu 
> http://lwhsu.org
>
>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread cschuber
There was some debate about this last time. It was decided to use the .c file. 
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. 

~cy

Sent from my BlackBerry 10 smartphone on the Bell network.
  Original Message  
From: Garrett Cooper
Sent: Monday, May 4, 2015 10:49
To: Cy Schubert
Cc: Craig Rodrigues; jenkins-ad...@freebsd.org; freebsd-current Current
Subject: Re: Build failed in Jenkins: FreeBSD_HEAD #2725

On May 4, 2015, at 10:46, Garrett Cooper  wrote:

> 
> On May 4, 2015, at 10:38, Cy Schubert  wrote:
> 
>> I think jenkins copy of head still contains ntp_parser.y. I see no issue
>> here.
>> 
>> Cy Schubert
>> 
>> 
>> 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.
> 
> I don’t see that file either…
> 
> $ 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
> 
> Thanks,
> -NGie

That being said, I’m not sure if checking in bison-processed source was the 
wisest thing in the world (contrib/ntp/ntpd/ntp_parser.c).
Thanks!
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Li-Wen Hsu
On Mon, May 04, 2015 at 10:46:10 -0700, Garrett Cooper wrote:
> 
> On May 4, 2015, at 10:38, Cy Schubert  wrote:
> 
> > I think jenkins copy of head still contains ntp_parser.y. I see no issue
> > here.
> > 
> > Cy Schubert
> > 
> > 
> > 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.
> 
> I don’t see that file either…
> 
> $ 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
> 

I wiped out the workspace, it will do a fresh checkout on next build.
Let's see if this helps.

Li-Wen


-- 
Li-Wen Hsu 
http://lwhsu.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Garrett Cooper
On May 4, 2015, at 10:46, Garrett Cooper  wrote:

> 
> On May 4, 2015, at 10:38, Cy Schubert  wrote:
> 
>> I think jenkins copy of head still contains ntp_parser.y. I see no issue
>> here.
>> 
>> Cy Schubert
>> 
>> 
>> 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.
> 
> I don’t see that file either…
> 
> $ 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
> 
> Thanks,
> -NGie

That being said, I’m not sure if checking in bison-processed source was the 
wisest thing in the world (contrib/ntp/ntpd/ntp_parser.c).
Thanks!


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Garrett Cooper

On May 4, 2015, at 10:38, Cy Schubert  wrote:

> I think jenkins copy of head still contains ntp_parser.y. I see no issue
> here.
> 
> Cy Schubert
> 
> 
> 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.

I don’t see that file either…

$ 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

Thanks,
-NGie


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
I think jenkins copy of head still contains ntp_parser.y. I see no issue
here.

Cy Schubert


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.

--
Craig
 On May 4, 2015 8:45 AM, "Cy Schubert"  wrote:

> That file was deleted long ago.
>
> Cy Schubert
> 
> On May 4, 2015 7:49 AM, "Craig Rodrigues"  wrote:
>
>>
>>
>> On Monday, May 4, 2015, Cy Schubert  wrote:
>>>
>>>
>>> I cannot see where the problem is. All local tests, including universe,
>>> have built cleanly.
>>>
>>
>>  In this log: https://jenkins.freebsd.org/job/FreeBSD_HEAD/2725/console
>> search for:
>>
>> error: version control conflict marker in file
>>
>>
>> --
>>
>> Craig
>>
>>
>>
>>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Craig Rodrigues
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.

--
Craig
 On May 4, 2015 8:45 AM, "Cy Schubert"  wrote:

> That file was deleted long ago.
>
> Cy Schubert
> 
> On May 4, 2015 7:49 AM, "Craig Rodrigues"  wrote:
>
>>
>>
>> On Monday, May 4, 2015, Cy Schubert  wrote:
>>>
>>>
>>> I cannot see where the problem is. All local tests, including universe,
>>> have built cleanly.
>>>
>>
>>  In this log: https://jenkins.freebsd.org/job/FreeBSD_HEAD/2725/console
>> search for:
>>
>> error: version control conflict marker in file
>>
>>
>> --
>>
>> Craig
>>
>>
>>
>>
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread Cy Schubert
In message <861766483.4.1430730824975.javamail.jenk...@jenkins-9.freebsd.org
>,
jenkins-ad...@freebsd.org writes:
> See 
> 
> Changes:
> 
> [cy] MFV ntp 4.2.8p2 (r281348)
> 
> Reviewed by:delphij (suggested MFC)
> Approved by:  roberto
> Security:   CVE-2015-1798, CVE-2015-1799
> Security:   VuXML ebd84c96-dd7e-11e4-854e-3c970e169bc2
> MFC after:1 month
> 
> [neel] Emulate the 'CMP r/m8, imm8' instruction encountered when booting a Wi
> ndows
> Vista guest.
> 
> Reported by:  Leon Dang (ld...@nahannisys.com)
> MFC after:1 week
> 
> --
> [...truncated 125654 lines...]
> ===> usr.bin/uudecode/tests (depend)
> --- usr.sbin.depend__D ---
> --- depend_subdir_ntp ---
> mkdep: compile failed
> *** [.depend] Error code 1
> 
> make[5]: stopped in  /ntp/ntpd>
> 1 error
> 
> make[5]: stopped in  /ntp/ntpd>
> *** [_sub.depend] Error code 2
> 
> make[4]: stopped in  /ntp>
> 1 error
> 
> make[4]: stopped in  /ntp>
> *** [depend_subdir_ntp] Error code 2
> 
> make[3]: stopped in  >
> --- usr.bin.depend__D ---
> A failure has been detected in another branch of the parallel make
> 
> make[5]: stopped in  uudecode/tests>
> *** [_sub.depend] Error code 2
> 
> make[4]: stopped in  uudecode>
> 1 error
> 
> make[4]: stopped in  uudecode>
> *** [depend_subdir_uudecode] Error code 2
> 
> make[3]: stopped in 
> --- depend_subdir_svn ---
> A failure has been detected in another branch of the parallel make
> 
> make[6]: stopped in  svn/lib/libsvn_client>
> *** [_sub.depend] Error code 2
> 
> make[5]: stopped in  svn/lib>
> 1 error
> 
> make[5]: stopped in  svn/lib>
> *** [_sub.depend] Error code 2
> 
> make[4]: stopped in  svn>
> 1 error
> 
> make[4]: stopped in  svn>
> *** [depend_subdir_svn] Error code 2
> 
> make[3]: stopped in 
> 2 errors
> 
> make[3]: stopped in 
> *** [usr.bin.depend__D] Error code 2
> 
> make[2]: stopped in 
> --- usr.sbin.depend__D ---
> --- depend_subdir_sendmail ---
> echo sendmail:  eeBSD_HEAD/tmp/usr/lib/libc.a>   /ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib/libutil.a>  rg/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib/libwrap.a>  //jenkins.freebsd.org/job/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/lib/libsm/l
> ibsm.a>  EAD/lib/libsmdb/libsmutil.a>  /obj/builds/FreeBSD_HEAD/tmp/usr/lib/libssl.a>  ob/FreeBSD_HEAD/ws/obj/builds/FreeBSD_HEAD/tmp/usr/lib/libcrypto.a> >> .depen
> d
> A failure has been detected in another branch of the parallel make
> 
> make[4]: stopped in  /sendmail>
> *** [depend_subdir_sendmail] Error code 2
> 
> make[3]: stopped in  >
> 2 errors
> 
> make[3]: stopped in  >
> *** [usr.sbin.depend__D] Error code 2
> 
> make[2]: stopped in 
> 2 errors
> 
> make[2]: stopped in 
> *** [_depend] Error code 2
> 
> make[1]: stopped in 
> 1 error
> 
> make[1]: stopped in 
> *** [buildworld] Error code 2
> 
> make: stopped in 
> 1 error
> 
> make: stopped in 
> Build step 'Execute shell' marked build as failure
> 
> 

I cannot see where the problem is. All local tests, including universe, 
have built cleanly.


-- 
Cheers,
Cy Schubert  or 
FreeBSD UNIX: Web:  http://www.FreeBSD.org

The need of the many outweighs the greed of the few.



___