Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-12 Thread Ludovic Courtès
Marius Bakke skribis: >>> guix/build/download.scm:383:6: In procedure tls-wrap: >>> guix/build/download.scm:383:6: X.509 certificate of 'static.nvd.nist.gov' >>> could not be verified: >>> signer-not-found >>> invalid > > That's interesting, I have a similar problem

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-11 Thread Marius Bakke
>> guix/build/download.scm:383:6: In procedure tls-wrap: >> guix/build/download.scm:383:6: X.509 certificate of 'static.nvd.nist.gov' >> could not be verified: >> signer-not-found >> invalid That's interesting, I have a similar problem after rebuilding my GuixSD system from latest git and

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-11 Thread Frederick Muriithi
I deleted my local copy of the guix repository and rebuilt it guix from source again, and somehow, this fixed the issue with the X.509 certificates. I can't really explain what was causing the issue, seeing as I'd even installed nss-certs, but it was still failing. I guess this is one way to

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-09 Thread Ludovic Courtès
Hello, Leo Famulari skribis: > On Tue, Nov 08, 2016 at 08:41:51PM +0300, Frederick Muriithi wrote: [...] >> Running "./pre-inst-env guix lint ruby-net-http-digest-auth" fails >> with the errors indicated in the attached file lint_log > >> gnu/packages/ruby.scm:4182:2:

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-09 Thread Frederick Muriithi
> There are two TLS errors (here, for GitHub, and below, for NIST). I'm > not sure but I'd guess that the linter is unable to find your > certificate store, or it lacks the GnuTLS client. How about if you try > invoking the linter in an environment where you have all of Guix's > dependencies

Re: Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-08 Thread Leo Famulari
On Tue, Nov 08, 2016 at 08:41:51PM +0300, Frederick Muriithi wrote: > I'm new to guix and was trying to contribute a new package, for the > ruby gem net-http-digest_auth > > Running "./pre-inst-env guix build ruby-net-http-digest-auth" runs > with seemingly no errors (I've attached the build

Errors Linting Package Definition for New Package ruby-net-http-digest-auth

2016-11-08 Thread Frederick Muriithi
Hi. I'm new to guix and was trying to contribute a new package, for the ruby gem net-http-digest_auth Running "./pre-inst-env guix build ruby-net-http-digest-auth" runs with seemingly no errors (I've attached the build log). Running "./pre-inst-env guix lint ruby-net-http-digest-auth" fails