Re: replying to a message of a mailing list you were not subscribed to

2016-07-24 Thread Ricardo Wurmus
Danny Milosavljevic writes: > On Sun, 24 Jul 2016 19:18:39 +0200 > Danny Milosavljevic wrote: > >> > Even worse, if I want to reply to an issue on a mailing list that I'm not >> > subscribed to, it's difficult. I still haven't figured it out,

Re: A registry for distributed sources and binaries

2016-07-24 Thread Pjotr Prins
On Mon, Jul 25, 2016 at 05:42:20AM +0200, Tobias Geerinckx-Rice wrote: > Pjotr, > > On 2016-07-25 04:10, Pjotr Prins wrote: > >Support for multiple GUIX_PACKAGE_PATH's would be first priority. > > I'm taking it you're not talking about colon-separation (which > is already supported, though I

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
Pjotr, On 2016-07-25 04:10, Pjotr Prins wrote: Support for multiple GUIX_PACKAGE_PATH's would be first priority. I'm taking it you're not talking about colon-separation (which is already supported, though I haven't tried it) but something more? I'm interested :-) Kind regards, T G-R --

Re: A registry for distributed sources and binaries

2016-07-24 Thread Pjotr Prins
On Sun, Jul 24, 2016 at 10:35:43PM +0200, Ricardo Wurmus wrote: > Could it be enough if Guix offered a simpler way to fetch package > definitions and (optionally) binary substitutes from a third party who > maintains both the package definitions and (optionally) distributes > pre-built binary

[PATCH 2/3] gnu: ecl: Enable tests.

2016-07-24 Thread Andy Patterson
* gnu/packages/lisp.scm (ecl): Enable tests. --- gnu/packages/lisp.scm | 33 + 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index faac8bd..1c7a791 100644 --- a/gnu/packages/lisp.scm +++

[PATCH 3/3] gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH and LD_LIBRARY_PATH

2016-07-24 Thread Andy Patterson
* gnu/packages/lisp.scm (ecl)[arguments]: Wrap with PATH, CPATH, LIBRARY_PATH and LD_LIBRARY_PATH --- gnu/packages/lisp.scm | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 1c7a791..8769410

[PATCH] gnu: Update ecl.

2016-07-24 Thread Andy Patterson
Hello, This patch set was created for the purpose of getting ecl to be able to compile and run a system from within a '--pure' environment. I updated it to the most recent release and enabled the test suite while I was at it. Comments welcome. Thanks, -- Andy

[PATCH 1/3] gnu: ecl: Update to 16.1.2.

2016-07-24 Thread Andy Patterson
* gnu/packages/lisp.scm (ecl): Update to 16.1.2. --- gnu/packages/lisp.scm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 863ee00..faac8bd 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -102,15

Re: [GSoC] Continuous integration tool à la Hydra.

