Closed mvilanova closed 5 years ago
@mvilanova Hi, I just updated it, can you give it a shot please?
@gleeda it worked, thanks! When are you planning to package and publish this version to pypi?
~/distorm/dist $ auditwheel repair --plat linux_x86_64 -w wheelhouse/2.7/ distorm3-3.4.0-cp36-cp36m-linux_x86_64.whl
Repairing distorm3-3.4.0-cp36-cp36m-linux_x86_64.whl
Grafting: /lib/x86_64-linux-gnu/libc-2.27.so -> distorm3/.libs/libc-2-cd7c1a03.27.so
Setting RPATH: distorm3/libdistorm3.so to "$ORIGIN/.libs"
Previous filename tags: linux_x86_64
New filename tags: linux_x86_64
Previous WHEEL info tags: cp36-cp36m-linux_x86_64
No WHEEL info change needed.
Fixed-up wheel written to /home/user/distorm/dist/wheelhouse/2.7/distorm3-3.4.0-cp36-cp36m-linux_x86_64.whl
The shared lib is not being written in the root directory:
~/distorm/dist $ unzip -l /home/user/distorm/dist/wheelhouse/2.7/distorm3-3.4.0-cp36-cp36m-linux_x86_64.whl
Archive: /home/user/distorm/dist/wheelhouse/2.7/distorm3-3.4.0-cp36-cp36m-linux_x86_64.whl
Length Date Time Name
--------- ---------- ----- ----
230688 2018-12-07 16:06 distorm3/libdistorm3.so
44852 2018-12-07 15:07 distorm3/__init__.py
4157792 2018-12-07 16:06 distorm3/.libs/libc-2-cd7c1a03.27.so
36897 2018-12-07 16:03 distorm3/__pycache__/__init__.cpython-36.opt-1.pyc
104 2018-12-07 16:03 distorm3-3.4.0.dist-info/WHEEL
9 2018-12-07 16:03 distorm3-3.4.0.dist-info/top_level.txt
1535 2018-12-07 16:03 distorm3-3.4.0.dist-info/COPYING
1194 2018-12-07 16:03 distorm3-3.4.0.dist-info/METADATA
764 2018-12-07 16:06 distorm3-3.4.0.dist-info/RECORD
--------- -------
4473835 9 files
I think you tagged the wrong person ;-)
Should be @gdabah
@mvilanova sorry, was afk last few days, so is it important I package this soon?
@gdabah not urgent, whenever you get a chance. Thanks
@mvilanova done uploading a new package, please let me know if there's still some issue. BTW - do you happen to know anything about this issue: https://github.com/gdabah/distorm/issues/124
@gdabah I don't, sorry. Thanks for the quick turnaround!
@mvilanova Do you still get this issue? Sorry for bumping an old thread.
No, not anymore. Thanks for following up
Marc
On Dec 30, 2019, at 08:15, Gil Dabah notifications@github.com wrote:
@mvilanova Do you still get this issue? Sorry for bumping an old thread.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Getting the following error when running
auditwheel repair distorm3-3.3.8-cp27-cp27mu-linux_x86_64.whl
:Same issue in a different project described here. Potential fixes here and here.
The check in auditwheel was introduced in this PR.