Re: Installing Guix package manager on Trisquel, 8

Sin respuestas
Zelphir Kaltstahl
Desconectado/a
se unió: 11/11/2019

Hello Andre!

I happen to have run into this particular problem multiple times, each
time I fixed it thinking, that I finally found "the way" to fix it,
until recently … When I found the "real final" solution to the problem ; )

You may want to check this out:

https://notabug.org/ZelphirKaltstahl/guix-errors/raw/master/locales.org

(It is an org-mode file, but I linked to the raw file, because it is not
rendered in a way, that is suitable for good readability. The rendered
version is here:
https://notabug.org/ZelphirKaltstahl/guix-errors/src/master/locales.org)

So now I am thinking, I really found that solution … lets see for how long.

Best regards,
Zelphir

On 6/20/20 12:00 PM, name at domain wrote:
> Hi fellow Trisquel users,
>
> On Trisquel I'm trying to install the Guix package manager and got into this:
>
>
> -
>
> $ sudo ./guix-install.sh
> ??? ???
> ?????????????
> ?????????????
> ??????????????
> ?????????????
> ???????????
> ??????????
> ?????? ??????
> ????? ??????
> ????? ?????
> ?????? ?????
> ????? ?????
> ????? ?????
> ???????????
> ?????????
> ???????
> _____ _ _ _ _ _____ _
> / ____| \ | | | | | / ____| (_)
> | | __| \| | | | | | | __ _ _ ___ __
> | | |_ | . ' | | | | | | |_ | | | | \ \/ /
> | |__| | |\ | |__| | | |__| | |_| | |> <
> \_____|_| \_|\____/ \_____|\__,_|_/_/\_\
>
> This script installs GNU Guix on your system
>
> https://www.gnu.org/software/guix/
> Press return to continue...
> [1592571563.000]: Starting installation (vr 19 jun 2020 14:59:22 CEST)
> [1592571563.005]: [ PASS ] verification of required commands completed
> [1592571563.400]: [ INFO ] init system is: systemd
> [1592571563.404]: [ INFO ] system is x86_64-linux
> [1592571564.202]: [ PASS ] Release for your system:
> guix-binary-1.1.0.x86_64-linux
> [1592571564.203]: [ INFO ] Downloading Guix release archive
> guix-binary-1.1.0.x 100%[===================>] 70,14M 2,28MB/s in 39s
> guix-binary-1.1.0.x 100%[===================>] 833 --.-KB/s in 0s
> [1592571604.043]: [ PASS ] download completed.
> [1592571605.051]: [ PASS ] Signature is valid.
> [1592571615.673]: [ PASS ] unpacked archive
> [1592571615.675]: [ INFO ] Installing /var/guix and /gnu...
> [1592571615.681]: [ INFO ] Linking the root user's profile
> [1592571615.689]: [ PASS ] activated root profile at
> /root/.config/guix/current
> [1592571615.693]: [ INFO ] group guixbuild exists
> [1592571615.708]: [ INFO ] user is already in the system, reset
> [1592571615.728]: [ INFO ] user is already in the system, reset
> [1592571615.744]: [ INFO ] user is already in the system, reset
> [1592571615.758]: [ INFO ] user is already in the system, reset
> [1592571615.773]: [ INFO ] user is already in the system, reset
> [1592571615.785]: [ INFO ] user is already in the system, reset
> [1592571615.797]: [ INFO ] user is already in the system, reset
> [1592571615.816]: [ INFO ] user is already in the system, reset
> [1592571615.830]: [ INFO ] user is already in the system, reset
> [1592571615.844]: [ INFO ] user is already in the system, reset
> Failed to start gnu-store.mount: Unit gnu-store.mount not found.
> [1592571616.130]: [ INFO ] making the guix command available to other users
> Permit downloading pre-built package binaries from the project's build farm?
> (yes/no) yes
> guile: warning: failed to install locale
> hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package
> and
> defining `GUIX_LOCPATH', along these lines:
>
> guix package -i glibc-utf8-locales
> export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
>
> See the "Application Setup" section in the manual, for more info.
>
> [1592571621.939]: [ PASS ] Authorized public key for ci.guix.gnu.org
> [1592571621.942]: [ INFO ] cleaning up /tmp/user/0/guix.J8m
> [1592571621.964]: [ PASS ] Guix has successfully been installed!
> [1592571621.967]: [ INFO ] Run 'info guix' to read the manual.
>
>
> -
>
> But `glibc-utf8-locales' and `glibc-locales' aren't in the repo.
> What does this mean and can be done about it?
> Thank you.