Date: Fri, 15 Feb 2013 06:51:09 +0000 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-stable@freebsd.org Subject: Re: Why does poudriere always rebuild nginx and GraphicsMagick13? Message-ID: <511DDADD.9000306@FreeBSD.org> In-Reply-To: <62B5372A-8DD9-4352-89B0-BDEAC11A5C2C@ultra-secure.de> References: <E0D1E20F-8FF1-45D1-8E09-C856FA0E88D6@ultra-secure.de> <20130212221103.GG12760@ithaqua.etoilebsd.net> <6088089D-3E61-4C82-94D4-319E48CF718B@ultra-secure.de> <62B5372A-8DD9-4352-89B0-BDEAC11A5C2C@ultra-secure.de>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On 15/02/2013 01:27, Rainer Duffner wrote: > 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: > > ====>> [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=rt-4.0.10_1 > _FILE_COMPLETE_OPTIONS_LIST=DEV GD GPG GRAPHVIZ SSL_MAILGATE MYSQL ORACLE PGSQL SQLITE AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI > OPTIONS_FILE_UNSET+=DEV > OPTIONS_FILE_SET+=GD > OPTIONS_FILE_SET+=GPG > OPTIONS_FILE_SET+=GRAPHVIZ > OPTIONS_FILE_SET+=SSL_MAILGATE > OPTIONS_FILE_UNSET+=MYSQL > OPTIONS_FILE_UNSET+=ORACLE > OPTIONS_FILE_SET+=PGSQL > OPTIONS_FILE_UNSET+=SQLITE > OPTIONS_FILE_UNSET+=AP_MODFASTCGI > OPTIONS_FILE_UNSET+=AP_MODPERL > OPTIONS_FILE_UNSET+=LIGHTTPD > OPTIONS_FILE_SET+=SPAWN_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? This part of the rt40 port -- options handling -- hasn't changed for around 6 months. My guess is that you've somehow got a mangled set of options choices somewhere where poudriere sees it. Poudriere can use a separate collection of options -- see the CUSTOMIZATION section in poudriere(8). If you want it to use the same /var/db/ports set of options as used by the ports by default, then you can make a link lie this: % ls -l /usr/local/etc/poudriere.d/options lrwxr-xr-x 1 root wheel 13 Dec 24 15:54 /usr/local/etc/poudriere.d/options@ -> /var/db/ports Or else try running: poudriere options www/rt40 to set the options poudriere will use. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEd2uMACgkQ8Mjk52CukIxIfQCfWxgxgCsj+s9UlIAjXgbVV6BK AKwAn0KDqnHQ+YNu1wzH+r9sfw2CdK/n =19qt -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?511DDADD.9000306>
