all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* binary installation script on fedora
@ 2018-02-11 11:39 Catonano
  2018-02-11 13:41 ` Ricardo Wurmus
  0 siblings, 1 reply; 6+ messages in thread
From: Catonano @ 2018-02-11 11:39 UTC (permalink / raw)
  To: help-guix

[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]

I installed Guix with Sharlatan's and Rekado's  script on my Fedora desktop

When I try to build a checked out Guix, whithin an environment, I get

...
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


within the same environment, I do

[catonano@localhost guix] $ which guile
/gnu/store/d51zyb0z0vzij0kxy2k01fab483z80v6-profile/bin/guile
[catonano@localhost guix] $ guile --version
guile (GNU Guile) 2.2.2
Copyright (C) 2017 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


so why doesn' t this guile get found ?

You may have noticed that the prompt is not preceded by "(env)" as it
happens on GuixSD

but when in the env, things form the env get found and if I do "exit" a new
prompt gets returned and the things from the env are gone, like this

[catonano@localhost guix] $ exit
exit
[catonano@localhost guix] $ which guile
/usr/bin/guile
[catonano@localhost guix] $ guile --version
guile (GNU Guile) 2.0.14
Copyright (C) 2016 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

[-- Attachment #2: Type: text/html, Size: 1932 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-17 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-11 11:39 binary installation script on fedora Catonano
2018-02-11 13:41 ` Ricardo Wurmus
2018-02-12 10:11   ` Catonano
2018-02-12 10:33     ` Ricardo Wurmus
2018-02-17 19:37     ` Oleg Pykhalov
2018-02-17 21:12       ` Catonano

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.