From owner-freebsd-ports@FreeBSD.ORG Wed Jun 4 05:36:35 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BDF990E for ; Wed, 4 Jun 2014 05:36:35 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2BE124C0 for ; Wed, 4 Jun 2014 05:36:34 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id 2D0FE33CEC for ; Wed, 4 Jun 2014 13:36:32 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ui7rE08yrM_m for ; Wed, 4 Jun 2014 13:36:21 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id EE88533CEB for ; Wed, 4 Jun 2014 13:36:21 +0800 (WST) Message-ID: <538EB055.6090006@calorieking.com> Date: Wed, 04 Jun 2014 13:36:21 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: poudriere build failure Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 05:36:35 -0000 I've got poudriere building most of a set of ports with default settings, default jail, 8.4-RELEASE amd64 both host and target. However, it's failing on a couple at the fetch stage. For example, databases/db42, db42-4.2.52_5 fails to build devel/libtool. devel/libtool direct succeeds though! May I have some help troubleshooting this please? Details below. TIA, Greg. CONFIG $ diff -u poudriere.conf.sample poudriere.conf|egrep "^[+-]" -#NO_ZFS=yes +NO_ZFS=yes -FREEBSD_HOST=_PROTO_://_CHANGE_THIS_ +FREEBSD_HOST=ftp://ftp.freebsd.org WORKING BUILD (mostly) # poudriere bulk -C -j 84amd64 devel/libtool ====>> [84amd64-default] 1 packages built, 0 failures, 0 ignored, 0 skipped # tail -5 /usr/local/poudriere/data/logs/bulk/84amd64-default/2014-06-04_13h27m55s/logs/libtool-2.4.2_3.log tar: Error opening archive: Failed to open '/packages/All/libtool-2.4.2_3.tbz' tar: Error opening archive: Failed to open '/packages/All/libtool-2.4.2_3.tbz' tar: Error opening archive: Failed to open '/packages/All/libtool-2.4.2_3.tbz' I think packages should end up in this dir, but it's basically empty: $ ls -lR /usr/local/poudriere/data/packages/84amd64-default total 4 drwxr-xr-x 2 root wheel 512 Jun 4 13:28 All -rw-r--r-- 1 root wheel 174 Jun 4 13:28 INDEX-8.bz2 /usr/local/poudriere/data/packages/84amd64-default/All: total 0 FAILING BUILD # poudriere bulk -C -j 84amd64 databases/db42 ====>> Built ports: devel/libtool ====>> Failed ports: databases/db42:build-depends ====>> [84amd64-default] 1 packages built, 1 failures, 0 ignored, 0 skipped Looking in the log file for the failed db42 build, I get lots of failed fetches: => libtool-2.4.2.tar.gz doesn't seem to exist in /portdistfiles/. fetch: http://distcache.FreeBSD.org/ports-distfiles/libtool-2.4.2.tar.gz: No address record => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1 In the build prep, it shows the following, so I figure fetch should be working: /etc/resolv.conf -> /usr/local/poudriere/data/build/84amd64-default/ref/etc/resolv.conf Removing and fetching again yields the same file that's already there): # md5 /usr/ports/distfiles/libtool-2.4.2.tar.gz MD5 (/usr/ports/distfiles/libtool-2.4.2.tar.gz) = d2f3b7d4627e69e13514a40e72a24d50 PS: If this is the wrong list for this, please point me elsewhere if you know somewhere better.