From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: Lakshmi Prasannakumar <lakshmiprasannakumaran@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Video Documentation for GNU GUIX (an Outreachy project)
Date: Thu, 18 Oct 2018 13:46:37 +0200 [thread overview]
Message-ID: <20181018134637.25c82e09@alma-ubu> (raw)
In-Reply-To: <CA+H0LROyOtdB-ZgtB_wkhkr1mTpQ3R4ANtDDY9veZ-Gi0xiT4g@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1885 bytes --]
Hi Lakshmi,
On Thu, 18 Oct 2018 14:52:30 +0530
Lakshmi Prasannakumar <lakshmiprasannakumaran@gmail.com> wrote:
> Hi Gábor,
>
> I have followed the Binary-Installation procedures and installed the
> hello package to my root.
> The next step I understand is to add another package from the list in
> https://www.gnu.org/software/guix/packages/
> I tried following this step to install a package from the list i.e.
> 4ti2 1.6.7 using the below commands:
> *guix package -i 4ti2 1.6.7*
>
> However, I got the error as :
>
>
>
>
>
>
>
>
>
>
> *guile: warning: failed to install localehint: Consider installing the
> `glibc-utf8-locales' or `glibc-locales' package anddefining
> `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.* Is it due my incomplete
> GUIX installation or are there further steps to follow?
I think there is no error. As it says, this is only a warning. Or is
there anything else I have overseen in your message?
If unsure, you can check the return code of the previous command by
directly typing
echo $?
The return code should be 0.
You can also list the installed packages in Guix and see if hello and
4ti2 are installed:
guix package -I
Note the CAPITAL I.
You can also list the generations. As you first installed hello and in
a second step you installed 4ti2, there should be at least two
generations:
guix package --list-generations
The warning is about the locale. To get rid of it, do exactly what the
warning says, and/or read the section of the manual that the warning is
pointing to :-)
https://www.gnu.org/software/guix/manual/en/guix.html#Application-Setup
Hope this helps, otherwise feel free to ask,
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2018-10-18 11:46 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CA+H0LRPUfE=LmSETuasan3bEjEkGPXRFoE5Qrd-9G8DYO8buTQ@mail.gmail.com>
2018-10-17 6:45 ` Video Documentation for GNU GUIX (an Outreachy project) Björn Höfling
2018-10-17 8:11 ` Gábor Boskovits
2018-10-18 9:22 ` Lakshmi Prasannakumar
2018-10-18 11:46 ` Björn Höfling [this message]
2018-10-18 11:52 ` Gábor Boskovits
2018-10-18 12:37 ` Lakshmi Prasannakumar
2018-10-18 13:00 ` Gábor Boskovits
2018-10-23 12:34 ` Lakshmi Prasannakumar
2018-10-23 18:22 ` Gábor Boskovits
2018-10-29 9:25 ` Gábor Boskovits
2018-10-29 18:12 ` Lakshmi Prasannakumar
2018-10-29 19:57 ` Björn Höfling
2018-10-29 20:18 ` Lakshmi Prasannakumar
2018-10-29 20:27 ` Björn Höfling
2018-10-29 20:40 ` Lakshmi Prasannakumar
2018-10-29 20:58 ` Gábor Boskovits
2018-10-30 18:20 ` Lakshmi Prasannakumar
2018-10-31 4:45 ` Lakshmi Prasannakumar
2018-10-31 4:46 ` Lakshmi Prasannakumar
2018-10-31 7:18 ` Gábor Boskovits
2018-10-31 7:20 ` Gábor Boskovits
2018-10-31 8:32 ` Gábor Boskovits
2018-11-01 17:01 ` Lakshmi Prasannakumar
2018-11-01 17:36 ` Gábor Boskovits
2018-11-01 17:48 ` Lakshmi Prasannakumar
[not found] ` <CA+H0LRPuwTtrh2d=TD+qtmUoibmLaAPCrjSSwZ=QBZv-8+8vZA@mail.gmail.com>
[not found] ` <CAE4v=pjYyO26JxMthvUA0YPp2t2_XEpuuQaAkFU-zYuEdOLbcQ@mail.gmail.com>
[not found] ` <CAE4v=pgsDnW6RkJfVcNFXcT_yB+ptht7BGJzBT4xeR2=ETg5bQ@mail.gmail.com>
[not found] ` <CA+H0LRPnqd9AdH8C59ai74pm=1o9a92hFdJsuP-P-TasSof=SA@mail.gmail.com>
2018-11-02 13:31 ` [bug#33214] " Björn Höfling
2018-11-02 14:23 ` Gábor Boskovits
2018-11-02 16:29 ` Björn Höfling
2018-11-02 19:16 ` Lakshmi Prasannakumar
2018-10-29 20:03 ` Lakshmi Prasannakumar
2018-10-29 20:25 ` Björn Höfling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181018134637.25c82e09@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=guix-devel@gnu.org \
--cc=lakshmiprasannakumaran@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.