[elbe-users] Missing gnupg package?

Ralf Schlatterbeck rsc at runtux.com
Tue Apr 2 15:20:49 CEST 2019


I'm trying to build a buster image for the orangepi zero.
A stretch image works fine.

If I switch to buster I'm getting the traceback below in the final stages of
the build. Note that I already tried to add

    <buildimage>
      <arch>armhf</arch>
      <pkg-list>
        <pkg>gnupg2</pkg>
      </pkg-list>
    </buildimage>

to the project section of the elbe.xml with no success.
Elbe is still 2.4+deb9+build401 (debian stable), I've not yet upgraded to 2.5.
I'm using my own repo for a pre-built kernel package.

Any idea?

Output of the build:

Build finished !

Server returned error:

OSError: [Errno 2] No such file or directory: '/var/cache/elbe/d41fbbda-56d6-4658-ad55-c9dc83610db9/validation.txt'
Project failed to generate validation.txt
Getting log.txt
...

tail of the ELBE Report:

...
running cmd +chroot /var/cache/elbe/d41fbbda-56d6-4658-ad55-c9dc83610db9/chroot apt-key add /tmp/key.pub+
------------------------------------------------------------------------------
E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
------------------------------------------------------------------------------

Command failed with errorcode 255
Build failed
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/elbepack/asyncworker.py", line 116, in execute
    skip_pbuild=self.skip_pbuilder)
  File "/usr/lib/python2.7/dist-packages/elbepack/elbeproject.py", line 245, in build
    self.buildenv.import_keys()
  File "/usr/lib/python2.7/dist-packages/elbepack/rfs.py", line 201, in import_keys
    self.log.chroot(self.rfs.path, 'apt-key add /tmp/key.pub' )
  File "/usr/lib/python2.7/dist-packages/elbepack/asciidoclog.py", line 80, in chroot
    self.do( chcmd, **args )
  File "/usr/lib/python2.7/dist-packages/elbepack/asciidoclog.py", line 72, in do
    raise CommandError(cmd, ret)
CommandError


Exception:



-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   http://www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office at runtux.com



More information about the elbe-users mailing list