Re: [PATCH] gnu: Add openttd-engine

2016-04-12 Thread Albin
I've also changed the download URL to the official one and the package builds fine. Den 2016-04-13 kl. 04:09, skrev Albin: > Here is a new patch for OpenTTD. > > I have > > * changed the name to openttd-engine (so that we can later add game data > as companion packages), > * removed the

[PATCH] gnu: Add openttd-engine

2016-04-12 Thread Albin
Here is a new patch for OpenTTD. I have * changed the name to openttd-engine (so that we can later add game data as companion packages), * removed the "Unix"->"GNU" hack, * enabled 'lzo', * added more licenses, * rephrased a few comments, * modified the commit message. Best regards, Albin From

[PATCH 0/1] Samba security update

2016-04-12 Thread Leo Famulari
There is a security update of Samba: version 4.3.7 and a regression fix in 4.3.8 [0]. I have updated our package to version 4.3.8 with commit 645deac3264744ec09c027a8b9762fdf62aced70. This update addresses the following vulnerabilities: o CVE-2015-5370 (Multiple errors in DCE-RPC code) o

[PATCH 1/1] gnu: samba: Update to 4.3.8.

2016-04-12 Thread Leo Famulari
Fixes CVE-2015-5730, CVE-2016-2110, CVE-2016-2111, CVE-2016-2112, CVE-2016-2113, CVE-2016-2114, CVE-2016-2115, CVE-2016-2118. * gnu/packages/samba.scm (samba): Update to 4.3.8. --- gnu/packages/samba.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 0/2] Python Django Framework

2016-04-12 Thread Hartmut Goebel
Hi, this is my first contribution to Guix. Thanks to the developers for bringing up the fine software and to the guys at #guix (esp. davexunit) for the help. Please let me know if there is something I can enhance for my next contributions. Hartmut Goebel (2): gnu: add python-django gnu:

[PATCH 2/2] gnu: add python-django-simple-math-captcha

2016-04-12 Thread Hartmut Goebel
* gnu/packages/django.scm: (python-django-simple-math-captcha) New function. --- gnu/packages/django.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index c22830e..12e2bb1 100644 --- a/gnu/packages/django.scm +++

[PATCH 1/2] gnu: add python-django

2016-04-12 Thread Hartmut Goebel
* gnu/packages/django.scm: New file. * gnu-system.am: Add it. --- gnu-system.am | 1 + gnu/packages/django.scm | 60 + 2 files changed, 61 insertions(+) create mode 100644 gnu/packages/django.scm diff --git a/gnu-system.am

Re: shepherd, default /etc/shepherd.scm for other distributions

2016-04-12 Thread David Michael
On Tue, Apr 12, 2016 at 7:52 AM, Jean Louis wrote: > I am searching for a sample shepherd /etc/shepherd.scm to be run on > other distributions. If anyone has such file, just a sample, for one > service, with the recent shepherd version, let me know. It would be > enough If you

Re: [PATCH] gnu Add r-pracma.

2016-04-12 Thread Roel Janssen
Leo Famulari writes: > On Fri, Apr 08, 2016 at 10:53:24AM +0200, Roel Janssen wrote: >> * gnu/packages/maths.scm (r-pracma): New variable. > > Thanks for the patch! > > I applied it as ec8c7e473, adding a colon after "gnu" in the commit > title, and with a simplified but equivalent synopsis.

Re: [PATCH 01/14] gnu: Add r-acepack.

2016-04-12 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Apr 12, 2016 at 09:51:14AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-acepack): New variable. > >> +(license license:x11))) > > From the home page, I saw that Fedora took the initiative to clear up > the licensing of

Re: [PATCH 10/14] gnu: Add r-registry.

2016-04-12 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Apr 12, 2016 at 09:51:23AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/statistics.scm (r-registry): New variable. > >> + (license license:gpl2+))) > > The file 'DESCRIPTION' simply says GPL-2. I don't know exactly how that > is

Re: avr-gcc

2016-04-12 Thread Thompson, David
On Tue, Apr 12, 2016 at 2:21 PM, Thompson, David wrote: > I don't know why it's including headers from the host system's libc. > Manolis was able to get past it by including a cross-libc built for > i686. Does this seem wrong to anyone else? Any thoughts on what >

Re: [PATCH] gnu: Add giac-xcas

