Opened 12 years ago
Closed 11 years ago
#334 closed defect (fixed)
Changeset 5169 breaks building on Debian / Ubuntu
Reported by: | Chris Lea | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.3.x |
Keywords: | build, Makefile.PL | Cc: | |
uname -a: | Linux test 3.2.0-40-generic #64-Ubuntu SMP Mon Mar 25 21:22:10 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.3.16
TLS SNI support enabled configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-pcre-jit --with-http_ssl_module --with-openssl=/build/buildd/nginx-1.3.16/debian/openssl-1.0.1e --without-mail_pop3_module --without-mail_smtp_module --without-mail_imap_module --without-http_uwsgi_module --without-http_scgi_module --with-http_spdy_module --with-ipv6 --with-http_stub_status_module --add-module=/build/buildd/nginx-1.3.16/debian/modules/nginx-upstream-fair --add-module=/build/buildd/nginx-1.3.16/debian/modules/nginx-cache-purge --add-module=/build/buildd/nginx-1.3.16/debian/modules/naxsi/naxsi_src |
Description
This change:
http://trac.nginx.org/nginx/changeset/5169/nginx
breaks the build process when creating .deb packages for Debian / Ubuntu. The build log of a failed build can be seen here:
I backed the change out and after that everything built successfully. I haven't had time to figure out exactly what's going wrong, but I wanted to report it sooner than later.
Note:
See TracTickets
for help on using tickets.
Thanks, the following patch should fix this: