From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH v3 3/3] gnu: Add kicad. Date: Sat, 5 Nov 2016 14:41:31 -0400 Message-ID: <20161105184131.GA11070@jasmine> References: <20161025160907.30181-1-theodoros.for@openmailbox.org> <20161025170001.2717-1-theodoros.for@openmailbox.org> <20161025170001.2717-4-theodoros.for@openmailbox.org> <20161030001838.GB15871@jasmine> <87zilhsxbq.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c35uK-0008BB-9A for guix-devel@gnu.org; Sat, 05 Nov 2016 14:41:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c35uH-0002Ms-7Z for guix-devel@gnu.org; Sat, 05 Nov 2016 14:41:36 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:43261) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c35uH-0002MX-3W for guix-devel@gnu.org; Sat, 05 Nov 2016 14:41:33 -0400 Content-Disposition: inline In-Reply-To: <87zilhsxbq.fsf@openmailbox.org> 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 On Wed, Nov 02, 2016 at 05:42:01PM +0200, Theodoros Foradis wrote: > Right. Is it normal that the url is not checked again, after having the > source in store? Yes, Guix finds the file named by the source hash in /gnu/store and so it doesn't try downloading it. You can check for this mistake with `guix build foo -S --check --no-substitutes`. > >> + "-DBUILD_GITHUB_PLUGIN=OFF") > > > > I would try building with this on. Does it require some unpackaged > > dependencies? > > It builds with this on, without extra dependencies, but the plugin > doesn't work due to CA certificates errors: > > Reason: 'IO_ERROR: curl_easy_perform()=60: Peer certificate cannot be > authenticated with given CA certificates from kicad_curl_easy.cpp : > Perform() line:92' > > I tried setting the SSL_CERT_FILE environment variable, but still > doesn't work. I've had trouble with other packages that use curl not being able to find the CA certificates. Let's mark this as TODO :) Can you send an updated patch series addressing the most recent (and I hope final) round of comments?