bug#24136: libgcrypt 1.7.0 is not bit-reproducible

2016-08-02 Thread Ludovic Courtès
--8<---cut here---start->8--- $ diff -ru --no-dereference /gnu/store/mpm281yzwcxzfc9n86krr61yhs2ja6gd-libgcrypt-1.7.0{,-check} Binary files /gnu/store/mpm281yzwcxzfc9n86krr61yhs2ja6gd-libgcrypt-1.7.0/lib/libgcrypt.so.20.1.0 and

bug#24135: guix system reconfigure fails on successful build

2016-08-02 Thread Ludovic Courtès
Hi again! :-) myglc2 skribis: > root@g1 ~# guix system reconfigure system40.scm > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > The following derivation will be built: >/gnu/store/g5mj74zvdbq074qvmddfdqikxvz6739w-grub.cfg.drv

bug#24129: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-02 Thread Ludovic Courtès
myglc2 skribis: > After a couple helpful exchanges with Andreas on the devel list, I ended > up with system40.scm, attached, excerpt below: > > (define md0 > (mapped-device >(source (list "/dev/sdb1" "/dev/sdc1")) >(target "/dev/md0") >(type raid-device-mapping)))

bug#23475: no code for module (guix ui)

2016-08-02 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Jul 31, 2016 at 06:40:00PM +0200, Ludovic Courtès wrote: >> Any updates? :-) > > I've noticed that it happens if I do this: > > $ guix gc && ./pre-inst-env guix build foo > > If I then do the following, it works again: > > $ guix environment

bug#24130: RAID config boot hangs at [...] Clocksource: Switched to clocksource tsc

2016-08-02 Thread myglc2
I am attempting to set up RAID. First, following the doc, I ended up with system39.scm, attached, excerpt below: (operating-system (host-name "g1") (timezone "America/New_York") (locale "en_US.utf8") (bootloader (grub-configuration (device "/dev/sda"))) (initrd (lambda (fs . args)