From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: patched packages Date: Tue, 4 Apr 2017 18:23:47 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403045f4d085211ec054c59b321 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvRFG-0001JV-Tg for help-guix@gnu.org; Tue, 04 Apr 2017 12:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvRFF-00041P-Mn for help-guix@gnu.org; Tue, 04 Apr 2017 12:23:50 -0400 Received: from mail-wr0-x22d.google.com ([2a00:1450:400c:c0c::22d]:34524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvRFF-00040p-G6 for help-guix@gnu.org; Tue, 04 Apr 2017 12:23:49 -0400 Received: by mail-wr0-x22d.google.com with SMTP id t20so14891274wra.1 for ; Tue, 04 Apr 2017 09:23:49 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix --f403045f4d085211ec054c59b321 Content-Type: text/plain; charset=UTF-8 I put some patches in gnu/packages/patches, I listed them in Makefile.in and tried to make guix I get this error GUILEC gnu/packages/python.go make[2]: *** Nessuna regola per generare l'obiettivo "gnu/packages/patches/python-genshi-0.7-disable-speedups-for-python34", necessario per "all-am". Arresto. which means: No rule for generating the target "gnu/packages/patches/python-genshi-0.7-disable-speedups-for-python34" which is required by "all-am" Genshi needs to be patched, in order to work. As you can see here https://apps.fedoraproject.org/packages/python3-genshi The last release doesn't compile with python > 3.3, one test fails and other small things. I noticed that the Genshi in Fedora is patched to fix exactly those things. The patches that I put in gnu/packages/patches are from the Fedora rpm How do I correctly patch Genshi ? Thanks in advance --f403045f4d085211ec054c59b321 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I put some patches in gnu/packages/patches, I li= sted them in Makefile.in and tried to make guix

I get thi= s error

=C2=A0 GUILEC=C2=A0=C2=A0 gnu/packages/python.go<= br>make[2]: ***=C2=A0 Nessuna regola per generare l'obiettivo=20 "gnu/packages/patches/python-genshi-0.7-disable-speedups-for-python34&= quot;,=20 necessario per "all-am".=C2=A0 Arresto.

which m= eans:

No rule for generating the target "gnu/package= s/patches/python-genshi-0.7-disable-speedups-for-python34"
wh= ich is required by "all-am"

Genshi needs to be patched, in= order to work.

As you can see here
The last release do= esn't compile with python > 3.3, one test fails and other small thin= gs.

I noticed that the Genshi in Fedora is patched to fix= exactly those things.

The patches that I put in gnu/pack= ages/patches are from the Fedora rpm

How do I corre= ctly patch Genshi ?

Thanks in advance
--f403045f4d085211ec054c59b321--