From owner-freebsd-questions@FreeBSD.ORG Fri Nov 2 19:26:01 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 301229DA for ; Fri, 2 Nov 2012 19:26:01 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id C20D58FC14 for ; Fri, 2 Nov 2012 19:26:00 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=m8IqVw PV0RWcJXBRZVV09Rk3OYw8eLX5+rPHqLR2LlRJdlRYoBNresUTEeng2JjfcS7HAG YtUAP2A+NQNa1zM+jOmnwDjxiNOLVkP8NK80ELbUCVDES0ARs0WREmnAJWby4yKY LYSE1mRxcS6uwj6jtUiHgzcYSKd2HyPRBcOIo= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=Z61iCXJBsuF/ Ni202u4h6E8GNRXk5WXI3OwIN7+Y8lA=; b=H3QyHfR9hGJWlaK90F+8wCGVMY5g 3os3BoVvMKGourYV0FJXf2+16nB7dVe1sQ9TpI7fMeeRyBSETuAdcZo9crZASy0L FtUs7yBXuTL8oruio800dntXkhuhcJSr2IeJe5k0113qIc0d/T3DN1NGEQs/D7PN ViZ6Z59oyiWIMeg= Received: (qmail 16113 invoked from network); 2 Nov 2012 14:25:58 -0500 Received: from unknown (HELO ?192.168.0.74?) (bryan@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 2 Nov 2012 14:25:58 -0500 Message-ID: <50941E54.5080708@shatow.net> Date: Fri, 02 Nov 2012 14:26:12 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Wolfgang Riegler Subject: Re: poudriere amassing fetch errors References: <20121014035720.1eb3c7d4@dijkstra.cruwe.de> <20121019222951.7e5cdf0e@davenulle.org> <20121020161428.6431e734@dijkstra.cruwe.de> <1945484.PdkzHQDf63@wolfgang> In-Reply-To: <1945484.PdkzHQDf63@wolfgang> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 19:26:01 -0000 On 11/2/2012 11:52 AM, Wolfgang Riegler wrote: > Hi, > > unfortunately I have the same problem. A lot of fetch and checksum errors. I have set RESOLV_CONF=/etc/resolv.conf in /usr/local/etc/poudriere.conf, resolv.conf is copied to the poudriere jail and manual fetching of the ports is working. > On every run of poudriere bulk different ports are failing due to fetch or checksum errors. Sometimes no file is fetched, sometimes a small one and then I get a checksum failure, sometimes the file is about two times bigger and I get a checksum failure, too. > This doesn't sound like a poudriere-specific issue. There may be a general fetching issue with bsd.port.mk, that I plan to investigate further. > Normal make install clean is running fine on that machine. > > I'm using FreeBSD 9.1-rc2 and poudriere 2.2 (2.1. had the same issue) > > > I have some other problems as well: > - poudriere bulk doesn't exit; after building all pkgs it sleeps forever This issue should be fixed in poudriere-devel. > - I have two errors several times, but I don't know to which ports they belong: > perl: not found > "Makefile", line 86: warning: "/bin/sh -c 'case `perl --version` in *freebsd-thread*) echo yes ;; esac'" returned non-zero status > and > /usr/local/bin/apr-1-config: not found > "Makefile.common", line 115: warning: "/usr/local/bin/apr-1-config --includedir" returned non-zero status > The first I'm not sure about. The 2nd are apache ports incorrectly depending on apr to be installed, which does not work in a fresh jail. If you run ports-mgmt/poudriere-devel bulk with -J1 you should see which port is causing these issues, so they can be reported to the maintainers. The specific problem as that the ports do not build properly within clean jails. > > Could anybody help me? > > Thanks > > Wolfgang > Bryan