From owner-freebsd-stable@FreeBSD.ORG Fri Feb 15 01:27:36 2013 Return-Path: Delivered-To: freebsd-stable@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 97D09F7E for ; Fri, 15 Feb 2013 01:27:36 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 07A1A91A for ; Fri, 15 Feb 2013 01:27:35 +0000 (UTC) Received: (qmail 92664 invoked by uid 89); 15 Feb 2013 01:27:34 -0000 Received: by simscan 1.4.0 ppid: 92659, pid: 92661, t: 0.0596s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:16685 Received: from unknown (HELO ewzw044.ewadmin.local) (rainer@ultra-secure.de@212.71.117.87) by mail.ultra-secure.de with ESMTPA; 15 Feb 2013 01:27:34 -0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Why does poudriere always rebuild nginx and GraphicsMagick13? From: Rainer Duffner In-Reply-To: <6088089D-3E61-4C82-94D4-319E48CF718B@ultra-secure.de> Date: Fri, 15 Feb 2013 02:27:33 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <62B5372A-8DD9-4352-89B0-BDEAC11A5C2C@ultra-secure.de> References: <20130212221103.GG12760@ithaqua.etoilebsd.net> <6088089D-3E61-4C82-94D4-319E48CF718B@ultra-secure.de> To: "freebsd-stable@freebsd.org" X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 01:27:36 -0000 >=20 >=20 > Hi Baptiste, >=20 > so I upgraded to 2.3.1 but it still rebuilds those two ports every = single time I run a bulk build. >=20 > =85 > =3D=3D=3D=3D>> Options changed, deleting: = GraphicsMagick-nox11-1.3.16_1.txz > =3D=3D=3D=3D>> Options changed, deleting: nginx-1.2.6,1.txz > ... >=20 >=20 > drwxr-xr-x 2 root wheel 512 Dec 21 09:20 GraphicsMagick/ > drwxr-xr-x 2 root wheel 512 Dec 21 09:20 GraphicsMagick13/ > drwxr-xr-x 2 root wheel 512 Dec 21 09:20 nginx/ >=20 >=20 > Somehow, it thinks the options have changed. > Maybe, the options-file has an error? >=20 OK, another issue crept up. I started to build www/rt40 and it worked - until I updated it to the = latest commit. Now I get: =3D=3D=3D=3D>> [02] Finished build of www/rt40: Ignored: please select = one of AP_MODPERL, AP_MODFASTCGI, LIGHTTPD, SPAWN_FCGI or BUILTIN But I have: cat /usr/local/etc/poudriere.d/91amd64-options/rt40/options # This file is auto-generated by 'make config'. # Options for rt-4.0.10_1 _OPTIONS_READ=3Drt-4.0.10_1 _FILE_COMPLETE_OPTIONS_LIST=3DDEV GD GPG GRAPHVIZ SSL_MAILGATE MYSQL = ORACLE PGSQL SQLITE AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI OPTIONS_FILE_UNSET+=3DDEV OPTIONS_FILE_SET+=3DGD OPTIONS_FILE_SET+=3DGPG OPTIONS_FILE_SET+=3DGRAPHVIZ OPTIONS_FILE_SET+=3DSSL_MAILGATE OPTIONS_FILE_UNSET+=3DMYSQL OPTIONS_FILE_UNSET+=3DORACLE OPTIONS_FILE_SET+=3DPGSQL OPTIONS_FILE_UNSET+=3DSQLITE OPTIONS_FILE_UNSET+=3DAP_MODFASTCGI OPTIONS_FILE_UNSET+=3DAP_MODPERL OPTIONS_FILE_UNSET+=3DLIGHTTPD OPTIONS_FILE_SET+=3DSPAWN_FCGI If I run make patch in my local ports tree, with the above options file, = it runs through. Is this a poudriere problem or more of a problem with the port itself?