Re: Poudriere build of pdo_* ports fails if ZTS is enabled
- In reply to: José_Pérez : "Poudriere build of pdo_* ports fails if ZTS is enabled"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 10:24:13 UTC
> On Dec 28, 2024, at 11:13, José Pérez <fbl@aoek.com> wrote: > > 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 > You need `WITH_MPM=event` in `/usr/local/etc/poudriere.d/make.conf` or relevant `make.conf` file in poudriere.d directory. Not in `/etc/make.conf`. Kind regards, Moin