Re: www/nginx-devel build failure after libbrotli update

2016-04-17 Thread Matthias Fechner

Am 17.04.2016 um 01:48 schrieb Sergey A. Osokin:

I've just committed a fix for devel/libbrotli, please update the ports tree and
recompile devel/libbrotli.

Thanks for report!


compiles perfectly fine, thanks a lot!

Bye
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Jim Ohlstein

Hello,

On 4/16/16 7:48 PM, Sergey A. Osokin wrote:

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!



This is fixed. Thanks, Sergey!

--
Jim Ohlstein


"Never argue with a fool, onlookers may not be able to tell the 
difference." - Mark Twain

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Sergey A. Osokin
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
o...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Jim Ohlstein

Hello,

On 4/16/16 4:02 PM, Sergey A. Osokin wrote:

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.



http://bit.ly/1SdU1Ai

--
Jim Ohlstein


"Never argue with a fool, onlookers may not be able to tell the 
difference." - Mark Twain

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Sergey A. Osokin
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
o...@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
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Matthias Fechner

Am 16.04.2016 um 14:26 schrieb Jim Ohlstein:

===>   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)


found it this morning and already created a PR for it:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208829


Bye
Matthias

--

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


www/nginx-devel build failure after libbrotli update

2016-04-16 Thread Jim Ohlstein

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]

configuring additional modules
adding module in /wrkdirs/usr/ports/www/nginx-devel/work/ngx_cache_purge-2.3
 + ngx_http_cache_purge_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/ngx-fancyindex-0.3.6
 - The 'addition' filter is needed for fancyindex_{header,footer}, but 
it was disabled

 + ngx_http_fancyindex_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/ngx_devel_kit-0.2.19

 + ngx_devel_kit was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/redis2-nginx-module-0.12

 + ngx_http_redis2_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/srcache-nginx-module-0.30

 + ngx_http_srcache_filter_module was configured
configuring additional dynamic modules
adding module in /wrkdirs/usr/ports/www/nginx-devel/work/nginx-ct-f3cad5e
 + ngx_ssl_ct_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/echo-nginx-module-4f7aa50

 + ngx_http_echo_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/headers-more-nginx-module-f5559ec

 + ngx_http_headers_more_filter_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/ngx_http_redis-0.3.8

 + ngx_http_redis_module was configured
adding module in 
/wrkdirs/usr/ports/www/nginx-devel/work/set-misc-nginx-module-6582fb4

found ngx_devel_kit for ngx_set_misc; looks good.
 + ngx_http_set_misc_module was configured
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


"Never argue with a fool, onlookers may not be able to tell the 
difference." - Mark Twain

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"