bug#22981: guix-edit does not find git checkout directory

2016-03-10 Thread myglc2
Situation: GuixSD sysetm managaed by user glc using a git checkout in /home/glc/sre/guix. Problem: When I follow the manual to set up a vanila user (glc5) with a separate git checkout in /home/glc5/src/guix, guix-edit does not find the checkout source. Note: I followed comments from the #guix ir

bug#22937: guix package fails when --substitute-urls specifies an HTTPS endpoint

2016-03-10 Thread Leo Famulari
On Thu, Mar 10, 2016 at 02:08:17PM +0100, Ludovic Courtès wrote: > After some more testing and tweaks, notably with > and its brand new Let’s Encrypt certificate, > I pushed the patch as 9b7bd1b160be7c740a798c09e3b8986368b92036. With this commit, I still get the backtrac

bug#22974: make check FAIL: tests/store

2016-03-10 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > myglc2 skribis: > >> tests/store.scm:740: FAIL verify-store >> tests/store.scm:757: FAIL verify-store + check-contents > > Does this pass after ‘make recheck’? > > If not, could you try: > > rm -rf test-tmp > make check TESTS=tests/store.scm [...] git

bug#22970: guix edit mutt -- not working

2016-03-10 Thread Jean Louis
Hello Andreas, I have now 2 files in gnu/guix/packages/*.scm, for mutt and postgresql: and now I get each time on running guix, following: guix package: warning: failed to load '(databases)': ERROR: no code for module (databases) guix package: warning: failed to load '(mutt)': ERROR: no code for

bug#22974: make check FAIL: tests/store

2016-03-10 Thread Ludovic Courtès
myglc2 skribis: > tests/store.scm:740: FAIL verify-store > tests/store.scm:757: FAIL verify-store + check-contents Does this pass after ‘make recheck’? If not, could you try: rm -rf test-tmp make check TESTS=tests/store.scm ? TIA, Ludo’.

bug#22948: Porting ocl-icd to guix fails because of ruby

2016-03-10 Thread Ludovic Courtès
Dennis Mungai skribis: > After running the garbage collector, the problem went away (And saved me > about 20GBs under /gnu/store). > > I'm suspecting this was a corrupt store. OK, we’ll never know. Make sure to never ever modify files under /gnu/store and you should be fine. Thanks, Ludo’.

bug#22937: guix package fails when --substitute-urls specifies an HTTPS endpoint

2016-03-10 Thread Ludovic Courtès
After some more testing and tweaks, notably with and its brand new Let’s Encrypt certificate, I pushed the patch as 9b7bd1b160be7c740a798c09e3b8986368b92036. I can no longer reproduce the ECONNRESET issue I mentioned for , but feel fre

bug#22948: Porting ocl-icd to guix fails because of ruby

2016-03-10 Thread Dennis Mungai
Hello, And a small update: After running the garbage collector, the problem went away (And saved me about 20GBs under /gnu/store). I'm suspecting this was a corrupt store. On 9 March 2016 at 16:33, Ludovic Courtès wrote: > Dennis Mungai skribis: > > > env TEMPDIR=/gnu/tmp GUIX_PACKAGE_PATH=.

bug#21843: Generated grub.cfg does not support encrypted roots

2016-03-10 Thread Andreas Enge
On Thu, Mar 10, 2016 at 10:17:46AM +0100, Ludovic Courtès wrote: > IIUC we don’t *have* to pass the UUID to ‘cryptomount’; we could also > pass the device name, in GRUB format Yes, but my idea was that the uuid is something we can determine at instantiation time. If the mapped device is /dev/sdd3,

bug#21843: Generated grub.cfg does not support encrypted roots

2016-03-10 Thread Ludovic Courtès
Andreas Enge skribis: > What is needed are the following two lines at the beginning of grub.cfg: > > insmod luks > cryptomount -u 1aa... > > where 1aa... is the result of "cryptsetup luksUUID /dev/sda2". > > So the logic outlined in my previous message works: > Determine the mapped-devices /dev/s

bug#22962: Something keeps overwriting /etc/hosts

2016-03-10 Thread Alex Kost
Leo Famulari (2016-03-10 04:43 +0300) wrote: > On Thu, Mar 10, 2016 at 12:28:11AM +0100, Danny Milosavljevic wrote: >> If I make it immutable, I get the following message on guix system >> reconfigure ... : >> >> guix system: error: copy-file: Permission denied: "/etc/hosts" >> >> Aha! > > I th