Re: Texlive

2015-03-23 Thread Federico Beffa
On Mon, Mar 16, 2015 at 5:51 PM, Ludovic Courtès l...@gnu.org wrote: I think the problem here is really that TeX Live is monolithic, and I don’t think that should be addressed by the packaging tools themselves. The main TeX Live installer may make it look like it is monolithic, but it isn't

Re: [PATCH 1/2] gnu: sdl: Allow dlopen for OpenGL.

2015-03-23 Thread 宋文武
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Fixes a regression introduced in 666aa99. Reported by Felipe López and David Thompson. * gnu/packages/sdl.scm (sdl)[inputs]: Add glu. [arguments]#:configure-flags: Replace '--disable-sdl-dlopen' with

Re: [PATCH 2/2] gnu: sdl: Explicity use mesa as OpenGL driver.

2015-03-23 Thread 宋文武
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/sdl.scm (sdl)[arguments]#:configure-flags: Add 'LDFLAGS=-lGL'. [...] #:configure-flags '(--disable-alsa-shared --disable-pulseaudio-shared -

Re: [PATCH] Remove unused patchelf inputs

2015-03-23 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: I was puzzled to find three occurrences of 'patchelf' in packages that do not appear to use it. The packages build successfully with this patch, and I don't see any missing rpaths in the resulting outputs. I also don't see anything that would use

Re: [PATCH] Add Julia.

2015-03-23 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: The release tarball comes with all dependencies bundled, but I tried hard to make it build against system libraries. This didn't always work, unfortunately. libuv : Julia comes with a modified version of libuv and it won't build

Re: [PATCH] gnu: python: Do not use patchelf

2015-03-23 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Since we lack a working 'patchelf' on ARM, and since 'patchelf' currently fails its test suite on MIPS, I hope to eliminate all unnecessary uses of 'patchelf' in Guix. This patch is the first step, which I hope will bring our non-Intel ports back from

Re: wip-http-pipelining needs testing!

2015-03-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: Last month Mark installed Nginx on Hydra, with proper caching of narinfos. After some debugging, wip-http-pipelining is now in a good shape: it has performance comparable to what we currently have, *and* it’s single-threaded and shows a progress report

Re: [PATCH] Add Julia.

2015-03-23 Thread Mark H Weaver
Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: From 41550ffafa8da05b2cf8dfad66d44e6f43c9042c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 20 Mar 2015 11:26:23 +0100 Subject: [PATCH 2/2] gnu: Add Julia. * gnu/packages/julia.scm: New file. *

Using the daemon’s default settings

2015-03-23 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: Ludovic Courtès l...@gnu.org writes: commit 4d58122071bbd7bb56c9658a9bbe7621bf3e423d Author: Ludovic Courtès l...@gnu.org Date: Sun Mar 22 23:43:25 2015 +0100 store: Default to a non-empty list of substituters. Fixes

Re: Calibre phones home without asking, and offers to update itself

2015-03-23 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: This raises a few problems: * It's automatically phoning home on launch without my consent, which is a breach of privacy. * I don't know exactly what would happen if I let it attempt to update itself, but since upstream Calibre includes non-free

Re: 05/05: store: Default to a non-empty list of substituters.

2015-03-23 Thread Mark H Weaver
Ludovic Courtès l...@gnu.org writes: commit 4d58122071bbd7bb56c9658a9bbe7621bf3e423d Author: Ludovic Courtès l...@gnu.org Date: Sun Mar 22 23:43:25 2015 +0100 store: Default to a non-empty list of substituters. Fixes http://bugs.gnu.org/20163. Reported by Mark H Weaver