Date: Tue, 25 Jul 2017 13:29:33 +0200 From: Johan Hendriks <joh.hendriks@gmail.com> To: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-ports@freebsd.org Subject: Re: Poudriere fails to build php70 Message-ID: <90a70402-d707-6910-014b-3f61d810f652@gmail.com> In-Reply-To: <597714B2.6020300@quip.cz> References: <233ff83a-9e28-4944-ec0a-b789c981a8c9@gmail.com> <597714B2.6020300@quip.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
Op 25/07/2017 om 11:51 schreef Miroslav Lachman: > Johan Hendriks wrote on 2017/07/25 11:13: >> Hello all. >> >> I have installed new build jails for FreeBSD 11.1. >> But it fails with the following error. Is there anything I can do. >> >> >> The first one will only work if you have a /usr/local/bin/perl, >> the second will work as long as perl is in PATH. >> ===> php70-xmlreader-7.0.21 depends on file: >> /usr/local/bin/autoconf-2.69 - found >> ===> Returning to build of php70-xmlreader-7.0.21 >> ===> php70-xmlreader-7.0.21 depends on file: >> /usr/local/lib/php/20151012-zts/dom.so - not found >> ===> Installing existing package /packages/All/php70-dom-7.0.21.txz >> [11_1_amd64_php71-HEAD-job-01] Installing php70-dom-7.0.21... >> [11_1_amd64_php71-HEAD-job-01] Extracting php70-dom-7.0.21: >> .......... done >> Message from php70-dom-7.0.21: >> **************************************************************************** >> >> >> The following line has been added to your >> /usr/local/etc/php/ext-20-dom.ini >> configuration file to automatically load the installed extension: >> >> extension=dom.so >> >> **************************************************************************** >> >> ===> php70-xmlreader-7.0.21 depends on file: >> /usr/local/lib/php/20151012-zts/dom.so - not found >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/textproc/php70-xmlreader >> ====>> Cleaning up wrkdir >> ===> Cleaning for php70-xmlreader-7.0.21 >> build of textproc/php70-xmlreader ended at Tue Jul 25 08:03:15 CEST 2017 >> build time: 00:00:07 >> !!! build failure encountered !!! > > Do you have ZTS defined in your poudriere's make.conf? ZTS settings > must be the same for all PHP extensions. > > Miroslav Lachman I found it, It was the WITH_MPM=event option. Once removed from make.conf I can build all php ports without issue. Thanks again for your time. regards, Johan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?90a70402-d707-6910-014b-3f61d810f652>