From owner-freebsd-questions@freebsd.org Sat Apr 30 18:34:19 2016 Return-Path: Delivered-To: freebsd-questions@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 9BC1AB22F44 for ; Sat, 30 Apr 2016 18:34:19 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from yavin.vindaloo.com (yavin.vindaloo.com [173.199.117.73]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "yavin.vindaloo.com", Issuer "Vindaloo CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4501E73 for ; Sat, 30 Apr 2016 18:34:19 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from anza.vindaloo.com (ool-457cdf63.dyn.optonline.net [69.124.223.99]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smtp.vindaloo.com", Issuer "Vindaloo CA" (verified OK)) by yavin.vindaloo.com (Postfix) with ESMTPS id 35D4FD7E70 for ; Sat, 30 Apr 2016 14:25:07 -0400 (EDT) Received: from kessel.vindaloo.com (kessel.vindaloo.com [172.24.145.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anza.vindaloo.com (Postfix) with ESMTPSA id B27CC101CD; Sat, 30 Apr 2016 14:25:06 -0400 (EDT) Date: Sat, 30 Apr 2016 14:25:01 -0400 From: Christopher Sean Hilton To: freebsd-questions@freebsd.org Subject: www/wordpress: poudriere build failure Message-ID: <20160430182501.GA60502@kessel.vindaloo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2016 18:34:19 -0000 I tried to update an rebuild my poudriere box yesterday. After updating, I got this error on the port www/wordpress: ... =================================================== ===> wordpress-4.4.2,1 depends on file: /usr/local/include/php/main/php.h - not found ===> Installing existing package /packages/All/php56-5.6.20_1.txz [92-stable-amd64-default-job-03] Installing php56-5.6.20_1... [92-stable-amd64-default-job-03] `-- Installing libxml2-2.9.3... [92-stable-amd64-default-job-03] | `-- Installing libiconv-1.14_9... [92-stable-amd64-default-job-03] | `-- Extracting libiconv-1.14_9: .......... done [92-stable-amd64-default-job-03] `-- Extracting libxml2-2.9.3: .......... done [92-stable-amd64-default-job-03] `-- Installing pcre-8.38_1... [92-stable-amd64-default-job-03] `-- Extracting pcre-8.38_1: .......... done [92-stable-amd64-default-job-03] Extracting php56-5.6.20_1: .......... done ===> wordpress-4.4.2,1 depends on file: /usr/local/include/php/main/php.h - found ===> Returning to build of wordpress-4.4.2,1 ===> wordpress-4.4.2,1 depends on file: /usr/local/lib/php/20131226-zts/curl.so - not found ===> Installing existing package /packages/All/php56-curl-5.6.20_1.txz [92-stable-amd64-default-job-03] Installing php56-curl-5.6.20_1... [92-stable-amd64-default-job-03] `-- Installing curl-7.48.0_2... [92-stable-amd64-default-job-03] | `-- Installing ca_root_nss-3.22.2... [92-stable-amd64-default-job-03] | `-- Extracting ca_root_nss-3.22.2: ....... done [92-stable-amd64-default-job-03] `-- Extracting curl-7.48.0_2: .......... done [92-stable-amd64-default-job-03] Extracting php56-curl-5.6.20_1: ...... done Message from ca_root_nss-3.22.2: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** ===> wordpress-4.4.2,1 depends on file: /usr/local/lib/php/20131226-zts/curl.so - not found *** [run-depends] Error code 1 Stop in /usr/ports/www/wordpress. ====>> Cleaning up wrkdir ===> Cleaning for wordpress-4.4.2,1 build of www/wordpress ended at Fri Apr 29 14:41:41 EDT 2016 build time: 00:00:22 !!! build failure encountered !!! It looks like the wordpress build was expecting curl to be installed and it wasn't. Is there an easy way to fix this? -- Chris