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 vstinner
Recipients koobs, vstinner, zach.ware
Date 2017-04-03.10:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491215383.28.0.794511557475.issue29967@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2017-04-03 10:29:43vstinnersetrecipients: + vstinner, zach.ware, koobs
2017-04-03 10:29:43vstinnersetmessageid: <1491215383.28.0.794511557475.issue29967@psf.upfronthosting.co.za>
2017-04-03 10:29:43vstinnerlinkissue29967 messages
2017-04-03 10:29:42vstinnercreate