From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Circular dependency with geeqie Date: Fri, 4 Sep 2015 21:29:02 +0200 Message-ID: <20150904192902.GA2608@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXwfj-0004Zy-Ah for guix-devel@gnu.org; Fri, 04 Sep 2015 15:29:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXwff-00063O-BQ for guix-devel@gnu.org; Fri, 04 Sep 2015 15:29:15 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:60404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXwff-00062r-3T for guix-devel@gnu.org; Fri, 04 Sep 2015 15:29:11 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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