From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH v3 3/3] gnu: Add kicad. Date: Mon, 07 Nov 2016 22:04:12 +0100 Message-ID: <87h97j80j7.fsf@elephly.net> 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> <20161105184131.GA11070@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3r5c-0005tW-2J for guix-devel@gnu.org; Mon, 07 Nov 2016 16:04:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3r5Z-000075-F5 for guix-devel@gnu.org; Mon, 07 Nov 2016 16:04:24 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:21384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3r5Z-0008UJ-7M for guix-devel@gnu.org; Mon, 07 Nov 2016 16:04:21 -0500 In-reply-to: <20161105184131.GA11070@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: Leo Famulari Cc: Guix-devel Leo Famulari writes: > 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? This requires a patch to libcurl, which I hope to send for the next core-updates cycle. ~~ Ricardo