strozfriedberg / unTRUST

unTRUST is designed to remove the pairing records from iOS devices.
http://www.strozfriedberg.com/
GNU Lesser General Public License v2.1
33 stars 6 forks source link

Install.sh config.status: error: cannot find input file: `libcnary/Makefile.in' #2

Open JicKud opened 10 years ago

JicKud commented 10 years ago

checking for cython... /usr/local/bin/cython checking for Cython version... Traceback (most recent call last): File "/usr/local/bin/cython", line 7, in from Cython.Compiler.Main import setuptools_main ImportError: No module named Cython.Compiler.Main configure: WARNING: Cython version >= 0.17.0 is required. You have Traceback (most recent call last): File "/usr/local/bin/cython", line 7, in from Cython.Compiler.Main import setuptools_main ImportError: No module named Cython.Compiler.Main. You should look at http://www.cython.org checking for python2.7... (cached) /usr/local/bin/python checking for a version of Python >= '2.1.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 checking for Python library path... -L/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -lpython2.7 checking for Python site-packages path... /usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages checking python extra libraries... ('', '-ldl -framework CoreFoundation') checking python extra linking flags... -u _PyMac_Error /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Python checking consistency of all components of python development environment... yes checking for libplist Cython bindings... Using built-in libplist Cython bindings (assuming this is a first build) checking for supported compiler flags... -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter checking whether make supports nested variables... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: error: cannot find input file: `libcnary/Makefile.in' Failed! Leaving

sfbcrampton commented 9 years ago

We've seen this random bug in installing libcnary before, and was normally solved by re-running the install bash script right after. Have you tried attempting this? We're working on getting to the source of this bug.