unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* core-updates unbound variable
@ 2019-10-20 20:13 Rene
  2019-10-23 18:13 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Rene @ 2019-10-20 20:13 UTC (permalink / raw)
  To: help-guix


Hello Guix,

after bootstrap, configure, in make command I've the message about
unbound variable.

I tried to fix without luck.


branch: core-updates
commit: 4d14902b9402a83db444d8d6818d0a4f438ce8c4
platform: Debian/Hurd
guile (GNU Guile) 2.2.0

--8<---------------cut here---------------start------------->8---
[ 49%] LOAD     gnu/tests/docker.scm
random seed for tests: 1571639870
[ 49%] LOAD     gnu/tests/guix.scm
[ 49%] LOAD     gnu/tests/monitoring.scm
[ 49%] LOAD     gnu/tests/nfs.scm
[ 49%] LOAD     gnu/tests/install.scm
ice-9/eval.scm:293:34: ice-9/eval.scm:293:34: error: repository-working-directory: unbound variable
hint: Did you forget `(use-modules (git repository))'?


Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
Makefile:5577: recipe for target 'make-go' failed
make[2]: *** [make-go] Error 1
make[2]: Leaving directory '/home/jin/guix'
Makefile:4698: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jin/guix'
Makefile:3195: recipe for target 'all' failed
make: *** [all] Error 2
--8<---------------cut here---------------end--------------->8---


-- 

Rene

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

* Re: core-updates unbound variable
  2019-10-20 20:13 core-updates unbound variable Rene
@ 2019-10-23 18:13 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-10-23 18:13 UTC (permalink / raw)
  To: Rene, help-guix

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

Hello Rene,

Rene <ikhuuma@gmail.com> writes:

> ice-9/eval.scm:293:34: ice-9/eval.scm:293:34: error: repository-working-directory: unbound variable
> hint: Did you forget `(use-modules (git repository))'?

This means your installed version of Guile-Git is too old: you need
version 0.2 or later.

Typically `guix environment guix` takes care of that, provided you ran
'guix pull' in the last 10 months.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2019-10-23 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-20 20:13 core-updates unbound variable Rene
2019-10-23 18:13 ` Marius Bakke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).