From owner-freebsd-ports@freebsd.org Sat Apr 16 23:48:46 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 DA037B11713 for ; Sat, 16 Apr 2016 23:48:46 +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 D0CC019D7; Sat, 16 Apr 2016 23:48:46 +0000 (UTC) (envelope-from osa@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 975) id CF060145B; Sat, 16 Apr 2016 23:48:46 +0000 (UTC) Date: Sat, 16 Apr 2016 23:48:46 +0000 From: "Sergey A. Osokin" To: Jim Ohlstein Cc: FreeBSD Ports ML Subject: Re: www/nginx-devel build failure after libbrotli update Message-ID: <20160416234846.GO42668@FreeBSD.org> References: <57122F68.9020607@ohlste.in> <20160416200213.GN42668@FreeBSD.org> <5712B66B.1000005@ohlste.in> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <5712B66B.1000005@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 23:48:46 -0000 Hi Jim, On Sat, Apr 16, 2016 at 06:02:19PM -0400, Jim Ohlstein wrote: > On 4/16/16 4:02 PM, Sergey A. Osokin wrote: > > > > 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. > > http://bit.ly/1SdU1Ai Here is the issue: ---------------------------------------- checking for Brotli library /usr/local/lib/libbrotlienc.so: undefined reference to `brotli::BrotliCompressFragmentTwoPass(unsigned char const*, unsigned long, bool, unsigned int*, unsigned char*, int*, unsigned long, unsigned long*, unsigned char*)' /usr/local/lib/libbrotlienc.so: undefined reference to `brotli::BrotliCompressFragmentFast(unsigned char const*, unsigned long, bool, int*, unsigned long, unsigned char*, unsigned short*, unsigned long*, unsigned char*, unsigned long*, unsigned char*)' cc: error: linker command failed with exit code 1 (use -v to see invocation) ----------------------------------------- I've just committed a fix for devel/libbrotli, please update the ports tree and recompile devel/libbrotli. Thanks for report! -- Sergey A. Osokin osa@FreeBSD.org