From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34806: `guix build inkscape` fails Date: Sun, 10 Mar 2019 23:48:33 +0100 Message-ID: <87o96iz6pq.fsf@gnu.org> References: <87lg1mfzqo.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h37Ff-0008Gc-P1 for bug-guix@gnu.org; Sun, 10 Mar 2019 18:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h37Ff-0002Pu-2i for bug-guix@gnu.org; Sun, 10 Mar 2019 18:49:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53180) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h37Fe-0002Pa-Vw for bug-guix@gnu.org; Sun, 10 Mar 2019 18:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h37Fe-0000ui-Q3 for bug-guix@gnu.org; Sun, 10 Mar 2019 18:49:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87lg1mfzqo.fsf@fastmail.com> (Marius Bakke's message of "Sun, 10 Mar 2019 17:41:51 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: 34806-done@debbugs.gnu.org Marius Bakke skribis: > Trying to run `guix build inkscape` on current master branch yields... > > gnu/packages/gnome.scm:5687:15: error: inkscape: unbound variable > hint: Did you forget a `use-modules' form? > > What's going on here? I believe commit 45fef894eb5b39029633cd0cd907e8ce8c5ab379 fixes it. This was a top-level circular reference: gnome.scm was referencing =E2=80=98inkscape=E2=80=99 from inkscape.scm from its top-level, but inksca= pe.scm requires gnome.scm. Thanks, Ludo=E2=80=99.