Re: Submitting Patch for r-dyn Description for cran Package

2018-03-19 Thread Ricardo Wurmus
Hi, thank you for your contribution! Unfortunately, your email was way too big for me to even open :) Could you please resend it with only the relevant changes? The changes to the “.po” files should not be part of the patch. Let’s take a closer look at the R package you’ve added. >

Re: split up python-pyqt or python-matplotlib?

2018-03-19 Thread Hartmut Goebel
Am 19.03.2018 um 17:55 schrieb Ludovic Courtès: > I’m no Pythonista, but would it work to create “python-matplotlib-qt”, > which would contain nothing but the Qt rendering backend? This sounds like a good idea. Additionally I suggest doing to for *all* (relevant) backends, eg. gtk+, tk, cairo. A

Re: [Orchestration][RFC] A simple draft for channels

2018-03-19 Thread Pjotr Prins
On Mon, Mar 19, 2018 at 04:18:29PM -0400, myg...@gmail.com wrote: > Other people bash them, but I have used git modules a lot for > hierarchical bio analysis and never hit a real issue. Maybe you could > say more about the specific problem you see in this application? No modules, please. Like I

Re: Internship on Improve the user experience for the "guix package" command line tool (Outreachy)

2018-03-19 Thread Ricardo Wurmus
Hi Vijayalakshmi, > I created a patch file for the package definition of python-logwrap that > I'm including here. I'm a little unsure if my patch is right because my ./ > pre-inst-env.in guix build r-abbyyR fails with some error. This looks like you haven’t actually built Guix. The “.in”

Re: [Orchestration][RFC] A simple draft for channels

2018-03-19 Thread myglc2
On 03/19/2018 at 19:31 Pjotr Prins writes: > On Mon, Mar 19, 2018 at 02:21:35PM -0400, myg...@gmail.com wrote: >> > Moving from one to the other, however, is too complicated and error >> > prone. I can do it, but no one else really wants to. Even with my >> > explanations it proves to be a royal

Re: Shepherd release!

2018-03-19 Thread Andreas Enge
On Mon, Mar 19, 2018 at 05:42:11PM +0100, Ludovic Courtès wrote: > You probably need to run ‘gettextize’ first. That is strange, why have I never heard about this command before? Anyway, I tried, and it shows a lot of scary warnings: ... Updating Makefile.am (backup is in Makefile.am~) Updating

Re: [Orchestration][RFC] A simple draft for channels

2018-03-19 Thread Pjotr Prins
On Mon, Mar 19, 2018 at 02:21:35PM -0400, myg...@gmail.com wrote: > > Moving from one to the other, however, is too complicated and error > > prone. I can do it, but no one else really wants to. Even with my > > explanations it proves to be a royal pain. > > How about making guix a submodule of

Re: [Orchestration][RFC] A simple draft for channels

2018-03-19 Thread myglc2
Hi Pjotr, On 03/19/2018 at 13:04 Pjotr Prins writes: > Let's start up again on this conversation in the context of > deployment. I have a simple use case. For GeneNetwork we maintain > GUIX_PACKAGE_PATH packages. It contains packages that ought to go in > main line (such as python-gunicorn), but

Re: Internship on Improve the user experience for the "guix package" command line tool (Outreachy)

2018-03-19 Thread Vijayalakshmi Vedantham
Got it. CC-ing them. I created a patch file for the package definition of python-logwrap that I'm including here. I'm a little unsure if my patch is right because my ./ pre-inst-env.in guix build r-abbyyR fails with some error. Also, since we are going to be communicating regularly now, 1. I'd

Re: pypi import certs issues

2018-03-19 Thread ng0
Ludovic Courtès transcribed 2.7K bytes: > Hello, > > ng0 skribis: > > > on commit 72406062b9c3cdb6e9e30266f3cc31d0b2116b68 pypi import has issues: > > > > user@abyayala ~$ guix package -l | grep "nss-certs" > > user@abyayala ~$ env | grep "SSL_" > >

Re: split up python-pyqt or python-matplotlib?

2018-03-19 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > “python-pyqt” depends on all of Qt. “python-pyqt” is also an input to > “python-matplotlib” because that package has a Qt rendering backend. > > I wonder if we can make this lighter by default. The scientific Python > stack depends on

Re: pypi import certs issues

