GNU bug report logs -
#30249
'GUILE_PROGS' should get program names from 'guile-2.2.pc'
Previous Next
Full log
View this message in rfc822 format
On Fedora there is /usr/bin/guile2. When I want to configure Guix from
source I run “guix environment guix” and run “./configure”. This aborts
because the configure script finds the system’s /usr/bin/guile2 before
“guile” from the environment.
Here’s the error:
--8<---------------cut here---------------start------------->8---
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... /usr/bin/guile2
configure: error: found development files for Guile 2.2, but /usr/bin/guile2 has effective version 2.0
make: *** [Makefile:3071: config.status] Error 1
--8<---------------cut here---------------end--------------->8---
To make this work I need to move /usr/bin/guile2 away or make it
otherwise unaccessible (e.g. with “guix environment --container guix”).
Is there something we can do about this to ensure that “guix environment
guix” is sufficient to build Guix from source on Fedora?
--
Ricardo
This bug report was last modified 7 years and 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.