[gnutls-devel] GnuTLS | Confusing error when guile-3.0-dev is absent (Ubuntu) (#1261)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Wed Aug 18 09:36:22 CEST 2021




Daiki Ueno commented:


Thank you for the report. Since the new Guile package detection macro (`GUILE_PKG`) only relies on `guile-config-*` for older versions, I think the lack of `guile-config-3.0` shouldn't matter.

However, this indicates that `guile-3.0` pkgconfig file (which should be part of `guile-3.0-dev`) already exists on the system:
```console
configure: checking for guile 3.0
configure: found guile 3.0
```
What do you see if you do (without `guile-3.0-dev`):
```console
pkg-config --exists guile-3.0; echo $?
```
?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1261#note_653661955
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20210818/53b3246a/attachment.html>


More information about the Gnutls-devel mailing list