shellphish / fuzzer

A Python interface to AFL, allowing for easy injection of testcases and other functionality.
BSD 2-Clause "Simplified" License
638 stars 130 forks source link

Compile Error #2

Closed bannsec closed 8 years ago

bannsec commented 8 years ago

Attempting to install using pip install, i get the following error:

Installing collected packages: fuzzer
  Running setup.py install for fuzzer ... error
    Complete output from command /home/user/.virtualenvs/mechaphish/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-w3KSPq-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-LNazT8-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/user/.virtualenvs/mechaphish/include/site/python2.7/fuzzer:
    running install
    running build
    running build_py
    running install_lib
    running install_data
    error: can't copy 'b': doesn't exist or not a regular file

    ----------------------------------------
Command "/home/user/.virtualenvs/mechaphish/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-w3KSPq-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-LNazT8-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/user/.virtualenvs/mechaphish/include/site/python2.7/fuzzer" failed with error code 1 in /tmp/pip-w3KSPq-build/
zardus commented 8 years ago

Should be fixed by #3. Thanks again!