From owner-freebsd-ports-bugs@freebsd.org Thu Dec 1 13:03:03 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2F6CC60390 for ; Thu, 1 Dec 2016 13:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16DD1E0D for ; Thu, 1 Dec 2016 13:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB1D30K8073577 for ; Thu, 1 Dec 2016 13:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Thu, 01 Dec 2016 13:02:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bdrewery@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 13:03:03 -0000 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.=