Package Details: guile-gcrypt 0.5.0-2

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://codeberg.org/guile-gcrypt/guile-gcrypt
Licenses: LGPL-3.0-or-later
Submitter: joehillen
Maintainer: fabi
Last Packager: fabi
Votes: 5
Popularity: 0.000854
First Submitted: 2018-09-28 19:53 (UTC)
Last Updated: 2026-03-15 15:51 (UTC)

Latest Comments

1 2 Next › Last »

simona commented on 2026-03-15 15:41 (UTC)

solved. tnx.

micwoj92 commented on 2025-03-29 12:45 (UTC)

Please use SPDX license identifier.

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?