Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:None
-
Story Points:0.15
-
Epic Link:
-
Sprint:DB_S17_7
-
Team:Data Access and Database
Description
I just tried building Qserv on python3 on linux and it failed with:
Unsupported platform or toolchain: linux/gcc
|
As described in http://bugs.python.org/issue12326 from python3.3 onwards sys.platform uses linux so as not to confuse linux2 and linux3. Simple fix required in site_scons/site_tools/compiler.py.
Attachments
Issue Links
- is triggered by
-
DM-8560 Update Scons package to v3.0
- Done
Should be a quick review
I tested with both python2 and python3 (using tickets/
DM-8560branch of scons), builds OK with both.