From owner-freebsd-ports@freebsd.org Thu Mar 1 20:51:41 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1F67F294B2 for ; Thu, 1 Mar 2018 20:51:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2C31479CE8 for ; Thu, 1 Mar 2018 20:51:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w21KpXxJ060544 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 1 Mar 2018 12:51:34 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: poudriere: "Permission denied" in the extract phase? To: Marcin Cieslak Cc: freebsd-ports@freebsd.org References: <371FB508-F90E-41E4-8B3D-85F7DA54FFAA@adamw.org> From: Yuri Message-ID: Date: Thu, 1 Mar 2018 12:51:32 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 20:51:41 -0000 On 02/26/18 17:11, Marcin Cieslak wrote: > So I don't know what has changed and why but the temporary fix is to > use "if" to check if the desired files are not already there, and > then proceeding with "post-fetch" only if the files are not found. Some time back I was working on nodejs support: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204577 So far, I couldn't make it stable because after a week or two files fetched from the npm server change without an apparent reason. I will return to it to see if the situation improved. Yuri