From nobody Sat Dec 28 10:13:32 2024 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YKyr70sprz5j86M for ; Sat, 28 Dec 2024 10:13:43 +0000 (UTC) (envelope-from fbl@aoek.com) Received: from mail.yourbox.net (mail.yourbox.net [IPv6:2001:41d0:203:222a::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.yourbox.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YKyr52Z0Pz47SB for ; Sat, 28 Dec 2024 10:13:41 +0000 (UTC) (envelope-from fbl@aoek.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aoek.com header.s=mailbox header.b=Q3s0Q6Eh; spf=pass (mx1.freebsd.org: domain of fbl@aoek.com designates 2001:41d0:203:222a::1 as permitted sender) smtp.mailfrom=fbl@aoek.com; dmarc=pass (policy=reject) header.from=aoek.com Received: from mail.yourbox.net (localhost [127.0.0.1]) by mail.yourbox.net (8.18.1/8.18.1) with ESMTP id 4BSADWVf069433 for ; Sat, 28 Dec 2024 10:13:33 GMT (envelope-from fbl@aoek.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=aoek.com; s=mailbox; t=1735380813; bh=x8RzAGUWFZZAf6ad86+U0OErey2sArfTL/wLX4eyIm0=; h=Date:From:To:Subject; b=Q3s0Q6EhT5aGFHqxkEOhVSuY/RDI2NwK9MKn9p1N3+xWrMIOhC0VXdp/Nt8xHHSyu 9r63tQToJo4Qc1QjBSquKXZQp2y1HQcwd8y4yNEBsCEfAxwss9H5q8XnZ2+gMuGTcj wW51v6SlEqs/pVntuRmWOOdCE3R+ZgiOACDw1gjlIxzEWcGwkPFRM/FN+d1FIBq4Ic WqOc/g/iPBQTTGjWG6JjlyVHkZfMr4XFxN18HQRCrAERLEbBT3sME01P83reGR7A/y qruu/PxZNP+4Fok23R30cegLVCpENZIIM25ADw+4WXjYGUGG2KkZfiqVVkycgnT9u9 NDDDsyWqHGYMQ== List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Date: Sat, 28 Dec 2024 11:13:32 +0100 From: =?UTF-8?Q?Jos=C3=A9_P=C3=A9rez?= To: ports@freebsd.org Subject: Poudriere build of pdo_* ports fails if ZTS is enabled Message-ID: X-Sender: fbl@aoek.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.23 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_MIXED_CHARSET(0.77)[subject]; DMARC_POLICY_ALLOW(-0.50)[aoek.com,reject]; R_DKIM_ALLOW(-0.20)[aoek.com:s=mailbox]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; MISSING_XM_UA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[ports@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[aoek.com:+] X-Rspamd-Queue-Id: 4YKyr52Z0Pz47SB X-Spamd-Bar: --- Hi, I get this failure when poudriere building pdo_*, e.g. is with php82-pdo_pgsql: ===> Returning to build of php82-pdo_pgsql-8.2.26 ===> php82-pdo_pgsql-8.2.26 depends on file: /usr/local/lib/php/20220829/pdo.so - not found ===> Installing existing package /packages/All/php82-pdo-8.2.26.pkg [14-default-job-01] Installing php82-pdo-8.2.26... [14-default-job-01] Extracting php82-pdo-8.2.26: .......... done ===== Message from php82-pdo-8.2.26: -- This file has been added to automatically load the installed extension: /usr/local/etc/php/ext-20-pdo.ini.sample ===> php82-pdo_pgsql-8.2.26 depends on file: /usr/local/lib/php/20220829/pdo.so - not found *** Error code 1 Stop. make: stopped in /usr/ports/databases/php82-pdo_pgsql =>> Cleaning up wrkdir ===> Cleaning for php82-pdo_pgsql-8.2.26 The problem seems to be related to the fact that the ports searches for the dependency in the wrong place (/usr/local/lib/php/20220829/pdo.so instead of /usr/local/lib/php/20220829-zts/pdo.so), looks like it does not see the enabled ZTS option in lang/php82. Kindly note that I do have WITH_MPM=event in /etc/make.conf but this only works with Apache, in my case I use Nginx. Is there a known workaround? Thank you. -- José Pérez