Re: [PATCH] gnu: fix wv's source URI

2014-09-10 Thread Ludovic Courtès
Marek Benc skribis: > By changing the package name, the source URI of wv broke. Here is a > fix for it. My bad, sorry about that.. I actually pushed a fix at around the time you posted this email, I think. Let me know if there are other mistakes left. Thanks, Ludo’.

Re: [PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-10 Thread Ludovic Courtès
Eric Bavier skribis: > Currently, if (@ (guix build utils) wrap-program) is called multiple > times for the same file, the original file ends up being overwritten. > This happened to me when trying to wrap a python program, which had > already once been wrapped by python-build-system. The > pyth

guix package: Unbound variable: %default-port-conversion-strategy

2014-09-10 Thread Andreas Enge
Hello, a quick pseudo-report: Using 6bb08d0, a command such as "guix package -i zlib" results in Backtrace: In unknown file: ?: 19 [catch-closure] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 17 [eval # #] In ice-9/boot-9.scm: 2111: 16 [save-module-excu

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Andreas Enge
On Fri, Sep 05, 2014 at 09:11:15AM -0400, David Thompson wrote: > Yesterday, some of us folks on the #guix IRC channel decided to create a > wiki page that lists software that people would like to see packaged. Nice initiative! > You can find the list here: > http://libreplanet.org/wiki/Group:Gui

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Thompson, David
On Wed, Sep 10, 2014 at 1:54 PM, Andreas Enge wrote: > On Fri, Sep 05, 2014 at 09:11:15AM -0400, David Thompson wrote: >> Yesterday, some of us folks on the #guix IRC channel decided to create a >> wiki page that lists software that people would like to see packaged. > > Nice initiative! > Thanks

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Andreas Enge
On Wed, Sep 10, 2014 at 01:57:49PM -0400, Thompson, David wrote: > If you would be so kind as to remove it from the list, that would be great. :) Do I need an account on libreplanet, or does one of my existing gnu or savannah accounts work? I was under the impression I needed a separate one and no

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Jason Self
Andreas Enge said: > Do I need an account on libreplanet, or does one of my existing gnu or > savannah accounts work? I was under the impression I needed a separate one > and not motivated to create it... > > Andreas My understanding is that the LibrePlanet wiki uses single sign on so if you have

Re: [PATCH] utils: Allow wrap-program to be called multiple times.

2014-09-10 Thread Eric Bavier
Ludovic Courtès writes: > Eric Bavier skribis: > >> Currently, if (@ (guix build utils) wrap-program) is called multiple >> times for the same file, the original file ends up being overwritten. >> This happened to me when trying to wrap a python program, which had >> already once been wrapped by

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Thompson, David
On Wed, Sep 10, 2014 at 2:20 PM, Andreas Enge wrote: > On Wed, Sep 10, 2014 at 01:57:49PM -0400, Thompson, David wrote: >> If you would be so kind as to remove it from the list, that would be great. >> :) > > Do I need an account on libreplanet, or does one of my existing gnu or > savannah accoun

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Andreas Enge
On Wed, Sep 10, 2014 at 03:36:12PM -0400, Thompson, David wrote: > Anyway, I just went ahead and removed fetchmail. Very well, thanks! Andreas

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread Omar Radwan
Why isn't the HURD on there? On Sep 10, 2014 10:54 AM, "Andreas Enge" wrote: > On Fri, Sep 05, 2014 at 09:11:15AM -0400, David Thompson wrote: > > Yesterday, some of us folks on the #guix IRC channel decided to create a > > wiki page that lists software that people would like to see packaged. > >

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread David Thompson
On September 10, 2014 4:52:32 PM EDT, Omar Radwan wrote: >Why isn't the HURD on there? Because you haven't added it yet. :)

Re: guix package: Unbound variable: %default-port-conversion-strategy

2014-09-10 Thread Ludovic Courtès
Andreas Enge skribis: > guix/profiles.scm:323:8: In procedure # guix/profiles.scm:323:8 ()>: > guix/profiles.scm:323:8: In procedure module-lookup: Unbound variable: > %default-port-conversion-strategy This variable is unavailable in Guile 2.0.5 and earlier, hence the error. I’ll push a fix sh

Re: Guix package wishlist on libreplanet.org

2014-09-10 Thread David Thompson
David Thompson writes: > On September 10, 2014 4:52:32 PM EDT, Omar Radwan > wrote: >>Why isn't the HURD on there? > > Because yo This is what happens when you try send email from a phone on the subway! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1

Re: pypi->guix script

2014-09-10 Thread Cyril Roelandt
On 09/08/2014 09:06 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> For more details and source code, check out the git repository: >> https://gitorious.org/davexunit/pypi2guix > > This is very cool! > > It would indeed be nice to turn it into a ‘guix pipy’ command or > something like

gnu: Have lua-5.1 compile a .so

2014-09-10 Thread lemonnierk
Hi, While working on getting weechat to build with the lua plugin enabled, I noticed the lua package doesn't produce a liblua.so file. So here is a patch to make it do so. It's basically the same patch as in ArchLinux, with a few differences like actually installing the .so file. From 85a422fb581

Re: pypi->guix script

2014-09-10 Thread Cyril Roelandt
On 09/09/2014 03:05 PM, Thompson, David wrote: > On Tue, Sep 9, 2014 at 3:39 AM, Ludovic Court�s wrote: >> On second though, all the importers should have shared infrastructure. >> Theres already the Nix importer, and the guix import command. >> Perhaps importers could use guix import as a sh

Re: gnu: Have lua-5.1 compile a .so

2014-09-10 Thread Cyril Roelandt
On 09/11/2014 12:31 AM, lemonni...@ulrar.net wrote: > Hi, > Hi, > While working on getting weechat to build with the lua plugin enabled, > I noticed the lua package doesn't produce a liblua.so file. So here is > a patch to make it do so. It's basically the same patch as in ArchLinux, > with a fe

Re: gnu: Have lua-5.1 compile a .so

2014-09-10 Thread Eric Bavier
lemonni...@ulrar.net writes: > --- a/gnu/packages/lua.scm > +++ b/gnu/packages/lua.scm > @@ -75,7 +75,9 @@ for configuration, scripting, and rapid prototyping.") > (uri (string-append "http://www.lua.org/ftp/lua-"; > version ".tar.gz")) >

Fwd: Re: gnu: Have lua-5.1 compile a .so

2014-09-10 Thread Cyril Roelandt
Forwarding to the list as this is obviously not meant to be private :) Forwarded Message Subject: Re: gnu: Have lua-5.1 compile a .so Date: Thu, 11 Sep 2014 01:15:15 +0200 From: lemonni...@ulrar.net To: Cyril Roelandt That's true, thought about doing that at one point, then it

[PATCH] dmd: Allow storing early logs before writing to disk

2014-09-10 Thread David Michael
* modules/dmd.scm (main): Start logging to a buffer instead of a file when the logfile option is set to "delayed". * modules/dmd/comm.scm (start-logging-to-buffer): New procedure. (start-logging): If logs were being written to a string port, write its contents to the log file. --- Hi, When

What's the current state of HURD on Guix?

2014-09-10 Thread Omar Radwan
There was a HURD port of Guix that was "promised", and it's been like 6 months since the announcement, so I was wondering how far is it right now?

Re: What's the current state of HURD on Guix?

2014-09-10 Thread Manolis Ragkousis
Hello Omar I am the one working on that port. We are getting there, just more slowly cause I am working on some university projects. We had some issues with glibc/hurd which refused to build (the upstream version could not be built, whether the debian could) but thankfully with solved that, with