[gnutls-devel] GnuTLS | maint: Include Guile's M4 macros. (!1061)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Sep 11 10:30:01 CEST 2019




Daiki Ueno commented:


The CI is still failing because of configure prefers the value from the cache:
```
Checking cache for doc-dist.Fedora-ver9...
Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/12731181/doc-dist.Fedora-ver9 
[...]
$ 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
[...]
*** Detecting GNU Guile...

checking for guile-snarf... (cached) /usr/bin/guile-snarf
checking for guild... (cached) /usr/bin/guild
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: found guile 2.2
checking for guile-2.2... (cached) /usr/bin/guile
```
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 `ac_cv_path_VARIABLE` as below, [it works](https://gitlab.com/gnutls/gnutls/pipelines/81479035):
```
  - GUILE=/usr/bin/guile2.2
  - GUILD=/usr/bin/guild2.2
  - guile_snarf=/usr/bin/guile-snarf2.2
  - export GUILE GUILD guile_snarf
  - ac_cv_path_GUILE=$GUILE
  - ac_cv_path_GUILD=$GUILD
  - ac_cv_path_guile_snarf=$guile_snarf
  - export ac_cv_path_GUILE ac_cv_path_GUILD ac_cv_path_guile_snarf
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/1061#note_215333838
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/20190911/f8a1cc00/attachment-0001.html>


More information about the Gnutls-devel mailing list