From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: The new patch method and mit-krb5 Date: Wed, 30 Oct 2013 16:35:26 +0100 Message-ID: <877gcukc01.fsf@gnu.org> References: <87zjprpr1h.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbXny-0004II-AM for guix-devel@gnu.org; Wed, 30 Oct 2013 11:35:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbXns-0004PK-4a for guix-devel@gnu.org; Wed, 30 Oct 2013 11:35:34 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:31393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbXnr-0004Oz-Uq for guix-devel@gnu.org; Wed, 30 Oct 2013 11:35:28 -0400 In-Reply-To: <87zjprpr1h.fsf@netris.org> (Mark H. Weaver's message of "Tue, 29 Oct 2013 19:59:22 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > A patch is needed to allow mit-krb5 to build on MIPS N32. However, the > new method, where 'patches' is part of 'origin', does not work for > mit-krb5. > > mit-krb5 is distributed in a strange way. It's distributed as a tar > file that contains two files: a .tar.gz file with the actual source > code, and a signature for that .tar.gz file. The mit-krb5 recipe copes > with this by using a custom 'unpack' phase. The new method won=E2=80=99t work in this case. Thus, the patch has to be applied manually with (system* "patch" "-p1" "--batch" "-i" ...) in the custom =E2=80=98unpack=E2=80=99 phase. HTH, Ludo=E2=80=99.