From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: Re: Building from a local source code checkout Date: Wed, 20 Dec 2017 23:41:10 +1100 Message-ID: References: <87tvwm1vxa.fsf@gnu.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]:38758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRdga-0006CD-T4 for guix-devel@gnu.org; Wed, 20 Dec 2017 07:41:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRdgW-0002Fv-Lh for guix-devel@gnu.org; Wed, 20 Dec 2017 07:41:23 -0500 Received: from mail-pl0-x22f.google.com ([2607:f8b0:400e:c01::22f]:43879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRdgW-00028n-Cs for guix-devel@gnu.org; Wed, 20 Dec 2017 07:41:20 -0500 Received: by mail-pl0-x22f.google.com with SMTP id z5so8927652plo.10 for ; Wed, 20 Dec 2017 04:41:19 -0800 (PST) In-Reply-To: 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" To: Konrad Hinsen Cc: guix-devel@gnu.org On 20 December 2017 9:19:00 pm AEDT, Konrad Hinsen wrote: > > guix build python-activepapers=20 >--with-source=3D~/Development/python-activepaper >guix build: error: lstat: No such file or directory:=20 >"~/Development/python-activepapers" I found earlier today that the tilde wasn't expanded in guix package --man= ifest=2E Maybe it's the same for --with-source=2E Try putting your home dir= ectory in as an absolute path=2E