Re: [PATCH] Patch Qt 5.4 for i686.

2015-04-24 Thread Mark H Weaver
Hi Taylan, Thank you for your continued work on this, but... taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > From eb8f5f90684e141c4055c9e484629a2c7d731a06 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Fri, 24 Apr 2015 10:43

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-24 Thread Mark H Weaver
Mark H Weaver writes: > Andreas Enge writes: > >> Well, in an ideal world, these two patch sets would be built separately, >> so that any failure could be attributed to one or the other. So I would >> not call two rebuilds "wasted work" in such a context. > > Agreed. If our build farm had enoug

Re: elogind WIP

2015-04-24 Thread Ricardo Wurmus
Ludovic Courtès writes: > For the record, I went a bit further building it (patch attached), but > now I think we stuck because some of the XSL files used to produce man > pages are missing in the repo: I restored a few files needed to produce man page, renamed two instances of "systemd.version"

Re: [PATCH] Patch Qt 5.4 for i686.

2015-04-24 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > It will take my machine another ~7 hours to build Qt so that I can > verify that this works; on the meanwhile sending it in FYI and for > stylistic review. The patch does not solve the problem after all. :-( I should have taken a

Re: [PATCH] gnu: Add gitolite.

2015-04-24 Thread David Thompson
Ricardo Wurmus writes: > David Thompson writes: > >> David Thompson writes: >> >>> Gitolite is a lightweight tool for managing access control to Git >>> repositories. We use it at the FSF and it works pretty well. >>> >>> AFAICT, I've managed to avoid propogating Perl, but I have to propagate >

Re: [PATCH 2/2] guix: build: Add transitive source building.

2015-04-24 Thread Eric Bavier
Revisiting this (old) thread... >Eric Bavier skribis: > >> * guix/scripts/build.scm (%options): Add --sources option. >> (package-sources, package-direct-sources) >> (package-transitive-sources, package-source-derivations): New >> procedures. >> (options->derivations)[--sources]: Use them

[PATCH 2/2] guix: build: Add transitive source building.

2015-04-24 Thread Eric Bavier
* guix/scripts/build.scm (%options, options->derivations): Add --sources option. * doc/guix.texi (Invoking guix build): Document --sources option. * tests/guix-build.sh: Add tests. --- doc/guix.texi | 43 + guix/scripts/build.scm | 55 ++--

[PATCH 1/2] guix: packages: Add package-direct-sources and package-transitive-sources.

2015-04-24 Thread Eric Bavier
* guix/tests.scm (dummy-origin): New syntax. * guix/packages.scm (package-direct-sources) (package-transitive-sources): New procedures. * tests/packages.scm: Test them. --- guix/packages.scm | 24 guix/tests.scm | 10 +- tests/packages.scm | 30 +++

Re: [PATCH] gnu: nginx: Update to 1.8.0.

2015-04-24 Thread David Thompson
nAndreas Enge writes: > if it builds, I would say that there is no reason not to push it. It builds. Pushed! Thanks! -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate

Re: [PATCH] gnu: nginx: Update to 1.8.0.

2015-04-24 Thread Andreas Enge
Hello, if it builds, I would say that there is no reason not to push it. Andreas

[PATCH] gnu: nginx: Update to 1.8.0.

2015-04-24 Thread David Thompson
>From f93b916c3d20ab1b3439f67dde137f36918619f3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 24 Apr 2015 08:08:02 -0400 Subject: [PATCH] gnu: nginx: Update to 1.8.0. * gnu/packages/web.scm (nginx): Update to 1.8.0. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] Patch Qt 5.4 for i686.

2015-04-24 Thread Taylan Ulrich Bayırlı/Kammer
It will take my machine another ~7 hours to build Qt so that I can verify that this works; on the meanwhile sending it in FYI and for stylistic review. >From eb8f5f90684e141c4055c9e484629a2c7d731a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri,

Re: Planning for 0.8.2

2015-04-24 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> For those I’ve just reopened core-updates with the intent of freezing it >> in a couple of days or so. The changes should be limited to: >> >> 1. ld-wrapper bugs fixed (just pushed); >> >> 2. libstdc++ not h

Re: [PATCH 2/2] gnu: python-pycairo: Fix build with with python-3.4.3.

2015-04-24 Thread Ricardo Wurmus
Ludovic Courtès writes: > 宋文武 skribis: > >> From 9a83f762e5f5479a9efedefc6fea9c37a49bb87e Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Mon, 20 Apr 2015 13:45:43 +0800 >> Subject: [PATCH] gnu: python-pycairo: Fix build with with python-3.4.3. >> >> * gnu/pac