Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-05-02 Thread Kurt Lidl
On 4/30/16 2:57 AM, Jung-uk Kim wrote: On 04/29/16 05:46 PM, Jung-uk Kim wrote: On 04/29/16 05:17 PM, John Baldwin wrote: You'll have to talk to the Intel guy who broke this to find out how he'd like to fix it (not hardcode 32, or fix the AccessWidth). I notified Intel guys and they will

Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-30 Thread Jung-uk Kim
On 04/29/16 05:46 PM, Jung-uk Kim wrote: > On 04/29/16 05:17 PM, John Baldwin wrote: >> You'll have to talk to the Intel guy who broke this to find out how he'd >> like to fix it (not hardcode 32, or fix the AccessWidth). > > I notified Intel guys and they will take care of it. Once they patch >

Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-29 Thread Jung-uk Kim
On 04/29/16 05:17 PM, John Baldwin wrote: > You'll have to talk to the Intel guy who broke this to find out how he'd > like to fix it (not hardcode 32, or fix the AccessWidth). I notified Intel guys and they will take care of it. Once they patch the bug, I'll merge the fix ASAP. Thanks for

Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-29 Thread John Baldwin
On Friday, April 29, 2016 05:01:46 PM Jung-uk Kim wrote: > On 04/29/16 04:02 PM, John Baldwin wrote: > > On Friday, April 29, 2016 06:58:41 PM jenkins-ad...@freebsd.org wrote: > >> See > ... > >> Unhandled inl 0x0402 at 0x8039c2bd > > >

Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-29 Thread Jung-uk Kim
On 04/29/16 04:02 PM, John Baldwin wrote: > On Friday, April 29, 2016 06:58:41 PM jenkins-ad...@freebsd.org wrote: >> See ... >> Unhandled inl 0x0402 at 0x8039c2bd > > This is a read of the PM1 enable register. In bhyve this is treated

Re: Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-29 Thread John Baldwin
On Friday, April 29, 2016 06:58:41 PM jenkins-ad...@freebsd.org wrote: > See > > -- > [...truncated 312087 lines...] > For shebangs, you should either use: > > #!/usr/local/bin/perl > > or > >

Build failed in Jenkins: FreeBSD_HEAD #220

2016-04-29 Thread jenkins-admin
See -- [...truncated 312087 lines...] For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will