I'm trying to ease into GuixSD by first installing Guix on top of Fedora29.
Following through the docs for 'Binary installation', when I do a 'guix pull'
I'm eventually getting this error during the sed compile:
inplace-selinux.sh: set-up failure: CONFIG_HEADER not defined
ERROR: testsuite/inpla
On Mon, Jan 28, 2019 at 10:31:29AM +0900, Yoshinori Arai wrote:
> I think it's no problem if 'source "$HOME/.guix-profile/etc/profile"'
> is written in user's bash_profile.
I already do, but this is not enough. Installing icecat into the user profile
does not cause XDG* environment variables to be
Andreas Enge writes:
> On Mon, Jan 28, 2019 at 10:31:29AM +0900, Yoshinori Arai wrote:
>> I think it's no problem if 'source "$HOME/.guix-profile/etc/profile"'
>> is written in user's bash_profile.
>
> I already do, but this is not enough. Installing icecat into the user profile
> does not caus
On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote:
> Yoshinori Arai writes:
>
> > I use gimp to make logo for my new blog but gimp freeze on my locale,
> > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not
> > freeze.
> >
> > I also use the gimp installed by gui
Thanks for looking at things, Ricardo.
> That’s not good but I cannot reproduce this as of Guix
> ba123b6dda3afb84c457f9e68c20eeff61e2c740. I ran “guix build --check
> sed” to build sed. (Are you running the daemon on a system where
> SELinux is enabled?)
I get no output and a 0 exit code when
Ahoy,
I'm using the attached config.scm for a host with an encrypted gpt root
partition while booking with bios-grub. It produces the attached
grub.cfg, which lacks the luks module, thus grub cannot find the kernel.
If I enter the grub command line and manually insmod luks and cryptomount,
I
Hi Nathan,
> I have all of the available selinux devel packages installed: […]
What you have installed on your system does not affect the build.
That’s by design. All builds happen in isolated environments where only
declared packages are available. Your system files are not available
during