'CONFIG_HEADER not defined' during sed compile during 'guix pull'

2019-01-30 Thread Nathan Valentine
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

Re: icecat show many warning and don't display correctly

2019-01-30 Thread Andreas Enge
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

Re: icecat show many warning and don't display correctly

2019-01-30 Thread Ricardo Wurmus
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

Re: gimp freeze

2019-01-30 Thread Yoshinori Arai
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

Re: 'CONFIG_HEADER not defined' during sed compile during 'guix pull'

2019-01-30 Thread Nathan Valentine
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

grub.cfg does not have luks module for encrypted root

2019-01-30 Thread Jack Hill
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

Re: 'CONFIG_HEADER not defined' during sed compile during 'guix pull'

2019-01-30 Thread Ricardo Wurmus
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