From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 3/3] gnu: Add kicad. Date: Mon, 24 Oct 2016 20:41:39 -0400 Message-ID: <20161025004139.GA28647@jasmine> References: <20161024211658.13087-1-theodoros.for@openmailbox.org> <20161024211658.13087-4-theodoros.for@openmailbox.org> <20161025003610.GA28557@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bypoJ-0000gf-UI for guix-devel@gnu.org; Mon, 24 Oct 2016 20:41:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bypoG-0001y7-RG for guix-devel@gnu.org; Mon, 24 Oct 2016 20:41:47 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40530) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bypoG-0001xp-NU for guix-devel@gnu.org; Mon, 24 Oct 2016 20:41:44 -0400 Content-Disposition: inline In-Reply-To: <20161025003610.GA28557@jasmine> 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: Theodoros Foradis Cc: guix-devel@gnu.org On Mon, Oct 24, 2016 at 08:36:10PM -0400, Leo Famulari wrote: > On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > > * gnu/packages/engineering.scm (kicad): New variable. > > + (uri (git-reference > > + (url "https://git.launchpad.net/kicad.git") > > + (commit commit))) > > It fails to download the source: > > @ build-started /gnu/store/z0771x4jjkcwd1qpak7c5z8n576mifi6-kicad-4.0-4ee344e-checkout.drv - x86_64-linux /var/log/guix/drvs/z0//771x4jjkcwd1qpak7c5z8n576mifi6-kicad-4.0-4ee344e-checkout.drv.bz2 > Cloning into '/gnu/store/dr3kdxp4x9k1s7b40h18xr9lwg320n18-kicad-4.0-4ee344e-checkout'... > fatal: could not read Username for 'https://git.launchpad.net': No such device or address If looks like the correct URL is , without the '.git' suffix. The source is downloading with that change.