[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem building debian meta-package under Ubuntu-MATE 18.04 LTS



Hi,

We are trying to create a meta-package for a sub-set of "med-bio" in the Debian-Med blend, but get errors caused by missing keys:

Added keys:

ajt@beluga:~/src/bio-linux/bio-linux$ gpg --keyserver keyserver.ubuntu.com --recv-key 7638D0442B90D010
gpg: key 7638D0442B90D010: 13 signatures not checked due to missing keys
gpg: key 7638D0442B90D010: "Debian Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
ajt@beluga:~/src/bio-linux/bio-linux$ gpg --keyserver keyserver.ubuntu.com --recv-key 04EE7237B7D453EC
gpg: key E0B11894F66AEC98: 11 signatures not checked due to missing keys
gpg: key E0B11894F66AEC98: "Debian Archive Automatic Signing Key (9/stretch) <ftpmaster@debian.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

Exported keys:

ajt@beluga:~/src/bio-linux/bio-linux$ gpg -a --export 7638D0442B90D010 | sudo apt-key add -
OK
ajt@beluga:~/src/bio-linux/bio-linux$ gpg -a --export 04EE7237B7D453EC | sudo apt-key add -
OK
Failed to make:

ajt@beluga:~/src/bio-linux/bio-linux$ make dist |& tee make.log
rm -f bio-linux-tasks.desc debian/control
make -f debian/rules get-orig-source
make[1]: Entering directory '/home/ajt/src/bio-linux/bio-linux'
make -f /usr/share/blends-dev/Makefile bio-linux-tasks.desc
make[2]: Entering directory '/home/ajt/src/bio-linux/bio-linux'
/usr/share/blends-dev/blend-gen-control  -r "unstable" -S -t
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 544, in update
    pulse_interval)
apt_pkg.Error: W:GPG error: http://ftp.debian.org/debian unstable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 NO_PUBKEY 04EE7237B7D453EC, E:The repository 'http://ftp.debian.org/debian unstable InRelease' is not signed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/blends-dev/blend-gen-control", line 93, in <module>
    blend += aptcache(args.release, [args.dir, '/etc/blends'])
  File "/usr/lib/python3/dist-packages/blends.py", line 722, in aptcache
    cache.update()
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 546, in update
    raise FetchFailedException(e)
apt.cache.FetchFailedException: W:GPG error: http://ftp.debian.org/debian unstable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 NO_PUBKEY 04EE7237B7D453EC, E:The repository 'http://ftp.debian.org/debian unstable InRelease' is not signed.
/usr/share/blends-dev/Makefile:63: recipe for target 'bio-linux-tasks.desc' failed
make[2]: *** [bio-linux-tasks.desc] Error 1
make[2]: Leaving directory '/home/ajt/src/bio-linux/bio-linux'
/usr/share/blends-dev/rules:30: recipe for target 'bio-linux-tasks.desc' failed
make[1]: *** [bio-linux-tasks.desc] Error 2
make[1]: Leaving directory '/home/ajt/src/bio-linux/bio-linux'
/usr/share/blends-dev/Makefile:123: recipe for target 'dist' failed
make: *** [dist] Error 2

Any idea what is wrong?

Thanks,

  Tony.

--
Minke Informatics Limited, Registered in Scotland - Company No. SC419028
Registered Office: 3 Donview, Bridge of Alford, AB33 8QJ, Scotland (UK)
tel. +44(0)19755 63548                    http://minke-informatics.co.uk
mob. +44(0)7985 078324        mailto:tony.travis@minke-informatics.co.uk


Reply to: