From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: no patch applies Date: Fri, 5 Aug 2016 09:59:40 +0200 Message-ID: References: <20160805034531.GA6229@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVa2i-0008DB-01 for help-guix@gnu.org; Fri, 05 Aug 2016 03:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVa2h-0004IV-6p for help-guix@gnu.org; Fri, 05 Aug 2016 03:59:44 -0400 Received: from mail-qk0-x231.google.com ([2607:f8b0:400d:c09::231]:36531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVa2h-0004IP-1p for help-guix@gnu.org; Fri, 05 Aug 2016 03:59:43 -0400 Received: by mail-qk0-x231.google.com with SMTP id v123so123475280qkh.3 for ; Fri, 05 Aug 2016 00:59:41 -0700 (PDT) In-Reply-To: <20160805034531.GA6229@jasmine> 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: Leo Famulari Cc: help-guix Hello >> I attempted to apply the patch onto a fresh Guix master and the patch does >> not apply, I don't know why When I fail to apply a patch that's often because of a wrong -p parameter. Try with "--dry-run -p0" or "--dry-run -p1" to find the good one. You can also look at file paths in the patch and deduce the right path strip level. -- Vincent Legoll