From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: bug#27621: [PATCH] gnu: inkscape: Use ungrafted poppler input. Date: Sat, 8 Jul 2017 21:08:33 +1000 Message-ID: <20170708110834.13972-1-donttrustben@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTsp1-00065f-Kc for bug-guix@gnu.org; Sat, 08 Jul 2017 12:43:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTsow-0004qA-P2 for bug-guix@gnu.org; Sat, 08 Jul 2017 12:43:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55395) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTsow-0004q4-KJ for bug-guix@gnu.org; Sat, 08 Jul 2017 12:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTsow-0000yX-AC for bug-guix@gnu.org; Sat, 08 Jul 2017 12:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTncV-0005tp-Tt for bug-guix@gnu.org; Sat, 08 Jul 2017 07:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTncR-0006HQ-TZ for bug-guix@gnu.org; Sat, 08 Jul 2017 07:09:51 -0400 Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:35465) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTncR-0006Bj-Ml for bug-guix@gnu.org; Sat, 08 Jul 2017 07:09:47 -0400 Received: by mail-pf0-x229.google.com with SMTP id c73so28495888pfk.2 for ; Sat, 08 Jul 2017 04:09:24 -0700 (PDT) Received: from localhost.localdomain ([103.25.181.216]) by smtp.googlemail.com with ESMTPSA id n19sm13138241pfa.64.2017.07.08.04.09.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Jul 2017 04:09:21 -0700 (PDT) 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: 27621@debbugs.gnu.org Currently Inkscape fails to start as the poppler shared library changes from libpoppler.so.66 to libpoppler.so.67 upon grafting. Is this the correct way to fix this issue? I'm not quite sure why poppler is grafted in the first place, given there are so few dependencies (26)? Should it simply be updated? Thanks, ben