Re: Network with QEMU generated image (guix system vm)?

2016-09-27 Thread ng0
Thanks, I've tried to apply a bit of this, however the problem seems to be no matter what I do, I get a read only filesystem. But strange enough: I can touch files. Having a readonly filesystem should prevent me from ping and git clone, but it can't do this. Because the file system is read only, g

inox work in progress file

2016-09-27 Thread ng0
Here is the file for anyone who wants to take over or improve this a bit. I have not continued to work on the patches to store method I started, it's all work in progress. inox.scm Description: Binary data -- ng0 signature.asc Description: PGP signature

Re: [PATCH] gnu: femtolisp: Remove support for mips and armhf.

2016-09-27 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> Ludovic Courtès writes: >> >>> Andreas Enge skribis: >>> femtolisp fails on mips and arm: http://hydra.gnu.org:3000/build/1472987/nixlog/2/tail-reload with the message In file included from llt/llt.h:6:0,

Re: [PATCH] gnu: service: Add git-service.

2016-09-27 Thread ng0
So almost one month passed now. To continue testing this, I need help on this first. Thanks. ng0 writes: > I tried to address most of what you've written. > > While I was correcting the documentation I decided to add more options, > now it doesn't work anymore, probably because of the ifs I add

Re: Call for volunteer(s) for Guix "security" web page

2016-09-27 Thread Ludovic Courtès
Hi Leo, Thanks a lot both for sending the call and replying to it! :-) > From 30699a5a8de5ac09c6fbba93be6b88a1d77bc039 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Sun, 25 Sep 2016 18:43:28 -0400 > Subject: [PATCH] www: security: New page. > > * website/www/security.scm: New file. > *

Re: [PATCH v2 0/4] Add GCC cross compiler for arm-none-eabi.

2016-09-27 Thread Ludovic Courtès
Hi Theodoros, Theodoros Foradis skribis: > The original patch series was working correctly and producing working > binaries. Some > flags (that I had been using with 6.2.0) are missing from that version of GCC > 4.9, > so I added 6.2.0 as an extra option. I have tested it to produce working >

[PATCH] gnu: New default Dovecot service postmaster_address

2016-09-27 Thread Andy Wingo
* gnu/services/mail.scm (dovecot-configuration): Change default for postmaster-address, as dovecot is now requiring a non-empty value and will fail to start up otherwise. * doc/guix.texi (Mail Services): Update. --- doc/guix.texi | 4 ++-- gnu/services/mail.scm | 2 +- 2 files changed,

Re: Building Guix with Guile 2.1

