尝试从源代码构建debian软件包,它会在源代码构建后签署软件包。 能够在我的桌面上构建软件包,但同一个软件包构建在我的VNC会话上失败,这是同一个桌面。
success on desktop:
----------
Now signing changes and any dsc files...
signfile <file1>.changes info@abc.com
gpg: key 9F54A1B3: secret key without public key - skipped
Successfully signed changes file
---------------------------
Error on VNC:
----------
Now signing changes and any dsc files...
signfile <file1>.changes info@abc.com
gpg: key 9F54A1B3: secret key without public key - skipped
gpg: problem with the agent - disabling agent use
debsign: gpg --no-tty --passphrase tigris error occurred! Aborting....
debuild: fatal error at line 1283:
running debsign failed
我是否需要向钥匙圈添加任何内容。这是gpg密钥列表
root@vdeore:/home/vdeore/ws/VCA# gpg --list-keys
/root/.gnupg/pubring.gpg
------------------------
pub 1024R/A3888BE1 2015-01-15
uid vdeore <info@abc.com>
sub 1024R/9965A356 2015-01-15
pub 1024R/EAE69D3A 2015-01-15
uid abc <info@abc.com>
sub 1024R/79C683AB 2015-01-15
尝试在VNC上生成密钥,但它没有任何区别。 有什么建议 ?感谢您的帮助,提前感谢。