Bug 196898 - [arm] security/gpgme build hangs indefinitely while running tests
Summary: [arm] security/gpgme build hangs indefinitely while running tests
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm Any
: --- Affects Only Me
Assignee: Sean Bruno
URL: http://chips.ysv.freebsd.org/data/11a...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-19 16:36 UTC by Sean Bruno
Modified: 2017-03-12 22:12 UTC (History)
2 users (show)

See Also:
jhale: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Bruno freebsd_committer freebsd_triage 2015-01-19 16:36:37 UTC
Probable qemu emulation issue during the build where gpg attempts to run some basic demo/tests.  I end up having to abort this build.  I suspect this works just fine on real hardware.

echo no-force-v3-sigs > ./gpg.conf
echo pinentry-program /wrkdirs/usr/ports/security/gpgme/work/gpgme-1.5.1/tests/gpg/pinentry > ./gpg-agent.conf
gpg --no-permission-warning \
                --import ./pubdemo.asc
gpg: Warning: using insecure memory!
gpg: keybox '/wrkdirs/usr/ports/security/gpgme/work/gpgme-1.5.1/tests/gpg/pubring.kbx' created
gpg: /wrkdirs/usr/ports/security/gpgme/work/gpgme-1.5.1/tests/gpg/trustdb.gpg: trustdb created
gpg: key 68697734: public key "Alfa Test (demo key) <alfa@example.net>" imported
Terminated
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-19 16:36:37 UTC
Auto-assigned to maintainer jhale@FreeBSD.org
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2017-03-12 22:12:48 UTC
This bug is over 2 years old and for an ancient version of gpgme. Latest version doesn't run these particular tests by default anymore. So while there may still be a problem with qemu and the tests, the port should be working out of the box with default options. I'm closing this because it seems irrelevant at this point.