bug#36333: Misleading hint for url-fetch

2019-06-22 Thread Gábor Boskovits
Hello, Tobias Geerinckx-Rice ezt írta (időpont: 2019. jún. 22., Szo, 20:24): > Guix, > > I just encountered the following: > > I've also seen that. foo.scm:4:2: error: url-fetch: unbound variable > hint: Did you forget `(use-modules (guix build download))'? > > Actually importing that modul

bug#36336: Bug found while upgrading a GuixSD installation

2019-06-22 Thread Brandon Irizarry
Hello all, I ran 'sudo guix pull && guix system reconfigure /etc/config.scm', and eventually got this: |following redirection to `https://ci.guix.gnu.org'... Backtrace: 3 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 2 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 1 (_ #(#(

bug#36335: Is /dev/kvm missing ACLs?

2019-06-22 Thread Chris Marusich
Hi, I was trying to run some VMs via "guix system vm", and I noticed that I didn't have permission to use KVM. This issue can be worked around by running qemu as root, or by adding yourself to the "kvm" group. However, I found it curious that the /dev/kvm device didn't have ACLs granting me acces

bug#27636: /dev/kvm went missing on i686, Linux 4.12

2019-06-22 Thread Chris Marusich
Ricardo Wurmus writes: > Since the update to Linux 4.12 my i686 machine no longer has /dev/kvm. > I ran “modprobe kvm” successfully, and “lsmod” shows “kvm”, but the > device node does not exist. > > Running “modprobe kvm-intel” prints: > > modprobe: ERROR: could not insert 'kvm_intel': Input

bug#36333: Misleading hint for url-fetch

2019-06-22 Thread Tobias Geerinckx-Rice
Guix, I just encountered the following: foo.scm:4:2: error: url-fetch: unbound variable hint: Did you forget `(use-modules (guix build download))'? Actually importing that module, instead of (guix download), will cause some other very hard-to-debug error that I can't remember but coincident

bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): #

2019-06-22 Thread Giovanni Biscuolo
Hello Danny, Danny Milosavljevic writes: [...] > guix environment: error: some substitutes for the outputs of > derivation > `/gnu/store/zxxw95x9ivw1a10v6nk1ls6d9i1csh3y-gcc-toolchain-5.5.0.drv' > failed (usually happens due to networking issues); try `--fallback' to > build derivation from sou