Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 14:54:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227612] www/nginx: upstream_check_module include doesn't work anymore
Message-ID:  <bug-227612-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 227612
           Summary: www/nginx: upstream_check_module include doesn't work
                    anymore
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: andreas.herz@makandra.de
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

We use nginx from ports and we need the "upstream_check_module" which worked
until some major changes with the configure part happened. We see the module
it's missing from the binary file work/nginx-1.12.2/objs/nginx -V.

It's working with svn revision 465281:

nginx version: nginx/1.12.2
built with OpenSSL 1.0.2o  27 Mar 2018
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
--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 --with-http_realip_module
--with-http_stub_status_module
--add-module=3D/tmp/nginxtest/nginx/work/nginx_upstream_check_module-9aecf15
--with-pcre --with-http_v2_module --with-threads --with-http_ssl_module

It's NOT working with most recent revision:

nginx version: nginx/1.12.2
built with OpenSSL 1.0.2o  27 Mar 2018
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 --with-threads --without-mail_imap_module
--without-mail_pop3_module --without-mail_smtp_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 --with-http_realip_module --wit=
h-pcre
--with-http_ssl_module --with-http_stub_status_module --with-http_v2_module

As you can see
"--add-module=3D/tmp/nginxtest/nginx/work/nginx_upstream_check_module-9aecf=
15" is
missing.

Also old:

configuring additional modules
adding module in /tmp/nginxtest/nginx/work/nginx_upstream_check_module-9aec=
f15
checking for ngx_http_upstream_check_module ... found
 + ngx_http_upstream_check_module was configured

New is just:

=3D> SHA256 Checksum OK for
yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz.

Although I made sure that when I run "make config" the "HTTP_UPSTREAM_CHECK"
module is checked. So thus we saw that you did some major refactoring and m=
aybe
that's the reason why this compilation isn't working as it did with the old
revision mentioned above. We would appreciate any help with fixing this iss=
ue
so we can use the most recent ports again with nginx and the http upstream
check module.

Thanks

--=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-227612-7788>