2016-09-27 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > I think we can keep the (compile 'dummy) hack. That leaves two issues > which may be solved in a cleaner manner than in this patch: > > - The (define foo (@@ (bar) foo)) parts. > - Making %tty-gid public. (The above didn't work

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-27 Thread Ben Woodcroft
On 27/09/16 04:32, Marius Bakke wrote: Ben Woodcroft writes: On 24/09/16 13:15, Marius Bakke wrote: Ben Woodcroft writes: Htslib is propagated because it is included by the installed samtools and bcftools headers; at least one of pysams dependencies failed to build when it was a regular in

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-27 Thread Tobias Geerinckx-Rice
Hullo, On 26/09/16 18:49, John Darrington wrote: > I vote that we make the reason for a commit to be compulsory. +1, s/commit/non-trivial commit/ I agree that it should be more strongly encouraged, if just to make people aware that it's actually allowed — plenty aren't. If no-one submits a prop

Re: [PATCH 2/2] gnu: gettext: Install Emacs tools.

2016-09-27 Thread Ludovic Courtès
Alex Kost skribis: > Fixes . > Reported by Ivan Vilata i Balaguer . > > * gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Add 'emacs'. > [arguments]: Add 'add-emacs-autoloads' phase. LGTM, thank you! Ludo’.

Re: remove patchworks.

2016-09-27 Thread Ludovic Courtès
ng0 skribis: > We have 22 pages of "open" patches. But they are not really open. I > believe almost no one uses patchworks. I did for some time, and so did > Ludovic and probably 3 more people but that's it. Yeah, I agree, this was experimental, and the experiment wasn’t quite successful. We do

[PATCH 4/4] gnu: Add obby.

2016-09-27 Thread Andy Wingo
* gnu/packages/gobby.scm (gobby): New variable. --- gnu/packages/gobby.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm index eac088a..c14e40e 100644 --- a/gnu/packages/gobby.scm +++ b/gnu/packages/gobby.scm

[PATCH 2/4] gnu: Add libnet6.

2016-09-27 Thread Andy Wingo
* gnu/packages/gobby.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file. --- gnu/local.mk | 1 + gnu/packages/gobby.scm | 69 ++ 2 files changed, 70 insertions(+) create mode 100644 gnu/packages/gobby.scm diff --git a/gnu/l

[PATCH 1/4] gnu: Add libxml++-2.

2016-09-27 Thread Andy Wingo
* gnu/packages/gnome.scm (libxml++-2): New variable. --- gnu/packages/gnome.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e47e435..e33f744 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4531,6 +45

[PATCH 3/4] gnu: Add obby.

2016-09-27 Thread Andy Wingo
* gnu/packages/gobby.scm (obby): New variable. --- gnu/packages/gobby.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm index 7e90453..eac088a 100644 --- a/gnu/packages/gobby.scm +++ b/gnu/packages/gobby.scm @@ -6

[PATCH 0/4] Add gobby 0.4

2016-09-27 Thread Andy Wingo
These patches add a collaborative editor that we use at work. Andy Wingo (4): gnu: Add libxml++-2. gnu: Add libnet6. gnu: Add obby. gnu: Add obby. gnu/local.mk | 1 + gnu/packages/gnome.scm | 14 ++ gnu/packages/gobby.scm | 132 +++

Re: [PATCH] gnu: Add gnome-calculator.

2016-09-27 Thread Ludovic Courtès
Kei Kebreau skribis: > I've already pushed it! I guess my last message only went back to > Leo. Thank you and Leo for your help. :-) Well, thanks for reviewing and pushing it then! Now you’re all set! :-) And thanks rennes for this patch. Ludo’.

Re: [PATCH 1/2] gnu: Add and use gettext-minimal.

2016-09-27 Thread Ludovic Courtès
Alex Kost skribis: > * gnu/packages/gettext.scm (gnu-gettext): Rename to... > (gettext-minimal): ... this. Adjust synopsis and description. > (gnu-gettext): Inherit from it. > (po4a): Use 'gettext-minimal' instead of 'gnu-gettext'. > * gnu/packages/acl.scm: Likewise. > * gnu/packages/admin.scm:

Re: [PATCH 0/12]: Add asdf-build-system.

2016-09-27 Thread James Richardson
Andy Patterson writes: > Hello, > > As promised, here's my work toward adding a build system for Common Lisp > software. I still have some issues with it as follows: > Thank you! > Getting things to work "out of the box": I'd like to set up an environment > variable to allow implementations to f

fgrep fails to find grep during bootstrap

2016-09-27 Thread Carlos Sánchez de La Lama
Hi all, I am trying to bootstrap for powerpc-linux. I have generated the tarballs and patched gnu/packages/bootstrap.scm to use them. However, I get an error during when creating %bootstrap-coreutils&co package. It specifies "fgrep" as program to test, but fgrep is a shell script, and altought th

Re: [PATCH 0/4] Add gobby 0.4

2016-09-27 Thread Andy Wingo
On Tue 27 Sep 2016 14:31, Andy Wingo writes: > These patches add a collaborative editor that we use at work. > > Andy Wingo (4): > gnu: Add libxml++-2. > gnu: Add libnet6. > gnu: Add obby. > gnu: Add obby. > > gnu/local.mk | 1 + > gnu/packages/gnome.scm | 14 ++ > gnu/p

Re: [PATCH] gnu: service: Add git-service.

2016-09-27 Thread ng0
So almost one month passed now. To continue testing this, I need help on this first. Thanks. ng0 writes: > I tried to address most of what you've written. > > While I was correcting the documentation I decided to add more options, > now it doesn't work anymore, probably because of the ifs I add

Re: Kallithea - looking for someone to take over.

2016-09-27 Thread ng0
Ludovic Courtès writes: > Hello! > > ng0 skribis: > >> I worked on kallithea-scm, while I am very close to finishing it I'd >> like to let someone else finish this if possible. > > Brave endeavor, looks like you went pretty far! > > If you haven’t done it yet, could you ‘git send-email’ the subs

gnu: Add emacs-rudel.

2016-09-27 Thread ng0
From b298b54bb732651daf7f7bb6a48e4749a4e391ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 27 Sep 2016 16:24:29 + Subject: [PATCH] gnu: Add emacs-rudel. * gnu/packages/emacs.scm (emacs-rudel): New variabel. --- gnu/packages/emacs.scm | 29 - 1 file changed, 28 in

Re: [PATCH] gnu: femtolisp: Remove support for mips and armhf.

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 08:13:53AM +, ng0 wrote: > Subject: [PATCH] gnu: femtolisp: Remove support for mips and armhf. > > * gnu/packages/lisp.scm (femtolisp)[supported-systems]: New field, > remove support for mips64el and armhf. Thanks, pushed! signature.asc Description: PGP signature

Re: [PATCH] gnu: openldap: Use gnutls.

2016-09-27 Thread Alex Vong
Efraim Flashner writes: > On Sat, Sep 24, 2016 at 11:11:02AM +0900, Ludovic Courtès wrote: >> Efraim Flashner skribis: >> >> > On Sat, Sep 17, 2016 at 12:21:10AM +0800, Alex Vong wrote: >> >> Hello, >> >> >> >> The following patch does what the title says. The link of the bug >> >>

bug #18742

2016-09-27 Thread ng0
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18742 Logs are gone since hydra got reset at least once since October 2014. I can not see but only assume that the tests I am currently helping to fix are different tests than the ones which failed in 2014, as the test suite for GNUnet was refactored. C

bug #21879

2016-09-27 Thread ng0
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21879 Can someone running Guix on a Debian based system check this if this weechat/python bug can be closed? Thanks -- ng0

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-27 Thread Leo Famulari
On Wed, Sep 21, 2016 at 10:34:15AM +, ng0 wrote: > From 33d8584709a74e20924743b2606158cacd5ed0c6 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 13 Sep 2016 10:20:31 + > Subject: [PATCH 1/2] gnu: Add perl-net-psyc. > > * gnu/packages/psyc.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODU

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-27 Thread Leo Famulari
On Wed, Sep 21, 2016 at 06:46:31PM +, ng0 wrote: > From 74a6c1e552a6ae8f438e91cbe318882401b440f8 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 21 Sep 2016 18:08:42 + > Subject: [PATCH 1/2] gnu: Add psyclpc. > > * gnu/packages/psyc.scm (psyclpc): New variable. > +(source (origin >

Re: gnu: Add xonsh

2016-09-27 Thread Leo Famulari
On Wed, Sep 21, 2016 at 11:18:28PM +0200, Danny Milosavljevic wrote: > Hi, > > thanks for this package! With the recent > how-did-anyone-think-that-was-a-good-idea in bash (again), this is very > useful. > > However, are you sure you want to have no inputs for xonsh? > > I can see that it supp

Re: gnu: Add emacs-rudel.

2016-09-27 Thread Alex Vong
Hello, ng0 writes: > From b298b54bb732651daf7f7bb6a48e4749a4e391ed Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 27 Sep 2016 16:24:29 + > Subject: [PATCH] gnu: Add emacs-rudel. > > * gnu/packages/emacs.scm (emacs-rudel): New variabel. > --- > gnu/packages/emacs.scm | 29 +++

[PATCH 3/3] gnu: emacs: Build with m17n support.

2016-09-27 Thread Arun Isaac
* gnu/packages/emacs.scm (emacs): Build with m17n support. --- gnu/packages/emacs.scm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7d10492..d311bcf 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@

emacs m17n support

2016-09-27 Thread Arun Isaac
These are the patches to build emacs with m17n support. Please review and consider for inclusion. Thanks.

[PATCH 2/3] gnu: Add m17n-lib.

2016-09-27 Thread Arun Isaac
* gnu/packages/emacs.scm (m17n-lib): New variable. --- gnu/packages/emacs.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 2506d3e..7d10492 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/

[PATCH 1/3] gnu: Add m17n-db.

2016-09-27 Thread Arun Isaac
* gnu/packages/emacs.scm (m17n-db): New variable. --- gnu/packages/emacs.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 57fe8a9..2506d3e 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs

Re: [PATCH 3/3] gnu: Duplicity: Update to 0.7.10

2016-09-27 Thread Leo Famulari
On Thu, Sep 22, 2016 at 04:31:37PM +1000, Brendan Tildesley wrote: > Eric Bavier 於 2016-09-21 05:25 寫道: > > Let's leave out the nnecessary whitespace changes. > > > > Could you send an updated patch? > > Ok, I remade it all to look like I didn't just rewrite everything from > scratch, and added th

Re: gnu: Add emacs-rudel.

2016-09-27 Thread ng0
Hi, thanks for reviewing. Alex Vong writes: > Hello, > > ng0 writes: > >> From b298b54bb732651daf7f7bb6a48e4749a4e391ed Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Tue, 27 Sep 2016 16:24:29 + >> Subject: [PATCH] gnu: Add emacs-rudel. >> >> * gnu/packages/emacs.scm (emacs-rudel): New va

Re: [PATCH] gnu: Add gloox.

2016-09-27 Thread Leo Famulari
On Sat, Sep 24, 2016 at 05:44:27PM +, ng0 wrote: > From f6ea8a17772b7d3b80a603d7aef576bf13e13be5 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 15 Sep 2016 21:46:46 + > Subject: [PATCH] gnu: Add gloox. > > * gnu/packages/messaging.scm (gloox): New variable. Thanks! I made the home-pag

Re: [PATCH] Add gctp

2016-09-27 Thread Leo Famulari
On Sat, Sep 24, 2016 at 09:49:56PM +0200, Thomas Danckaert wrote: > From: Leo Famulari > Subject: Re: [PATCH] Add gctp > Date: Fri, 23 Sep 2016 21:08:25 -0400 > > >> +(version "2.0") > >> +(source > >> + (origin > >> + (method url-fetch) > >> + (uri "https://github.com/Oko

Re: Expat regression fix for master branch

2016-09-27 Thread Leo Famulari
On Mon, Sep 26, 2016 at 11:21:07AM +0300, Efraim Flashner wrote: > On Sun, Sep 25, 2016 at 07:18:11PM -0400, Leo Famulari wrote: > > On Mon, Sep 12, 2016 at 05:35:15PM -0400, Leo Famulari wrote: > > > This patch applies an upstream patch for a regression caused by the fix > > > for CVE-2016-0718.

patch a file which is created while a phase is running which otherwise fails?

2016-09-27 Thread ng0
How can I achieve this? For multiple packages I have this happens: Application setup launches into configure or build phase, some script creates a file where the creation process can not be located easily asuming that a "#! /bin/sh" as shebang and/or "/bin/sh" as executable somewhere in the file

Re: bug #21879

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 04:45:28PM +, ng0 wrote: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21879 > > Can someone running Guix on a Debian based system check this if this > weechat/python bug can be closed? I still have the error.

Re: bug #18742

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 04:38:03PM +, ng0 wrote: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18742 > > Logs are gone since hydra got reset at least once since October 2014. I > can not see but only assume that the tests I am currently helping to fix > are different tests than the ones which

Re: bug #18742

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 04:38:03PM +, ng0 wrote: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18742 > > Logs are gone since hydra got reset at least once since October 2014. I > can not see but only assume that the tests I am currently helping to fix > are different tests than the ones which

Re: Call for volunteer(s) for Guix "security" web page

2016-09-27 Thread Leo Famulari
On Thu, Sep 22, 2016 at 10:04:37AM +, ng0 wrote: > In my opinion this could be extended later by something similar to > https://security.gentoo.org/ and its subpages. > As we don't have much on that topic currently, we can't write about > it. If this would be too much for the website, an inclus

Re: [PATCH] gnu: Add sdcc.

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 07:40:26PM +0200, David Craven wrote: > * gnu/packages/sdcc.scm (sdcc): New variable. > + (uri (string-append > +"mirror://sourceforge/sdcc/files/sdcc" > +"/" version "/sdcc-src-" version ".tar.bz2" > +

Re: [PATCH] gnu: Add sdcc.

2016-09-27 Thread David Craven
> This URL returns 404. thanks! missed that due to caching - again. is it ok in it's own file? or should that file be renamed to microcontroller.scm?

Re: bug #18742

2016-09-27 Thread ng0
Leo Famulari writes: > However you are replying to these bug reports is changing the "Subject" > line to only include the bug number. It's hard to know what the bug is > about... I did not want to reply directly to these specific bugs, which is why I asked on this list first. > On Tue, Sep

Re: Call for volunteer(s) for Guix "security" web page

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 10:58:09AM +0200, Ludovic Courtès wrote: > > + (h2 "Release signatures") > > + (p "Releases of Guix and GuixSD are signed using the > > OpenPGP " > > + "key with the fingerprint " > > + "3CE4 6455 8A84 FDC6 9DB4

Re: Call for volunteer(s) for Guix "security" web page

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 10:58:09AM +0200, Ludovic Courtès wrote: > > + (h2 "Release signatures") > > + (p "Releases of Guix and GuixSD are signed using the > > OpenPGP " > > + "key with the fingerprint " > > + "3CE4 6455 8A84 FDC6 9DB4

Re: fgrep fails to find grep during bootstrap

2016-09-27 Thread Efraim Flashner
On Tue, Sep 27, 2016 at 03:00:30PM +0200, Carlos Sánchez de La Lama wrote: > Hi all, > > I am trying to bootstrap for powerpc-linux. I have generated the > tarballs and patched gnu/packages/bootstrap.scm to use them. > > However, I get an error during when creating %bootstrap-coreutils&co > packa

Re: [PATCH] gnu: Add sdcc.

2016-09-27 Thread Leo Famulari
On Tue, Sep 27, 2016 at 08:15:33PM +0200, David Craven wrote: > > This URL returns 404. > > thanks! missed that due to caching - again. > > is it ok in it's own file? or should that file be renamed to > microcontroller.scm? If we don't already have an appropriate module, then it's a matter of ta

Re: Network with QEMU generated image (guix system vm)?

2016-09-27 Thread Aljosha Papsch
On 26.09.2016 19:30, Jan Nieuwenhuizen wrote: What I don't understand: sometimes the clone works instantly, sometimes I need to "wait a bit" until cloning or `ping gitlab.com' works. It seemed to be always immediately available when I added the mcron and rottlog test services, which confuses me

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

2016-09-27 Thread Leo Famulari
On Fri, Sep 16, 2016 at 02:42:37PM +, ng0 wrote: > Ricardo Wurmus writes: > > > ng0 writes: > > > >> Ludovic Courtès writes: > >> > >>> Hi, > >>> > >>> ng0 skribis: > >>> > > The ‘nss-certs’ package provides X.509 certificates: > > > > > > https://www.gnu.org/software/gu

Re: gnu: Add python-q, python2-q

2016-09-27 Thread Leo Famulari
On Fri, Sep 16, 2016 at 11:10:54PM +0200, Stefan Reichör wrote: > From a4a9310cbf93624d45bc6418ec1d16870532108c Mon Sep 17 00:00:00 2001 > From: Stefan Reichoer > Date: Fri, 16 Sep 2016 23:00:06 +0200 > Subject: [PATCH] gnu: Add python-q, python2-q. Thanks! I completed the commit message [0], ma

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

2016-09-27 Thread Andreas Enge
On Thu, Sep 22, 2016 at 10:16:54PM +0100, Marius Bakke wrote: > Should this not be pushed to core-updates? `guix refresh -l` reports: > > Building the following 190 packages would ensure 395 dependent packages > are rebuilt: [...] > > That will take a while on Hydra, and in the mean time anyone t

Re: gnu: Add xonsh

2016-09-27 Thread Danny Milosavljevic
On Tue, 27 Sep 2016 12:59:08 -0400 Leo Famulari wrote: > Should it block the package? Or perhaps we can push the patch as-is and > you can submit a follow-up to add the features you want? It's fine to use as-is, it just looks like a shell from 1973 :) LGTM. Also, I've tested Stefan's package a

[PATCH] gnu: git: Add input for 'git-svn'.

2016-09-27 Thread Thomas Danckaert
Hi Guix-devel, this adds a perl dependency for git-svn. git-svn uses Term::ReadKey to read a user's password during http authentication with an svn server (and perhaps for other authentication methods as well). best, Thomas >From d5e3bf1a9e26a0fce4485f9af67118674fa6f547 Mon Sep 17 00:00:00

[PATCH][WIP] gnu: Add debbugs.

2016-09-27 Thread ng0
So, here's debbugs. Disclaimer: I never ran or did setup or got in any way in touch with debbugs on a server. Input welcome to adjust. All I know is that we'll need a service to make this work. I have no reasonable interest in this, so I won't go all the way. I'd like to fix this package up as far

Re: Network with QEMU generated image (guix system vm)?

2016-09-27 Thread ng0
Aljosha Papsch writes: > On 26.09.2016 19:30, Jan Nieuwenhuizen wrote: >> What I don't understand: sometimes the clone works instantly, sometimes >> I need to "wait a bit" until cloning or `ping gitlab.com' works. It >> seemed to be always immediately available when I added the mcron and >> rott

[PATCH] gnu: Add hdf-eos5.

2016-09-27 Thread Thomas Danckaert
>From f1a3bc9dcfbe9091110aacf353d8224a88788292 Mon Sep 17 00:00:00 2001 From: Thomas Danckaert Date: Fri, 17 Jun 2016 10:51:38 +0200 Subject: [PATCH] gnu: Add hdf-eos5. * gnu/packages/maths.scm (hdf-eos5): New variable. * gnu/packages/patches/hdf-eos5-build-shared.patch: New file. * gnu/packages/

Re: remove patchworks. [notes on gitlab, go-build-system, ruby]

2016-09-27 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> We have 22 pages of "open" patches. But they are not really open. I >> believe almost no one uses patchworks. I did for some time, and so did >> Ludovic and probably 3 more people but that's it. > > Yeah, I agree, this was experimental, and the experim

Re: CVE-2016-0634 code execution in Bash prompt when expanding hostname

2016-09-27 Thread Leo Famulari
On Thu, Sep 22, 2016 at 12:42:15AM +0900, Ludovic Courtès wrote: > John Darrington skribis: > > > On Tue, Sep 20, 2016 at 04:55:30PM -0400, Leo Famulari wrote: > > Any advice on how we should handle CVE-2016-0634? > > > > http://seclists.org/oss-sec/2016/q3/534 > > > > Like the co

Re: Superseded packages

2016-09-27 Thread Leo Famulari
On Mon, Sep 26, 2016 at 12:44:41PM +0300, Efraim Flashner wrote: > On Sun, Sep 25, 2016 at 12:42:08PM -0400, Leo Famulari wrote: > > I found that I had to move the attic package definition below borg's, or > > else the borg variable was unbound when building (gnu packages backup): > shot in the da

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-27 Thread ng0
Thanks for reviewing, Leo Famulari writes: > [ Unknown signature status ] > On Wed, Sep 21, 2016 at 06:46:31PM +, ng0 wrote: >> From 74a6c1e552a6ae8f438e91cbe318882401b440f8 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Wed, 21 Sep 2016 18:08:42 + >> Subject: [PATCH 1/2] gnu: Add psycl

[PATCH] gnu: Add lci.

2016-09-27 Thread ng0
I guess I'm really frustrated with being stuck for one month now on trying to get a simple VM to outside world connection for testing services I'm writing. So here's a lolcode interpreter, lci. If someone reviews, please help me at this thread about the VM problems: http://lists.gnu.org/archive/ht

Re: fgrep fails to find grep during bootstrap

2016-09-27 Thread Mark H Weaver
csanchez...@gmail.com (Carlos Sánchez de La Lama) writes: > Hi all, > > I am trying to bootstrap for powerpc-linux. I have generated the > tarballs and patched gnu/packages/bootstrap.scm to use them. > > However, I get an error during when creating %bootstrap-coreutils&co > package. It specifies "

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-27 Thread Mark H Weaver
John Darrington writes: > On Mon, Sep 26, 2016 at 04:24:10PM +0200, Vincent Legoll wrote: > Hello, > > @David: the following question is nothing against you, I just > took the opportunity to ask, sorry for the thread hijacking. > > On Mon, Sep 26, 2016 at 3:23 PM,

guix environment guix doesn't provide guix dependencies?

2016-09-27 Thread Chris Marusich
Hi, The manual says ((guix) Building from Git): --8<---cut here---start->8--- The easiest way to set up a development environment for Guix is, of course, by using Guix! The following command starts a new shell where all the dependencies and appropriate envi

Re: guix environment guix doesn't provide guix dependencies?

2016-09-27 Thread John Darrington
On Tue, Sep 27, 2016 at 09:18:30PM -0700, Chris Marusich wrote: Hi, The manual says ((guix) Building from Git): --8<---cut here---start->8--- The easiest way to set up a development environment for Guix is, of course, by us

Re: guix environment guix doesn't provide guix dependencies?

2016-09-27 Thread Chris Marusich
John Darrington writes: > On Tue, Sep 27, 2016 at 09:18:30PM -0700, Chris Marusich wrote: > Hi, > > The manual says ((guix) Building from Git): > > --8<---cut here---start->8--- > The easiest way to set up a development enviro

Re: [PATCH 4/6] gnu: linux-libre-beagle-bone-black: Remove kernel variant.

2016-09-27 Thread John Darrington
On Tue, Sep 27, 2016 at 08:14:38PM -0400, Mark H Weaver wrote: Our conventions for commit logs, which follow the GNU Coding Standards for Change Logs (see section 6.8 of the GNU Coding Standards), is that explanations belong in the comments of the code itself, not in the c

Re: [PATCH 0/2] Add quickswitch for i3 (third try)

2016-09-27 Thread Ivan Vilata i Balaguer
Ivan Vilata i Balaguer (2016-09-21 11:18:47 +0200) wrote: > Hi, this is my third try at packaging [quickswitch][] for the i3 > window manager. The main difference from the second iteration is in > the changes suggested by Alex Kost to update the Scheme code (I had > copied and pasted some outdate