[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] gnu: Add AlsaModularSynth.
From: |
Ricardo Wurmus |
Subject: |
Re: [PATCH 2/2] gnu: Add AlsaModularSynth. |
Date: |
Wed, 04 Mar 2015 08:08:59 +0100 |
Mark H Weaver writes:
>> From dbf194fdfd5baf9b79ebc7ba3c60835421cce12a Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <address@hidden>
>> Date: Sun, 1 Mar 2015 13:35:06 +0100
>> Subject: [PATCH 1/2] gnu: Add clalsadrv.
>>
>> * gnu/packages/audio.scm (clalsadrv): New variable.
>> ---
>> gnu/packages/audio.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 43 insertions(+)
>>
[...]
>> + (alist-cons-after
>> + 'install
>> + 'install-symlink
>> + (lambda _
>> + (symlink "libclalsadrv.so"
>> + (string-append (assoc-ref %outputs "out")
>> + "/lib/libclalsadrv.so.2")))
>
> On Hydra, this 'symlink' call is failing on both x86_64 and mips64el.
> See:
>
> http://hydra.gnu.org/build/263381/log/tail-reload
> http://hydra.gnu.org/build/263382/log/tail-reload
>
> Can you look into it?
The problem here is that the library is not installed to /lib, but to
/lib64 or /libmips64. I'll see if I can coerce it to install the
library to /lib on all platforms.
~~ Ricardo
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth., Ricardo Wurmus, 2015/03/01
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth., Ludovic Courtès, 2015/03/01
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth., Mark H Weaver, 2015/03/02
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth.,
Ricardo Wurmus <=
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth., Ricardo Wurmus, 2015/03/04
- Re: [PATCH 2/2] gnu: Add AlsaModularSynth., Ricardo Wurmus, 2015/03/04
- RFC: Build system hacks for Guix do not belong in 'source', Mark H Weaver, 2015/03/05
- Re: RFC: Build system hacks for Guix do not belong in 'source', Thompson, David, 2015/03/05
- Re: RFC: Build system hacks for Guix do not belong in 'source', Ludovic Courtès, 2015/03/05
- Re: RFC: Build system hacks for Guix do not belong in 'source', Ricardo Wurmus, 2015/03/05
- Re: RFC: Build system hacks for Guix do not belong in 'source', Ricardo Wurmus, 2015/03/10
- Re: RFC: Build system hacks for Guix do not belong in 'source', Mark H Weaver, 2015/03/10