From owner-freebsd-questions@FreeBSD.ORG Wed Jun 5 15:06:53 2013 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BA7C32F9 for ; Wed, 5 Jun 2013 15:06:53 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3BC1E1F for ; Wed, 5 Jun 2013 15:06:50 +0000 (UTC) Received: from vhoffman.lon.namesco.net (lon.namesco.net [195.7.254.102]) (authenticated bits=0) by unsane.co.uk (8.14.7/8.14.6) with ESMTP id r55F6lMf012061 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 5 Jun 2013 16:06:48 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <51AF5406.9080400@unsane.co.uk> Date: Wed, 05 Jun 2013 16:06:46 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: "FreeBSD-Questions@freebsd.org" Subject: poudriere keeps rebuilding apache22 on every run X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Wed, 05 Jun 2013 15:06:53 -0000 I'm not certain if this is the best place to ask but I seem to be having issues with apache22 and poudriere. on every run I get ====>> Creating the reference jail... done ====>> Mounting system devices for 8amd64-default ====>> Mounting ports/packages/distfiles ====>> Mounting packages from: /usr/local/poudriere_data/packages/8amd64-default ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/8amd64-options ====>> Logs: /usr/local/poudriere_data/logs/bulk/8amd64-default/2013-06-05_12:55:43 ====>> Appending to make.conf: /usr/local/etc/poudriere.d/8amd64-make.conf /etc/resolv.conf -> /usr/local/poudriere_data/build/8amd64-default/ref/etc/resolv.conf ====>> Starting jail 8amd64-default ====>> Calculating ports order and dependencies ====>> Sanity checking the repository ====>> Options changed, deleting: apache22-2.2.24.txz the options were set a while back and havent changed. root@bsdpkgbuild:~ # ls -la /usr/local/etc/poudriere.d/8amd64-options/apache22/ total 13 drwxr-xr-x 2 root wheel 3 May 21 17:44 . drwxr-xr-x 241 root wheel 242 Jun 4 22:41 .. -rw-r--r-- 1 root wheel 3191 May 21 17:44 options root@bsdpkgbuild:~ # any suggestions? Its not a big problem but it means that apache and everything that depends on it gets rebuild every time poudriere runs. Vince