Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/5/15 8:42 AM, Rick Macklem wrote: Julian Elischer wrote: On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and te

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 > iss

Jenkins build is back to normal : FreeBSD_HEAD #2727

2015-05-04 Thread jenkins-admin
See ___ 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

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 thi

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

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’

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 w

Build failed in Jenkins: FreeBSD_HEAD #2726

2015-05-04 Thread jenkins-admin
See Changes: [gjb] Add logic to detect if the net/bsdec2-image-upload port needs to be installed. [1] For the cw-ec2-portinstall and ec2ami targets, touch the .TARGET file after completion to prevent duplicate invocations. Add cw-ec2-p

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: >

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/5/15 12:04 AM, Konstantin Belousov wrote: On Mon, May 04, 2015 at 10:52:42PM +0800, Julian Elischer wrote: On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if y

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Konstantin Belousov
On Mon, May 04, 2015 at 10:52:42PM +0800, Julian Elischer wrote: > On 5/3/15 10:33 PM, Jilles Tjoelker wrote: > > On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: > >> On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > >>> if you are interested in readdir(3), see

Re: mergemaster failing with read-only /usr/src

2015-05-04 Thread John Baldwin
On Sunday, May 03, 2015 12:11:03 PM Garrett Cooper wrote: > On May 3, 2015, at 8:55, Wolfgang Zenker wrote: > > > * Jilles Tjoelker [150503 14:53]: > >> On Sun, May 03, 2015 at 02:03:49PM +0200, Wolfgang Zenker wrote: > >>> I'm trying to update this system: > >>> FreeBSD pomona 11.0-CURRENT Free

Re: mergemaster failing with read-only /usr/src

2015-05-04 Thread Will Andrews
On Sun, May 3, 2015 at 1:11 PM, Garrett Cooper wrote: >> Well, I do build on that machine directly, and /usr/obj is mounted r/w, >> only /usr/src is a read-only mount. Trying the workaround on the machine >> istself does not help, unfortunately: while the "make buildenv" does >> work without a pro

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org

Build failed in Jenkins: FreeBSD_HEAD #2725

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

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

Build failed in Jenkins: FreeBSD_HEAD #2725

2015-05-04 Thread jenkins-admin
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

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org