From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?55m944GE54aK?= Subject: Re: GRUB theming - background Date: Thu, 9 Apr 2020 15:08:21 +0000 (UTC) Message-ID: References: <45d15522-a4e8-4d20-8cb7-5d33687a413b@localhost> <87imibp551.fsf@nckx> <87ftdfp0k0.fsf@nckx> <6fa7cc43-6136-4611-8d05-9fa046e5f186@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46577) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMYnE-0006KV-MP for help-guix@gnu.org; Thu, 09 Apr 2020 11:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMYn5-0000pn-Gq for help-guix@gnu.org; Thu, 09 Apr 2020 11:08:36 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:38276) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jMYn5-0000pN-Dg for help-guix@gnu.org; Thu, 09 Apr 2020 11:08:27 -0400 Received: from 37-48-21-184.nat.epc.tmcz.cz ([37.48.21.184] helo=[127.0.0.1]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1jMYn4-0006IJ-7J for help-guix@gnu.org; Thu, 09 Apr 2020 11:08:26 -0400 In-Reply-To: <6fa7cc43-6136-4611-8d05-9fa046e5f186@localhost> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: GNU Guix help Apr 7, 2020 22:07:13 =E7=99=BD=E3=81=84=E7=86=8A : > ERROR: In procedure rsvg-handle-new-from-file: > Throw to key `rsvg-error' with args `("rsvg-handle-new-from-file" "" () (= ))'. Tobias, I've inspected the error and done some digging - I've tried to reco= nfigure using a PNG file just to be safe - it's all the same. Anyhow, based on my latest fail log, I get: =3D=3D=3D Backtrace: 2 (primitive-load "/gnu/store/a85xz515j3dak1w89nz1gndnd19?") In gnu/build/svg.scm: 46:4 1 (svg->png "/gnu/store/zbrpy072h2bw66d2qpczz9ki26vb9saj?" ?) In unknown file: 0 (rsvg-handle-new-from-file "/gnu/store/zbrpy072h2bw66d2?") ERROR: In procedure rsvg-handle-new-from-file: Throw to key `rsvg-error' with args `("rsvg-handle-new-from-file" "" () ())= '. =3D=3D=3D So, inspecting the above, I see: ~ $ ls -l /gnu/store/zbrpy072h2bw66d2* -r--r--r-- 2 root root 418689 1970-01-01 1970 /gnu/store/zbrpy072h2bw66d2qp= czz9ki26vb9saj-gnu-grub.png ~ $ ls -l /gnu/store/a85xz515j3dak1w89nz1gndnd19* -r--r--r-- 2 root root 160 1970-01-01 1970 /gnu/store/a85xz515j3dak1w89nz1g= ndnd1989mj7-grub-image.png-builder ~ $ cat /gnu/store/a85xz515j3dak1w89nz1gndnd1989mj7-grub-image.png-builder (begin (use-modules (gnu build svg)) (svg->png "/gnu/store/zbrpy072h2bw66d2= qpczz9ki26vb9saj-gnu-grub.png" ((@ (guile) getenv) "out") #:width 1024 #:he= ight 768)) The image is the converted image, I checked. So, why the rsvg-error here? Why is it failing? --=20 Best regards / =E5=AE=9C=E3=81=97=E3=81=8F=E5=BE=A1=E9=A1=98=E3=81=84=E8=87= =B4=E3=81=97=E3=81=BE=E3=81=99 / S pozdravem / C =D1=83=D0=B2=D0=B0=D0=B6= =D0=B5=D0=BD=D0=B8=D0=B5=D0=BC / Z powa=C5=BCaniem / Mit freundlichen Gr=C3=BC=C3=9Fen =E7=99=BD=E3=81=84=E7=86=8A