pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: rpath error in cython libraries
Jason Bacon <jtocino%gmx.com@localhost> writes:
> Are you saying that pkgsrc does not support $ORIGIN and this needs to be
> replaced by the actual path(s)?
I'm saying that my somewhat fuzzy belief is that pkgsrc views ORIGIN as
a bug to be avoided.
>> So where is libcsamtools.so, and is there a -L for it? What does
>> libcsamtools.so say when you run objdump -x and look for RPATH and NEEDED?
>
> Did you miss the "find" commands at the end of my original message?
Yes.
> find work/ -name libcsamtools.so
> work/pysam-0.21.0/build/lib.netbsd-9.3-amd64-cpython-310/pysam/libcsamtools.so
>
> I think CWD should be work/pysam-0.21.0, so I think the
>
> -Lbuild/lib.netbsd-9.3-amd64-cpython-310/pysam
>
> should cover it during stage-qa checks.
But what does *that* library depend on, and are all those paths available?
Home |
Main Index |
Thread Index |
Old Index