Skip to content

Instantly share code, notes, and snippets.

@vovayartsev
Created March 28, 2015 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovayartsev/a466aa82320b84f32b13 to your computer and use it in GitHub Desktop.
Save vovayartsev/a466aa82320b84f32b13 to your computer and use it in GitHub Desktop.
Making check in src
make[1]: Entering directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/src'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/src'
Making check in tests
make[1]: Entering directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests'
Making check in gpg
make[2]: Entering directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests/gpg'
make check-TESTS check-local
make[3]: Entering directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests/gpg'
gpg-agent not installed and thus not started
PASS: initial.test
t-encrypt.c:60: GPGME: Inappropriate ioctl for device
FAIL: t-encrypt
t-encrypt-sym.c:67: GPGME: Inappropriate ioctl for device
FAIL: t-encrypt-sym
t-encrypt-sign.c:116: GPGME: Inappropriate ioctl for device
FAIL: t-encrypt-sign
t-sign.c:124: GPGME: Inappropriate ioctl for device
FAIL: t-sign
t-signers.c:119: GPGME: Inappropriate ioctl for device
FAIL: t-signers
t-decrypt.c:65: GPGME: Inappropriate ioctl for device
FAIL: t-decrypt
t-verify.c:223: GPGME: Inappropriate ioctl for device
FAIL: t-verify
t-decrypt-verify.c:123: GPGME: Inappropriate ioctl for device
FAIL: t-decrypt-verify
t-sig-notation.c:149: GPGME: Inappropriate ioctl for device
FAIL: t-sig-notation
t-export.c:57: GPGME: Inappropriate ioctl for device
FAIL: t-export
t-import.c:229: GPGME: Inappropriate ioctl for device
FAIL: t-import
t-trustlist.c:50: GPGME: Inappropriate ioctl for device
FAIL: t-trustlist
t-edit.c:135: GPGME: Inappropriate ioctl for device
FAIL: t-edit
t-keylist.c:141: GPGME: Inappropriate ioctl for device
FAIL: t-keylist
t-keylist-sig.c:95: GPGME: Inappropriate ioctl for device
FAIL: t-keylist-sig
t-wait.c:59: GPGME: Inappropriate ioctl for device
FAIL: t-wait
t-encrypt-large.c:120: GPGME: Inappropriate ioctl for device
FAIL: t-encrypt-large
t-file-name.c:70: GPGME: Inappropriate ioctl for device
FAIL: t-file-name
PASS: t-gpgconf
t-eventloop.c:201: GPGME: Inappropriate ioctl for device
FAIL: t-eventloop
t-thread1.c:124: GPGME: Inappropriate ioctl for device
FAIL: t-thread1
gpg-agent not installed and thus not started
PASS: final.test
======================================
20 of 23 tests failed
Please report to http://bugs.gnupg.org
======================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests/gpg'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests/gpg'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/app/tmpdir/gems/gpgme-2.0.8/ext/gpgme/tmp/x86_64-linux-gnu/ports/gpgme/1.5.3/gpgme-1.5.3/tests'
make: *** [check-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment