From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: Inkscape libpoppler error Date: Sun, 09 Jul 2017 12:04:00 -0300 Message-ID: <66e3025d0b590003810dabe4889d3880@d4n1.org> References: <87tw2mr2kf.fsf@openmailbox.org> <87podar1fn.fsf@openmailbox.org> <874lum9wpk.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUDkm-0001MB-5J for guix-devel@gnu.org; Sun, 09 Jul 2017 11:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUDkj-0005oY-1Q for guix-devel@gnu.org; Sun, 09 Jul 2017 11:04:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38652) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUDki-0005mt-Rv for guix-devel@gnu.org; Sun, 09 Jul 2017 11:04:04 -0400 In-Reply-To: <874lum9wpk.fsf@netris.org> 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" To: Mark H Weaver Cc: guix-devel@gnu.org Thanks Guixs :) --- Daniel Pimentel (d4n1) On 2017-07-08 23:21, Mark H Weaver wrote: > Kei Kebreau writes: > >> Kei Kebreau writes: >> >>> Daniel Pimentel writes: >>> >>>> Hi guixs, >>>> >>>> today I updated my GuixSD but my Inkscape not start :( >>>> >>>> I installed poppler and I reinstaled inkscape too. In my >>>> ~/.guix-profile there isn't libpoppler.so.66 but in my system there: >>>> /gnu/store/mpq4v7hgg02gl0bkjjq8612rm3sira5s-poppler-0.52.0/lib/libpoppler.so.66 >>>> /gnu/store/c31lmp5smk9snfyb8rf7mmzrdv15aps8-poppler-0.52.0/lib/libpoppler.so.66 >>>> /gnu/store/8c0bj7imclym7rmf1pa3cgf2xg1qbv25-poppler-0.52.0/lib/libpoppler.so.66 >>>> >>>> Error output: >>>> inkscape: error while loading shared libraries: libpoppler.so.66: >>>> cannot open shared object file: No such file or directory >>> >>> Hi Daniel, >>> >>> I just checked the inkscape package on my computer and I got the same >>> error. I'm looking into the problem now. Sorry for the inconvenience. >> >> I've found the source of the issue and I'm seeing about fixing it. In >> the meantime, you can reinstall inkscape using the following command: >> >> guix package -i inkscape --no-grafts > > For the details about what's going on here, see: > > https://bugs.gnu.org/27621 > > Please email further comments about this issue to: > 27621@debbugs.gnu.org > > Thanks! > Mark