Re: Toward 0.2

2013-05-11 Thread Ludovic Courtès
Hello! I’ve been doing some polishing (and adding a few packages), but I think I’ll tag the new version tomorrow (Sunday 12th). Ludo’.

Re: Literate programming

2013-05-11 Thread Ludovic Courtès
Nikita Karetnikov skribis: > --- a/guix/scripts/hash.scm > +++ b/guix/scripts/hash.scm > @@ -30,6 +30,41 @@ > #:export (guix-hash)) > > > +;;; Commentary: > +;; > +;; @node Invoking guix hash > +;; @section Invoking @command{guix hash} > +;; > +;; The @command{guix hash} command allows to

Re: New “guix refresh” command

2013-05-11 Thread Nikita Karetnikov
> Oh, maybe it doesn’t distinguish between “command not found” and some > other error, that’s what you mean? Yes, I guess. >> '/etc/resolv.conf' isn't empty; '/usr/bin/gpg' works fine. > /usr/bin/gpg uses a different libc, and perhaps it uses the IPv4-only > gethostbyname too. >> And I still th

Re: New “guix refresh” command

2013-05-11 Thread Ludovic Courtès
Nikita Karetnikov skribis: >>> In execlp of gpg2: No such file or directory > >> You need to have GnuPG 2.x installed: > >> guix package -i gnupg > > Why is it trying to download tarballs after this error? I think it > should print an error message and exit. Doesn’t fe3e603 address this? Oh,

Re: problem in GUI when using usrp n210 and wbx daughter board to receive signals

2013-05-11 Thread Ludovic Courtès
Hi, Firas Serrge skribis: > i am new in usrp and GNU radio ,... This is the wrong mailing list. Try the ‘discuss-gnura...@gnu.org’ mailing list: . Thanks, Ludo’.