2016-04-12 Thread Nicolas Goaziou
Hello, Mathieu Lirzin writes: > with texlive-minimal as input, and without texlive in the environment do > you get some errors? Yes, I do. The errors are the same sh: pstopnm: command not found sh: pnmtopng: command not found They do not appear with `netpbm' in the

Re: [PATCH] gnu Add r-pracma.

2016-04-12 Thread Leo Famulari
On Fri, Apr 08, 2016 at 10:53:24AM +0200, Roel Janssen wrote: > * gnu/packages/maths.scm (r-pracma): New variable. Thanks for the patch! I applied it as ec8c7e473, adding a colon after "gnu" in the commit title, and with a simplified but equivalent synopsis.

Re: [PATCH 01/14] gnu: Add r-acepack.

2016-04-12 Thread Leo Famulari
On Tue, Apr 12, 2016 at 09:51:14AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-acepack): New variable. I read this patch series and did a basic license auditing. The packages seem straightforward. I assume you are already using these in production, providing a more complete

Re: [PATCH 10/14] gnu: Add r-registry.

2016-04-12 Thread Leo Famulari
On Tue, Apr 12, 2016 at 09:51:23AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-registry): New variable. > + (license license:gpl2+))) The file 'DESCRIPTION' simply says GPL-2. I don't know exactly how that is interpreted; Does it imply gpl2+ or merely gpl2?

Re: [PATCH 01/14] gnu: Add r-acepack.

2016-04-12 Thread Leo Famulari
On Tue, Apr 12, 2016 at 09:51:14AM +0200, Ricardo Wurmus wrote: > * gnu/packages/statistics.scm (r-acepack): New variable. > +(license license:x11))) >From the home page, I saw that Fedora took the initiative to clear up the licensing of this package. I didn't recognize the text of the

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Leo Famulari
On Tue, Apr 12, 2016 at 08:26:25PM +0300, Alex Kost wrote: > Here it is (don't forget to uncomment "lzo" input): > >(lambda* (#:key inputs outputs #:allow-other-keys) > (let ((out (assoc-ref outputs "out")) >(lzo (assoc-ref inputs "lzo"))) >

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Leo Famulari
On Tue, Apr 12, 2016 at 04:55:20PM +0200, Albin wrote: > Thank you Leo for taking the time to inspect and install the package. Thanks for taking the time to work on it :) > Den 2016-04-12 kl. 03:09, skrev Leo Famulari: > > On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote: > >> +

Re: shepherd, default /etc/shepherd.scm for other distributions

2016-04-12 Thread Alex Kost
Jean Louis (2016-04-12 14:52 +0300) wrote: > Hello, > > According to the page https://www.gnu.org/software/shepherd/ this > mailing list should be right for shepherd. > > Shepherd could be a good replacement on other GNU/Linux distributions > for the PID 1 and management of various services. It

Re: avr-gcc

2016-04-12 Thread Thompson, David
Revitalizing this old thread. On Fri, Nov 20, 2015 at 9:20 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> Not quite. The avr-gcc build only provides a single version of >> libgcc.a, whereas Debian's avr-gcc provides a separate libgcc.a for

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Alex Kost
Albin (2016-04-12 17:55 +0300) wrote: > Thank you Leo for taking the time to inspect and install the package. > > Den 2016-04-12 kl. 03:09, skrev Leo Famulari: >> On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote: >>> + ;; GNU's not Unix so let's modify the exit dialog. >>> +

Re: [PATCH] gnu: Add gnome-sudoku and qqwing

2016-04-12 Thread kei
Original Message Subject: Re: [PATCH] gnu: Add gnome-sudoku and qqwing Date: 2016-04-12 12:58 From: k...@openmailbox.org To: Leo Famulari On 2016-04-11 17:57, Leo Famulari wrote: On Mon, Apr 11, 2016 at 12:06:17PM -0400, k...@openmailbox.org wrote: I

Re: [PATCH] gnu: Add xscreenserver.

2016-04-12 Thread Christopher Allan Webber
Leo Famulari writes: > On Mon, Apr 11, 2016 at 07:52:25AM -0500, Christopher Allan Webber wrote: >> Leo Famulari writes: >> >> > On Sat, Apr 09, 2016 at 08:52:12PM -0500, Christopher Allan Webber wrote: >> >> Leo Famulari writes: >> >> >> >> > Did you try something like this? >> >> > >> >> >

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Albin
Thank you Leo for taking the time to inspect and install the package. Den 2016-04-12 kl. 03:09, skrev Leo Famulari: > On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote: >> + ;; GNU's not Unix so let's modify the exit dialog. >> + (substitute* (find-files

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-12 Thread rennes
Hi On Sun, Apr 03, 2016 at 01:07:34PM +0200, Jan Nieuwenhuizen wrote: Hi, Finally gnome-tweak-tool works! That should make the Gnome desktop a workable alternative [workspace grid] until we get a nicely hackable guile-wm up and running. It needs libnotify to be compiled with

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Albin
Den 2016-04-12 kl. 10:30, skrev Alex Kost: > Leo Famulari (2016-04-12 04:09 +0300) wrote: > >> On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote: >>> Subject: [PATCH] gnu: Add openttd. >> >> Can you add the "changelog" to the commit message? See commit 6dc609985 >> for a recent example of the

shepherd, default /etc/shepherd.scm for other distributions

2016-04-12 Thread Jean Louis
Hello, According to the page https://www.gnu.org/software/shepherd/ this mailing list should be right for shepherd. Shepherd could be a good replacement on other GNU/Linux distributions for the PID 1 and management of various services. It is now used in GuixSD, which is good. I am searching for

Re: Patches to add emacs-rfcview and emacs-ffap-rfc-space

2016-04-12 Thread Alex Kost
Alex Kost (2016-04-05 12:29 +0300) wrote: > Chris Marusich (2016-04-04 03:58 +0300) wrote: > >> Hi, >> >> The attached patches add some useful modules for reading RFCs (and STDs) >> in Emacs. > > Overall the patches look good to me, thanks! But there is a problem > with both packages: the URL of

Re: Calling autogen.sh in a build

2016-04-12 Thread Florian Paul Schmidt
Care to share? I'm eager to play around with Bease/BSE, that's why I pressed forward with it. Regards, Flo On 12.04.2016 09:42, Ricardo Wurmus wrote: Florian Paul Schmidt writes: I'm trying to package rapicorn. And it's mostly gnu-build-system based, but I need to

Re: [PATCH] gnu: Add openttd

2016-04-12 Thread Alex Kost
Leo Famulari (2016-04-12 04:09 +0300) wrote: > On Tue, Apr 12, 2016 at 12:41:58AM +0200, Albin wrote: >> Subject: [PATCH] gnu: Add openttd. > > Can you add the "changelog" to the commit message? See commit 6dc609985 > for a recent example of the desired format. Leo means the commit message

hydra jobset timeout (Was: GNOME updates)

2016-04-12 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> Hi! With the help of ‘guix refresh -t gnome’ I update many GNOME >> packages to latest (the 3.20 release) in the ‘gnome-updates’ branch. >> >> Also: >> glib: Disable tests in build phases instead of patches. >>

[PATCH 09/14] gnu: Add r-pkgmaker.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-pkgmaker): New variable. --- gnu/packages/statistics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index db64da6..be13268 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 12/14] gnu: Add r-nmf.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-nmf): New variable. --- gnu/packages/statistics.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 182cf93..419afaa 100644 ---

[PATCH 14/14] gnu: Add r-nnet.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/machine-learning.scm (r-nnet): New variable. --- gnu/packages/machine-learning.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 4bc37ad..cbc7509 100644 ---

[PATCH 11/14] gnu: Add r-rngtools.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rngtools): New variable. --- gnu/packages/statistics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 72c3918..182cf93 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 13/14] gnu: Add r-igraph.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-igraph): New variable. --- gnu/packages/statistics.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 419afaa..eb4d8dd 100644 --- a/gnu/packages/statistics.scm

[PATCH 10/14] gnu: Add r-registry.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-registry): 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 be13268..72c3918 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 06/14] gnu: Add r-xtable.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-xtable): 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 2715643..f21cc92 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 05/14] gnu: Add r-locfit.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-locfit): 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 298739e..2715643 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 08/14] gnu: Add r-irlba.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-irlba): 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 c67c102..db64da6 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 04/14] gnu: Add r-formula.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-formula): 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 9f311b5..298739e 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 07/14] gnu: Add r-latticeextra.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-latticeextra): New variable. --- gnu/packages/statistics.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f21cc92..c67c102 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 02/14] gnu: Add r-cluster.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-cluster): 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 2487375..0657e86 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 03/14] gnu: Add r-foreign.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-foreign): 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 0657e86..9f311b5 100644 --- a/gnu/packages/statistics.scm +++

[PATCH 01/14] gnu: Add r-acepack.

2016-04-12 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-acepack): New variable. --- gnu/packages/statistics.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 9c197f4..2487375 100644 --- a/gnu/packages/statistics.scm +++

Re: Calling autogen.sh in a build

2016-04-12 Thread Ricardo Wurmus
Florian Paul Schmidt writes: > > I'm trying to package rapicorn. And it's mostly gnu-build-system based, > but I need to call autogen.sh (see below for package definitions). > > Sadly I suck and it fails. Got any ideas? Seems i need to rerun the > patch-shebangs phase? Hi

Re: Update btrfs-progs once again and add static output

2016-04-12 Thread Leo Famulari
On Mon, Apr 11, 2016 at 08:07:09PM -0400, Leo Famulari wrote: > On Sat, Apr 02, 2016 at 03:29:31PM +0200, Tobias Geerinckx-Rice wrote: > > Some simple patches to add a ‘static’ output to the btrfs-progs > > package, containing statically linked versions of all the tools. > > I've applied your

Re: Calling autogen.sh in a build

2016-04-12 Thread Taylan Ulrich Bayırlı/Kammer
Florian Paul Schmidt writes: > ./autogen.sh: ./configure: /bin/sh: bad interpreter: No such file or > directory It's trying to access /bin/sh instead of /gnu/store/...-sh-... for some reason. >(modify-phases %standard-phases > (add-before >

Calling autogen.sh in a build

2016-04-12 Thread Florian Paul Schmidt
Hi, I'm trying to package rapicorn. And it's mostly gnu-build-system based, but I need to call autogen.sh (see below for package definitions). Sadly I suck and it fails. Got any ideas? Seems i need to rerun the patch-shebangs phase? Flo phase `patch-source-shebangs' succeeded after 0.1

autoconf-archive package [free form]

2016-04-12 Thread Florian Paul Schmidt
FYI: (define-public autoconf-archive (package (name "autoconf-archive") (version "2016.03.20") (source (origin (method url-fetch) (uri (string-append "http://mirror.bibleonline.ru/gnu/;