Skip to content

maturin fails to package .so.1 in target directory #1087

Answered by messense
jdiggans-twist asked this question in Q&A
Discussion options

You must be logged in to vote

Both upstream and our auditwheel did not take .so files in target directory into consideration thus the error.

let dep_analyzer = DependencyAnalyzer::new(sysroot);

LD_LIBRARY_PATH only works when not cross compiling, but it could be a bug if it does not work for you, I didn't test it thoroughly.

https://github.com/messense/lddtree-rs/blob/9ea2b0cedff62f199f837b6b0e9f4449e301b236/src/lib.rs#L196-L200

Edit: Fixed in #1092

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@messense
Comment options

Answer selected by messense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants