FreeBSD_HEAD_i386 - Build #592 - Fixed

2015-07-16 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #592 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/592/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/592/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/592/console Change summaries: 285622

-current broken when src is on NFS

2015-07-16 Thread O'Connor, Daniel
I am seeing the following breakage when building -current and the source is on NFS make -j 4 buildworld ... --- rescue.all__D --- --- rescue --- MAKEOBJDIRPREFIX=/usr/obj/src/FreeBSD-HEAD/rescue/rescue make -f rescue.mk exe --- sbin.all__D --- --- pfctl_qstats.o --- cc -O2 -pipe -Wall

Re: -current broken when src is on NFS

2015-07-16 Thread Rick Macklem
Daniel O'Conner wrote: I am seeing the following breakage when building -current and the source is on NFS make -j 4 buildworld ... --- rescue.all__D --- --- rescue --- MAKEOBJDIRPREFIX=/usr/obj/src/FreeBSD-HEAD/rescue/rescue make -f rescue.mk exe --- sbin.all__D --- --- pfctl_qstats.o

Re: Why shoud we cause panic in scsi_da.c?

2015-07-16 Thread Kohji Okuno
Subject: Re: Why shoud we cause panic in scsi_da.c? Date: Tue, 14 Jul 2015 15:49:29 -0400 On Mon, Jul 13, 2015 at 18:29:36 +0300, Alexander Motin wrote: Hi. On 13.07.2015 11:51, Kohji Okuno wrote: On 07/13/15 10:11, Kohji Okuno wrote: Could you comment on my quesion? I found panic()

Re: -current broken when src is on NFS

2015-07-16 Thread O'Connor, Daniel
On 16 Jul 2015, at 21:41, Rick Macklem rmack...@uoguelph.ca wrote: r285066 fixed a POLA violation w.r.t. the old NFS client where the new client didn't return an EEXIST error return for symlink or mkdir to userland. The behaviour of not returning this error to userland (which was inherited