From owner-freebsd-ports@freebsd.org Thu Jan 28 09:10:46 2016 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 AE0D2A70997 for ; Thu, 28 Jan 2016 09:10:46 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (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 77919189F for ; Thu, 28 Jan 2016 09:10:45 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1aOib7-001paq-6H>; Thu, 28 Jan 2016 10:10:37 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aOib7-003eOz-0E>; Thu, 28 Jan 2016 10:10:37 +0100 Date: Thu, 28 Jan 2016 10:10:31 +0100 From: "O. Hartmann" To: freebsd-ports Subject: poudriere: problems building ports Message-ID: <20160128101031.5261eaed@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 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: Thu, 28 Jan 2016 09:10:46 -0000 Running poudriere (most recent installation from ports) on recent CURRENT (FreeBSD 11.0-CURRENT #25 r294905: Wed Jan 27 08:52:04 CET 2016 amd64) leads to problems when building the following ports: www/nginx: Failed: fetch and print/tex-formats: Failed: build-depends The latter leads to a bunch of dependend, unbuilt ports, so texlive doesn build, for instance. Building www/nginx on the same host via the "manual" way works flawless - I can fetch the tarball with no error. Also the build of texlive works, too. The logfile presents me with the following errors: www/nginx: ===> License BSD2CLAUSE accepted by the user ===> Found saved configuration for nginx-1.8.0_3,2 => nginx-1.8.0.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://nginx.org/download/nginx-1.8.0.tar.gz nginx-1.8.0.tar.gz 0 B 0 Bps [...] => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/nginx_udplog_module-1.0.0.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/nginx_udplog_module-1.0.0.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1 The fun part is: On my attempt to fetch the tarball via "make fetch" in www/nginx the first source for the tarball works. Since I build many other ports via the very same jail (in a rather vanilla setup taken from the handbook), i do not suspect any network problems or specialities concerning http/ftp proxy (do not use proxy either way). Mot confusing is print/tex-formats: [...] Extracting texlive-texmf-20150523_3: ...... pkg-static: archive_read_extract(): Lzma library error: No progress is possible so all depending ports fail to build. I see no problems on a non-jailed build. Is there a rsource limit set for the jail supposed to build the port running in RAM or diskspace shortage I do not see? Thanks for your suggestions/help and regards, Oliver