unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: Efraim Flashner <efraim@flashner.co.il>,
	Damien Cassou <damien@cassou.me>
Cc: 39294@debbugs.gnu.org
Subject: bug#39294: Can't run ./configure
Date: Tue, 28 Jan 2020 08:33:32 -0500	[thread overview]
Message-ID: <A59C9729-7C55-47E0-89D9-989D758C50F5@lepiller.eu> (raw)
In-Reply-To: <20200128083139.GZ1603@E5400>

Le 28 janvier 2020 03:31:39 GMT-05:00, Efraim Flashner <efraim@flashner.co.il> a écrit :
>On Tue, Jan 28, 2020 at 09:17:44AM +0100, Damien Cassou wrote:
>> Julien Lepiller <julien@lepiller.eu> writes:
>> > $ guix environment guix --pure
>> > ^C if your terminal asks you to install whatever
>> > [env]$ ./bootstrap
>> > [env]$ ./configure --localstatedir=/var # this should now work
>> > [env]$ exit # to exit the pure environment
>> > $ guix environment guix # no need for pure anymore, so now we can
>use things outside of the environment too
>> > [env]$ make
>> 
>> This did the trick, thank you. I got a lot of error messages though:
>> 
>> $ guix environment guix
>> guile: warning: failed to install locale
>> substitute:
>/gnu/store/q19l04vd2za80mk1845pz7r8cz29qk43-bash-minimal-4.4.23/bin/bash:
>warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
>> 
>> 
>> perl: warning: Please check that your locale settings:
>> 	LANGUAGE = (unset),
>> 	LC_ALL = (unset),
>> 	LANG = "en_US.UTF-8"
>>     are supported and installed on your system.
>> 

Also try guix install glibc-utf8-locales (and maybe the same for root, I'm not sure).

>
>In the daemon service file you can change the Environment field to
>change LC_ALL=en_US.utf8 to en_US.UTF-8.
>
>> 
>> bash: gpg-connect-agent: command not found...
>> Similar command is: 'gpg-connect-agent'
>> bash: gpgconf: command not found...
>> Install package 'gnupg2' to provide command 'gpgconf'? [N/y] y
>> 
>> Failed to install packages: gnupg2-2.2.18-2.fc31.x86_64 is already
>installed

This message is from fedora, not guix. Apparently it tries to run gpg-agent, but it can't because you're in a pure environment (the $PATH does not contain /usr/bin or /bin). However, the package is already installed, so dnf can't do anything :)

At this question, just kill it with a ^C, because if you say no, it will ask the same for other packages.

>
>gpg-connect-agent and gpg-connect-agent look similar to me too ...
>
>not sure about gpgconf. Could it have something to do with SElinux?

  reply	other threads:[~2020-01-28 13:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-26 16:57 bug#39294: Can't run ./configure Damien Cassou
2020-01-26 17:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2020-01-26 17:56 ` Gábor Boskovits
2020-01-28  8:04   ` Damien Cassou
2020-01-26 19:05 ` Julien Lepiller
2020-01-28  8:17   ` Damien Cassou
2020-01-28  8:31     ` Efraim Flashner
2020-01-28 13:33       ` Julien Lepiller [this message]
2020-01-29  8:16         ` Damien Cassou
2020-01-28 11:32     ` zimoun
2020-01-29  8:20       ` Damien Cassou
2020-01-29 14:24         ` zimoun
2020-01-29 15:33           ` Damien Cassou
2020-01-29 16:09             ` zimoun
2020-01-29 17:30               ` Julien Lepiller
2020-01-29 20:58                 ` zimoun
2020-01-27 15:51 ` zimoun
2020-01-28  8:38   ` Damien Cassou
2020-01-28 12:44     ` zimoun

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A59C9729-7C55-47E0-89D9-989D758C50F5@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=39294@debbugs.gnu.org \
    --cc=damien@cassou.me \
    --cc=efraim@flashner.co.il \
    /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 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).