<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/provoost">Sjors Provoost</a> created an issue: <a href="https://gitlab.com/gnutls/gnutls/-/issues/1261">#1261</a>
</p>
<div></div>
<p dir="auto">On Ubuntu 21 with guile-3.0 (3.0.1+1-2), when building 3.6.16 from source, the <code>./configure --with-guile-site-dir=no --prefix=/usr</code> step complains Guile is not recent enough:</p>
<pre class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">*** Detecting GNU Guile...</span>
<span id="LC2" class="line" lang="plaintext"></span>
<span id="LC3" class="line" lang="plaintext">checking whether building Guile bindings... yes</span>
<span id="LC4" class="line" lang="plaintext">***</span>
<span id="LC5" class="line" lang="plaintext">*** Detecting GNU Guile...</span>
<span id="LC6" class="line" lang="plaintext"></span>
<span id="LC7" class="line" lang="plaintext">checking for guile-snarf... /usr/bin/guile-snarf</span>
<span id="LC8" class="line" lang="plaintext">checking for guild... /usr/bin/guild</span>
<span id="LC9" class="line" lang="plaintext">configure: checking for guile 3.0</span>
<span id="LC10" class="line" lang="plaintext">configure: found guile 3.0</span>
<span id="LC11" class="line" lang="plaintext">checking for guile-3.0... /usr/bin/guile-3.0</span>
<span id="LC12" class="line" lang="plaintext">checking for Guile version >= 3.0... 3.0.1</span>
<span id="LC13" class="line" lang="plaintext">checking for guild-3.0... (cached) /usr/bin/guild</span>
<span id="LC14" class="line" lang="plaintext">checking for guile-config-3.0... no</span>
<span id="LC15" class="line" lang="plaintext">checking for Guile site directory... /usr/share/guile/site/3.0</span>
<span id="LC16" class="line" lang="plaintext">checking for Guile site-ccache directory using pkgconfig... /usr/lib/guile/3.0/site-ccache</span>
<span id="LC17" class="line" lang="plaintext">checking for Guile extensions directory... /usr/lib/guile/3.0/extensions</span>
<span id="LC18" class="line" lang="plaintext">checking for GUILE... yes</span>
<span id="LC19" class="line" lang="plaintext">checking whether GNU Guile is recent enough... no</span>
<span id="LC20" class="line" lang="plaintext">configure: WARNING: A sufficiently recent GNU Guile not found.  Guile bindings not built.</span></code></pre>
<p dir="auto">I suspect that configure should have thrown an error a bit earlier, namely at the lack of <code>guile-config-3.0</code>. That would make it more obvious that the user needs to install that (in case of Ubuntu <code>guile-3.0-dev</code>).</p>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1261">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/a1329c9658a6879230beb7d5b4c49fdc/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1261"}}</script>


</p>
</div>
</body>
</html>