bug#30006: bzip2 does not provide libbz2.so

2018-03-27 Thread Ludovic Courtès
Hello Marius, Marius Bakke skribis: > Ludovic Courtès writes: > >> There’s no such function, which is unfortunate. But I agree it’s nicer >> to preserve symlinks in this case. >> >> Perhaps we should actually do: >> >> (with-directory-excursion libdir >> (symlink … "libbz2.so")) > > Than

bug#30939: shepherd: detailed output should be placed into well-known location and not tty

2018-03-27 Thread Ludovic Courtès
Hello, ng0 skribis: > Sometimes I succeed building a system generation with an OpenSMTPD config-file > which has syntax error that aren't picked up at configure time. When I reboot, > not being aware of this, I have to switch to tty to read the reasons why it > crashed. > Because this is a deskt

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-27 Thread Ricardo Wurmus
Clément Lassieur writes: >> The manual says (see: (guix) Binary Installation): >> >> 3. Make ‘root’’s profile available under ‘~/.guix-profile’: >> >> # ln -sf /var/guix/profiles/per-user/root/guix-profile \ >>~root/.guix-profile > > I think the manual is wrong he

bug#30949: libp11-kit error

2018-03-27 Thread Ricardo Wurmus
Hello Vivien, > If I install glib-networking alone, it breaks. > > If I install glib gnutls gsettings-desktop-schemas intltool p11-kit > pkg-config (glib-networking deps), it works. Could you please share the output of “env” with us (before and after)? I think the key here is the installation o

bug#30949: libp11-kit error

2018-03-27 Thread Vivien Kraus
Hello, Le mardi 27 mars 2018 à 09:52 +0200, Ricardo Wurmus a écrit : > I’d say it is *caused* by an environment variable. Now it seems obvious: I removed export GIO_EXTRA_MODULES="/home/vivien/.guix- profile/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES" from my .bashrc and now it wor

bug#30949: libp11-kit error

2018-03-27 Thread Ricardo Wurmus
Vivien Kraus writes: > It is weird to me that guix' gnutls does not use guix' glibc. It most certainly does. > If I override LD_LIBRARY_PATH to also point to my profile, I get a > segfault. Setting LD_LIBRARY_PATH on a system where Guix things are installed alongside system things is rarely e

bug#30949: libp11-kit error

2018-03-27 Thread Ricardo Wurmus
Vivien Kraus writes: > Anyways, thank you, the problem is solved! That’s great! Environment variables can be tricky and the way this failed in your case certainly isn’t nice, but I can’t think of a way to avoid this. I’m closing this bug. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-27 Thread Clément Lassieur
Ricardo Wurmus writes: > Clément Lassieur writes: > >>> The manual says (see: (guix) Binary Installation): >>> >>> 3. Make ‘root’’s profile available under ‘~/.guix-profile’: >>> >>> # ln -sf /var/guix/profiles/per-user/root/guix-profile \ >>>~root/.guix-profile >

bug#27284: ‘guix pull’ builds using multiple derivations

2018-03-27 Thread Ludovic Courtès
Hello Guix! News from the front! I’ve pushed a new ‘wip-pull-multiple-derivations’ branch that keeps the same approach as previously proposed (building Guix using multiple derivation, one for each group of modules: core, CLI, packages, etc.), but does not attempt to reload modules in the running

bug#30939: shepherd: detailed output should be placed into well-known location and not tty

2018-03-27 Thread ng0
Ludovic Courtès transcribed 839 bytes: > Hello, > > ng0 skribis: > > > Sometimes I succeed building a system generation with an OpenSMTPD > > config-file > > which has syntax error that aren't picked up at configure time. When I > > reboot, > > not being aware of this, I have to switch to tty

bug#30728: Modification for guix installation script.

