From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: patched packages Date: Tue, 4 Apr 2017 18:07:37 +0000 Message-ID: <20170404180737.24w3lt7us4orbxwq@abyayala> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvSrs-0007tm-Ix for help-guix@gnu.org; Tue, 04 Apr 2017 14:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvSro-0003AC-Jr for help-guix@gnu.org; Tue, 04 Apr 2017 14:07:48 -0400 Received: from fragranza.investici.org ([2a00:1dc0:2479::19]:44584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvSro-00039Y-9O for help-guix@gnu.org; Tue, 04 Apr 2017 14:07:44 -0400 Content-Disposition: inline In-Reply-To: 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: Catonano Cc: help-guix Catonano transcribed 2.4K bytes: > I put some patches in gnu/packages/patches, I listed them in Makefile.in You have to list patches in "gnu/local.mk" which is used by the top Makefile. Not very clear at first, I know. Is this patch in a commit upstream, or is it something which could be done with the (substitute) procedure (is that the correct term?)? > 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