Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591150 - dev-util/buildbot-0.9.0_rc1-r1 This Python implementation (python3.4) is not supported by the script.
Summary: dev-util/buildbot-0.9.0_rc1-r1 This Python implementation (python3.4) is not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-08-12 23:27 UTC by Daniel M. Weeks
Modified: 2017-06-24 11:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Partial revert of init changes (init-fix.diff,526 bytes, text/plain)
2016-08-12 23:37 UTC, Daniel M. Weeks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel M. Weeks 2016-08-12 23:27:31 UTC
/etc/init.d/buildmaster.<instance> fails with system default python3.4:

/usr/lib/python-exec/python3.4/twistd: this Python implementation (python3.4) is not supported by the script.

See also #524360.

This did not seem to occur with 0.9.0_rc1.
Comment 1 Daniel M. Weeks 2016-08-12 23:37:49 UTC
Created attachment 443180 [details]
Partial revert of init changes
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2016-08-17 17:04:51 UTC
The init script has been changed to instead enforce python2.

This will allow for simpler change when the newer twisted versions are in the tree and buildbot finally is py3 capable.