Re: core-updates, next release, and all that

2016-08-31 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 28/07/16 19:31, Andreas Enge wrote: >> Hello, >> >> the main failures that remain on x86 are related to the gmime problem fixed >> in master. So I merged master once again and will start another evaluation >> of core-updates. Probably we are done then. >> >> There is a

Re: new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'

2016-08-31 Thread Ricardo Wurmus
Hartmut Goebel writes: > I try to build the asn1c package, see below. But this fails with the > following error message. > > /gnu/store/…-automake-1.15/share/automake-1.15/am/ltlibrary.am: > warning: 'libasn1compiler.la': linking libtool libraries using a non-POSIX > archiver requires 'AM_PROG_A

Re: [PATCH v6 2/2] gnu: Add arduino-makefile.

2016-08-31 Thread Ricardo Wurmus
Hi Danny, Thank you for your contributions! I haven’t followed the discussion on the previous versions, so I hope my comments below are not annoying. > +(define-public arduino-makefile > + (package > +(name "arduino-makefile") > +(version "1.5.1") > +(source (origin > +

Re: [PATCH v6 1/2] gnu: Add arduino-libraries.

2016-08-31 Thread Ricardo Wurmus
Danny Milosavljevic writes: > * gnu/packages/arduino.scm (arduino-installer, arduino-libraries): New > variables. I think we’d just write “New file.” without mentioning the new variables. > * > gnu/packages/patches/arduino-libraries-hardware-remove-__cxa_guard_acquire.patch: > New file. > *

Re: [PATCH] gnu: Add mash.

2016-08-31 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote: >> * gnu/packages/bioinformatics.scm (mash): New variable. > > Thanks! > >> + (add-after 'unpack 'fix-includes >> + (lambda _ >> + (substitute* '("src/mash/Sketch.cpp" >> "src/mash

Re: [PATCH] gnu: Add p7zip.

2016-08-31 Thread Ricardo Wurmus
Kei Kebreau writes: > Whoops, last patch was a bit messy and stacked on the previous one. This > patch should be better! I just wanted to push a slightly modified version of this (attached) but I cannot actually build the package. The patch to remove unused code does not apply due to different

Re: State of maven build system, gradle and Apache commens

2016-09-01 Thread Ricardo Wurmus
Hartmut Goebel writes: > is anyone working on this? (I'm lacking knowledge to help with maven > or gradle, but could help with commons.) We are still a long way off before get to a working maven build system. I have a few more Java packages sitting here, but it’s not much. We first need to rec

Re: Building for Android and F-Droid

2016-09-01 Thread Ricardo Wurmus
Thompson, David writes: > Does anyone know what we are missing to be able to package android > tools? Given the current state of our support for Java I’d say we mostly need more Java packages in Guix. A first big step would be to package enough to be able to build Maven from source (no cheatin

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-09-01 Thread Ricardo Wurmus
ng0 writes: > Ludovic Courtès writes: > >> Hi, >> >> ng0 skribis: >> The ‘nss-certs’ package provides X.509 certificates: https://www.gnu.org/software/guix/manual/html_node/X_002e509-Certificates.html >>> >>> I commented nss-certs, enabled or disabled it made no differen

Re: [PATCH v6 2/2] gnu: Add arduino-makefile.

2016-09-01 Thread Ricardo Wurmus
Danny Milosavljevic writes: > Hi Ricardo, > > On Wed, 31 Aug 2016 22:02:55 +0200 > Ricardo Wurmus wrote: >> > + (let ((avr-gcc (assoc-ref inputs "avr-gcc-5")) >> > + (avr-binutils (assoc-ref inputs "avr-binutils")

Re: [PATCH] gnu: add asn1c

2016-09-01 Thread Ricardo Wurmus
Hi Hartmut, > * gnu/packages/tsl.scm (asn1c): New variable. Thanks for the patch! Below are some comments about style and customs :) > gnu/packages/tls.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm > ind

Re: [PATCH] gnu: Add p7zip.

2016-09-01 Thread Ricardo Wurmus
Kei Kebreau writes: > Ricardo Wurmus writes: > >> Kei Kebreau writes: >> >>> Whoops, last patch was a bit messy and stacked on the previous one. This >>> patch should be better! >> >> I just wanted to push a slightly modified version of th

Re: [PATCH 0/1] OpenSSL 1.1.0

2016-09-02 Thread Ricardo Wurmus
Leo Famulari writes: > This patch updates to OpenSSL to 1.1.0. > > I don't think we should update now; basically nothing works yet with the > new interface. > > But, I could adapt the patch to add this version as openssl-next. > > Your thoughts? I also read about lots of breakage due to the upd

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Ricardo Wurmus
Hartmut Goebel writes: > Hallo, > > apache-commons > > These might have unpackaged dependencies of their own. If you took over > “apache-commons” that would be very helpful. You should be able to use > the “ant-build-system” to get started, even if it doesn’t result in the > prettiest

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Ricardo Wurmus
Hartmut Goebel writes: > Meantime I managed to build commons-io, commons-cli, commons-lang and > commons-codec. Cool! > I found all of these need intervention for building, as there is no > "install" target (maybe I missed something). Echo of the packages > behaves a bit different (e.g. differ

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Ricardo Wurmus
Efraim Flashner writes: > On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: >> Ricardo Wurmus writes: >> >> > Kei Kebreau writes: >> > >> >> Ricardo Wurmus writes: >> >> >> >>> Kei Kebreau writes: >>

Re: [PATCH] gnu: Add p7zip.

2016-09-02 Thread Ricardo Wurmus
Efraim Flashner writes: > On September 2, 2016 2:51:03 PM GMT+03:00, Ricardo Wurmus > wrote: >> >>Efraim Flashner writes: >> >>> On Thu, Sep 01, 2016 at 03:05:34PM -0400, Kei Kebreau wrote: >>>> Ricardo Wurmus writes: >>>> >>

[PATCH] gnu: Add Infernal.

2016-09-02 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (infernal): New variable. --- gnu/packages/bioinformatics.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 08c2545..1652f71 100644 --- a/gnu/packages/bioinf

Re: [PATCH] gnu: Add Infernal.

2016-09-02 Thread Ricardo Wurmus
Thompson, David writes: > On Fri, Sep 2, 2016 at 9:35 AM, Ricardo Wurmus > wrote: >> * gnu/packages/bioinformatics.scm (infernal): New variable. >> --- >> gnu/packages/bioinformatics.scm | 27 +++ >> 1 file changed, 27 insertions(+) &

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> 宋文武 writes: >> >>> Ricardo Wurmus writes: >>> >>>> gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE. >>>> gnu: gtk+: Add patch to support GUIX_GTK3_IM_MODULE_FI

Re: Tracking package submissions with Debbugs

2016-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > I suppose it wouldn’t handle patch series very well though, would it? > Or people would have to send the “cover letter” of the series first, and > then send the rest to n...@debbugs.gnu.org once a number has been > assigned? Or could we have a bug per module? Then the

Re: State of maven build system, gradle and Apache commens

2016-09-02 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 02.09.2016 um 13:48 schrieb Ricardo Wurmus: > > > > I found all of these need intervention for building, as there is no >> "install" target (maybe I missed something). Echo of the packages >> behaves a bit diff

Re: [PATCH] guix: ant-build-system: Fix pattern for collecting jar-files.

2016-09-03 Thread Ricardo Wurmus
Thanks! I pushed this to master as abc4cb57ca6ae015e916d0218a904b250ec23659. ~~ Ricardo

Re: [PATCH 0/2] Fix IBus input methods.

2016-09-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> Ludovic Courtès writes: >> >>> Ricardo Wurmus skribis: >>> >>>> 宋文武 writes: >>>> >>>>> Ricardo Wurmus writes: >>>>> >>>>>

Re: [PATCH] gnu: Add p7zip.

2016-09-04 Thread Ricardo Wurmus
Hi Kei, > Ricardo Wurmus writes: > >> Kei Kebreau writes: >> >>> Ricardo Wurmus writes: >>> >>>> Kei Kebreau writes: >>>> >>>>> Whoops, last patch was a bit messy and stacked on the previous one. This >>>&g

Re: calendar: Add remind

2016-09-04 Thread Ricardo Wurmus
Hi Stefan, thank you for this patch! I’ve done the following things: - checked the license (it is indeed GPLv2 only) - checked the GPG signature - adjusted the indentation - added a padding procedure to automatically derive the tarball location from the version string - reformatted the descri

Re: (guix modules) and ‘source-module-closure’

2016-09-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > Commit 7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe adds (guix module), > which provides a way to compute the closure of a Scheme module by > looking at its source code. > > This has to do with typical ‘with-imported-modules’ usage, as explained > in the manual: > >

Re: Removing the attic package

2016-09-05 Thread Ricardo Wurmus
Ludovic Courtès writes: >> Do we have any guidelines about "retiring" packages? > > Not yet! > > Of course there’s a fine line here: we cannot systematically retire > packages “just” because they have bugs (all of them do ;-)). So we have > to be cautious. In this case, it can be considered a

Re: [PATCH] gnu: Add Infernal.

2016-09-05 Thread Ricardo Wurmus
Efraim Flashner writes: > On Fri, Sep 02, 2016 at 04:12:21PM +0200, Ricardo Wurmus wrote: >> >> Thompson, David writes: >> >> > On Fri, Sep 2, 2016 at 9:35 AM, Ricardo Wurmus >> > wrote: >> >> * gnu/packages/bioinformatics.scm (infernal

Re: State of maven build system, gradle and Apache commens

2016-09-06 Thread Ricardo Wurmus
Hi Björn, > I'm interested in which version of maven do you start to create? Which > version(s) of the dependencies/plugins are you rebuilding? I decided to start with the latest and build as many dependencies as possible without Maven. I briefly considered packaging an older version but ran in

Re: Using a function as build-step?

2016-09-06 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > Hartmut Goebel skribis: > >> while packaging some java apache common packages, I found myself adding >> some build steps over and over again, like this one: >> >> (replace 'install >>(lambda* (#:key outputs #:allow-other-keys) >>

[PATCH 1/2] gnu: man-db: Use modify-phases syntax.

2016-09-07 Thread Ricardo Wurmus
/gnu/packages/man.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2014, 2015 Ludovic Courtès ;;; Copyright © 2014 David Thompson -;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015, 2016 Ricardo Wurmus ;;; Copyright © 2015 Alex Kost

[PATCH 2/2] gnu: man-db: Patch path to iconv.

2016-09-07 Thread Ricardo Wurmus
* gnu/packages/man.scm (man-db)[arguments]: Add phase "patch-iconv-path". Fixes . --- gnu/packages/man.scm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm index a5ee2d3..8658519 100644 --- a/gnu/pa

[PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-07 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-curl)[arguments]: Add phase "allow-CURL_CA_BUNDLE". --- gnu/packages/web.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 87bc3e2..321a250 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm

Re: Guile 2.2 packages

2016-09-07 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > The Guile 2.2 series is becoming a reality, so time has come to provide > packages built with/for Guile 2.2 (aka. 2.1, aka. ‘guile-next’). [...] > > The main difficulty is that upstream build systems and some of our > recipes hard-code “/2.0” in the name of

Re: [PATCH 1/2] gnu: man-db: Use modify-phases syntax.

2016-09-07 Thread Ricardo Wurmus
Ludovic Courtès writes: > Efraim Flashner skribis: > >> On Wed, Sep 07, 2016 at 10:47:06AM +0200, Ricardo Wurmus wrote: >>> * gnu/packages/man.scm (man-db)[arguments]: Use modify-phases syntax. > > [...] > >> The patches look good to me. Also my quick

[PATCH 2/2] gnu: r-rmarkdown: Ensure temporary files can be deleted.

2016-09-08 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rmarkdown)[arguments]: Add phase "copy-files-without-mode". --- gnu/packages/statistics.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index a9aa83b..da64f66 100644 --- a/gnu/package

[PATCH 1/2] gnu: r-htmltools: Ensure temporary files can be deleted.

2016-09-08 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-htmltools)[arguments]: Add phase "copy-files-without-mode". --- gnu/packages/web.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 321a250..a682e6d 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages

Re: R

2016-09-08 Thread Ricardo Wurmus
/labs.genetics.ucla.edu/horvath/CoexpressionNetwork/Rpackages/WGCNA/faq.html > > > On 06/02/16 08:24, Andreas Enge wrote: >> On Fri, Feb 05, 2016 at 09:48:24PM +0100, Ricardo Wurmus wrote: >>> I would suggest to drop “--with-lapack”, too. (I haven’t found the time >>&g

Should updaters suggest changes to inputs?

2016-09-12 Thread Ricardo Wurmus
Hi Guix, one problem that I’ve stumbled upon with R packages is that new versions occasionally depend on new inputs. “guix refresh -u” updates the version number and the hash for me, but it doesn’t tell me that new inputs are needed — or that existing inputs have been dropped — according to upstr

Re: Should updaters suggest changes to inputs?

2016-09-12 Thread Ricardo Wurmus
Efraim Flashner writes: > On Mon, Sep 12, 2016 at 03:45:39PM +0200, Ricardo Wurmus wrote: >> Do you think “guix refresh” should also mention changes to inputs? […] > Like if you were rerunning `guix import foo bar'? Exactly, that’s the idea. The updater has to look up ups

[PATCH 2/2] gnu: Add guile2.2-redis.

2016-09-13 Thread Ricardo Wurmus
* gnu/packages/guile.scm (guile2.2-redis): New variable. --- gnu/packages/guile.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 5b8fffe..08430ad 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -955,6 +955,9 @@ abo

[PATCH 1/2] gnu: guile-redis: Remove hard-coded Guile effective version.

2016-09-13 Thread Ricardo Wurmus
* gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in 'Makefile.in'. --- gnu/packages/guile.scm | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/gnu/packages/guile.scm b/g

Re: [PATCH] $HOME/.guix-profile considered harmful.

2016-09-13 Thread Ricardo Wurmus
John Darrington writes: > I have my /home NFS mounted (not uncommon in large networks, I think). > Unfortunately this does not play nicely with guix's convention of setting > $PATH &c to $HOME/.guix-profile and then linking $HOME/.guix-profile to > %state-directory/profiles/per-user/$USER/guix_p

Re: [PATCH v4 2/3] gnu: Make ldc work again

2016-09-13 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Sep 13, 2016 at 12:53:39PM -0400, Leo Famulari wrote: >> On Tue, Sep 13, 2016 at 12:30:41PM +0200, Danny Milosavljevic wrote: >> > * gnu/packages/ldc.scm (ldc): Added substitution. Added zlib input. Fix >> > llvm and clang inputs to 3.7. >> >> LDC built with this

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-13 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/lisp.scm (femtolisp): New variable. > --- > gnu/packages/lisp.scm | 53 > +++ > 1 file changed, 53 insertions(+) > > diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm > index 8ee249d..4e2ecdb 100644 > --- a/g

Re: [PATCH 2/2] gnu: Add guile2.2-redis.

2016-09-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/guile.scm (guile2.2-redis): New variable. > > OK Pushed to master as 85313be89d57a99f32f7991448ec06af7462f338. Thanks! ~~ Ricardo

Re: [PATCH 1/2] gnu: guile-redis: Remove hard-coded Guile effective version.

2016-09-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/guile.scm (guile-redis)[snippet]: Modify 'ac_subst_vars' >> in 'configure', and use "@GUILE_EFFECTIVE_VERSION@" instead of "2.0" in >> 'Makefile.in'. > > OK! Pushed as ea833d301b0f4ff17dbc9403e18484a03258067e. ~~ Ricardo

[PATCH] gnu: Add r-rtsne.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rtsne): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f7110ae..334c72a 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/pac

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
Hi, > I hope the appended patch still applies. could you please send a new, complete patch? You seem to have removed the “#t” from the “install” phase accidentally. The return value should be kept. ~~ Ricardo

[PATCH 2/7] gnu: Add assimp.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/graphics.scm (assimp): New variable. --- gnu/packages/graphics.scm | 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index d0df830..930e198 100644 --- a/gnu/packages/graphics.scm

[PATCH 3/7] gnu: Add stb-image-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/image.scm (stb-image-for-extempore): New variable. --- gnu/packages/image.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 1b10846..e40fa9a 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages

[PATCH 7/7] gnu: Add Extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/music.scm (extempore): New variable. --- gnu/packages/music.scm | 147 + 1 file changed, 147 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c62dbbc..c512d53 100644 --- a/gnu/packages/music.scm +++ b/g

[PATCH 5/7] gnu: Add kiss-fft-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/algebra.scm (kiss-fft-for-extempore): New variable. --- gnu/packages/algebra.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 4fb15c6..83f03a0 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/p

[PATCH 1/7] gnu: Add nanovg-for-extempore.

2016-09-14 Thread Ricardo Wurmus
+4,7 @@ ;;; Copyright © 2014, 2016 David Thompson ;;; Copyright © 2014, 2015 Mark H Weaver ;;; Copyright © 2016 ng0 +;;; Copyright © 2016 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -573,3 +574,27 @@ OpenGL.") desktop computers. It provides a simple API for cre

[PATCH 0/7] Add Extempore.

2016-09-14 Thread Ricardo Wurmus
ambda (in time chan dat) (* .1 (cos (* (convert time) .04) ;; tell Extempore to use `sine` as the audio output sink (dsp:set! sine) Thanks in advance to the brave soul willing to review this! ~~ Ricardo Ricardo Wurmus (7): gnu: Add nanovg-for-extempore. gnu: Add assimp.

[PATCH 4/7] gnu: Add llvm-for-extempore.

2016-09-14 Thread Ricardo Wurmus
@@ ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2016 Dennis Mungai +;;; Copyright © 2016 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -267,3 +268,10 @@ code analysis tools.") (define-public clang-3.5 (clang-from-llvm llvm-3.5

[PATCH 6/7] gnu: Add portmidi-for-extempore.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/music.scm (portmidi-for-extempore): New variable. --- gnu/packages/music.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index f294564..c62dbbc 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm

[PATCH] gnu: Add r-e1071.

2016-09-14 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-e1071): New variable. --- gnu/packages/statistics.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 334c72a..fdc97ca 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packa

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
ng0 writes: > ng0 writes: > >> [ Unknown signature status ] >> Ricardo Wurmus writes: >> >>> Hi, >>> >>>> I hope the appended patch still applies. >>> >>> could you please send a new, complete patch? >>> >

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-14 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: >> In this case we should probably split these changes up as they are not >> related to one another. Alternatively, the summary line should be >> changed to apply to all of the changes in this patch. > > Can you give me an e

Re: [PATCH 6/7] gnu: Add portmidi-for-extempore.

2016-09-14 Thread Ricardo Wurmus
Thompson, David writes: > On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: >> * gnu/packages/music.scm (portmidi-for-extempore): New variable. >> --- >> gnu/packages/music.scm | 17 + >> 1 file changed, 17 insertions(+) >> >> di

Re: [PATCH 4/7] gnu: Add llvm-for-extempore.

2016-09-16 Thread Ricardo Wurmus
Thompson, David writes: > On Wed, Sep 14, 2016 at 5:38 AM, Ricardo Wurmus wrote: >> * gnu/packages/llvm.scm (llvm-for-extempore): New variable. >> --- >> gnu/packages/llvm.scm | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git a/gnu/pa

Re: [PATCH 0/7] Add Extempore.

2016-09-16 Thread Ricardo Wurmus
Ricardo Wurmus writes: > This patch set adds Extempore, a Scheme-like language for live coding of audio > and graphics. Extempore comes with an Emacs mode to facilitate live coding > from within Emacs (much like using Geiser for Guile). Thanks to the reviewers I fixed the missing

Re: [PATCH] gnu: Add r-rtsne.

2016-09-16 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Sep 14, 2016 at 09:38:34AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-rtsne): New variable. > >> +(license license:bsd-3))) > > Some of the files in 'src/' use a 4-clause BSD license. Oh, the license in

[PATCH 1/3] gnu: Add arm-none-eabi cross compiler.

2016-09-17 Thread Ricardo Wurmus
so") ((string=? system "i686-mingw") "no-ld.so") diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm new file mode 100644 index 000..17ca784 --- /dev/null +++ b/gnu/packages/embedded.scm @@ -0,0 +1,121 @@ +;;; GNU Guix --- Functional package m

[PATCH 3/3] gnu: Add newlib-nano-arm-none-eabi.

2016-09-17 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 8f484e5..43f6068 100644 --- a/gnu/packages/embedded.scm +++ b/g

[PATCH 0/3] Add GCC cross compiler for arm-none-eabi.

2016-09-17 Thread Ricardo Wurmus
atches I'd need to backport. If somebody knows better I'd appreciate hints. ~~ Ricardo Ricardo Wurmus (3): gnu: Add arm-none-eabi cross compiler. gnu: Add newlib-arm-none-eabi. gnu: Add newlib-nano-arm-none-eabi. gnu/local.mk | 1 + gnu/packages/bootstrap.scm | 1

[PATCH 2/3] gnu: Add newlib-arm-none-eabi.

2016-09-17 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (newlib-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 17ca784..8f484e5 100644 --- a/gnu/packages/e

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread Ricardo Wurmus
宋文武 writes: > * gnu/packages/games.scm (mrrescue): New variable. > --- > gnu/packages/games.scm | 48 > 1 file changed, 48 insertions(+) > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index d386e2c..8d321fc 100644 > --- a/gnu/

“guile-next” failed — but actually didn’t

2016-09-18 Thread Ricardo Wurmus
Hi Guix, Hydra lists the build for “guile-next” at version 2.1.4 as failed, even though, according to the logs, it has been built successfully. This causes the “guile2.2-*” packages to be marked as failed, too. See https://hydra.gnu.org/build/1473033 What’s going on there? Should we restart th

Re: [PATCH 0/1] gnupg@2.1.13: Fix expired test

2016-09-19 Thread Ricardo Wurmus
Leo Famulari writes: > GnuPG's 'tofu.test' had a hard-coded expiration date of 2016-09-17. This > patch backports the upstream fix. > > https://bugs.gnupg.org/gnupg/issue2393 > https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=e584d6468a2e72cd01e55f46104f9f96b56c0b66 > > Leo Famula

Re: Python: inputs vs. propagated inputs

2016-09-19 Thread Ricardo Wurmus
Hartmut Goebel writes: > Hi, > > I still do not get whether python packages required at run-time need to > be inputs or propagated inputs. > > The part about inputs, native-inputs and propagated-inputs in section > "package Reference" explicitly states Python as an example where > propagated-inp

Re: [Patch 1/10] Add pjproject.

2016-09-19 Thread Ricardo Wurmus
Hi Lukas, thanks for the patches! > From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 > From: Lukas Gradl > Date: Wed, 20 Jul 2016 21:26:32 -0500 > Subject: [PATCH 01/10] gnu: Add pjproject > * gnu/packages/telephony.scm (pjproject-sfl): New variable. > --- > gnu/packages/

Re: [PATCH] gnu: racket: Update to 6.6.

2016-09-19 Thread Ricardo Wurmus
Pushed to master as c2c84add5434d9308b77e2f1d225bf31cdce3070. Thanks! ~~ Ricardo

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-rbgl): New variable. > --- > gnu/packages/bioinformatics.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index ffb9692..3d607cc

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Roel Janssen writes: >> >>> * gnu/packages/bioinformatics.scm (r-rbgl): New variable. >>> --- >>> gnu/packages/bioinformatics.scm | 24 >>> 1 file chang

Re: [PATCH 7/7] gnu: Add r-bioccheck.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-bioccheck): New variable. > --- > gnu/packages/bioinformatics.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index 902d1d2

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > Roel Janssen writes: > >> Dear Guix, >> >> I don't know what the impact of the following upgrade is, but I think it >> would be good to update Boost to the latest stable version that was >> released on May 13th, 2016. >> >> What do you think? >> >> Kind regards, >> Roel Ja

Re: [PATCH 3/7] gnu: Add r-biocviews.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-biocviews): New variable. > --- > gnu/packages/bioinformatics.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index 3d607cc.

Re: [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)

2016-09-19 Thread Ricardo Wurmus
There seems to be something wrong with the summary. Did you forget to leave the second line empty? > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index af32d66..902d1d2 100644 > --- a/gnu/packages/bioinformatics.scm > +++ b/gnu/packages/bioinformatics.scm > @@

Re: [PATCH 5/7] gnu: Add r-optparse.

2016-09-19 Thread Ricardo Wurmus
That’s also one I’ve packaged but forgot to send to the ML :) > +(define-public r-optparse > + (package > +(name "r-optparse") > +(version "1.3.2") > +(source > + (origin > + (method url-fetch) > + (uri (cran-uri "optparse" version)) > + (sha256 > +(base3

Re: [PATCH 4/7] gnu: Add r-biocstyle.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-biocstyle): New variable. LGTM!

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: >> Okay. I’ll make the change before pushing. > > If you want I can do the modifications as well and push. Saves you some > valuable time :) Yes, that would be best. I forgot that you already have push access! :) >> I didn’t try to swap out the sources. In my opinion t

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Ricardo Wurmus
Kei Kebreau writes: > (how do I inherit a package from another module?) Just like inheriting from any other package: you declare that the module containing the package variable be used, and then inherit from the package variable. ~~ Ricardo

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/gnunet.scm (gnunet)[inputs]: Add inputs > zlib, perl, jansson, ncurses, nss, gmp, bluez, glib, libogg. > (gnunet)[native-inputs]: Move python-2 from here ... > to (gnunet)[inputs]. Have you checked that the resulting build artifacts retain references to all these ne

Re: [PATCH 2/2] gnu: gnunet-gtk: Add gsettings-desktop-schemas to inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add gsettings-desktop-schemas. > --- > gnu/packages/gnunet.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index e4fd95e..a75d1ad 100644 > --- a/gnu/packages/gnunet.scm

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: >> Is adding “bluez” and “libogg” really needed? They seem a little >> unusual for networking software. > > It is not just networking software. > It's been to long since I found out all these dependencies, I just > decided to add them to guix master now. Bluez is for bluetooth suppo

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: >> GNUnet doesn’t encode/decode ogg audio files, does it? > > It has this telephony feature (gnunet-conversation, despite the README > it no longer is experimental) and gnunet-helper-audio-record-gst > references ogg. > src/conversation/gnunet-helper-audio-record.c:41:#include > > c

Re: [PATCH 2/2] gnu: Add qtox.

2016-09-21 Thread Ricardo Wurmus
Brendan Tildesley writes: > I was able to compile and run, but the package technically failed with > > builder for `/gnu/store/3qh6k8lixrkdxvd3zfvapc1fdwl079lv-qtox-1.5.1.drv' > failed to produce output path > `/gnu/store/j4yg5hd5giss2fpivzdkrdlzp62x4qbq-qtox-1.5.1' > > I don't understand what p

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-21 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: >> This patch was essential to me being able to interact with HTTPS urls in >> R. As far as I understand, by default, R only looks for CURL_CA_BUNDLE >> on Windows, but with this patch it looks for CURL_CA_BUND

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > ng0 skribis: […] >> Okay, I will fix it. In the meantime should the additional patch which >> is unrelated to this change be applied. > > Sorry, I’ll let whoever reviewed reply. :-) That would be me :) I pushed the patch to remove the custom build phase. It’s in ma

Re: [PATCH 0/7] Add Extempore.

2016-09-21 Thread Ricardo Wurmus
Andreas Enge writes: > extempore only compiles on x86_64; elsewhere it fails with the message >CMake Error at CMakeLists.txt:82 (message): >Extempore currently only runs on 64-bit platforms. > (which is not the full truth...): >http://hydra.gnu.org:3000/build/1473446 > > Could you di

[PATCH 01/25] gnu: Add r-hwriter.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-hwriter): New variable. --- gnu/packages/web.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 2c63e75..3713b24 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3301,6 +3301,25 @@

[PATCH 03/25] gnu: Add r-rpart.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rpart): New variable. --- gnu/packages/statistics.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 2a9a31e..806aacb 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packag

[PATCH 02/25] gnu: Add r-rjson.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-rjson): New variable. --- gnu/packages/web.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3713b24..e588014 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3320,6 +3320,25 @@ c

[PATCH 05/25] gnu: Add r-geneplotter.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-geneplotter): New variable. --- gnu/packages/bioinformatics.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 604d781..30f1f6a 100644 --- a/gnu/packages/bio

[PATCH 04/25] gnu: Add r-annotate.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotate): New variable. --- gnu/packages/bioinformatics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7a27e0b..604d781 100644 --- a/gnu/packages/bioin

[PATCH 06/25] gnu: Add r-hmisc.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-hmisc): New variable. --- gnu/packages/statistics.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 806aacb..4a8c64b 100644 --- a/gnu/packages/statistics.

[PATCH 11/25] gnu: Add r-sendmailr.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-sendmailr): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 728f0fd..d05dfce 100644 --- a/gnu/packages/statistics.scm +++ b/gn

<    1   2   3   4   5   6   7   8   9   10   >