shellphish / shellphish-afl

A pip wrapper around AFL.
BSD 2-Clause "Simplified" License
82 stars 51 forks source link

another issue with shellphish-afl #6

Closed benquike closed 5 years ago

benquike commented 7 years ago
$ pip install shellphish-afl
Collecting shellphish-afl
  Downloading shellphish-afl-1.0.tar.gz
Building wheels for collected packages: shellphish-afl
  Running setup.py bdist_wheel for shellphish-afl ... error
  Complete output from command /home/hexfuzz/.virtualenvs/driller+/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-raFEWP/shellphish-afl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmps7bSp5pip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  Setting up AFL-other-arch
  Cloning into 'bin/afl-unix'...

error: [Errno 2] No such file or directory: 'patches/afl-patch.diff'

  ----------------------------------------
  Failed building wheel for shellphish-afl
  Running setup.py clean for shellphish-afl
zardus commented 5 years ago

This should be fixed with the recent build system modifications.