From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Uninstall/Install Guix Date: Tue, 23 Apr 2019 23:50:16 +0200 Message-ID: <87tveoe6hz.fsf@gnu.org> References: <87d0lf72c9.fsf@gnu.org> <-BJtan4E4fJ9-lS2et_0I9hYVSkt4NNfqig3iMu5IxhAhGSTwnexasY7rqPw14tzTL1iLAaepXH5Ql2xs0I5DmT57cB7ocr8A0OWVswrY-E=@phfrohring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ3J0-0006j4-6C for help-guix@gnu.org; Tue, 23 Apr 2019 17:50:23 -0400 In-Reply-To: (Pierre-Henry F.'s message of "Sun, 21 Apr 2019 19:41:37 +0000") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "Pierre-Henry F." Cc: "help-guix@gnu.org" Hello, "Pierre-Henry F." 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 war= nings but do: >> phf@2eb0:~$ guix refresh >> Backtrace: >> 15 (apply-smob/1 #) >> In ice-9/boot-9.scm: >> 705:2 14 (call-with-prompt _ _ #) >> In ice-9/eval.scm: >> 619:8 13 (_ #(#(#))) >> In guix/ui.scm: >> 1603:12 12 (run-guix-command _ . ) >> In ice-9/boot-9.scm: >> 829:9 11 (catch srfi-34 # =E2=80=A6) >> 829:9 10 (catch system-error # =E2=80=A6) >> In guix/scripts/refresh.scm: >> 463:12 9 ()In srfi/srfi-1.scm: >> 640:9 8 (for-each #= =E2=80=A6) >> In guix/scripts/refresh.scm: >> 241:2 7 (check-for-package-update #= =E2=80=A6) >> 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 #= =E2=80=A6) >> In guix/http-client.scm: >> 182:20 3 (_) >> 88:25 2 (http-fetch _ #:port _ #:text? _ #:buffered? _ # _ # _ # =E2=80= =A6) >> In guix/build/download.scm: >> 403:4 1 (open-connection-for-uri _ #:timeout _ # _) >> 301:6 0 (tls-wrap # _ # _) >> 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 =E2=80=98nss-certs=E2=80=99 pack= age and/or set the relevant environment variables as described here: https://gnu.org/software/guix/manual/fr/html_node/Reglages-applicatifs.ht= ml#Certificats-X_002e509-1 >> phf@2eb0:~$ export GUIX_LOCPATH=3D"$HOME/.guix-profile/lib/locale" >> phf@2eb0:~$ guix package -i glibc-utf8-locales >> The following package will be upgraded: >> glibc-utf8-locales 2.28 =E2=86=92 2.28 /gnu/store/94k5w17z54w25lgp90czdq= fv9m4hwzhq-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=3D"$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 =E2=80=9Cguix package -i glibc-utf8-locales=E2=80=9D a= s root to fix this (the upcoming version will avoid this issue altogether.) > phf@2eb0:packages$ guix pull -l > =E2=80=A6 > 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=E2=80=A6 when I was expecting a package description because this = package `phf-mupdf` > is defined in the `phf` channel: What does =E2=80=9Cguix package -A phf=E2=80=9D return? Thanks, Ludo=E2=80=99.