Opened 6 years ago

Closed 6 years ago

#1516 closed defect (invalid)

Missing GPG Key

Reported by: xBloodxMoonx@… Owned by:
Priority: minor Milestone:
Component: nginx-core Version: 1.13.x
Keywords: Cc:
uname -a: Linux server.moonly-esports.de 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.11.10
built with OpenSSL 1.0.2k 26 Jan 2017
TLS SNI support enabled
configure arguments: --prefix=/usr/share --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --modules-path=/usr/share/nginx/modules --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --user=nginx --group=nginx --with-ipv6 --with-file-aio --with-http_v2_module --with-http_ssl_module --with-http_realip_module --with-http_sub_module --with-http_dav_module --with-http_gzip_static_module --with-http_stub_status_module --with-openssl=/home/builder/buildbot/nginx-1.11.10-bdeb80x64/build/nginx/work/openssl-1.0.2k --with-openssl-opt='enable-tlsext zlib no-idea no-mdc2 no-rc5 no-ssl2 no-shared -fpic' --add-dynamic-module=/usr/share/passenger/ngx_http_passenger_module

Description

I was trying to compile a nginx 1.12.2 verion with the nginx-rtmp-module 1.2.1

Everything gone well exept this part

Finished running lintian.
Now signing changes and any dsc files...
 signfile nginx_1.12.2-1~jessie.dsc Konstantin Pavlov <thresh@nginx.com>
gpg: skipped "Konstantin Pavlov <thresh@nginx.com>": secret key not available
gpg: /tmp/debsign.MfGS7TOD/nginx_1.12.2-1~jessie.dsc: clearsign failed: secret key not available
debsign: gpg error occurred!  Aborting....
debuild: fatal error at line 1295:
running debsign failed

Couldnt find the key anywhere?

Change History (1)

comment:1 by thresh, 6 years ago

Resolution: invalid
Status: newclosed

You're not supposed to sign a package with a key that does not belong to you.

If you're using dpkg-buildpackage, use a "-us -uc" CLI options.

Note: See TracTickets for help on using tickets.