Re: Bug in configure.ac - Wrong guile version

2015-05-02 Thread John Darrington
On Fri, May 01, 2015 at 10:25:32PM +0200, Ricardo Wurmus wrote: John Darrington writes: > On Fri, May 01, 2015 at 07:41:29PM +0200, Ricardo Wurmus wrote: > > John Darrington writes: > > > On Fri, May 01, 2015 at 12:20:41AM +0200, Ludov

Re: hackage importer

2015-05-02 Thread Ludovic Courtès
Federico Beffa skribis: > Please find attached a patch reorganizing the code as you suggest. Woow, neat! Impressive work. I think this is a great improvement. I have a bunch of stylistic comments below, and some open questions as well. > From bc8cdab1e322a25002a3d9cf33eddd856c8a81d8 Mon Sep

Re: [PATCH] gnu: base: Add glibc-hurd and hurd-minimal.

2015-05-02 Thread Manolis Ragkousis
You are right, hurd-minimal patch is no longer needed and I changed hurd-minimal package into inheriting it's version and sources from hurd-headers. From c64bb1c8c91b8f50d2955f5ae3bd1c8735ff40d9 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Sat, 27 Sep 2014 20:07:19 +0300 Subject: [PATCH]

Re: Let's Package jQuery: A Javascript Packaging Dystopian Novella

2015-05-02 Thread Ludovic Courtès
Christopher Allan Webber skribis: > I looked into trying to package jQuery, and it turned out to be quite > the challenge, much larger than I expected: > > http://dustycloud.org/blog/javascript-packaging-dystopia/ Insightful post! > In short, this is another instance where per-language packag

Re: GSoC: Rémi to work on package distribution over GNUnet

2015-05-02 Thread Rémi Birot-Delrue
Hello Guix, first of all: thank you for trusting me on this project! Working on it and for the GNU/FSF means a lot to me. As Ludovic stated, I will start writing Guile bindings for the needed parts of GnuNet. On these building will be written a library to adequately share packages through GnuNet;

Re: Let's Package jQuery: A Javascript Packaging Dystopian Novella

2015-05-02 Thread David Thompson
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> I'm not really sure what this means for Guix and libre web application >> in the future. I'd really like Guix to shine there... but this seems >> like a tough thing to overcome. > > Well, presumably ‘guix import npm’ would be a fi

Re: [PATCH] gnu: mesa: Update to 10.5.4.

2015-05-02 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: >> (Actually there are also some .py files in the source tree which I'm >> told might be necessary at build time regardless of rebuilding the build >> system, but this doesn't seem to be the case for us, maybe because >> they're only needed for some optional features which we

Re: [PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-05-02 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(for-each delete-file >> + (map (cut string-append out <>) >> + '("/lib/jvm/jre/lib/amd64/libjawt.so" >> + "/bin/c++" >> + "/bin/cpp"

Re: Let's Package jQuery: A Javascript Packaging Dystopian Novella

2015-05-02 Thread Ludovic Courtès
David Thompson skribis: > That's true, but we can't hope to have reproducible web applications if > we just ignore npm. IMO, we have to try, we have to come up with tools > to ease maintenance, and we have to do more outreach in the hopes that > we may convince *someone* outside of our circle th

Re: [PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-05-02 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 86f2b4e7f182b5ea734eea4d72ef868b6a25f7eb Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 30 Apr 2015 17:11:39 +0200 > Subject: [PATCH] gnu: gcj: Remove broken symlink and conflicting files. > > * gnu/packages/gcc.scm (gcj)[arguments]: Add a build phase

Re: [PATCH] gnu: Add markdown.

2015-05-02 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Hi, Mathieu! Hi Ludo! > I suspect you also need a call like: > > (patch-shebang "bin/markdown" > (list (string-append (assoc-ref %build-inputs "perl") > "/bin"))) > > so that the #! line in bin/mark

Re: [PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-05-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> From 86f2b4e7f182b5ea734eea4d72ef868b6a25f7eb Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Thu, 30 Apr 2015 17:11:39 +0200 >> Subject: [PATCH] gnu: gcj: Remove broken symlink and conflicting files. >> >> * gnu/packages/gcc.scm

Re: Planning for 0.8.2

2015-05-02 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > For those I’ve just reopened core-updates with the intent of freezing it > in a couple of days or so. The changes should be limited to: > > 1. ld-wrapper bugs fixed (just pushed); > > 2. libstdc++ not having libgcc_s in its RUNPATH (bug #20358); > >

Cppunit undefined reference

2015-05-02 Thread Andreas Enge
Hello, trying to create a package for librevenge (input of libreoffice), during "make check" the following happens: CXXLDtest /gnu/store/6zd4cq3qsxlvcla5wpysf8sadmnq5l5w-cppunit-1.12.1/lib/libcppunit.so: undefined reference to `dlsym' /gnu/store/6zd4cq3qsxlvcla5wpysf8sadmnq5l5w-cppunit-1.1

[DMD] [PATCH] doc: Fix location of default user dmd configuration file.

2015-05-02 Thread David Thompson
While setting up dmd as a user service manager, the docs let me astray and I put my config in the wrong place. >From 5604ea6b3760b3289dd7617c57910669f5b3922e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 2 May 2015 18:58:44 -0400 Subject: [PATCH] doc: Fix location of default user dmd c

[PATCH] Add totem-pl-parser.

2015-05-02 Thread David Hashe
* gnu/packages/gnome.scm (totem-pl-parser): New variable. --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 871cde8..96a21ef 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pack