Re: Python 3.5 start of update

2016-03-04 Thread Diane Trout
Hello, Thank you for getting back to me. > Also, the 'python-minimal' offered by `guix environment python- > minimal` > is likely the one that lives on the master branch, deployed by `guix > pull`, unless you symlinked your git checkout to > '~/.config/guix/latest'. > I remembered --pure, but I

Re: R packages do not show up as requisites

2016-03-04 Thread Pjotr Prins
On Sat, Mar 05, 2016 at 12:30:06AM +0100, Ludovic Courtès wrote: > Pjotr Prins skribis: > > > Funny thing, > > > > guix gc -R path > > > > on a package that has python modules and R packages as inputs only the > > python inputs show up. Try for example r-munsell which has > > r-colorspace as an

Re: Guix vs GuixSD

2016-03-04 Thread myglc2
myglc2 writes: (paraphrased) > I started experimenting with Nix and NixOS 6 weeks ago. 3 weeks ago I > switched to guixSD. I found it difficult to determine exactly which > parts of the volumminous (and tasty) Guix doc to read. To clarify my > thoughts, I made diagrams of Guix and GuixSD. I inten

Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers.

2016-03-04 Thread Nils Gillmann
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: >> +*** New syntax for separating package names and version numbers >> + >> +Use ‘@’ instead of ‘-’ as a separator. This new separator is a reserved >^^ > Maybe add: “, as in ‘gnupg@2.0’.” >

Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers.

2016-03-04 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> The concern of backward compability that Ludo raised, have made the work >> more challenging than changing things in place. As a consequence it was >> not clear to me what should/can change or not. To keep my mind clear, I >>

Re: fonts.scm -> packaging "un-fonts", download isses

2016-03-04 Thread Andreas Enge
On Fri, Mar 04, 2016 at 12:53:39PM +0100, Nils Gillmann wrote: > What counts for us is what we deliver, therefore the version > packaged, therefore GPL2 with no exception. gpl2+, unless the "upgrade" is explicitly excluded in the package (the license itself allows to upgrade it otherwise). Andrea

Vigra and libreoffice

2016-03-04 Thread Andreas Enge
Hello, the attached patch updates vigra to a recent git snapshot. Yesterday I had created an additional package vigra-rc, but since the current vigra does not build any more, I think we may as well replace it. If I got the version numbers right, things should update smoothly to this vigra and late

Re: R packages do not show up as requisites

2016-03-04 Thread Ludovic Courtès
Pjotr Prins skribis: > Funny thing, > > guix gc -R path > > on a package that has python modules and R packages as inputs only the > python inputs show up. Try for example r-munsell which has > r-colorspace as an input: > > ./pre-inst-env guix package -i r-munsell > >r-munsell0.4.2 →

Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers.

2016-03-04 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Alex Kost writes: > >> Mathieu Lirzin (2016-02-29 03:28 +0300) wrote: >> >> [...] >>> I have left the emacs interface untouched. >> >> Hm, I wonder why? You already had the required changes in your initial >> patch. Anyway, I'm attaching the patch with these changes.

Re: OpenSSL “DROWN” vulnerability & grafts

2016-03-04 Thread Ludovic Courtès
Efraim Flashner skribis: > efraim@debian-netbook:~/workspace/guix$ time ./pre-inst-env guix package -u > && time ./pre-inst-env guix package -u && time ./pre-inst-env guix package -u > > real 15m0.833s > user 5m53.268s > sys 1m26.056s > > real 14m27.095s > user 5m50.848s > sys 1m25.156s

Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers.

2016-03-04 Thread Mathieu Lirzin
Hi, Alex Kost writes: > Mathieu Lirzin (2016-02-29 03:28 +0300) wrote: > > [...] >> I have left the emacs interface untouched. > > Hm, I wonder why? You already had the required changes in your initial > patch. Anyway, I'm attaching the patch with these changes. The only > difference from you

