unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Circular dependency with geeqie
@ 2015-09-04 19:29 Andreas Enge
  2015-09-05  9:54 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2015-09-04 19:29 UTC (permalink / raw)
  To: guix-devel

Hello,

when adding the line
  #:use-module (gnu packages geeqie)
to photo.scm and trying
   guix build libraw
I get a bunch of errors of the form
guix build: warning: failed to load '(gnu packages aarddict)':
ERROR: no binding `lcms' in module (gnu packages ghostscript)
...
guix build: warning: failed to load '(gnu packages unrtf)':
ERROR: In procedure module-lookup: Unbound variable: coreutils
guix build: error: libraw: unknown package

Probably the culprit is the
  #:use-module ((gnu packages ghostscript)
                #:select (lcms))
in geeqie.scm, as discussed previously. Should this be changed to be a
#:prefix?

Andreas

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

end of thread, other threads:[~2015-09-05 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 19:29 Circular dependency with geeqie Andreas Enge
2015-09-05  9:54 ` Ricardo Wurmus
2015-09-05 16:18   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

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

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