2018-03-19 Thread Ludovic Courtès
Hello, ng0 skribis: > on commit 72406062b9c3cdb6e9e30266f3cc31d0b2116b68 pypi import has issues: > > user@abyayala ~$ guix package -l | grep "nss-certs" > user@abyayala ~$ env | grep "SSL_" > GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt >

Re: guile-gdbm doesn't work with gdbm-1.14

2018-03-19 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > iyzs...@member.fsf.org (宋文武) writes: > >> Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1], >> so the guile-gdbm ffi binding code [2] need updates now (I'm not >> confident to do it myself...). Thanks, Mark for the quick

Re: Posts in languages other than English on help-guix?

2018-03-19 Thread Ludovic Courtès
Chris Marusich skribis: > From e817d96b6a52eb6450c2edb4e03ccbfdce30d9d6 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sat, 17 Mar 2018 19:40:13 +0100 > Subject: [PATCH] website: contacts: Add Japanese translation for help-guix. > > *

Re: Posts in languages other than English on help-guix?

2018-03-19 Thread Ludovic Courtès
Hello, julien lepiller skribis: > So, here is what I see and a patch to fix it. I think it won't work on > IE <= 9, do we care? I think we don’t. :-) > From 2e2146d16a999002a0f8f9f8d0d1fc4c3275ea62 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller >

Re: Shepherd release!

2018-03-19 Thread Ludovic Courtès
Andreas Enge skribis: > autoreconf: running: automake --add-missing --copy --force-missing > configure.ac:17: error: required file 'build-aux/config.rpath' not found > configure.ac:17: error: required file './ABOUT-NLS' not found > autoreconf: automake failed with exit status: 1

Re: guile-gdbm doesn't work with gdbm-1.14

2018-03-19 Thread Mark H Weaver
Ricardo Wurmus writes: > Mark H Weaver writes: > >> iyzs...@member.fsf.org (宋文武) writes: >> >>> Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1], >>> so the guile-gdbm ffi binding code [2] need updates now (I'm not >>> confident to do

Re: Posts in languages other than English on help-guix?

2018-03-19 Thread julien lepiller
Le 2018-03-10 16:19, l...@gnu.org a écrit : Hi Julien, julien lepiller skribis: Oh, with the traditional version being on only one line, the following paragraph (bug reporting) is indented with the "zh" box. You could try adding a style="clear: both" to the last "p"

split up python-pyqt or python-matplotlib?

2018-03-19 Thread Ricardo Wurmus
Hi Guix, “python-pyqt” depends on all of Qt. “python-pyqt” is also an input to “python-matplotlib” because that package has a Qt rendering backend. I wonder if we can make this lighter by default. The scientific Python stack depends on “python-matplotlib”, but it seems like a very expensive

pypi import certs issues

2018-03-19 Thread ng0
Hi, on commit 72406062b9c3cdb6e9e30266f3cc31d0b2116b68 pypi import has issues: user@abyayala ~$ guix package -l | grep "nss-certs" user@abyayala ~$ env | grep "SSL_" GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt

Re: [RFC] A simple draft for channels

2018-03-19 Thread ng0
Ricardo Wurmus transcribed 1.7K bytes: > > myg...@gmail.com writes: > > > Ricardo, AIUI, your channels don't work like this. But I am at a loss to > > say how they will work in practice from the user's POV. If you could > > write such a description it would sure help us understand the proposal >

Re: [Orchestration][RFC] A simple draft for channels

2018-03-19 Thread ng0
Pjotr Prins transcribed 2.7K bytes: > Let's start up again on this conversation in the context of > deployment. I have a simple use case. For GeneNetwork we maintain > GUIX_PACKAGE_PATH packages. It contains packages that ought to go in > main line (such as python-gunicorn), but also packages that

[Orchestration][RFC] A simple draft for channels

2018-03-19 Thread Pjotr Prins
Let's start up again on this conversation in the context of deployment. I have a simple use case. For GeneNetwork we maintain GUIX_PACKAGE_PATH packages. It contains packages that ought to go in main line (such as python-gunicorn), but also packages that will never make it (such as a javascript

Re: guile-gdbm doesn't work with gdbm-1.14

2018-03-19 Thread Ricardo Wurmus
Mark H Weaver writes: > iyzs...@member.fsf.org (宋文武) writes: > >> Hello, since version 1.14, gdbm doesn't export "gdbm_errno" anymore [1], >> so the guile-gdbm ffi binding code [2] need updates now (I'm not >> confident to do it myself...). >> >> [1] >>