[New-bugs-announce] [issue29967] "AMD64 FreeBSD 9.x 3.x" tries to rebuild Include/opcode.h, timestamp issue

STINNER Victor report at bugs.python.org
Mon Apr 3 06:29:43 EDT 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29967>
_______________________________________


More information about the New-bugs-announce mailing list