Bugzilla – Bug 985062
GCC6: buzztrax fails to build
Last modified: 2016-06-28 18:54:15 UTC
Since the switch to GCC6, openSUSE:Factory/buzztrax fails to build
Added -Wno-error=misleading-indentation flag as a work around, I'll either patch and send upstream or have fixed upstream, if there are too many errors when I've finished an urgent work project.
Dominique, perhaps you can give me a hint why Tumbleweed and lesser, after inserting the -Wno-error=misleading-indentation flag, fail to find the c compiler and Factory does? See multimedia:apps/buzztrax. Thanks
(In reply to Dave Plater from comment #2) > Dominique, perhaps you can give me a hint why Tumbleweed and lesser, after > inserting the -Wno-error=misleading-indentation flag, fail to find the c > compiler and Factory does? See multimedia:apps/buzztrax. > Thanks openSUSE:Tumbleweed (= openSUSE:Factory/snapshot) builds against what is currently published as Tumbleweed - this is based on GCC5 openSUSE:Factory/standard builds against the next snapshot (switched to gcc6 a couple days ago). wait, and Tumbleweed will sync up again. As to why it currently fails for you on Tumbleweed: gcc5 does not know -Wno-error=misleading-indentation.
This is an autogenerated message for OBS integration: This bug (985062) was mentioned in https://build.opensuse.org/request/show/402948 Factory / buzztrax
Fixed misleading-indentations in buzztrax with a patch made from git and removed the -Wno-misleading-indentations flag from the build. sr#405230