2016-07-24 Thread Mathieu Lirzin
Hello Guix! Here is a third update on my GSoC project after the second month. As a reminder, Hydra (https://nixos.org/hydra/) is a Nix-based continuous build system which is used by Guix to compile packages on different platforms and to distribute packages substitutes. The aim of this project

Re: [PATCH 3/3] gnu: Add guile-daemon.

2016-07-24 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-23 14:07 +0300) wrote: > >> Alex Kost skribis: >> >>> * gnu/packages/guile.scm (guile-daemon): New variable. >> >> OK! >> >>> +(home-page "https://github.com/alezost/guile-daemon;) >>> +(synopsis

Re: A registry for distributed sources and binaries

2016-07-24 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > It's crucially important to the future vitality of this project that we > retain our freedom to evolve the design of Guix, the way packages are > specified in Guix, as well as the set of core packages. These freedoms > will be drastically curtailed

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Tobias Geerinckx-Rice
Ludo', Thanks, but... On 2016-07-24 23:36, l...@gnu.org wrote: Tobias Geerinckx-Rice skribis: I spent about an hour I had a ‘gpg’ script that would call ‘gpg2’ So did I. Now, maybe *my* script was so bad that it caused segfaults and IPC errors, but that would shatter my

Re: Go build system

2016-07-24 Thread Ludovic Courtès
Hello! Leo Famulari skribis: > I just wrote my first package using Go, the crude Syncthing package that > is attached. It still needs a lot of work, especially since it builds > Syncthing's dependencies from bundled copies instead of external > packages. > > But, it does

Re: [PATCH] gnu: Add perceptualdiff.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 11:56:05PM +0200, Tobias Geerinckx-Rice wrote: > Leo! > > On 2016-07-24 23:44, Leo Famulari wrote: > > > +;; cmake-build-system uses a build/ directory > > > outside > > > +;; of the source tree, one level higher than > > > expected

Re: Odd behavior with --dry-run and --upgrade

2016-07-24 Thread Ludovic Courtès
Hi! Alex Kost skribis: > Roel Janssen (2016-07-23 18:11 +0300) wrote: > >> Dear Guix, >> >> For some time now, running `guix package --dry-run --upgrade' results in >> build actions involving grafting. For a dry-run, I find that really >> odd. I believe the correct behavior

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread Ludovic Courtès
David Craven skribis: > What are valid reasons to propagate inputs? If an installed .h file of spice-gtk #includes a .h file of a dependency, that dependency should be a propagated input. Likewise if its .pc file “Requires” the .pc file of a dependency. For additional

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 11:36:24PM +0200, Ludovic Courtès wrote: > No, I’ll try and adjust what’s available at: > . > (Suggestions welcome, though!) I will also review this script.

Re: [PATCH] gnu: Add perceptualdiff.

2016-07-24 Thread Tobias Geerinckx-Rice
Leo! On 2016-07-24 23:44, Leo Famulari wrote: +;; cmake-build-system uses a build/ directory outside +;; of the source tree, one level higher than expected Do you think this is a bug that should be reported? Oh, I don't know. I assumed it was an

Re: [PATCH] gnu: Add perceptualdiff.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 05:43:25AM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/image.scm (perceptualdiff): New variable. LGTM > +(arguments > + '(#:phases (modify-phases %standard-phases > + (add-after 'unpack 'fix-tests > +;;

Re: [PATCH v2] gnu: Add lrzip.

2016-07-24 Thread Ludovic Courtès
Hello! Tobias Geerinckx-Rice skribis: > On 23/07/2016 12:45, Ludovic Courtès wrote: >> I’ve added you to the Savannah group so you can commit directly. > > Thanks! > >> Please see the ‘HACKING’ file on how to be a good citizen. ;-) In >> particular, make sure to configure

Re: [PATCH] gnu: Add perceptualdiff.

2016-07-24 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * gnu/packages/image.scm (perceptualdiff): New variable. LGTM, thanks! Ludo'.

Re: Removing corrupted items from a mirror

2016-07-24 Thread Ludovic Courtès
Hi! Leo Famulari skribis: > My question is: How can I remove this corrupted file from the mirror? I > don't know how to figure the name of the file to remove. So first, note that there’s a narinfo cache in /var/guix/substitute/cache. First step is to rm -rf that. Next,

Re: [PATCH] gnu: Add clojure.

2016-07-24 Thread Ricardo Wurmus
Hi Alex, > I see. So the general policy here is to be lazy and packaged by need :) > This time only version 1.8 is added. Does this apply to splitting > bundled libraries as well? I see clojure has some java libraries bundled > such as ASM. Currently, I suppose no other packages depend on it.

Re: Install gpg2 as gpg

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 10:56:05PM +0200, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > > > Leo Famulari skribis: > > > >> On Thu, Jun 16, 2016 at 12:56:58PM +0200, Ludovic Courtès wrote: > > [...] > > >>> Anyway, this patch is just about how we name

Re: Install gpg2 as gpg

2016-07-24 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Leo Famulari skribis: > >> On Thu, Jun 16, 2016 at 12:56:58PM +0200, Ludovic Courtès wrote: [...] >>> Anyway, this patch is just about how we name the command. That the >>> command is called ‘gpg2’ is a well-known annoyance, and

Re: A registry for distributed sources and binaries

2016-07-24 Thread Ricardo Wurmus
Hi Pjotr, > Registries solve the mentioned problems of GUIX_PACKAGE_PATH: > > 1. People are not aware about the work of others > 2. Slightly complicated (you need a Guix source tree etc.) > 3. No binary distribution When I first read your email I thought you proposed a mechanism that extends

Re: [PATCH 2/7] gnu: Add virglrenderer.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 01:07:35PM +0200, David Craven wrote: > Alot of the dependencies I had to add was because of stuff like this: > > > Package 'libudev', required by 'gbm', not found > > Is there a better way then adding libudev as a dependency? I don't > know why pkg-config checks for

Re: curl releases and download - package location to add

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 06:01:31PM +, ng0 wrote: > For next time I know the distinction between maintainer and > contributors, so far I mostly used "who helps to maintain" or > "who works for" and similar wordings, which is not implying that > I am maintaining it. Well, we are all

Re: A registry for distributed sources and binaries

2016-07-24 Thread Ricardo Wurmus
Jookia <166...@gmail.com> writes: > I think the clearest system is a way to have multiple guixes installed at > once. > Other package managers need not do this, but as long as the daemon > compatiblity > is kept it should be fine. There could be a guix-jookia, guix-nonfree for > those > that

Re: Cook source disappeared

2016-07-24 Thread John Darrington
On Sun, Jul 24, 2016 at 08:15:55PM +0200, Andreas Enge wrote: On Sun, Jul 24, 2016 at 03:58:30AM +0200, John Darrington wrote: > It looks as if his entire home page is now gone. As I recall, it used to be hosted > by the Australian Unix User Group. I suggest they just re-arranged

Re: A registry for distributed sources and binaries

2016-07-24 Thread John Darrington
On Mon, Jul 25, 2016 at 01:21:50AM +1000, Jookia wrote: Even worse, if I want to reply to an issue on a mailing list that I'm not subscribed to, it's difficult. I still haven't figured it out, maybe you can go to the archive and download an mbox and look at the reference and ask

Re: Cook source disappeared

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 03:58:30AM +0200, John Darrington wrote: > It looks as if his entire home page is now gone. As I recall, it used to be > hosted > by the Australian Unix User Group. I suggest they just re-arranged their web > site, > and it somehow got inadvertently dropped. > > It

Re: Cook source disappeared

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 09:10:46PM +0300, Efraim Flashner wrote: > There's also fossies That is what I used in the end. Andreas

Re: Cook source disappeared

2016-07-24 Thread Efraim Flashner
On Sun, Jul 24, 2016 at 12:45:57PM -0400, Leo Famulari wrote: > On Sun, Jul 24, 2016 at 06:25:14PM +0200, John Darrington wrote: > > https://www.gnu.org/software/guix/packages/issues.html > > > > But if I understand correctly, that is not going to do anything if hydra's > > internal >

Re: curl releases and download - package location to add

2016-07-24 Thread ng0
Leo Famulari writes: > On Sun, Jul 24, 2016 at 06:57:15PM +0200, Andreas Enge wrote: >> Indeed, and they got the message - scroll down the page and look for "Guix"! >> Now we just need to package the latest stable version to merit a yellow >> background, but this should wait

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread David Craven
So is this a valid use case for propagated inputs? Making sure that packages that use spice-gtk use the same gstreamer plugins?

Re: [PATCH][rfc][doc] extending the contribution guidelines

2016-07-24 Thread Ludovic Courtès
ng0 skribis: > We have no documentation on wether using a legal name for > contributions is required or not and if name changes are okay. Commit dfcdd9c25d552fb2691552837b2f2f50bb0b14fb clarifies that. Ludo’.

Re: [PATCH] lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin.

2016-07-24 Thread Ludovic Courtès
David Craven skribis: > * guix/scripts/lint.scm (check-inputs-should-be-native): Warn when intltool, > itstool or glib:bin isn't a native-input. > * tests/lint.scm (inputs: glib:bin is probably a native input): Add test. Neat! [...] > + (((labels packages . outputs)

[PATCH 7/7] gnu: Add virt-viewer.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index e78bdef..1755e8b 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@

[PATCH 3/7] gnu: Add spice-protocol.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index b3d795b..6c6fbed 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -60,3 +60,23 @@ USB

[PATCH 1/7] gnu: Add usbredir.

2016-07-24 Thread David Craven
* gnu/local.mk: Add file. * gnu/packages/spice.scm: Add file. --- gnu/local.mk | 1 + gnu/packages/spice.scm | 33 + 2 files changed, 34 insertions(+) create mode 100644 gnu/packages/spice.scm diff --git a/gnu/local.mk b/gnu/local.mk index

[PATCH 5/7] gnu: Add spice.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index ee29f08..365385e 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@

[PATCH 6/7] gnu: Add spice-vdagent.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. * gnu/packages/patches/spice-vdagent-localstatedir.patch: Add it. --- .../patches/spice-vdagent-localstatedir.patch | 13 gnu/packages/spice.scm | 35 ++ 2 files changed, 48 insertions(+) create mode

[PATCH 2/7] gnu: Add virglrenderer.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index c0cec99..b3d795b 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -1,6 +1,8 @@

[PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread David Craven
* gnu/packages/spice.scm: Add it. --- gnu/packages/spice.scm | 72 ++ 1 file changed, 72 insertions(+) diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 6c6fbed..ee29f08 100644 --- a/gnu/packages/spice.scm +++

Re: core-updates, next release, and all that

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 12:59:22PM -0400, Leo Famulari wrote: > So strange. Could the source code have been corrupted while unpacking? > Can anyone replicate this locally, so they can use --keep-failed? Yes, but I still cannot make anything of it. The build phase boils down to cd

Re: replying to a message of a mailing list you were not subscribed to

2016-07-24 Thread Danny Milosavljevic
On Sun, 24 Jul 2016 19:18:39 +0200 Danny Milosavljevic wrote: > > Even worse, if I want to reply to an issue on a mailing list that I'm not > > subscribed to, it's difficult. I still haven't figured it out, maybe you > > can go > > to the archive and download an mbox and

replying to a message of a mailing list you were not subscribed to

2016-07-24 Thread Danny Milosavljevic
> Even worse, if I want to reply to an issue on a mailing list that I'm not > subscribed to, it's difficult. I still haven't figured it out, maybe you can > go > to the archive and download an mbox and look at the reference and ask your > mail > client to reply to it? I don't know. You read the

Re: [PATCH 2/3] profiles: Add fonts-dir-file hook.

2016-07-24 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-07-05 17:31 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2016-07-02 17:34 +0300) wrote: >>> Alex Kost skribis: > * guix/profiles.scm (fonts-dir-file): New

Re: [PATCH] doc: Explain when guix edit is read-only.

2016-07-24 Thread Ludovic Courtès
Alex Kost skribis: > myglc2 (2016-07-22 01:35 +0300) wrote: > >> * doc/guix.texi (Invoking guix edit): Explain when you can and can't >> edit the recipe >> --- >> doc/guix.texi | 10 -- >> 1 file changed, 8 insertions(+), 2 deletions(-) >> >> >> diff --git

Re: none

2016-07-24 Thread Andreas Enge
Hi Chris, thanks for your contribution! On Sun, Jul 24, 2016 at 11:52:52AM -0500, Christopher Allan Webber wrote: > GNU MediaGoblin is "hip and cool" (or something) in that it uses a web > based issue tracker primarily. Do you think we could learn from GNU MediaGoblin to be hipper and cooler?

Re: [PATCH 1/3] doc: Point out preference of message format.

2016-07-24 Thread Ludovic Courtès
ng0 skribis: > From 85c26ccbdedc55ca6490d4c2e0186e26672e3477 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Thu, 21 Jul 2016 12:44:57 + > Subject: [PATCH 1/3] doc: Point out preference of message format. > > * doc/contributing.texi

Re: core-updates, next release, and all that

2016-07-24 Thread Leo Famulari
On Sat, Jul 23, 2016 at 01:22:42PM +0200, Andreas Enge wrote: > On Sat, Jul 23, 2016 at 12:39:31PM +0200, Ludovic Courtès wrote: > > It could be a parallel-build issue. > > I added "#:parallel-build? #f", but to no avail. There are tons of strange > error messages like: > In file included from

Re: curl releases and download - package location to add

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 04:50:29PM +, ng0 wrote: > To me the wording of the website[0] on which this address was listed > read for me like this should be obvious when they get messages > like this at this specific address. > [0]: Bottom of https://curl.haxx.se/download.html Indeed, and they

Re: [PATCH][rfc][doc] extending the contribution guidelines

2016-07-24 Thread Ludovic Courtès
Hi! ng0 skribis: > === Ia. === > We allow any names people choose to use, what speak against > having pseudo-anonymous contributions under > email: "non...@guixsd.org", name: "Guix Contributor" in the log > messages? > In one project I participate in, some people also

Re: none

2016-07-24 Thread Christopher Allan Webber
Jookia writes: >> What makes things easier for me personally is to not worry about >> urgency. Nothing I do is really urgent. If I need to provide a package >> for someone at the institute I don’t wait for acceptance in Guix >> upstream; I just push it to our own “guix-bimsb” repo, which is

Re: curl releases and download - package location to add

2016-07-24 Thread ng0
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > [- curl-rele...@haxx.se] > > ng0 skribis: > >> I'm one of the developers who maintain GNU Guix, the package >> manager and its GNU System (GuixSD). > > I think wording like “I’m a contributor to GNU Guix” might be

Re: core-updates, next release, and all that

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 06:04:39PM +0200, Andreas Enge wrote: > Right now, I am trying to disable parallel builds; so far > things look good, I think we are beyond the previous point of failure. > But of course this would not be a very pleasant solution, given the build > time of the package...

Re: Cook source disappeared

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 06:25:14PM +0200, John Darrington wrote: > https://www.gnu.org/software/guix/packages/issues.html > > But if I understand correctly, that is not going to do anything if hydra's > internal > cache is good. From what Andraes says, we only noticed this because we

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 01:34:13PM +0200, David Craven wrote: > What are valid reasons to propagate inputs? Ideally, dependencies can be found by their callers with an absolute path to /gnu/store/...-foo. But, some software lacks this facility, and can only find dependencies in the environment,

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.

2016-07-24 Thread John Darrington
On Sun, Jul 24, 2016 at 12:05:35PM -0400, Leo Famulari wrote: On Sun, Jul 24, 2016 at 04:08:20PM +0300, Efraim Flashner wrote: > On Sun, Jul 24, 2016 at 09:08:05AM +, ng0 wrote: > > Efraim Flashner writes: > > > LGTM! > > > > What does

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 04:08:20PM +0300, Efraim Flashner wrote: > On Sun, Jul 24, 2016 at 09:08:05AM +, ng0 wrote: > > Efraim Flashner writes: > > > LGTM! > > > > What does this mean? LetsGetThisMerged? > > Yeah I thought it meant Looks Good To Me, although yours

Re: core-updates, next release, and all that

2016-07-24 Thread Andreas Enge
Hello, the current main blocker for a merge I identified in core-updates is that icecat does not build any more, while the same version builds in master. I just updated to 38.8.0-gnu2 in master, but this still does not build in core-updates. Right now, I am trying to disable parallel builds; so

Re: A registry for distributed sources and binaries

2016-07-24 Thread Andreas Enge
Hello again, On Mon, Jul 25, 2016 at 01:21:50AM +1000, Jookia wrote: > An issue tracker that you can reply to by the web would be much much better, > because there's less things to go wrong and less ways to be shamed for. I've > suggested this many times and the only responses I've heard are 'no'

Re: Cook source disappeared

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 04:12:07PM +0300, Efraim Flashner wrote: > On Sun, Jul 24, 2016 at 03:58:30AM +0200, John Darrington wrote: > > I wonder if it would be worth having some kind of daemon which crawls and > > flags > > sources which are either missing, or have bad checksums? > >

Re: A registry for distributed sources and binaries

2016-07-24 Thread Jookia
On Sun, Jul 24, 2016 at 03:58:28PM +0200, Andreas Enge wrote: > One of my main concerns with your suggestion (besides the technical one) is > that I do not think it lowers the barrier to entry, but it diverts the > efforts. With package repositories full of packages around, where a half- > baked

[PATCH] gnu: sbcl: Update to 1.3.7.

2016-07-24 Thread Andy Patterson
This patch allows sbcl to build using the newer texlive. Thanks, -- Andy>From 33128a233285354aaf3d699e4360ce262b6350e5 Mon Sep 17 00:00:00 2001 From: Andy Patterson Date: Sun, 24 Jul 2016 09:29:28 -0400 Subject: [PATCH] gnu: sbcl: Update to 1.3.7. * gnu/packages/lisp.scm

Re: Review process

2016-07-24 Thread Ludovic Courtès
Alex Kost skribis: > Mathieu Lirzin (2016-07-23 12:51 +0300) wrote: > >> Alex Kost writes: [...] >>> I just wrote this because I'm almost sure that some day I will maintain >>> emacs interface separately from Guix again. I've been regretting all >>> the

Re: curl releases and download - package location to add

2016-07-24 Thread Ludovic Courtès
Hello! [- curl-rele...@haxx.se] ng0 skribis: > I'm one of the developers who maintain GNU Guix, the package > manager and its GNU System (GuixSD). I think wording like “I’m a contributor to GNU Guix” might be less ambiguous (“maintain” might lead the reader to think

Re: More SourceForge package problems

2016-07-24 Thread Ludovic Courtès
Leo Famulari skribis: > On Fri, Jul 22, 2016 at 11:04:42AM -0400, Leo Famulari wrote: >> There are still some packages that can't download source code at all: >> >> utfcpp >> slim (found on tarballs.nixos.org) >> lxtask >> lxappearance >> lxrandr >> libfm >> lxterminal >>

Re: A registry for distributed sources and binaries

2016-07-24 Thread Andreas Enge
Hello, On Sun, Jul 24, 2016 at 05:30:27AM +0200, Pjotr Prins wrote: > 2. Slightly complicated (you need a Guix source tree etc.) as far as I understand it, our "data is code" approach makes it necessary to have the Guix tree around in any case. "guix package -i ruby" looks up the package

Re: Cook source disappeared

2016-07-24 Thread Efraim Flashner
On Sun, Jul 24, 2016 at 03:58:30AM +0200, John Darrington wrote: > Yes, like Leo says, Peter Miller is deceased. > > It looks as if his entire home page is now gone. As I recall, it used to be > hosted > by the Australian Unix User Group. I suggest they just re-arranged their web > site, >

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.

2016-07-24 Thread Efraim Flashner
On Sun, Jul 24, 2016 at 09:08:05AM +, ng0 wrote: > Efraim Flashner writes: > > > On Fri, Jul 22, 2016 at 12:05:46AM +, ng0 wrote: > >> From d841892a6563fa79f8185d6ea470a160d1b54b2c Mon Sep 17 00:00:00 2001 > >> From: ng0 > >> Date: Fri,

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread David Craven
What are valid reasons to propagate inputs?

Re: [PATCH 7/7] gnu: Add virt-viewer.

2016-07-24 Thread David Craven
> I noticed that the output did not refer to perl. virt-viewer builds > successfully without it. Do you think it's okay to remove it from this > list? Can't remember why I added perl as a dependency. I think it's ok to remove it. > It is gpl2+. I'll read the licenses more carefully next time.

Re: [PATCH 6/7] gnu: Add spice-vdagent.

2016-07-24 Thread David Craven
> The built output lacks a reference to spice-protocol. Do you think it's > a problem if spice-vdagent can't find spice-protocol at run-time? I think spice-protocol only contains headers so no I don't think this is a problem.

Re: [PATCH 5/7] gnu: Add spice.

2016-07-24 Thread David Craven
> Same questions as with the previous patch. Do these need to be > propagated? These are propagated because again I was getting pkg-config errors in other packages saying openssl is needed by spice and wasn't found. Maybe there's a better solution. What do you suggest? > The built package is

Re: [PATCH 4/7] gnu: Add spice-gtk.

2016-07-24 Thread David Craven
> Can you say why these are propagated? spice-protocol shouldn't be progagated. I propagated the gstreamer plugins so that the 'wrap-remote-viewer phase in the virt-viewer package works. I didn't want to add them to virt-viewer since which plugins are needed can depend on the configure-flags of

Re: [PATCH 2/7] gnu: Add virglrenderer.

2016-07-24 Thread David Craven
Alot of the dependencies I had to add was because of stuff like this: > Package 'libudev', required by 'gbm', not found Is there a better way then adding libudev as a dependency? I don't know why pkg-config checks for dependencies of dependencies, that's kind of weird... I couldn't find any

Re: Review process

2016-07-24 Thread Mathieu Lirzin
Alex Kost writes: > Mathieu Lirzin (2016-07-23 12:51 +0300) wrote: > >> Alex Kost writes: >> >>> Pjotr Prins (2016-07-23 05:24 +0300) wrote: >>> Thanks Ludo. As it stands I am no longer submitting packages to ML. I did my utmost to make the

Re: A registry for distributed sources and binaries

2016-07-24 Thread Mathieu Lirzin
Hi, Mark H Weaver writes: > Pjotr Prins writes: > >> How about the following: >> >> 1. Separate from the GNU project, we create a number of registries of >>online git repos without opinion (i.e., anything goes, it is up to >>the authors). A

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.

2016-07-24 Thread ng0
Efraim Flashner writes: > On Fri, Jul 22, 2016 at 12:05:46AM +, ng0 wrote: >> From d841892a6563fa79f8185d6ea470a160d1b54b2c Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Fri, 22 Jul 2016 00:01:03 + >> Subject: [PATCH] gnu:

Re: Odd behavior with --dry-run and --upgrade

2016-07-24 Thread Alex Kost
Roel Janssen (2016-07-23 18:11 +0300) wrote: > Dear Guix, > > For some time now, running `guix package --dry-run --upgrade' results in > build actions involving grafting. For a dry-run, I find that really > odd. I believe the correct behavior should be what can be achieved > with: `guix package

Re: [PATCH] gnu: wxwidgets-2: Update to upstream's re-release of 2.8.12.

2016-07-24 Thread Andreas Enge
Hello, On Fri, Jul 22, 2016 at 12:11:35PM -0400, Leo Famulari wrote: > > + (uri (string-append "mirror://sourceforge/wxwindows/" > > upstream-version > > + "/wxWidgets-" upstream-version ".tar.bz2")) > Without noticing, I changed the wxwidgets-2.8 URL from the

Re: [PATCH] doc: Explain when guix edit is read-only.

2016-07-24 Thread Alex Kost
myglc2 (2016-07-22 01:35 +0300) wrote: > * doc/guix.texi (Invoking guix edit): Explain when you can and can't > edit the recipe > --- > doc/guix.texi | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > > diff --git a/doc/guix.texi b/doc/guix.texi > index e7b233d..914d24d

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-24 Thread Andreas Enge
On Sun, Jul 24, 2016 at 09:43:59AM +0200, Ricardo Wurmus wrote: > Thanks again for reporting this! Thanks for fixing it so quickly! 2 more packages out of the 700 that currently fail :-) Andreas

