From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cz2z8-0007Ei-N2 for guix-patches@gnu.org; Fri, 14 Apr 2017 11:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cz2z4-0002hR-O8 for guix-patches@gnu.org; Fri, 14 Apr 2017 11:18:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cz2z4-0002hN-K3 for guix-patches@gnu.org; Fri, 14 Apr 2017 11:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cz2z4-0003rB-EF for guix-patches@gnu.org; Fri, 14 Apr 2017 11:18:02 -0400 Subject: bug#26496: [PATCH] build: Stop building gnu/build/svg.scm. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170414101451.27664-1-m.othacehe@gmail.com> <87y3v3ffsy.fsf@gnu.org> <86mvbjf7rr.fsf@gmail.com> Date: Fri, 14 Apr 2017 17:17:06 +0200 In-Reply-To: <86mvbjf7rr.fsf@gmail.com> (Mathieu Othacehe's message of "Fri, 14 Apr 2017 15:17:28 +0200") Message-ID: <878tn3dnnx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26496-done@debbugs.gnu.org Hi! Mathieu Othacehe skribis: > The only remaining warnings are the consequence of using make-page-map > from (charting) in guix/scripts/size.scm, any thoughs ? I don=E2=80=99t think we can change that one: the idea is that this feature= is available when Guile-Charting is available, is missing otherwise. Ludo=E2=80=99.