Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1872 fixed The official nginx-module-njs-dbg deb package lacks debuginfo for the 'njs' executable Andrei Belov agentzh@…
Description

I've been playing with the official open source ubuntu repositories of nginx here:

https://nginx.org/packages/

I've noted that the ubuntu packages for nginx-module-njs-dbg, like nginx-module-njs-dbg_1.17.3.0.3.4-1~xenial_amd64.deb lacks debuginfo data for the executable file /usr/bin/njs from the corresponding non-debuginfo package (nginx-module-njs_1.17.3.0.3.4-1~xenial_amd64.deb in this example).

To see it:

$ dpkg -c nginx-module-njs-dbg_1.17.3.0.3.4-1~xenial_amd64.deb
drwxr-xr-x root/root         0 2019-08-13 07:26 ./
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/doc/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/share/doc/nginx-module-njs-dbg/
-rw-r--r-- root/root      1162 2019-08-13 07:25 ./usr/share/doc/nginx-module-njs-dbg/changelog.Debian.gz
-rw-r--r-- root/root      1649 2019-08-13 07:25 ./usr/share/doc/nginx-module-njs-dbg/copyright
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/c5/
-rw-r--r-- root/root    624536 2019-08-13 07:26 ./usr/lib/debug/.build-id/c5/330232b2dec3cea98e52e5b686bb416da3811f.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/54/
-rw-r--r-- root/root    643472 2019-08-13 07:26 ./usr/lib/debug/.build-id/54/26d6623b05add97bab956b48a224c42ef3e96d.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/88/
-rw-r--r-- root/root    643104 2019-08-13 07:26 ./usr/lib/debug/.build-id/88/78b934c7ca02e252971022f3eefcbca07c3ece.debug
drwxr-xr-x root/root         0 2019-08-13 07:26 ./usr/lib/debug/.build-id/50/
-rw-r--r-- root/root    624808 2019-08-13 07:26 ./usr/lib/debug/.build-id/50/04557782bf79a3f216362f0e19d8cd5782779f.debug

while the njs executable file in the package file nginx-module-njs_1.17.3.0.3.4-1~xenial_amd64.deb has the build id af97066358a1de684511c20c3d7b44fe0ca79e73, whose .debug file does not appear in the dbg package at all.

The rpm packages for CentOS, for example, does not seem to have this problem. I guess maybe it's a bug in your .deb packaging scripts?

Hopefully it can get fixed soon. Thanks for your attention.

#2067 fixed bug nginx build_module Cannot specify nginx version Andrei Belov gamewii6666@…
Description

error ./build_module.sh -v 1.18.0 --force-dynamic https://github.com/google/ngx_brotli.git

===> Building nginx-module-brotli package Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f0pezd + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf nginx-module-brotli-1.18.0 + /usr/bin/mkdir -p nginx-module-brotli-1.18.0 + cd nginx-module-brotli-1.18.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + tar --strip-components=1 -zxf /root/rpmbuild/SOURCES/nginx-1.18.0.tar.gz tar (child): /root/rpmbuild/SOURCES/nginx-1.18.0.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now error: Bad exit status from /var/tmp/rpm-tmp.f0pezd (%prep)

ok

./build_module.sh --force-dynamic https://github.com/google/ngx_brotli.git

#2070 duplicate nginx build_module can't build headers more or shibboleth modules Andrei Belov jonikorhonen@…
Description

Running

build_module.sh --skip-depends -y -v 1.18.0 https://github.com/openresty/headers-more-nginx-module.git

for headers more results in

===> Generating nginx-module-headersmore.deb-changelog
make[1]: Entering directory '/root/debuild/nginx-1.18.0/docs'
make[1]: *** No rule to make target '/root/debuild/nginx-1.18.0/debian/nginx-module-headersmore.deb-changelog'.  Stop.
make[1]: Leaving directory '/root/debuild/nginx-1.18.0/docs'
make: *** [Makefile:156: nginx-module-headersmore.deb-changelog] Error 2
build_module.sh: ERROR: Build failed

And same for shibboleth

build_module.sh --skip-depends -y -v 1.18.0 https://github.com/nginx-shib/nginx-http-shibboleth.git

===> Generating nginx-module-shibboleth.deb-changelog
make[1]: Entering directory '/root/debuild/nginx-1.18.0/docs'
make[1]: *** No rule to make target '/root/debuild/nginx-1.18.0/debian/nginx-module-shibboleth.deb-changelog'.  Stop.
make[1]: Leaving directory '/root/debuild/nginx-1.18.0/docs'
make: *** [Makefile:156: nginx-module-shibboleth.deb-changelog] Error 2
build_module.sh: ERROR: Build failed
1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.