On Thu, Oct 03, 2013 at 08:59:41PM +0200, Andreas Enge wrote:
> The attached recipe fails with the following output:
>
> ...
> starting phase `build'
> running "python setup.py" with command "build" and parameters ()
> running build
> ...
> phase `build' succeeded after 0 seconds
> starting phase
Aljosha Papsch skribis:
> Am Donnerstag, den 03.10.2013, 13:07 +0200 schrieb Andreas Enge:
>> That is true. But I feel about GNOME as you feel about KDE, and am not
>> overly
>> motivated to do more work on it, so it would be good if some volunteer
>> GNOME users stepped forward to take over.
>
>
And can I use the same code for libraries using other libraries of the same
package, by changing "bin" to "lib" in the code snippet?
For instance, one has
$ ldd /nix/store/bplvsx34rzpn85vly086l0jhmhil9ncg-icu4c-50.1.1/lib/libicuuc.so
...
libicudata.so.50 => not found
...
where the unfound
On Sun, Sep 22, 2013 at 09:44:18PM +0200, Ludovic Courtès wrote:
> In such cases, we must set the RUNPATH, using patchelf as Nikita notes.
> The recommended way to do that is to use ‘augment-rpath’ from (guix
> build rpath), as done in python.scm (make sure to add ‘patchelf’ as an
> input).
When c
Am Donnerstag, den 03.10.2013, 13:07 +0200 schrieb Andreas Enge:
> That is true. But I feel about GNOME as you feel about KDE, and am not
> overly
> motivated to do more work on it, so it would be good if some volunteer
> GNOME users stepped forward to take over.
I'm a GNOME user (and occasional c
Andreas Enge skribis:
> running install_data
> creating /nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons
> error: could not create
> '/nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons':
> Permission denied
Perhaps you could check how that ‘install_data’ t