Advertisement
GreenRaccoon23

lib32-gnutls28 install error

Sep 20th, 2016
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.83 KB | None | 0 0
  1. $ yaourt -Sa lib32-gnutls28 --tmp ~/tmp
  2. ...
  3. make[4]: Leaving directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/userid'
  4. make[3]: Leaving directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/userid'
  5. make[2]: Leaving directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/userid'
  6. Making check in cert-tests
  7. make[2]: Entering directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests'
  8. make  pathlen aki template-test pem-decoding dane crq invalid-sig crl
  9. make[3]: Entering directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests'
  10. make[3]: Nothing to be done for 'pathlen'.
  11. make[3]: Nothing to be done for 'aki'.
  12. make[3]: Nothing to be done for 'template-test'.
  13. make[3]: Nothing to be done for 'pem-decoding'.
  14. make[3]: Nothing to be done for 'dane'.
  15. make[3]: Nothing to be done for 'crq'.
  16. make[3]: Nothing to be done for 'invalid-sig'.
  17. make[3]: Nothing to be done for 'crl'.
  18. make[3]: Leaving directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests'
  19. make  check-TESTS
  20. make[3]: Entering directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests'
  21. make[4]: Entering directory '/home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests'
  22. PASS: pathlen
  23. PASS: aki
  24. PASS: pem-decoding
  25. PASS: invalid-sig
  26. PASS: crq
  27. FAIL: template-test
  28. ============================================================================
  29. Testsuite summary for GnuTLS 3.3.24
  30. ============================================================================
  31. # TOTAL: 6
  32. # PASS:  5
  33. # SKIP:  0
  34. # XFAIL: 0
  35. # FAIL:  1
  36. # XPASS: 0
  37. # ERROR: 0
  38. ============================================================================
  39. See tests/cert-tests/test-suite.log
  40. Please report to bugs@gnutls.org
  41. ============================================================================
  42. ...
  43.  
  44.  
  45.  
  46. $ cat /home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests/test-suite.log
  47. ====================================================
  48.    GnuTLS 3.3.24: tests/cert-tests/test-suite.log
  49. ====================================================
  50.  
  51. # TOTAL: 6
  52. # PASS:  5
  53. # SKIP:  0
  54. # XFAIL: 0
  55. # FAIL:  1
  56. # XPASS: 0
  57. # ERROR: 0
  58.  
  59. .. contents:: :depth: 2
  60.  
  61. FAIL: template-test
  62. ===================
  63.  
  64. Test 1 failed
  65.  
  66.  
  67.  
  68. $ cat /home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests/template-test.log
  69. Test 1 failed
  70.  
  71.  
  72.  
  73. # probably unrelated, but maybe not?
  74. $ cat /home/animus/tmp/yaourt-tmp-animus/aur-lib32-gnutls28/src/gnutls-3.3.24/tests/cert-tests/invalid-sig.log
  75. error parsing CRTs: Error in the certificate.
  76. error parsing CRTs: Error in the certificate.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement