-
Notifications
You must be signed in to change notification settings - Fork 115
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
error: [Errno 2] No such file or directory: 'pyvex_c' #24
Comments
I'm adding the beginning of the log below. (angr)server@ubuntu:~$ pip install angr |
try to install following the commands in "Development install" section. it worked for me |
Thanks for your reply, vaioco. DevInstall works in Ubuntu. pip install is broken. Cheers, |
We finally tracked this down! Version 4.6.1.4 should work straight from pypi :-) (please reopen if you observe this not being the case) |
ARM: Mark LDMFD SP, {xxx, SP, PC} as a return instruction.
Hi People,
I have this pyvex_c issue for a whole day. I tried 'pip install angr' in Mac OS X Yosemite and Ubuntu 15.10 after upgrading pip to the latest version. I ran in virtualevn as instructed by the installation guide. I still have this pyvex error as shown below. I've been struggling with this all day. I hope someone can answer this question.
Much appreciated,
Sean
...
...
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fPIC -w -g -O2 -fstrict-aliasing -Ipub -Ipriv -o priv/guest_ppc_toIR.o
-c priv/guest_ppc_toIR.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fPIC -w -g -O2 -fstrict-aliasing -Ipub -Ipriv -o priv/guest_s390_toIR.o
-c priv/guest_s390_toIR.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fPIC -w -g -O2 -fstrict-aliasing -Ipub -Ipriv -o priv/guest_mips_toIR.o
-c priv/guest_mips_toIR.c
cc -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fPIC -w -g -O2 -fstrict-aliasing -Ipub -Ipriv -o priv/e4c_lite.o
-c priv/e4c_lite.c
rm -f libvex.a
ar crus libvex.a priv/ir_defs.o priv/ir_match.o priv/ir_opt.o priv/ir_inject.o priv/main_main.o priv/main_globals.o priv/main_util.o priv/s390_disasm.o priv/host_x86_defs.o priv/host_amd64_defs.o priv/host_arm_defs.o priv/host_arm64_defs.o priv/host_ppc_defs.o priv/host_s390_defs.o priv/host_mips_defs.o priv/host_x86_isel.o priv/host_amd64_isel.o priv/host_arm_isel.o priv/host_arm64_isel.o priv/host_ppc_isel.o priv/host_s390_isel.o priv/host_mips_isel.o priv/host_generic_maddf.o priv/host_generic_regs.o priv/host_generic_simd64.o priv/host_generic_simd128.o priv/host_generic_simd256.o priv/host_generic_reg_alloc2.o priv/guest_generic_x87.o priv/guest_generic_bb_to_IR.o priv/guest_x86_helpers.o priv/guest_amd64_helpers.o priv/guest_arm_helpers.o priv/guest_arm64_helpers.o priv/guest_ppc_helpers.o priv/guest_s390_helpers.o priv/guest_mips_helpers.o priv/guest_x86_toIR.o priv/guest_amd64_toIR.o priv/guest_arm_toIR.o priv/guest_arm64_toIR.o priv/guest_ppc_toIR.o priv/guest_s390_toIR.o priv/guest_mips_toIR.o priv/e4c_lite.o
ar:
u' modifier ignored since
D' is the default (see `U')make[1]: Leaving directory '/tmp/pip-build-Ttv72W/pyvex/vex-dev'
Building pyvex-static
error: [Errno 2] No such file or directory: 'pyvex_c'
Command "/home/server/.virtualenvs/angr/bin/python2 -c "import setuptools, tokenize;file='/tmp/pip-build-Ttv72W/pyvex/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-DGkElC-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/server/.virtualenvs/angr/include/site/python2.7/pyvex" failed with error code 1 in /tmp/pip-build-Ttv72W/pyvex
The text was updated successfully, but these errors were encountered: