unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Error]: Newer than Compiled on a fresh install
@ 2018-12-30 22:01 rohit yadav
  2018-12-31 12:32 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: rohit yadav @ 2018-12-30 22:01 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1681 bytes --]

Hi,

I am not sure why I am seeing this on a fresh install. How to fix this?

```
Backtrace:
In ice-9/boot-9.scm:
    152:2 19 (with-fluid* _ _ _)
In ice-9/eval.scm:
    159:9 18 (_ #(#(#<directory (guix scripts refresh) 2e8b1e0> # ?)))
In ice-9/boot-9.scm:
    152:2 17 (with-fluid* _ _ _)
    152:2 16 (with-fluid* _ _ _)
    152:2 15 (with-fluid* _ _ _)
In ice-9/eval.scm:
    619:8 14 (_ #(#(#<directory (guix scripts refresh) 2e8b1e0> # ?)))
In srfi/srfi-1.scm:
    640:9 13 (for-each #<procedure 90559c0 at ice-9/eval.scm:333:13?> ?)
In unknown file:
          12 (_ #<procedure f468b60 at ice-9/eval.scm:330:13 ()> #<?> ?)
In ice-9/eval.scm:
   293:34 11 (_ #(#(#<directory (guix upstream) 2849820>) #<build?> ?))
   293:34 10 (_ #(#(#<directory (guix upstream) 2849820>) #<packa?> ?))
   293:34  9 (_ #(#(#(#<directory (guix gnu-maintenance) 98?> ?) ?) ?))
    619:8  8 (_ #(#(#<directory (guix gnu-maintenance) 98a6000> # ?)))
    619:8  7 (_ #(#(#<directory (guix gnu-maintenance) 98a6000> # ?)))
   626:19  6 (_ #(#(#<directory (guix gnu-maintenance) 98a6000> # ?)))
   293:34  5 (_ #(#(#(#<directory (guix gnu-maintenance) 98a6000>)) ?))
In ice-9/boot-9.scm:
    829:9  4 (catch srfi-34 #<procedure f4701c0 at ice-9/eval.scm:3?> ?)
In ice-9/eval.scm:
   293:34  3 (_ #(#(#<directory (guix http-client) b128d20> #<<u?> ?)))
   298:34  2 (_ #(#(#<directory (guix http-client) b128d20> #f # ?) ?))
In ice-9/boot-9.scm:
    152:2  1 (with-fluid* _ _ _)
In ice-9/eval.scm:
    619:8  0 (_ #(#(#(#(#<directory (guix build download) ?>) ?) ?) ?))

ice-9/eval.scm:619:8: X.509 certificate of 'ftp.gnu.org' could not be
verified:
  signer-not-found
  invalid
```

Thanks,
Rohit

[-- Attachment #2: Type: text/html, Size: 6399 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Error]: Newer than Compiled on a fresh install
  2018-12-30 22:01 [Error]: Newer than Compiled on a fresh install rohit yadav
@ 2018-12-31 12:32 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-12-31 12:32 UTC (permalink / raw)
  To: rohit yadav; +Cc: guix-devel


Hi Rohit,

> ice-9/eval.scm:619:8: X.509 certificate of 'ftp.gnu.org' could not be
> verified:
>   signer-not-found
>   invalid

First, please check that you have substitutes enabled and you are in
fact fetching binaries from ci.guix.info and/or mirror.hydra.gnu.org.
(In recent versions of Guix these are enabled by default.)

Guix is trying to fetch source code from ftp.gnu.org, which is likely
not what you want when using substitutes.  It should fetch sources from
our build farm cache, or even better fetch the built binaries.

It’s failing to fetch the sources, because it cannot verify the TLS
certificate.  You may need to set up environment variables to specify
the location of the certificate bundle.

The manual includes a section on X.509 certificates.

Hope this helps!

--
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-31 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-30 22:01 [Error]: Newer than Compiled on a fresh install rohit yadav
2018-12-31 12:32 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).