Re: Review process

2016-07-24 Thread Alex Kost
Mathieu Lirzin (2016-07-23 12:51 +0300) wrote: > Alex Kost writes: > >> Pjotr Prins (2016-07-23 05:24 +0300) wrote: >> >>> Thanks Ludo. As it stands I am no longer submitting packages to ML. I >>> did my utmost to make the package lean and clean. This package is not >>> going

Re: Removing corrupted items from a mirror

2016-07-24 Thread Efraim Flashner
On Sat, Jul 23, 2016 at 08:26:20PM -0400, Leo Famulari wrote: > While trying to build the trash-cli patch on top of the master branch > (commit 2a69d4df7d7), I got the following hash mismatch while > downloading a coreutils substitute from my local mirror. When I used > mirror.hydra.gnu.org

Re: none

2016-07-24 Thread Jookia
On Sun, Jul 24, 2016 at 02:35:41AM -0400, Leo Famulari wrote: > It does not include your patches. I archived the messages that included > your previously outstanding patches when you withdrew them from > consideration. Many of your patches were to parts of the system that I > don't understand.

Re: A registry for distributed sources and binaries

2016-07-24 Thread Jookia
On Sun, Jul 24, 2016 at 08:37:34AM +0200, Tobias Geerinckx-Rice wrote: > Eeh. IMO, let's not drag unfree software into this. It's not the > motivation, and I can't see it helping anyone's cause or mood. It's the only example I can think of easily that Guix will not merge in any case, yet users

