linux kernel 3
Bug #798790 reported by
KWhat
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
KWhat | ||
1.10 |
Fix Released
|
Low
|
KWhat | ||
1.9 |
Fix Released
|
Low
|
KWhat |
Bug Description
scons: Reading SConscript files ...
ERROR:root:Couldn't determine platform. os.name: posix sys.platform: linux3
Exception: invalid target platform:
File "/var/tmp/
line 59:
build = mixxx.MixxxBuil
available_features)
File
"/var/tmp/
line 39:
raise Exception("invalid target platform")
Patching is really easy. May want to use "if 'linux' in sys.platform:" instead of "if 'linux2' == sys.platform or 'linux3' == sys.platform:" but I wasnt sure it wouldnt cause an issue on other linux like platforms.
Changed in mixxx: | |
status: | New → Fix Committed |
assignee: | nobody → KWhat (alex.barker) |
Changed in mixxx: | |
status: | Fix Committed → In Progress |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
importance: | Undecided → Low |
To post a comment you must log in.
additional patch for linux3, this should also fix 847680