From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18927: gdk-pixbuf module cache of librsvg is empty Date: Tue, 04 Nov 2014 21:25:46 +0100 Message-ID: <871tpiaf1x.fsf@gnu.org> References: <87vbmxlbw3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlkg6-00009f-DU for bug-guix@gnu.org; Tue, 04 Nov 2014 15:26:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xlkfy-0004Io-Tx for bug-guix@gnu.org; Tue, 04 Nov 2014 15:26:10 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:52034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlkfy-0004Ij-Qs for bug-guix@gnu.org; Tue, 04 Nov 2014 15:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xlkfy-0004DD-JS for bug-guix@gnu.org; Tue, 04 Nov 2014 15:26:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87vbmxlbw3.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 02 Nov 2014 19:01:48 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18927-done@debbugs.gnu.org Cc: Federico Beffa > librsvg provides a cache file for gdk-pixbuf modules: > > /gnu/store/...librsvg-2.40.2/lib/gdk-pixbuf-2.0/2.0.10/loaders.cache > > However, the cache does not include the SVG module created by librsvg > itself. The full cache should be generated with: > > /gnu/store/...-gdk-pixbuf-2.28.2/bin/gdk-pixbuf-query-loaders \ > /gnu/store/...-librsvg-2.40.2/lib/gdk-pixbuf-2.0/2.0.10/loaders/libpixbuf= loader-svg.so > \ > /gnu/store/...-gdk-pixbuf-2.28.2/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpix= bufloader-*.so Fixed by Federico in cd14b5e. Closing the bug. Ludo=E2=80=99.