bug#36333: Misleading hint for url-fetch

2019-06-24 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice skribis: > I just encountered the following: > > foo.scm:4:2: error: url-fetch: unbound variable > hint: Did you forget `(use-modules (guix build download))'? > > Actually importing that module, instead of (guix download), will cause > some other very hard-to-debug

bug#36333: Misleading hint for url-fetch

2019-06-22 Thread Gábor Boskovits
Hello, Tobias Geerinckx-Rice ezt írta (időpont: 2019. jún. 22., Szo, 20:24): > Guix, > > I just encountered the following: > > I've also seen that. foo.scm:4:2: error: url-fetch: unbound variable > hint: Did you forget `(use-modules (guix build download))'? > > Actually importing that modul

bug#36333: Misleading hint for url-fetch

2019-06-22 Thread Tobias Geerinckx-Rice
Guix, I just encountered the following: foo.scm:4:2: error: url-fetch: unbound variable hint: Did you forget `(use-modules (guix build download))'? Actually importing that module, instead of (guix download), will cause some other very hard-to-debug error that I can't remember but coincident