Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#69490 - [nginx-mod-brotli] Compiled module version incompatible with nginx package
Attached to Project:
Community Packages
Opened by emilio reggi (emilio-r) - Sunday, 31 January 2021, 21:50 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Friday, 11 June 2021, 12:57 GMT
Opened by emilio reggi (emilio-r) - Sunday, 31 January 2021, 21:50 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Friday, 11 June 2021, 12:57 GMT
|
DetailsDescription: Loading the brotli module compiled from this package fails with following error message:
2021/01/31 22:41:40 [emerg] 47885#47885: module "/usr/lib/nginx/modules/ngx_http_brotli_filter_module.so" version 1018000 instead of 1019006 in /etc/nginx/nginx.conf:5 Additional info: nginx version: nginx/1.19.6 built with OpenSSL 1.1.1i 8 Dec 2020 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/bin/nginx --pid-path=/run/nginx.pid --lock-path=/run/lock/nginx.lock --user=http --group=http --http-log-path=/var/log/nginx/access.log --error-log-path=stderr --http-client-body-temp-path=/var/lib/nginx/client-body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-cc-opt='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FORTIFY_SOURCE=2' --with-ld-opt=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now --with-compat --with-debug --with-file-aio --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_degradation_module --with-http_flv_module --with-http_geoip_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-pcre-jit --with-stream --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads |
This task depends upon
Closed by Massimiliano Torromeo (mtorromeo)
Friday, 11 June 2021, 12:57 GMT
Reason for closing: Fixed
Additional comments about closing: All nginx modules rebuilt
Friday, 11 June 2021, 12:57 GMT
Reason for closing: Fixed
Additional comments about closing: All nginx modules rebuilt
It was removed (not by me) when the PKGBUILD was updated to use nginx-src but it now presents this issue. Since more often then not I am not the one doing the rebuilds when nginx is updated I would leave the decision on how to handle this to Giancarlo.
The options imho are either put `conflicts=('nginx-mainline')` or reinstate `depends=("nginx=$_nginxver")` in every module.