From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG Date: Mon, 24 Oct 2016 20:07:24 -0400 Message-ID: <20161025000724.GA23897@jasmine> References: <87lgzaloex.fsf@netris.org> <87fupilats.fsf@gnu.org> <87oa29wctc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bypH9-0005GD-Hf for guix-devel@gnu.org; Mon, 24 Oct 2016 20:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bypH6-0001Kg-Bw for guix-devel@gnu.org; Mon, 24 Oct 2016 20:07:31 -0400 Content-Disposition: inline In-Reply-To: <87oa29wctc.fsf@gnu.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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Oct 25, 2016 at 01:24:15AM +0200, Ludovic Courtès wrote: > > Is there are reason for not using guile-rsvg and guile-cairo? Otherwise > > I think it would be preferable (they’d need to be autoloaded so that > > ‘make’ doesn’t fail when they’re missing, but that’s OK.) > > > > I found an example that Andy had posted: > > > > https://lists.gnu.org/archive/html/guix-devel/2015-08/msg00753.html > > I hacked this a little bit a pushed as > ffde82c9ecf99524220e463055f4f18c8c9e7a81. A welcome change! But I think it needs a little more time in the kitchen: $ guix pull Starting download of /tmp/guix-file.osf6YF >From http://git.savannah.gnu.org/cgit/guix.git/snapshot/master.tar.gz... ….tar.gz 980KiB/s 00:11 | 10.6MiB transferred unpacking '/gnu/store/7b9v738y69s6ngca555c0962kr530z5a-guix-latest.tar.gz'... The following derivation will be built: /gnu/store/3nl8yxfalzirgv69vyb5v98fvzkc878q-guix-latest.drv building path(s) `/gnu/store/vyq66l6l7pnrk5nh848ddfrpl33myhzc-guix-latest' copying and compiling to '/gnu/store/vyq66l6l7pnrk5nh848ddfrpl33myhzc-guix-latest'... loading... 23.2% of 538 filesrandom seed for tests: 1477353926 loading... 26.0% of 538 filesBacktrace: In ice-9/boot-9.scm: 157: 19 [catch #t # ...] In unknown file: ?: 18 [apply-smob/1 #] In ice-9/boot-9.scm: 63: 17 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 16 [eval # #] In ice-9/boot-9.scm: 2401: 15 [save-module-excursion #] 4050: 14 [#] 1724: 13 [%start-stack load-stack #] 1729: 12 [#] In unknown file: ?: 11 [primitive-load "/gnu/store/3hq5mb2nd5cc5byp3i7sc7j4l422y2q2-guix-latest-builder"] In ./guix/build/pull.scm: 57: 10 [build-guix "/gnu/store/vyq66l6l7pnrk5nh848ddfrpl33myhzc-guix-latest" ...] 123: 9 [#] In ice-9/boot-9.scm: 2864: 8 [resolve-interface (gnu build svg) #:select ...] 2789: 7 [# # ...] 3065: 6 [try-module-autoload (gnu build svg) #f] 2401: 5 [save-module-excursion #] 3085: 4 [#] In unknown file: ?: 3 [primitive-load-path "gnu/build/svg" ...] In ice-9/eval.scm: 387: 2 [eval # ()] In ice-9/boot-9.scm: 2867: 1 [resolve-interface (rsvg) #:select ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (rsvg)) #f] ERROR: In procedure scm-error: ERROR: no code for module (rsvg) builder for `/gnu/store/3nl8yxfalzirgv69vyb5v98fvzkc878q-guix-latest.drv' failed with exit code 1 guix pull: error: build failed: build of `/gnu/store/3nl8yxfalzirgv69vyb5v98fvzkc878q-guix-latest.drv' failed