Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install pyvex on OSX #40

Closed
damnya opened this issue Aug 25, 2016 · 4 comments
Closed

Can't install pyvex on OSX #40

damnya opened this issue Aug 25, 2016 · 4 comments

Comments

@damnya
Copy link

damnya commented Aug 25, 2016

ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libpyvex.dylib] Error 1
error: Unable to build pyvex-static.


Failed building wheel for pyvex

It looks like "-soname" should replace with "-install_name" on OSX?

@rhelmot
Copy link
Member

rhelmot commented Aug 25, 2016

This is my fault!! I rehauled the setup process for this repo and I
neglected to test it anywhere but on Linux :(

I will read up on the way this works and push something for you to try very
soon, maybe 3 hours from now. Thank you for reporting!

On Thursday, August 25, 2016, damnya notifications@github.com wrote:

ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [libpyvex.dylib] Error 1

error: Unable to build pyvex-static.

Failed building wheel for pyvex

It looks like "-soname" should replace with "-install_name" on OSX?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#40, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACYg9Xrbpgvq_5yBZJdLA0TJS7ALfmNiks5qjcRvgaJpZM4JtRAN
.

@damnya
Copy link
Author

damnya commented Aug 25, 2016

thank you for the reply,after replace soname with install_name,I test pip install from local package,and it worked now.Looking forward to the update:)

@rhelmot
Copy link
Member

rhelmot commented Aug 25, 2016

New version is released! Also, I fixed some issues, and the download should now be 0.4% the size it previously was! Let me know if it works, since I don't have an os x to test on :(

@damnya
Copy link
Author

damnya commented Aug 26, 2016

raymonddeMBP:~ sun$ pip install pyvex
Collecting pyvex
Downloading pyvex-5.6.8.25.tar.gz (42kB)
100% |████████████████████████████████| 51kB 34kB/s
Requirement already satisfied (use --upgrade to upgrade): pycparser in /usr/local/lib/python2.7/site-packages (from pyvex)
Requirement already satisfied (use --upgrade to upgrade): cffi>=1.0.3 in /usr/local/lib/python2.7/site-packages (from pyvex)
Requirement already satisfied (use --upgrade to upgrade): archinfo in /usr/local/lib/python2.7/site-packages (from pyvex)
Requirement already satisfied (use --upgrade to upgrade): pyelftools in /usr/local/lib/python2.7/site-packages (from archinfo->pyvex)
Requirement already satisfied (use --upgrade to upgrade): capstone in /usr/local/lib/python2.7/site-packages (from archinfo->pyvex)
Building wheels for collected packages: pyvex
Running setup.py bdist_wheel for pyvex ... done
Stored in directory: /Users/sun/Library/Caches/pip/wheels/f0/27/6d/727fbe28eacea3cd83afb2dbc36da0c996388ba7918dfb6f60
Successfully built pyvex

Seems everything ok now,thanks!

@rhelmot rhelmot closed this as completed Jan 31, 2017
shaymargolis pushed a commit to shaymargolis/pyvex that referenced this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants