Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 591150

Summary: dev-util/buildbot-0.9.0_rc1-r1 This Python implementation (python3.4) is not supported by the script.
Product: Gentoo Linux Reporter: Daniel M. Weeks <dan>
Component: Current packagesAssignee: Brian Dolbec <dolsen>
Status: RESOLVED FIXED    
Severity: normal CC: hwoarang
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=524360
https://bugs.gentoo.org/show_bug.cgi?id=622492
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Partial revert of init changes

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.