Re: A registry for distributed sources and binaries

2016-07-24 Thread Pjotr Prins
On Sun, Jul 24, 2016 at 03:29:49AM -0400, Leo Famulari wrote: > If we did choose to present a stable API, we would need people to > maintain it. In my mind we don't need much of an API. We need a way for plugins to tell what hooks they provide and then call into these hooks. That is all. Plugins

Re: [PATCH 3/3] gnu: icedtea-6: Generate keystore.

2016-07-24 Thread Ricardo Wurmus
Andreas Enge writes: > On Sat, Jul 23, 2016 at 11:33:12PM +0200, Ricardo Wurmus wrote: >> You’re welcome to give it a try yourself! (Who knows, maybe this change >> would also allow us to reinstate the phase in the latest icedtea >> version?) > > Unfortunately it fails for me

Re: A registry for distributed sources and binaries

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 01:29:20AM -0400, Mark H Weaver wrote: > Long ago, the Linux developers made a conscious decision to not support > out-of-tree drivers, for much the same reasons. Many times over the > years, they have made changes to their internal APIs that required > corresponding

Re: [PATCH] download: Add official SourceForge mirror.

2016-07-24 Thread Efraim Flashner
On Fri, Jul 22, 2016 at 07:10:26PM -0400, Leo Famulari wrote: > On Fri, Jul 22, 2016 at 01:08:31PM -0500, Alex Griffin wrote: > > This patch mirrors a similar change in nixpkgs [1][2]. > > > > The official method for downloading from SourceForge is to use > > downloads.sourceforge.net, which

