Re: 01/01: download: Handle HTTP redirects to relative URI references.

2015-02-23 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > "Mark H. Weaver" skribis: > >> +;; XXX: Work around , present in Guile >> +;; up to 2.0.11. >> +(unless (or (> (string->number (major-version)) 2) >> +(> (string->number (minor-version)) 0) >> +(> (string-

[PATCH 2/2] packages: Add %base-search-path-specifications.

2015-02-23 Thread David Thompson
>From cdc378a6fb6a59e49511d4151e0f2ba79e502632 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Feb 2015 20:45:59 -0500 Subject: [PATCH 2/2] packages: Add %base-search-path-specifications. * guix/packages.scm (%base-search-path-specifications): New variable. * guix/scripts/package.scm

[PATCH 1/2] packages: Merge like search path specifications.

2015-02-23 Thread David Thompson
>From 3f72a5d1cfe6d65f54c50c2ac8a8dd31f1a0691f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Feb 2015 20:36:59 -0500 Subject: [PATCH 1/2] packages: Merge like search path specifications. * guix/packages.scm (merge-search-path-specifications): New procedure. * guix/scripts/packages.s

[PATCH 0/2] Improve search path handling?

2015-02-23 Thread David Thompson
While hacking on Ruby stuff, I noticed that executable files in Ruby gems aren't installed in 'bin', but rather 'lib/ruby/gems/2.2.0/bin'. In order to make these executables "just work", I decided to add a search path specification for $PATH to the ruby package. That's when I noticed an issue: 'gu

Re: Patch: Add avidemux

2015-02-23 Thread Andreas Enge
The attached patch now also adds the previous version of avidemux. The gtk binary works, as well as the command line binary with the script I was using. Andreas >From 87a4e44c433e76442735a467103a5099d46f01c4 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 23 Feb 2015 22:59:20 +0100 Subjec

Re: bug#19933: LC_TIME category in Coreutils

2015-02-23 Thread Paul Eggert
On 02/23/2015 01:28 PM, Ludovic Courtès wrote: I suspect this isn’t needed. This is needed so that 'ls -l' can output a date format suitable for the current locale. These formats aren't part of glibc and so are not in glibc's LC_TIME information. The default formats for the C locale are "%

Re: LC_TIME category in Coreutils

2015-02-23 Thread Andreas Schwab
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> I tried adding 'glibc-locales' to my system profile, and got this: >> >> ERROR: union-build: collision between file and directories ((files >> ("/gnu/store/nda1ih2iy8likfipl62afiqs6jwdsfxi-glibc-locales-2.20/share/locale/zh_CN/

Re: [PATCH] gnu: Add pumpa.

2015-02-23 Thread David Thompson
David Thompson writes: > Here's our first pump.io client! I created a new "pumpio" module > because there are other clients and libraries out there that could be > added in the future. Bump. I'll push this tomorrow if there are no objections. I've been using it for a few days without issues.

Re: [PATCH] gnu: Add CCL.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: >> +(license (list license:lgpl2.1 >> + license:clarified-artistic ;TRIVIAL-LDAP package > > TRIVIAL-LDAP? Just the name of some CL package. Thanks for the review; pushed with the change you requested. Taylan

Re: Patch: Add avidemux

2015-02-23 Thread Andreas Enge
PS: The package creates a directory lib64/ on x86_64, and not lib/; this could be a problem, as I am passing the name into a cmake flag. Unlike suggested in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18926 using (string-append "-DCMAKE_INSTALL_LIBDIR=" out "/lib") as

Patch: Add avidemux

2015-02-23 Thread Andreas Enge
Hello, this one was not pretty... The command line program avidemux3_cli does not work from the bash script I am using. avidemux3_gtk opens a little window "Glade - Cannot load glade file", and prints the following error messages (among others): Trying :

Re: [PATCH] gnu: Add twolame.

2015-02-23 Thread Andreas Enge
On Mon, Feb 23, 2015 at 10:42:35PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Other than that, we could modify that file to remove that check, knowing > that `sndfile-convert' is there, since the inputs have `libsndfile'. > Should we go that way, how about: I do not know. If it is used and neede

Re: [PATCH] gnu: Add CCL.

2015-02-23 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > This uses a precompiled lisp heap image, which cannot be generated > without already having another version of itself (not even another CL > implementation), so it's perfect breeding ground for a Thompson > hack. :-) > > I've been

Re: [PATCH] gnu: Add twolame.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Sun, Feb 22, 2015 at 01:18:25PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> I noticed that occasionally some ./configure scripts will say "which: >> command not found" and in that case I add it. I didn't look into what >> difference it makes though, since it doesn't m

Re: [PATCH] gnu: gnutls: Configure location of system-wide trust store

2015-02-23 Thread Ludovic Courtès
Mark H Weaver skribis: > No, it's not worse than it was before. Sorry if I gave that impression. > The only issue is that we might need to generate a single-file > certificate bundle for now, because I haven't found a way to get 'git' > to check certificates on GuixSD without a single-file cert

LC_TIME category in Coreutils

2015-02-23 Thread Ludovic Courtès
Mark H Weaver skribis: > I tried adding 'glibc-locales' to my system profile, and got this: > > ERROR: union-build: collision between file and directories ((files > ("/gnu/store/nda1ih2iy8likfipl62afiqs6jwdsfxi-glibc-locales-2.20/share/locale/zh_CN/LC_TIME")) > (dirs > ("/gnu/store/mgfqcbm31rh

Re: [ART] Website mockup rev2

2015-02-23 Thread Andreas Enge
On Fri, Feb 20, 2015 at 09:02:50PM -0500, Luis Felipe López Acevedo wrote: > Here is a revision of the last mockup for the website [1]. This time > aimed at a techie audience. > http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-rev2.jpg Very nice, I think it fits better! Andreas

Re: [PATCH]: Add LV2 mda Piano/EPiano plugins.

2015-02-23 Thread Andreas Enge
On Sun, Feb 22, 2015 at 05:41:32PM +0100, Ricardo Wurmus wrote: > The plugins work fine for me (e.g. in jalv), but they need the LV2_PATH > to be set in order to be found by the LV2 host. Might this be a case for search paths? Andreas

Re: [PATCH] gnu: Add twolame.

2015-02-23 Thread Andreas Enge
On Sun, Feb 22, 2015 at 01:18:25PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > I noticed that occasionally some ./configure scripts will say "which: > command not found" and in that case I add it. I didn't look into what > difference it makes though, since it doesn't make the configure script > f

Re: [ART] Updated GRUB background with GuixSD logo

2015-02-23 Thread Ludovic Courtès
Luis Felipe López Acevedo skribis: > El jue, 19-02-2015 a las 13:41 -0500, Mark H Weaver escribió: >> >> I think the shadow in E needs to be larger and darker to be effective >> there. Anyway, I don't want to make too much work for you. I would be >> happy with any of C, D, or E. >> >> T

Re: Torrenting GuixSD!

2015-02-23 Thread Andreas Enge
On Mon, Feb 23, 2015 at 09:47:38PM +0100, Ludovic Courtès wrote: > Definitely. Is someone with commit access willing to do that? (See > “Source Code” -> “Use CVS” on .) I still think it would be nice to include the signature into the torrent. Andreas

Re: [PATCH 3/4] import: cpan: Use corelist to filter dependencies.

2015-02-23 Thread Ludovic Courtès
Eric Bavier skribis: > On Sat, 14 Feb 2015 00:15:22 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > >> Eric Bavier skribis: >> >> > * guix/import/cpan.scm (%corelist): New variable. >> > (module->dist-name, core-module?): New procedures. >> > (cpan-module->sexp)[convert-inputs]: Use them.

Re: Torrenting GuixSD!

2015-02-23 Thread Ludovic Courtès
Eric Bavier skribis: > On Fri, 13 Feb 2015 17:53:57 -0500 > David Thompson wrote: > >> Polchi writes: >> >> > As jgrant asked on IRC, I proposed to help creating torrents for GuixSD. >> > Because those files are big, it might help GNU servers if we exchange >> > the data by ourselves. :-) >> >

Re: [PATCH] gnu: Add wxwidgets.

2015-02-23 Thread Andreas Enge
On Mon, Feb 23, 2015 at 09:17:46PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > Thanks for the feedback! Here's the updated patch. Looks good to me, please push! The real test will come once you compile something with it :-) Andreas

Re: 01/01: download: Handle HTTP redirects to relative URI references.

2015-02-23 Thread Ludovic Courtès
"Mark H. Weaver" skribis: > +;; XXX: Work around , present in Guile > +;; up to 2.0.11. > +(unless (or (> (string->number (major-version)) 2) > +(> (string->number (minor-version)) 0) > +(> (string->number (micro-version)) 11)) Just a minor nit:

Re: [PATCH] gnu: Add wxwidgets.

2015-02-23 Thread Taylan Ulrich Bayırlı/Kammer
Thanks for the feedback! Here's the updated patch. >From 09f4144de6137c1fe9f9a2bc4697ed9b3b03f253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 15:15:12 +0100 Subject: [PATCH 1/9] gnu: Add wxwidgets. * gnu/packages/wxwidgets.scm: N

Re: [PATCH] gnu: Add Scikit-learn.

2015-02-23 Thread Andreas Enge
On Mon, Feb 23, 2015 at 06:17:47PM +0100, Ricardo Wurmus wrote: > The python2-scikit-learn package isn't working as it should. It does > not actually install python2.7 libraries but just the 3.3 libs. I think you did things the wrong way around: You inherit from the python3 package, then swap its

[PATCH] gnu: Add Scikit-learn.

2015-02-23 Thread Ricardo Wurmus
>From d14dbf6e006b29b93152134c724265cb0b65e41f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 23 Feb 2015 17:22:29 +0100 Subject: [PATCH] gnu: Add Scikit-learn. * gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn): New variables. --- gnu/packages/python.scm | 65

Re: [PATCHES] Add wicd and wicd-service

2015-02-23 Thread Daniel Pimentel
On 2015-02-12 10:44, Mark H Weaver wrote: Daniel Pimentel writes: Guixs, I reconfigured my system with wicd. My config.scm (in /etc/config.scm): (use-modules (gnu)) (use-service-modules xorg networking dbus avahi) (use-package-modules avahi wicd) ... (service (cons* (slim-service)

Re: GuixSD in GPT

2015-02-23 Thread Daniel Pimentel
On 2015-02-23 09:29, 宋文武 wrote: Daniel Pimentel writes: Hi Guix, I tryed install GuixSD in a PC (Dell Optiplex 7010) in my work, but there is a error: "guix grub-bios-setup: This GPT partition label contains no BIOS boot partition" P.S.: I use the Legacy Bios in this computer. You need a sm

Re: GuixSD in GPT

2015-02-23 Thread 宋文武
Daniel Pimentel writes: > Hi Guix, > > I tryed install GuixSD in a PC (Dell Optiplex 7010) in my work, but > there is a error: > > "guix grub-bios-setup: This GPT partition label contains no BIOS boot > partition" > > P.S.: I use the Legacy Bios in this computer. You need a small(~1MiB) BIOS bo

GuixSD in GPT

2015-02-23 Thread Daniel Pimentel
Hi Guix, I tryed install GuixSD in a PC (Dell Optiplex 7010) in my work, but there is a error: "guix grub-bios-setup: This GPT partition label contains no BIOS boot partition" P.S.: I use the Legacy Bios in this computer. Thanks, -- Daniel Pimentel (d4n1)