Package Details: guile-gcrypt 0.4.0-1

Git Clone URL: https://aur.archlinux.org/guile-gcrypt.git (read-only, click to copy)
Package Base: guile-gcrypt
Description: Guile bindings for libgcrypt
Upstream URL: https://notabug.org/cwebber/guile-gcrypt
Licenses: GPL3
Submitter: joehillen
Maintainer: lantw44
Last Packager: lantw44
Votes: 4
Popularity: 0.000000
First Submitted: 2018-09-28 19:53 (UTC)
Last Updated: 2023-02-28 11:59 (UTC)

Latest Comments

1 2 Next › Last »

lantw44 commented on 2022-10-29 17:38 (UTC)

It builds fine with Guile 2.2.7 here:

configure: checking for guile 3.0
configure: checking for guile 2.2
configure: found guile 2.2
checking for guile-2.2... no
checking for guile2.2... no
checking for guile-2... no
checking for guile2... no
checking for guile... /usr/bin/guile
checking for Guile version >= 2.2... 2.2.7
checking for guild... /usr/bin/guild
checking for guile-config... /usr/bin/guile-config
checking for libgcrypt-config... /usr/bin/libgcrypt-config
checking libgcrypt's library directory... fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F

checking for libgcrypt shared library name... libgcrypt
checking whether libgcrypt can be dynamically loaded... yes
checking that generated files are newer than configure... done

missingSleepDeps commented on 2022-10-13 00:59 (UTC)

Or do guile versions < 3 not work?

missingSleepDeps commented on 2022-10-13 00:56 (UTC)

Having the same problem as Kirtai, who is probably using Manjaro as well...

lantw44 commented on 2022-09-25 16:39 (UTC)

It looks like the configure script couldn't properly find the Guile installation on your system. Can you provide more logs? What is the version of Guile you used to build the package?

Kirtai commented on 2022-09-15 20:51 (UTC) (edited on 2022-09-15 20:51 (UTC) by Kirtai)

checking for libgcrypt shared library name... libgcrypt
checking whether libgcrypt can be dynamically loaded... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gcrypt/package-config.scm
config.status: creating pre-inst-env
Updating ./version.texi
  MAKEINFO guile-gcrypt.info
  GEN      gcrypt/base16.go
./pre-inst-env: line 36: exec: compile: not found
make: *** [Makefile:1424: gcrypt/base16.go] Error 127
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: guile-gcrypt

Fails to build

simona commented on 2021-02-26 09:59 (UTC)

make: *** [Makefile:1426: gcrypt/hash.go] Errore 1

tleydxdy commented on 2021-02-26 08:03 (UTC)

that worked, thanks!

lantw44 commented on 2021-02-14 17:34 (UTC)

Does it build if you remove the older version first?

tleydxdy commented on 2021-02-12 02:18 (UTC)

yep build fails

ice-9/boot-9.scm:752:25: ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
Syntax error:
gcrypt/hash.scm:83:0: source expression failed to match any pattern in form (define-enumerate-type hash-algorithm lookup-hash-algorithm hash-algorithm-name (md5 1) (sha1 2) (rmd160 3) (tiger 6) (haval 7) (sha256 8) (sha384 9) (sha512 10) (sha224 11) (md4 301) (crc32 302) (crc32-rfc1510 303) (crc24-rfc2440 304) (whirlpool 305) (tiger1 306) (tiger2 307) (gostr3411-94 308) (stribog256 309) (stribog512 310) (gostr3411-cp 311) (sha3-224 312) (sha3-256 313) (sha3-384 314) (sha3-512 315) (blake2b-512 318) (blake2b-384 319) (blake2b-256 320) (blake2b-160 321) (blake2s-256 322) (blake2s-224 323) (blake2s-160 324) (blake2s-128 325))
In procedure dispatch-exception:
Syntax error:
gcrypt/mac.scm:66:0: source expression failed to match any pattern in form (define-enumerate-type mac-algorithm lookup-mac-algorithm mac-algorithm-name (hmac-sha256 101) (hmac-sha224 102) (hmac-sha512 103) (hmac-sha384 104) (hmac-sha1 105) (hmac-md5 106) (hmac-md4 107) (hmac-rmd160 108) (hmac-tiger1 109) (hmac-whirlpool 110) (hmac-gostr3411-94 111) (hmac-stribog256 112) (hmac-stribog512 113) (hmac-sha3-224 115) (hmac-sha3-256 116) (hmac-sha3-384 117) (hmac-sha3-512 118) (cmac-aes 201) (cmac-3des 202) (cmac-camellia 203) (cmac-cast5 204) (cmac-blowfish 205) (cmac-twofish 206) (cmac-serpent 207) (cmac-seed 208) (cmac-rfc2268 209) (cmac-idea 210) (cmac-gost28147 211) (gmac-aes 401) (gmac-camellia 402) (gmac-twofish 403) (gmac-serpent 404) (gmac-seed 405) (poly1305 501) (poly1305-aes 502) (poly1305-camellia 503) (poly1305-twofish 504) (poly1305-serpent 505) (poly1305-seed 506))
make: *** [Makefile:1426: gcrypt/hash.go] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:1426: gcrypt/mac.go] Error 1
wrote `gcrypt/package-config.go'
wrote `gcrypt/hmac.go'
wrote `gcrypt/base16.go'
wrote `gcrypt/internal.go'
wrote `gcrypt/base64.go'
wrote `gcrypt/common.go'
==> ERROR: A failure occurred in build().
    Aborting...
error making: guile-gcrypt

haawda commented on 2021-02-08 00:12 (UTC)

Please let the PKGBUILD download a tarball with the packagename in its name.

source=("$pkgname-$pkgver.tar.gz::...)