guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 3/3] gnu: Add kicad.


From: Leo Famulari
Subject: Re: [PATCH v3 3/3] gnu: Add kicad.
Date: Sat, 5 Nov 2016 14:41:31 -0400
User-agent: Mutt/1.7.1 (2016-10-04)

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]