Skip to content
New issue

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

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

Already on GitHub? # to your account

libcapstone.so location: pathname contains duplicated components #612

Closed
Sjlver opened this issue Mar 28, 2016 · 2 comments
Closed

libcapstone.so location: pathname contains duplicated components #612

Sjlver opened this issue Mar 28, 2016 · 2 comments

Comments

@Sjlver
Copy link

Sjlver commented Mar 28, 2016

On my Ubuntu 14.04 machine, libcapstone.so is installed into the wrong location: ./venv/lib/python2.7/site-packages/home/REDACTED/capstone-test/venv/lib/python2.7/site-packages/capstone/libcapstone.so (note the duplicated components)

Here are steps to reproduce the problem

$ mkdir capstone-test
$ cd capstone-test/
$ virtualenv venv
New python executable in /home/REDACTED/capstone-test/venv/bin/python
Installing setuptools, pip, wheel...done.
$ source venv/bin/activate
$ pip install capstone
Collecting capstone
  Downloading capstone-3.0.4.tar.gz (3.2MB)
Building wheels for collected packages: capstone
  Running setup.py bdist_wheel for capstone ... done
  Stored in directory: /home/REDACTED/.cache/pip/wheels/ee/09/9d/4301510af0cc244d197f9fc8f391ff075f9f16b29676d5ff9d
Successfully built capstone
Installing collected packages: capstone
Successfully installed capstone-3.0.4
$ find . -name "libcapstone.so"
./venv/lib/python2.7/site-packages/home/team/sjlver/capstone-test/venv/lib/python2.7/site-packages/capstone/libcapstone.so
@Sjlver
Copy link
Author

Sjlver commented Mar 28, 2016

Sorry, duplicate of #445.

@Sjlver Sjlver closed this as completed Mar 28, 2016
@aquynh
Copy link
Collaborator

aquynh commented Mar 29, 2016 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants