> On 27 Feb 2014, at 11:43, "Chad J. Milios" <[email protected]> wrote: > > setting MAKE_JOBS_UNSAFE didn't do it for me. furthermore, i have more > peculiarities to report: > > my testing earlier, (where i got the build/package/install to "succeed" by > doing `make clean && make && sleep 1 && make package`) resulted in quietly > installing a borked program. dnscache-conf then yells as follows: > > root@kakashi:~ # dnscache-conf dnscache dnslog /var/service/dnscache > dnscache-conf: fatal: unable to switch to > /usr/ports/dns/djbdns/work/stage/usr/local: file does not exist > root@kakashi:~ # strings `which dnscache-conf` | grep stage > /usr/ports/dns/djbdns/work/stage/usr/local > > HOWEVER the software works properly ONCE it manages to get installed by the > normal `make clean install` method (where i have to try about 15 times with > my fingers crossed and by the grace of God it works one of the times) and > strings reports no 'stage' anywhere in dnscache-conf > > Let me know if you have anything else you'd like me to try for you. > 9.2-RELEASE-p3/amd64 on ZFS here. > > -Chad > > p.s. i tried `make -DNO_STAGE install` about 20 times also and none of them > worked, tar always complained about missing man pages > >> On 2/19/2014 2:04 PM, Chad J. Milios wrote: >> Oh yeah, I probably should have mentioned I'm on 9.2-RELEASE/amd64 with all >> ZFS file systems (except tmpfs /tmp). I'll give that a shot and report back, >> usually woulda been my first stab at it but i too had a feeling that just >> didnt seem to be applicable in this case. I'll have to try it out tonight, >> that box is close to pegged most of the day, I was doing the experimenting >> at 3:30 am this morning. >> >>> On 2/19/2014 1:50 PM, David Thiel wrote: >>> Interesting, I can't seem to replicate it here. It doesn't seem like >>> MAKE_JOBS_UNSAFE would apply, but perhaps try that? >>> >>>> On 02/19, Chad J. Milios wrote: >>>> there seems to be a timing issue. can anyone else please confirm this >>>> problem is happening? I haven't gone ahead and tried any non-default >>>> values of vfs.timestamp_precision. >>>> >>>> make package >>>> fails 26/30 times >>>> >>>> make && sleep 1 && make package >>>> succeeds 50/50 times >>>> >>>> Thanks in advance. >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "[email protected]" > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "[email protected]"
I stumbled over the same problem today on 10.0, make NO_STAGE=1 install worked for me on the first attempt though. I can also confirm the problem with dnscache-conf when installing the binary package using "pkg install". I'm not certain about the maintainer situation of the port, if you want me to I could take a closer look at this in a few days. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
