guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Circular dependency with geeqie


From: Ricardo Wurmus
Subject: Re: Circular dependency with geeqie
Date: Sat, 05 Sep 2015 11:54:59 +0200

Hi Andreas,

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

I noticed the same and removed the ‘#:select’ part to make it work for
me.  Why would a #:prefix be required?

~~ Ricardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]