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

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

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#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

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

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