<!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 style="color: #777777;">
<a href="https://gitlab.com/dueno">Daiki Ueno</a>
commented:
</p>
<div style="">
<p dir="auto">The CI is still failing because of configure prefers the value from the cache:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">Checking cache for doc-dist.Fedora-ver9...</span>
<span id="LC2" class="line" lang="plaintext">Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/12731181/doc-dist.Fedora-ver9 </span>
<span id="LC3" class="line" lang="plaintext">[...]</span>
<span id="LC4" class="line" lang="plaintext">$ GUILE=/usr/bin/guile2.2 GUILD=/usr/bin/guild2.2 guile_snarf=/usr/bin/guile-snarf2.2 CFLAGS="-std=c99 -O2 -g" dash ./configure --disable-gcc-warnings --cache-file cache/config.cache --prefix=/usr --libdir=/usr/lib64 --disable-cxx --disable-non-suiteb-curves --enable-gtk-doc --disable-maintainer-mode</span>
<span id="LC5" class="line" lang="plaintext">[...]</span>
<span id="LC6" class="line" lang="plaintext">*** Detecting GNU Guile...</span>
<span id="LC7" class="line" lang="plaintext"></span>
<span id="LC8" class="line" lang="plaintext">checking for guile-snarf... (cached) /usr/bin/guile-snarf</span>
<span id="LC9" class="line" lang="plaintext">checking for guild... (cached) /usr/bin/guild</span>
<span id="LC10" class="line" lang="plaintext">checking for pkg-config... (cached) /usr/bin/pkg-config</span>
<span id="LC11" class="line" lang="plaintext">checking pkg-config is at least version 0.9.0... yes</span>
<span id="LC12" class="line" lang="plaintext">configure: checking for guile 2.2</span>
<span id="LC13" class="line" lang="plaintext">configure: found guile 2.2</span>
<span id="LC14" class="line" lang="plaintext">checking for guile-2.2... (cached) /usr/bin/guile</span></code></pre>
<p dir="auto">I don't think this is a problem of this MR, but of the CI configuration that fetches the cache. If I explicitly override the cache with <code>ac_cv_path_VARIABLE</code> as below, <a href="https://gitlab.com/gnutls/gnutls/pipelines/81479035">it works</a>:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">  - GUILE=/usr/bin/guile2.2</span>
<span id="LC2" class="line" lang="plaintext">  - GUILD=/usr/bin/guild2.2</span>
<span id="LC3" class="line" lang="plaintext">  - guile_snarf=/usr/bin/guile-snarf2.2</span>
<span id="LC4" class="line" lang="plaintext">  - export GUILE GUILD guile_snarf</span>
<span id="LC5" class="line" lang="plaintext">  - ac_cv_path_GUILE=$GUILE</span>
<span id="LC6" class="line" lang="plaintext">  - ac_cv_path_GUILD=$GUILD</span>
<span id="LC7" class="line" lang="plaintext">  - ac_cv_path_guile_snarf=$guile_snarf</span>
<span id="LC8" class="line" lang="plaintext">  - export ac_cv_path_GUILE ac_cv_path_GUILD ac_cv_path_guile_snarf</span></code></pre>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/merge_requests/1061#note_215333838">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/2fcd080c5376b5295fbb7d56760fa381/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 Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/1061#note_215333838"}}</script>


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