bug#24083: guix lint doesn't actually fail on some errors

2016-07-26 Thread Danny Milosavljevic
guix lint doesn't actually fail on some errors. $ guix lint perl-io-socket-inet6 ; echo $? ;;; note: source file /x/home/dannym/src/guix/gnu/packages/networking.scm ;;; newer than compiled /x/home/dannym/src/guix/gnu/packages/networking.go ;;; note: source file /x/home/dannym/src/guix/gnu/pa

bug#24060: Test failure: tests/publish.scm

2016-07-26 Thread Ludovic Courtès
Hello! Chris Marusich skribis: > test-name: /nar/gzip/* > location: /home/marusich/guix/tests/publish.scm:163 > source: > + (test-equal > + "/nar/gzip/*" > + "bar" > + (call-with-temporary-output-file > + (lambda (temp port) > + (let ((nar (http-get-port > +(p

bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is

2016-07-26 Thread Ludovic Courtès
Danny Milosavljevic skribis: > dannym@dayas ~/src/guix$ strace -f git commit -S -m "x" > gnu/packages/databases.scm 2>&1 |grep pinentry > [pid 32548] write(4, "OPTION allow-pinentry-notify", 28) = 28 > [pid 32548] read(4, "ERR 67108949 No pinentry [pid 32548] write(2, "gpg: signing failed: No

bug#23997: PyPI updater broken

2016-07-26 Thread Ludovic Courtès
Fixed in 8173ceee1f31ab562118ff5171254a4b73b71400. Ludo’.

bug#24029: Guix Environment Issue

2016-07-26 Thread Ludovic Courtès
Hi, Dylan Jeffers skribis: > Trying to create a guix environment to do some guile-emacs hacking. > After `guix environment --pure guile-emacs`, I expect to have an > environment to make install my personal guile-emacs repo. ./configure > fails however (see attachments). After working with mark_w

bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is

2016-07-26 Thread Danny Milosavljevic
dannym@dayas ~/src/guix$ strace -f git commit -S -m "x" gnu/packages/databases.scm 2>&1 |grep pinentry [pid 32548] write(4, "OPTION allow-pinentry-notify", 28) = 28 [pid 32548] read(4, "ERR 67108949 No pinentry pinentry pinentry-curses pinentry-gtk-2 pinentry-tty dannym@dayas ~$ pinen