[New-bugs-announce] [issue22625] When cross-compiling, don’t try to execute binaries

Link Mauve report at bugs.python.org
Mon Oct 13 20:50:19 CEST 2014


New submission from Link Mauve:

```
% 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.

----------
components: Cross-Build
messages: 229261
nosy: Link Mauve
priority: normal
severity: normal
status: open
title: When cross-compiling, don’t try to execute binaries
type: compile error
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22625>
_______________________________________


More information about the New-bugs-announce mailing list