[PATCH] Add un-fonts (new patch, closes old thread)

2016-03-04 Thread Nils Gillmann
This adds the fontset un-fonts and closes the old thread on it. I made the file being served from sdf.org available on krosos.sdf.org/static/unix/ and as soon as I get the okay from any other location (potentially in-berlin.de) I will change the location. Sdf.org is really permanent, but I prefer

Re: GNU Guix diagram

2016-03-04 Thread myglc2
Amirouche Boubekki writes: > Le 2016-03-04 04:31, myglc2 a écrit : >> Upon installing GuixSD a month ago I found it difficult to get a >> grip on >> GNU Guix' stucture. Because I like pictures I made a diagram showing >> what I think I now understand about how GNU Guix' works. I am thinking >> it

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-04 Thread Leo Famulari
On Fri, Mar 04, 2016 at 01:42:11PM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > > variables. > > * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. > > * gnu-system.am (dist_patch_DATA): Add it. > > -

New template for 'guix-packages' made available

2016-03-04 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix-packages' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-

New template for 'guix' made available

2016-03-04 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to .) A new POT file for textual domain 'guix' has been made available to the language teams for translation. It is archived as: http://translationproject.org/POT-files/gui

R packages do not show up as requisites

2016-03-04 Thread Pjotr Prins
Funny thing, guix gc -R path on a package that has python modules and R packages as inputs only the python inputs show up. Try for example r-munsell which has r-colorspace as an input: ./pre-inst-env guix package -i r-munsell r-munsell0.4.2 → 0.4.2 /gnu/store/kwhzqrpcm8agl8q2v9n19rs

Re: GSoC ideas

2016-03-04 Thread Manolis Ragkousis
Hey On 03/02/16 23:31, Ludovic Courtès wrote: > Do you have examples of GNU/Linux uses that would make no sense? > After a quick look in mount's man page I think that maybe Roland was referring to some flags (like relatime for example) that when passed to mount, expect the Linux kernel to handle

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-03-04 Thread Manolis Ragkousis
I updated the patch with an explanation and a link to this discussion. Manolis >From dc8154ef19bc28886f350f42c49fb7995eefcec8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 16 Feb 2016 15:06:33 +0200 Subject: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and libsanitizer.

Re: GNU Guix diagram

2016-03-04 Thread John Darrington
On Thu, Mar 03, 2016 at 10:31:47PM -0500, myglc2 wrote: Upon installing GuixSD a month ago I found it difficult to get a grip on GNU Guix' stucture. Because I like pictures I made a diagram showing what I think I now understand about how GNU Guix' works. I am thinking it might b

Re: fonts.scm -> packaging "un-fonts", download isses

2016-03-04 Thread Nils Gillmann
Changing to archive.org as recommended does not fix the mime type: building path(s) `/gnu/store/7fgpnklam8v0fbklqzmgir2ryg3hb79n-font-un-fonts-1.0.2.tar.gz' Starting download of /gnu/store/7fgpnklam8v0fbklqzmgir2ryg3hb79n-font-un-fonts-1.0.2.tar.gz >From >https://web.archive.org/web/201603040

Re: Guix Europe

2016-03-04 Thread Jan Nieuwenhuizen
Andreas Enge writes: >https://enge.fr/blog/2016/03/foundation-of-guix-europe/ Yay! Greetings, Jan -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl

Register as a GSoC mentor

2016-03-04 Thread Ludovic Courtès
To all potential GSoC mentors (even if you’re unsure yet): please email José and Giuseppe as explained below to register as a mentor. Thanks! Ludo’. --- Begin Message --- Hi, please send these information to me and José for each of you who wants to apply as a mentor. Id: Name: Email: AltEmail

Re: GSoC strikes again

2016-03-04 Thread Ludovic Courtès
Nils Gillmann skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Good news! GNU has been accepted as a mentoring organization for >> Google’s Summer of Code (GSoC). So if you’d like to help Guix & GNU and >> on top of that get a paycheck, now is the time to see how you can help! >> Ideas ha

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-04 Thread Ricardo Wurmus
Leo Famulari writes: > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > variables. > * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. > --- [...] > +(propagated-inputs > + `(("libarchive" ,libarchive))) > +

