help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help packaging IUP (part 1: IM)


From: Felix Lechner
Subject: Re: Need help packaging IUP (part 1: IM)
Date: Mon, 20 Mar 2023 15:59:52 -0700

Hi Ekaitz,

On Mon, Mar 20, 2023 at 3:45 PM Ekaitz Zarraga <ekaitz@elenq.tech> wrote:
>
> The main problem I have now is the RUNPATH is not set properly.

I hope it's okay to amend your note briefly. The captive shared
library libim.so is not being found by (guix build-system gnu) when
setting the RUNPATH for libim_jp.so, because both libraries are being
built in the same package.

The issue seemed similar to the circumstances in our repo here [1]
here [2] here [3] and here [4] but somehow those solutions did not
work for Ekaitz.

Here is the error message Ekaitz saw from 'validate-runpath:

    /gnu/store/d4z5069a5z9nn4wj2ji52cv60ghkm0ip-im-3.15/lib/libim_jp2.so:
    error: depends on 'libim.so', which cannot be found in RUNPATH
    ("/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib"
    "/gnu/store/094bbaq6glba86h1d4cj16xhdi6fk2jl-gcc-10.3.0-lib/lib"
    "/gnu/store/p7iq81hxxyk9zy7a9dngbf16zm8d4klx-libpng-1.6.37/lib"
    "/gnu/store/8qv5kb2fgm4c3bf70zcg9l6hkf3qzpw9-zlib-1.2.11/lib"
    
"/gnu/store/094bbaq6glba86h1d4cj16xhdi6fk2jl-gcc-10.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/10.3.0/../../..")

Kind regards
Felix Lechner

[1] https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/video.scm#n1776
[2] https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/boost.scm#n97
[3] 
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/kde-plasma.scm#n237
[4] 
https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/bootloaders.scm#n583



reply via email to

[Prev in Thread] Current Thread [Next in Thread]