[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

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

2016-09-17 Thread Ricardo Wurmus
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "arm-eabi". * gnu/packages/embedded.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/bootstrap.scm | 1 + gnu/packages/embedded.scm | 121 +++

[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
Hi Guix, here's a patch series I've been sitting on for about a year. It's a compiler for bare-metal binaries targetting arm-none-eabi. I'm using this successfully to compile ChibiOS for the Axoloti Core board. I've chosen to package the particular compiler version that is used for the Axoloti

Re: [PATCH 0/7] Add bioconductor package creation tools.

2016-09-17 Thread Leo Famulari
On Thu, Sep 15, 2016 at 01:37:47PM +0200, Roel Janssen wrote: > In the following patch series I add packages to do package development > for Bioconductor. They have a couple of tools to perform extra checks > to ensure Bioconductor packages work together well. > > Since I am trying to add a packa

Re: Install FAQ: Only build the non-deterministic packages?

2016-09-17 Thread Leo Famulari
On Fri, Sep 16, 2016 at 07:11:00PM +0200, carlo von lynX wrote: > Hello everyone! Hi, welcome! > Some questions I couldn't resolve from manuals and searches: It's always good to hear this kind of question! > I haven't figured out if there is a way to know which packages > are reproducible. I wo

Re: New package: python-glances

2016-09-17 Thread Leo Famulari
On Fri, Sep 16, 2016 at 09:50:23PM +0200, Stefan Reichör wrote: > Leo Famulari writes: > > Can you send an updated patch that adds both python-glances and > > python2-glances using the method demonstrated there? > > Thanks for your review. > You are correct the python2 version requires setuptools

Re: [PATCH v2 5/5] gnu: Add arachne-pnr.

2016-09-17 Thread Theodoros Foradis
Hello, I am planning to test the fpga toolchain patches as soon as I have time, which will probably be next weekend. Happy hacking! -- Theodoros Foradis

Re: [security] gnome-session update required

2016-09-17 Thread Leo Famulari
On Sat, Sep 17, 2016 at 11:52:03AM -0500, rennes wrote: > This is the patch to update the version of gnome-session to 3.20.2. > > GuixSD and GNOME works fine after install gnome-session-3.20.2. Thank you for writing and testing the patch! Pushed!

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-17 Thread David Craven
Hi Danny, Tested u-boot-beagle-bone-black, it boots arch linux arm after making some modifications. I managed to build the system natively and install it using guix system init. This required a few modifications here and there. There's a boot problem obviously - would be to easy if not. I ordered

Re: [security] gnome-session update required

2016-09-17 Thread rennes
> Try updating gnome-session to 3.20.2 and see if your GuixSD / GNOME > system still works. Please ask for help on #guix on freenode if you > need > help doing that. > > If not, I will just push the update later today or tomorrow and wait > for > bug reports. This is the patch to update the vers

Re: [Patch 4/10] argon2: Install pkg-config file.

2016-09-17 Thread Lukas Gradl
Thank you for your review! Danny Milosavljevic writes: >> + (snippet >> +'(let ((p (open-file "argon2.pc" "a"))) > ... ^ why? > >> + (begin >> + (display >> + (string-append "prefix=/usr/local\n" >> +

Re: [Patch 10/10] Add ring-client-gnome.

2016-09-17 Thread Lukas Gradl
Thank you for your review! And Sorry for my late answer! Danny Milosavljevic writes: >> + (propagated-inputs >> + `(("libring" ,libring) ; This is needed to run dring. > > Wait... I don't understand why it's required to be propagated... > I was not sure how to handle this properly.

Re: [security] gnome-session update required

2016-09-17 Thread Leo Famulari
On Fri, Sep 16, 2016 at 06:02:54PM -0500, rennes wrote: > Hello, > > > Will some helpful GNOME user update gnome-session to 3.20.2? > > > > There is a heap overflow in the version of gnome-session that we > > package: > > https://bugzilla.gnome.org/show_bug.cgi?id=768441 > > http://seclists.org/o

[PATCH] gnu: Add Mr. Rescue.

2016-09-17 Thread 宋文武
* 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/packages/games.scm +++ b/gnu/p

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

2016-09-17 Thread Marius Bakke
* gnu/packages/xml.scm (python-pyxb, python2-pyxb): New variables. --- gnu/packages/xml.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 7befad5..793cd2f 100644 --- a/gnu/packages/xml.scm +++ b/gnu/pack

[PATCH 3/3] gnu: python2-pbcore: Update to 1.2.10.

2016-09-17 Thread Marius Bakke
* gnu/packages/bioinformatics.scm (python2-pbcore): Update to 1.2.10. [propagated-inputs]: New field. Add python2-pyxb. --- gnu/packages/bioinformatics.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm in

[PATCH 1/3] gnu: python-pysam: Update to 0.9.1.4.

2016-09-17 Thread Marius Bakke
* gnu/packages/bioinformatics.scm (python-pysam, python2-pysam): Update to 0.9.1.4. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 39a420a..cfd098c 100644 --- a/gnu/

[PATCH 0/3] gnu: python2-pbcore: Update to 1.2.10.

2016-09-17 Thread Marius Bakke
These patches are necessary to update pbcore to the latest release. I've verified that all dependents of pysam and pbcore builds fine. This is part of an effort to package the PacBio GenomicConsensus tools.

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: Hi, John Darrington writes: > They need more than that. They need the binary to be installed > setuid. So these > cannot be run as package tests. They must be tested after the > as-yet-to-be-wri

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread Alex Vong
Hi, John Darrington writes: > They need more than that. They need the binary to be installed > setuid. So these > cannot be run as package tests. They must be tested after the > as-yet-to-be-written > service is installed. But I'll update the comment to make it more clear. > I see, so this i

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 10:50:35AM +0200, John Darrington wrote: On Sat, Sep 17, 2016 at 12:51:20PM +0800, Alex Vong wrote: > +"contrib/mmuegel" "devtools/bin/configure.sh") > + (("/bin/sh") (which "bash"))) > +

Re: [PATCH] gnu: Add sendmail

2016-09-17 Thread John Darrington
On Sat, Sep 17, 2016 at 12:51:20PM +0800, Alex Vong wrote: Hello, Thanks for the patch. I do not know how to set up a mail server, so I can only comment on generic things. You will have to wait for sysadmin to help :) John Darrington writes: > * gnu/

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-17 Thread David Craven
> Did you test the vm part? I ran it and I can see that it starts up and > provides ssh, apparently, but I have no idea how to connect to its network. Works well. The only part I removed was the install-u-boot part so that it only installs the extlinux.conf. I think this is close to what we want