New submission from STINNER Victor:

"make buildbottest" on "AMD64 FreeBSD 9.x 3.x" fails with:
---
Cannot generate ./Include/opcode.h, python not found !
To skip re-generation of ./Include/opcode.h run <make touch> or <make -t 
./Include/opcode.h>.
Otherwise, set python in PATH and run configure or run <make 
PYTHON_FOR_GEN=python>.
*** [./Include/opcode.h] Error code 1
---
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/123/steps/test/logs/stdio

Python has a "make touch" command which uses "hg --config 
extensions.touch=Tools/hg/hgtouch.py touch -v", but CPython moved to Git.

----------
components: Build
messages: 291059
nosy: haypo, koobs, zach.ware
priority: normal
severity: normal
status: open
title: "AMD64 FreeBSD 9.x 3.x" tries to rebuild Include/opcode.h, timestamp 
issue
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29967>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to