From owner-freebsd-ports@freebsd.org Sat Oct 10 09:07:19 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F9F0A0F2BD for ; Sat, 10 Oct 2015 09:07:19 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8AE6F26 for ; Sat, 10 Oct 2015 09:07:18 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [192.168.1.54] (x4d0a0f59.dyn.telefonica.de [77.10.15.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by toco-domains.de (Postfix) with ESMTPSA id 9E7EB1B228FE; Sat, 10 Oct 2015 11:07:12 +0200 (CEST) Subject: Re: Port request: jpeg-recompress (image compression) To: Walter Schwarzenfeld , freebsd-ports@freebsd.org References: <5617C5A3.8060908@toco-domains.de> <56181722.7050602@utanet.at> From: =?UTF-8?Q?Torsten_Z=c3=bchlsdorff?= Message-ID: <5618D53F.4050709@toco-domains.de> Date: Sat, 10 Oct 2015 11:07:11 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56181722.7050602@utanet.at> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 09:07:19 -0000 Hello Walter, > It seems it is no error with the ladon port > > It is a error of the poudriere jail > npm ERR! code EAI_FAIL > npm ERR! errno EAI_FAIL > npm ERR! syscall getaddrinfo > > npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 > npm ERR! network This is most likely not a problem with npm itself > npm ERR! network and is related to network connectivity. This error occurs when building the ladon port with poudriere. Poudriere disallows fetching of additional code in the stage-phase. But this is required to build the port because of its required npm-errors. There are some related bug notices which reach down till the kernel. Therefore some creative solutions will be needed ;) Greetings, Torsten