From owner-freebsd-ports@FreeBSD.ORG Thu Feb 27 10:44:01 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7CC6E83; Thu, 27 Feb 2014 10:44:01 +0000 (UTC) Received: from cargobay.net (cargobay.net [162.220.58.155]) by mx1.freebsd.org (Postfix) with ESMTP id 1D372181B; Thu, 27 Feb 2014 10:44:01 +0000 (UTC) Received: from [172.17.100.80] (rrcs-97-76-30-202.se.biz.rr.com [97.76.30.202]) by cargobay.net (Postfix) with ESMTPSA id 042A34418; Thu, 27 Feb 2014 10:40:21 +0000 (UTC) Message-ID: <530F16E6.1070202@ccsys.com> Date: Thu, 27 Feb 2014 05:43:50 -0500 From: "Chad J. Milios" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: David Thiel Subject: Re: dns/djbdns [do-package] Error code 1 References: <5304F8A5.9040209@ccsys.com> <20140219185040.GW8859@redundancy.redundancy.org> <5305003C.1080908@ccsys.com> In-Reply-To: <5305003C.1080908@ccsys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bapt@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 10:44:01 -0000 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. >>> > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"