2018-03-27 Thread Gábor Boskovits
2018-03-26 11:11 GMT+02:00 Ricardo Wurmus : > > Hi Clément, > > > As I said to Chris (Cc'ed), I don't think it's a good idea to install > > Guix in root's home directory. Instead, we should probably honor the > > USER and HOME environment variables, so that the command can be run as a > > non-roo

bug#30847: Cannot upgrade GuixSD due to check-device-initrd-modules

2018-03-27 Thread Ludovic Courtès
Ping! :-) l...@gnu.org (Ludovic Courtès) skribis: > Hello Adam, > > Adam Van Ymeren skribis: > >> My root device is on NVMe. >> >> In my current kernel config CONFIG_NVME_CORE is set to a module, which is >> included in my initrd. >> >> However upstream defconfig has been changed to CONFIG_NVME

bug#30961: Byte compilation problem with emacs-org

2018-03-27 Thread Konrad Hinsen
An Emacs installation that includes package emacs-org exhibits a well-documented bug: certain uses of org-babel, such as using the R language, lead to the error message Invalid function: org-babel-header-args-safe-fn For a discussion of this bug in other contexts, see for example: https://

bug#30961: Byte compilation problem with emacs-org

2018-03-27 Thread Adonay Felipe Nogueira
> happens when the newer org-mode is byte-compiled, and leads to wrong > .elc files. Doesn't the official Emacs docs recommend against byte compiling? Why we have such nasty thing here? I also noticed some odd behavior with emacs-org coming from GNU Guix, mainly causing the impossibility of expor

bug#27284: ‘guix pull’ builds using multiple derivations

2018-03-27 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > ¹ The closure of (gnu packages guile) contains python, haskell-check, > music, and many other surprising things: > . I committed the bits to generate this graph here: https://git.savannah.gn

bug#30728: guix-install.sh doesn't work if run with "sudo"

2018-03-27 Thread Chris Marusich
Clément Lassieur writes: > Ricardo Wurmus writes: > >> Clément Lassieur writes: >> The manual says (see: (guix) Binary Installation): 3. Make ‘root’’s profile available under ‘~/.guix-profile’: # ln -sf /var/guix/profiles/per-user/root/guix-profile \

bug#30939: shepherd: detailed output should be placed into well-known location and not tty

2018-03-27 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > ng0 skribis: > >> Sometimes I succeed building a system generation with an OpenSMTPD >> config-file >> which has syntax error that aren't picked up at configure time. When I >> reboot, >> not being aware of this, I have to switch to tty to read the reasons

bug#27284: ‘guix pull’ builds using multiple derivations

2018-03-27 Thread Nils Gillmann
Awesome news! Ludovic Courtès transcribed 3.1K bytes: > Hello Guix! > > News from the front! I’ve pushed a new ‘wip-pull-multiple-derivations’ > branch that keeps the same approach as previously proposed (building > Guix using multiple derivation, one for each group of modules: core, > CLI, pack

bug#30939: shepherd: detailed output should be placed into well-known location and not tty

2018-03-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > ng0 skribis: > >> Sometimes I succeed building a system generation with an OpenSMTPD >> config-file >> which has syntax error that aren't picked up at configure time. When I >> reboot, >> not being aware of this, I have to switch to tty to read the reaso

bug#30006: bzip2 does not provide libbz2.so

2018-03-27 Thread Marius Bakke
Ludovic Courtès writes: > Hello Marius, > > Marius Bakke skribis: > >> Ludovic Courtès writes: >> >>> There’s no such function, which is unfortunate. But I agree it’s nicer >>> to preserve symlinks in this case. >>> >>> Perhaps we should actually do: >>> >>> (with-directory-excursion libdir

bug#27284: ‘guix pull’ builds using multiple derivations

2018-03-27 Thread Ludovic Courtès
Nils Gillmann skribis: >> You can already test with: >> >> guix pull --branch=wip-pull-multiple-derivations >> >> Feedback welcome! > > I think you forgot to push it or you are on a very slow connection :) Oops, I had deleted the branch to push a new version, except that pushing didn’t happen

bug#30893: report problem: cannot book guixSD from libreboot

2018-03-27 Thread Wensheng Xie
Thanks, Mark. I have tried the following: 1. check the guixSD DVD with a laptop without libreboot. It boots without problem. ==> The DVD disc is ok. 2. check the guixSD DVD with the laptop with libreboot. It will not boot for nither *Search ISOLINUX menu (CD/DVD) (d) or *Search for GRUB2 co