You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see why this is confusing but this happens because the CWD is changed to a tmp dir with only the contents of the input wheel when entering this InWheelCtx context manager in repair.py.
I'm not sure whether this should be changed to use the LD_LIBRARY_PATH entries with respect to the original CWD, or if it should just be documented that LD_LIBRARY_PATH entries need to be absolute paths.
I am trying to setup
cibuildwheel
that fails at the repair step given these two files.# ls -la *.so.2 *whl -rwxr-xr-x. 1 root root 1965280 Jun 21 11:29 libopendht.so.2 -rw-r--r--. 1 root root 1507129 Jun 20 10:19 opendht-2.4.5-cp36-cp36m-linux_x86_64.whl
Fails with traceback.
I prepended
LD_LIBRARY_PATH=.
to the command as instructed in #85, and still got the same message. The command became this.I tried
LD_LIBRARY_PATH=
but it didn't work too.https://github.com/abitrolly/opendht/runs/6981236904?check_suite_focus=true
Found it strange given this piece of code.
auditwheel/src/auditwheel/lddtree.py
Lines 104 to 106 in 55bc5ee
LD_LIBRARY_PATH=$PWD
works fine.https://github.com/abitrolly/opendht/runs/6987495549?check_suite_focus=true
The text was updated successfully, but these errors were encountered: