This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Link Mauve
Recipients Link Mauve
Date 2014-10-13.18:50:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za>
In-reply-to
Content
```
% make
./Programs/_freeze_importlib \
        ./Lib/importlib/_bootstrap.py Python/importlib.h
./Programs/_freeze_importlib: ./Programs/_freeze_importlib: cannot execute binary file
Makefile:710: recipe for target 'Python/importlib.h' failed
make: *** [Python/importlib.h] Error 126
```

I tried `make touch` as it was suggested to me on #python-dev, but it didn’t fix that issue.
History
Date User Action Args
2014-10-13 18:50:19Link Mauvesetrecipients: + Link Mauve
2014-10-13 18:50:19Link Mauvesetmessageid: <1413226219.68.0.732560661241.issue22625@psf.upfronthosting.co.za>
2014-10-13 18:50:19Link Mauvelinkissue22625 messages
2014-10-13 18:50:19Link Mauvecreate