From owner-freebsd-ports@freebsd.org Sat Apr 16 20:02:13 2016 Return-Path: Delivered-To: freebsd-ports@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 90CD9B10777 for ; Sat, 16 Apr 2016 20:02:13 +0000 (UTC) (envelope-from osa@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 882DA1E4B; Sat, 16 Apr 2016 20:02:13 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id 86ED014B4; Sat, 16 Apr 2016 20:02:13 +0000 (UTC) Date: Sat, 16 Apr 2016 20:02:13 +0000 From: "Sergey A. Osokin" To: Jim Ohlstein Cc: FreeBSD Ports ML Subject: Re: www/nginx-devel build failure after libbrotli update Message-ID: <20160416200213.GN42668@FreeBSD.org> References: <57122F68.9020607@ohlste.in> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <57122F68.9020607@ohlste.in> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2016 20:02:13 -0000 Hi Jim, could you show the content of the nginx-devel-1.9.14_1/objs/autoconf.err file, it looks like we have bad release of the devel/libbrotli... Thanks in advance. -- Sergey A. Osokin osa@FreeBSD.org On Sat, Apr 16, 2016 at 08:26:16AM -0400, Jim Ohlstein wrote: > Hello, > > I have done this twice and gotten the same error on 10.3-STABLE using > poudriere: > > [snip] > > ===> nginx-devel-1.9.14_1 depends on shared library: libpcre.so - > found (/usr/local/lib/libpcre.so) > ===> Returning to build of nginx-devel-1.9.14_1 > ===> nginx-devel-1.9.14_1 depends on shared library: libbrotlidec.so - > not found > ===> Installing existing package /packages/All/libbrotli-1.0_1.txz > [pkg.jlkhosting.com] Installing libbrotli-1.0_1... > [pkg.jlkhosting.com] Extracting libbrotli-1.0_1: .......... done > ===> nginx-devel-1.9.14_1 depends on shared library: libbrotlidec.so - > found (/usr/local/lib/libbrotlidec.so) > ===> Returning to build of nginx-devel-1.9.14_1 > ===> nginx-devel-1.9.14_1 depends on shared library: libbrotlienc.so - > found (/usr/local/lib/libbrotlienc.so) > =================================================== > [snip] > ... > adding module in /wrkdirs/usr/ports/www/nginx-devel/work/ngx_brotli-2fc6f12 > checking for Brotli library ... not found > checking for Brotli library in /usr/local/ ... not found > checking for Brotli library in /usr/pkg/ ... not found > checking for Brotli library in /opt/local/ ... not found > ./configure: error: ngx_brotli filter module requires Brotli library. > ===> Script "configure" failed unexpectedly. > > -- > Jim Ohlstein