bug#22693: `guix refresh -u` updates other packages with same version

2016-02-22 Thread Leo Famulari
On Mon, Feb 22, 2016 at 10:33:12PM +0100, Andreas Enge wrote: > On Tue, Feb 16, 2016 at 04:27:24AM -0500, Leo Famulari wrote: > > I've noticed that `guix refresh -u` will update extraneous packages if > > they happen to have the same version and be in the same module. > > > > For example, from

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Christopher Allan Webber
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> Christopher Allan Webber writes: >> >>> Ludovic Courtès writes: >>> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Christopher Allan Webber
Jookia writes: > On Mon, Feb 22, 2016 at 11:35:30AM -0800, Christopher Allan Webber wrote: >>#~(string-append >> - " -enable-kvm -no-reboot -net nic,model=virtio \ >> + ;; Only enable kvm if we see /dev/kvm exists. >> + ;; This allows uers without hardware virtualization to still

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Christopher Allan Webber writes: > >> Ludovic Courtès writes: >> >>> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in >>> libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST >>> unconditionally in

bug#22774: Bootstrapping issue with HTTPS downloads

2016-02-22 Thread Ludovic Courtès
Fixed-output derivations for HTTPS downloads depend on GnuTLS. However, pkg-config, one of GnuTLS’s dependencies, is now available exclusively over HTTPS, which creates a bootstrapping issue, as reported by Christopher W Carpenter and others:

bug#22600: 'Globally-Visible Packages' not shown by 'M-x guix-installed-packages'

2016-02-22 Thread Alex Kost
Alex Kost (2016-02-09 22:21 +0300) wrote: [...] > As I suggested in the previous mail, we can add "M-x guix-system-packages". > Maybe it would be good to add "M-x guix-user-packages", or maybe name them: > > - guix-installed-system-packages (for /run/current-system/profile) > -

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-22 Thread Alex Kost
Alex Kost (2016-02-10 13:14 +0300) wrote: > myglc2 (2016-02-10 03:58 +0300) wrote: > [...] >> Also, just to be clear, I was not trying to install the curses.6 doc >> globally. I was trying to install it locally as 1) user, and when that >> failed as 2) root. > > Now I understand your intention,

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Jookia
On Mon, Feb 22, 2016 at 11:35:30AM -0800, Christopher Allan Webber wrote: >#~(string-append > - " -enable-kvm -no-reboot -net nic,model=virtio \ > + ;; Only enable kvm if we see /dev/kvm exists. > + ;; This allows uers without hardware virtualization to still use these > + ;;

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Christopher Allan Webber
Christopher Allan Webber writes: > Ludovic Courtès writes: > >> Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in >> libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST >> unconditionally in udev-builtin-kmod.c (meaning it honors it too.) >> >> However, there’s a

bug#22633: Provide a kvm-less qemu / guix system vm

2016-02-22 Thread Christopher Allan Webber
Ludovic Courtès writes: > Libkmod honors ‘modprobe.blacklist’ (in ‘kcmdline_parse_result’ in > libkmod-config.c) and eudev passes KMOD_PROBE_APPLY_BLACKLIST > unconditionally in udev-builtin-kmod.c (meaning it honors it too.) > > However, there’s a hyphen-vs-underscore issue, I think. Namely,

bug#22650: guixSD default umask is 0000

2016-02-22 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > I can’t reproduce this. For instance, in the system created with: > > guix system vm gnu/system/examples/bare-bones.tmpl > > ‘umask’ returns 0022. > > Could it be that your user accounts have shell startup files like > ~/.bashrc that specify a different

bug#22677: guix lint fails with -dc switch missing

2016-02-22 Thread Ludovic Courtès
Pjotr Prins skribis: > On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote: >> Running ‘configure’ creates guix/config.scm. Could you check that this >> is the case? > > Got it: > > > (define %gzip > "/home/wrk/.guix-profile/bin/gzip") > > (define %bzip2 >

bug#22677: guix lint fails with -dc switch missing

2016-02-22 Thread Pjotr Prins
On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote: > Running ‘configure’ creates guix/config.scm. Could you check that this > is the case? Got it: (define %gzip "/home/wrk/.guix-profile/bin/gzip") (define %bzip2 "/home/wrk/opt/guix-build-system/bin/bzip2") (define %xz