Re: GNU Guix diagram

2016-03-04 Thread Amirouche Boubekki
Le 2016-03-04 04:31, myglc2 a écrit : Upon installing GuixSD a month ago I found it difficult to get a grip on GNU Guix' stucture. Because I like pictures I made a diagram showing what I think I now understand about how GNU Guix' works. I am thinking it might be helpful to Guix newcomers. Commen

Re: fonts.scm -> packaging "un-fonts", download isses

2016-03-04 Thread Nils Gillmann
Ricardo Wurmus writes: > Nils Gillmann writes: > >> Ricardo Wurmus writes: >> >>> Nils Gillmann writes: >>> Followup: I just downloaded the debian package of the fonts and looked at its content, particulary the README.Debian. According to them, upstream looks dead

Re: GSoC strikes again

2016-03-04 Thread Nils Gillmann
l...@gnu.org (Ludovic Courtès) writes: > Good news! GNU has been accepted as a mentoring organization for > Google’s Summer of Code (GSoC). So if you’d like to help Guix & GNU and > on top of that get a paycheck, now is the time to see how you can help! > Ideas have been collected for Guix, Guix

Re: Guix Europe

2016-03-04 Thread Alex Sassmannshausen
Andreas Enge writes: > Dear Guixers, > > some of you have already spotted documents concerning a mysterious entity > called "Guix Europe" appear in the maintenance-git repo. So now I have a > pleasant announcement to make... But wait - I am not going to write it all up > a second time. Read on he

Re: Exim security update

2016-03-04 Thread Ludovic Courtès
Leo Famulari skribis: > I just updated Exim from 4.86 to 4.86.2, fixing CVE-2016-1531 [0]. Thanks for the heads-up! Ludo’.

Re: [PATCH] po: Drop removed file 'weechat.scm'.

2016-03-04 Thread Ludovic Courtès
Justus Winter skribis: > Quoting Chris Marusich (2016-03-03 16:47:13) >> Is it not necessary to also do something about the other files that >> mention weechat's prevoius location? For example: >> >> --8<---cut here---start->8--- >> $ grep -r gnu/packages/weec

Re: Guix Europe

2016-03-04 Thread Ludovic Courtès
Andreas Enge skribis: > some of you have already spotted documents concerning a mysterious entity > called "Guix Europe" appear in the maintenance-git repo. So now I have a > pleasant announcement to make... But wait - I am not going to write it all up > a second time. Read on here: >https://

Re: GNU Guix diagram

2016-03-04 Thread Adam Pribyl
On Thu, 3 Mar 2016, myglc2 wrote: Upon installing GuixSD a month ago I found it difficult to get a grip on GNU Guix' stucture. Because I like pictures I made a diagram showing what I think I now understand about how GNU Guix' works. I am thinking it might be helpful to Guix newcomers. Comments &

Re: [PATCH 04/13] utils: Use '@' for separating package names and version numbers.

2016-03-04 Thread Alex Kost
Ludovic Courtès (2016-03-03 19:55 +0300) wrote: > Alex Kost skribis: > >> Sorry if it was discussed but why 'package-full-name' from (guix >> packages) wasn't changed? > > I think I was afraid that existing uses in unexpected place would break, > such as when using the full name as anchor names i

Re: [PATCH] gnu: Add Augeas.

2016-03-04 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Mar 03, 2016 at 05:16:05PM +0100, Ricardo Wurmus wrote: >> >> Ludovic Courtès writes: >> >> > Ricardo Wurmus skribis: >> > >> >> Leo Famulari writes: >> >> >> +(build-system gnu-build-system) >> +;; Marked as "required" in augeas.pc >> +