Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2016 09:46:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210689] devel/nginx-devel: dynamic modules create invalid paths
Message-ID:  <bug-210689-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210689

            Bug ID: 210689
           Summary: devel/nginx-devel: dynamic modules create invalid
                    paths
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: roberto@FreeBSD.org

I'm compiling ports through poudriere and installing them on jails.  I rece=
ntly
added Brotli compression support for nginx-devel and it is not working.  Wh=
ile
investigating, I noticed these invalid paths in the binary:

nginx version: nginx/1.11.1
built with OpenSSL 1.0.2h  3 May 2016
TLS SNI support enabled
configure arguments: --prefix=3D/usr/local/etc/nginx --with-cc-opt=3D'-I
/usr/local/include' --with-ld-opt=3D'-L /usr/local/lib'
--conf-path=3D/usr/local/etc/nginx/nginx.conf --sbin-path=3D/usr/local/sbin=
/nginx
--pid-path=3D/var/run/nginx.pid --error-log-path=3D/var/log/nginx-error.log
--user=3Dwww --group=3Dwww --modules-path=3D/usr/local/libexec/nginx --with=
-file-aio
--with-ipv6 --with-google_perftools_module
--http-client-body-temp-path=3D/var/tmp/nginx/client_body_temp
--http-fastcgi-temp-path=3D/var/tmp/nginx/fastcgi_temp
--http-proxy-temp-path=3D/var/tmp/nginx/proxy_temp
--http-scgi-temp-path=3D/var/tmp/nginx/scgi_temp
--http-uwsgi-temp-path=3D/var/tmp/nginx/uwsgi_temp
--http-log-path=3D/var/log/nginx-access.log
--add-module=3D/data/work/obj/usr/ports/www/nginx-devel/work/nginx-http-aut=
h-digest-4edfb18
--add-module=3D/data/work/obj/usr/ports/www/nginx-devel/work/ngx_http_auth_=
pam_module-1.2
--with-http_dav_module
--add-module=3D/data/work/obj/usr/ports/www/nginx-devel/work/nginx-dav-ext-=
module-0.0.3
--with-http_gzip_static_module --with-http_gunzip_module
--with-http_realip_module --with-http_slice_module
--with-http_stub_status_module --with-pcre
--add-module=3D/data/work/obj/usr/ports/www/nginx-devel/work/xss-nginx-modu=
le-0.04
--with-http_v2_module --with-stream=3Ddynamic --with-stream_ssl_module
--with-threads --with-http_ssl_module
--add-dynamic-module=3D/data/work/obj/usr/ports/www/nginx-devel/work/ngx_br=
otli-4f08382

1209 [11:37] roberto@www> ll =3Dnginx
-r-xr-xr-x  1 root  wheel  909112 Jun 29 11:15 /usr/local/sbin/nginx*

1210 [11:39] roberto@www> ls
/data/work/obj/usr/ports/www/nginx-devel/work/ngx_brotli-4f08382
ls: /data/work/obj/usr/ports/www/nginx-devel/work/ngx_brotli-4f08382: No su=
ch
file or directory

The paths are only valid throughout the compilation process and have no way=
 of
being ever valid in an installation, even less in a jail.

Note sure how to make it work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210689-13>