[Bug 214979] ports-mgmt/poudriere: ZTS related ports failing due to wrong path: 20131226 instead of 20131226-zts
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 1 13:03:03 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214979
Bug ID: 214979
Summary: ports-mgmt/poudriere: ZTS related ports failing due to
wrong path: 20131226 instead of 20131226-zts
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: bdrewery at FreeBSD.org
Reporter: ohartmann at walstatt.org
Flags: maintainer-feedback?(bdrewery at FreeBSD.org)
Assignee: bdrewery at FreeBSD.org
ports-mgmt/poudriere fails to build several ports mentioned below while the
traditional way via "make" doesn't. I realised this misbahviour when building
ports related to lang/php56 with option ZTS enabled. This misbehaviour has been
introduced a couple of weeks ago. Priot to this, everything went smooth.
Background:
Compiling a threaded www/apach24 requires for thread-safety ZTS set on
lang/php56 related php-modules. setting ZTS as option in several packages,
includinge devel/apr, www/mod_php56, www/apache24 for instance, fails on these
ports (in our tree):
devel/pear (ERR: pear-1.10.1 depends on file:
/usr/local/lib/php/20131226/xml.so - not found)
textproc/php56-wddx (ERR: php56-wddx-5.6.28 depends on file:
/usr/local/lib/php/20131226/xml.so - not found)
textproc/php56-xmlreader (ERR: php56-xmlreader-5.6.28 depends on file:
/usr/local/lib/php/20131226/dom.so - not found)
databases/php56-pdo_pgsql (ERR: php56-pdo_pgsql-5.6.28 depends on file:
/usr/local/lib/php/20131226/pdo.so - not found)
textproc/php56-xsl (ERR: php56-pdo_sqlite-5.6.28 depends on file:
/usr/local/lib/php/20131226/pdo.so - not found)
databases/php56-pdo_sqlite (ERR: php56-pdo_sqlite-5.6.28 depends on file:
/usr/local/lib/php/20131226/pdo.so - not found)
databases/php56-pdo_mysql (ERR: php56-pdo_sqlite-5.6.28 depends on file:
/usr/local/lib/php/20131226/pdo.so - not found)
The fact is, these ports await php modules in /usr/local/lib/php/20131226/
where it should be /usr/local/lib/php/20131226-zts/
Subsquently, a lot of ports fail to build due tio missing requirements, for
instance:
net-mgmt/icingaweb2
www/nextcloud
www/owncloud
www/mediawiki127
www/zend-framework
net-mgmt/observium
net/pear-Net_IPv4
net/pear-Net_IPv6
net/phpldapadmin
And these ports are important for the infrastructure. To exclude obvious local
misconfigurations I started with a fresh setup with the proper settings of ZTS
requirements for threaded apache 2.4 - and poudriere fails always!
As mentioned initially, port making the traditional way works for me.
Addendum:
I use the following settings both in my traditional enviromental make.conf and
of poudriere's:
DEFAULT_VERSIONS=
DEFAULT_VERSIONS+=samba=4.4
DEFAULT_VERSIONS+=pgsql=9.6
Using most recent PostgreSQL 9.6 is the case in both poudriere and traditional.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list