Package Details: guile-gnutls 4.0.0-1

Git Clone URL: https://aur.archlinux.org/guile-gnutls.git (read-only, click to copy)
Package Base: guile-gnutls
Description: Guile bindings for the GnuTLS library
Upstream URL: https://gitlab.com/gnutls/guile
Licenses: LGPL
Submitter: lantw44
Maintainer: lantw44
Last Packager: lantw44
Votes: 1
Popularity: 0.073866
First Submitted: 2023-02-28 12:01 (UTC)
Last Updated: 2023-09-09 04:17 (UTC)

Latest Comments

will4n commented on 2024-04-15 00:45 (UTC)

I get the same "gnutls-pk-algorithm-enum RSA" test failure as @micwoj92

maybe related to the failure in rsa problems in guile-git-lib? https://aur.archlinux.org/cgit/aur.git/tree/guile-git-lib-merge-31-fix-clone-tests.patch?h=guile-git-lib

micwoj92 commented on 2024-04-06 22:48 (UTC)

1 test fails

==============================================
   Guile-GnuTLS 4.0.0: guile/test-suite.log
==============================================

# TOTAL: 22
# PASS:  21
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/list-pk-algorithms.scm
==================================

          16 (primitive-load "/build/guile-gnutls/src/guile-gnutls-4?")
In ice-9/eval.scm:
    155:9 15 (_ #(#(#<directory (gnutls build tests) 77be8d807dc0>) ?))
In ice-9/boot-9.scm:
  1747:15 14 (with-exception-handler #<procedure 77be84c37ea0 at ic?> ?)
  1752:10 13 (with-exception-handler _ _ #:unwind? _ # _)
In ice-9/eval.scm:
    619:8 12 (_ #(#(#(#<directory (guile-user) 77be8d788c80>)) (# ?)))
    259:9 11 (_ #(#(#(#<directory (guile-user) 77be8d788c80>)) (# ?)))
    159:9 10 (_ #(#(#(#<directory (guile-user) 77be8d788c80>)) (# ?)))
In ice-9/boot-9.scm:
   222:29  9 (map1 (#<gnutls-pk-algorithm-enum RSA> #<gnutls-pk-a?> ?))
   222:29  8 (map1 (#<gnutls-pk-algorithm-enum RSA-PSS> #f #<gnut?> ?))
   222:17  7 (map1 (#f #<gnutls-pk-algorithm-enum RSA> #<gnutls-p?> ?))
In unknown file:
           6 (pk-algorithm->string #f)
In ice-9/boot-9.scm:
  1685:16  5 (raise-exception _ #:continuable? _)
  1780:13  4 (_ #<&compound-exception components: (#<&assertion-fail?>)
In ice-9/eval.scm:
    619:8  3 (_ #(#(#<directory (gnutls build tests) 77be8d807dc0>) ?))
In ice-9/boot-9.scm:
    142:2  2 (dynamic-wind #<procedure 77be8d7ae6a0 at ice-9/eval.s?> ?)
In ice-9/eval.scm:
    159:9  1 (_ #(#(#<directory (gnutls build tests) 77be8d807dc0> ?)))
In unknown file:
           0 (make-stack #t)

throw to `wrong-type-arg' with args ("pk-algorithm->string" "Wrong type argument in position ~A: ~S" (1 #f) (#f)) [PID 4664]
FAIL tests/list-pk-algorithms.scm (exit status: 1)

oriba commented on 2024-01-19 22:08 (UTC)

Looks good, first test allowed https-acces via guile.

oriba commented on 2024-01-19 04:23 (UTC)

Somewhere near the end I found a warning libtool: warning: remember to run 'libtool --finish /usr/lib/guile/3.0/extensions' but did not see that libtool was called below that.

And I also then got these here: strip: Unable to recognise the format of the input file./usr/lib/guile/3.0/site-ccache/gnutls.go' strip: Unable to recognise the format of the input file ./usr/lib/guile/3.0/site-ccache/gnutls/extra.go' In the end the package can be created, but it does look problematic somehow.