Re: A registry for distributed sources and binaries

2016-07-24 Thread Pjotr Prins
On Sun, Jul 24, 2016 at 08:28:30AM +0200, Tobias Geerinckx-Rice wrote: > > if we support a decentralized system of externally-managed > > repositories. > > No. Break them. > > If you're running an external Guix repository and don't bother to follow > the main development branch(es) with some

Re: Gs

2016-07-24 Thread Efraim Flashner
On Sat, Jul 23, 2016 at 01:03:07PM +0200, Ludovic Courtès wrote: > Hi! > > Andreas Enge skribis: > > > the following commit > > commit eb354bdacbf4154ec66038dac07f19bf4ced1fad > > Author: Ludovic Courtès > > Date: Mon May 9 15:54:34 2016 +0200 > > > > gnu:

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
OK, one more... On 24/07/2016 7:48, Jookia wrote: > I think the clearest system is a way to have multiple guixes > installed at once. Other package managers need not do this, but as > long as the daemon compatiblity is kept it should be fine. There > could be a guix-jookia, guix-nonfree for

Re: none

2016-07-24 Thread Leo Famulari
On Sun, Jul 24, 2016 at 02:17:21PM +1000, Jookia wrote: > On Fri, Jul 22, 2016 at 05:19:42PM -0400, Leo Famulari wrote: > > I can look at my Guix mailbox to see all outstanding patches. > > Can you post a list of this? Does it include my outstanding patches? It does not include your patches. I

Re: A registry for distributed sources and binaries

2016-07-24 Thread Tobias Geerinckx-Rice
Mark, On 24/07/2016 7:29, Mark H Weaver wrote: > Long ago, the Linux developers made a conscious decision to not > support out-of-tree drivers, for much the same reasons. Many times > over the years, they have made changes to their internal APIs that > required corresponding changes to a

Re: [PATCH] gnu: perl-io-socket-ssl: Add IDN support.

2016-07-24 Thread Efraim Flashner
On Fri, Jul 22, 2016 at 12:05:46AM +, ng0 wrote: > From d841892a6563fa79f8185d6ea470a160d1b54b2c Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 22 Jul 2016 00:01:03 + > Subject: [PATCH] gnu: perl-io-socket-ssl: Add IDN support. > > * gnu/packages/web.scm

  1   2   >