From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Using a patch in a channel Date: Fri, 13 Dec 2019 14:47:42 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53656) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifmEW-0006sz-BZ for help-guix@gnu.org; Fri, 13 Dec 2019 09:47:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifmEU-0006UZ-Rb for help-guix@gnu.org; Fri, 13 Dec 2019 09:47:55 -0500 Received: from mail-ua1-x92d.google.com ([2607:f8b0:4864:20::92d]:40378) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifmEU-0006Su-8C for help-guix@gnu.org; Fri, 13 Dec 2019 09:47:54 -0500 Received: by mail-ua1-x92d.google.com with SMTP id v18so865764uaq.7 for ; Fri, 13 Dec 2019 06:47:54 -0800 (PST) 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 Hi guix! I have a problem with my channel. I have a few patches in my channel which work alright when building from the channel and when running guix package -u from the directory in which the channel lives. However i get the following when running guix package -u outside of the channel: guix package: error: lstat: No such file or directory: "./racer-ignore-tests.patch" racer-ignore-tests.patch lives in the channel directory and the following are what my patches look like in the origin record for the racer package: (patches '("./racer-ignore-tests.patch")) What am I doing wrong? Is there a good way to "find patches" in a channel? Thank you, John