Hello and thank you for your reply! > Hello,
> "Pierre-Henry F." <cont...@phfrohring.com> skribis: > > I re-installed using the script at the same address above... but I keep > having a few issues. > > Here is the list of commands that are not expected to give errors or > > warnings but do: > > phf@2eb0:~$ guix refresh > > Backtrace: > > 15 (apply-smob/1 #<catch-closure 22838e0>) > > In ice-9/boot-9.scm: > > 705:2 14 (call-with-prompt _ _ #<procedure default-prompt-handle…>) > > In ice-9/eval.scm: > > 619:8 13 (_ #(#(#<directory (guile-user) 230e140>))) > > In guix/ui.scm: > > 1603:12 12 (run-guix-command _ . ) > > In ice-9/boot-9.scm: > > 829:9 11 (catch srfi-34 #<procedure 2985120 at guix/ui.scm:615:…> …) > > 829:9 10 (catch system-error #<procedure 22bcaf0 at guix/script…> …) > > In guix/scripts/refresh.scm: > > 463:12 9 ()In srfi/srfi-1.scm: > > 640:9 8 (for-each #<procedure 298ea20 at guix/scripts/refresh.…> …) > > In guix/scripts/refresh.scm: > > 241:2 7 (check-for-package-update #<package acct@6.6.4 gnu/pac…> …) > > In guix/gnu-maintenance.scm: > > 561:21 6 (latest-gnu-release ) > > 546:16 5 ()In ice-9/boot-9.scm: > > 829:9 4 (catch srfi-34 #<procedure 22bcaa0 at guix/http-client…> …) > > In guix/http-client.scm: > > 182:20 3 (_) > > 88:25 2 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # …) > > In guix/build/download.scm: > > 403:4 1 (open-connection-for-uri _ #:timeout _ # _) > > 301:6 0 (tls-wrap #<closed: file 4836e70> _ # _) > > guix/build/download.scm:301:6: In procedure tls-wrap: > > X.509 certificate of 'ftp.gnu.org' could not be verified: > > signer-not-found > > invalid > To fix this, you would need to install the ‘nss-certs’ package and/or > set the relevant environment variables as described here: > > https://gnu.org/software/guix/manual/fr/html_node/Reglages-applicatifs.html#Certificats-X_002e509-1 Yes! That worked! >> phf@2eb0:~$ export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" >> phf@2eb0:~$ guix package -i glibc-utf8-locales >> The following package will be upgraded: >> glibc-utf8-locales 2.28 → 2.28 >> /gnu/store/94k5w17z54w25lgp90czdqfv9m4hwzhq-glibc-utf8-locales-2.28 >> substitute: guile: warning: failed to install locale >> substitute: hint: Consider installing the `glibc-utf8-locales' >> or`glibc-locales' package and >> substitute: defining `GUIX_LOCPATH', along these lines: >> substitute: >> substitute: guix package -i glibc-utf8-locales >> substitute: export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" >> substitute: >> substitute: See the "Application Setup" section in the manual, for more info. >> substitute: >> substitute: >> nothing to be done >You also need to run “guix package -i glibc-utf8-locales” as root to fix >this (the upcoming version will avoid this issue altogether.) Yes! That worked… sometimes. I did `$ guix pull; guix package -u` And the lines appeared anyway: substitute: hint: Consider installing the `glibc-utf8-locales' or`glibc-locales' package and substitute: defining `GUIX_LOCPATH', along these lines: substitute: substitute: guix package -i glibc-utf8-locales substitute: export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" >> phf@2eb0:packages$ guix pull -l >> … >> Generation 6 Apr 21 2019 19:17:09 (current) >> guix f9fee46 >> repository URL: https://git.savannah.gnu.org/git/guix.git >> branch: master >> commit: f9fee46ffbf392af22f732b83be7d4b31109e052 >> phf 0772f40 >> repository URL: /home/phf/tools/guix/packages >> branch: master >> commit: 0772f40789c7835bc830782f75a6222ee21d7576 >> >> But, when I run: >> >> phf@2eb0:packages$ guix package -s phf-mupdf >> >> Nothing… when I was expecting a package description because this package >> `phf-mupdf` >> is defined in the `phf` channel: > > What does “guix package -A phf” return? Nothing... As if `~/.config/guix/channels.scm` was ignored. Also, `~/.config/guix/channels.scm`: (append (list (channel (name 'phf) (url "/home/phf/tools/guix/packages"))) %default-channels) and /home/phf/tools/guix/packages: total used in directory 32 available 118181068 drwxr-xr-x 3 phf phf 4096 Apr 21 19:16 . drwxr-xr-x 3 phf phf 4096 Mar 2 19:55 .. -rw-r--r-- 1 phf phf 1155 Mar 4 00:20 freeglut-for-mupdf.scm drwxr-xr-x 8 phf phf 4096 Apr 21 19:16 .git -rw-r--r-- 1 phf phf 1155 Apr 21 19:14 mupdf-freeglut.scm -rw-r--r-- 1 phf phf 874 Apr 21 19:15 mupdf.scm -rw-r--r-- 1 phf phf 930 Mar 2 19:57 my-hello.scm -rw-r--r-- 1 phf phf 871 Mar 4 00:05 my-mupdf.scm and: guix pull -l Generation 1 May 01 2019 09:35:38 (current) guix af74e43 repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: af74e4350fc1b16fc9520ef8a455d911ad992b20 Thanks, PHF