Date: Thu, 01 Dec 2016 13:02:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214979] ports-mgmt/poudriere: ZTS related ports failing due to wrong path: 20131226 instead of 20131226-zts Message-ID: <bug-214979-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214979 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@FreeBSD.org Reporter: ohartmann@walstatt.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) Assignee: bdrewery@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 buildi= ng 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 th= ese 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 lo= cal 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=3D DEFAULT_VERSIONS+=3Dsamba=3D4.4 DEFAULT_VERSIONS+=3Dpgsql=3D9.6 Using most recent PostgreSQL 9.6 is the case in both poudriere and traditio= nal. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214979-13>