Bug 985062

Summary: GCC6: buzztrax fails to build
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dominique Leuenberger <dimstar>
Component: OtherAssignee: Dave Plater <davejplater>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: dimstar
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 984984    

Description Dominique Leuenberger 2016-06-16 12:37:44 UTC
Since the switch to GCC6, openSUSE:Factory/buzztrax fails to build
Comment 1 Dave Plater 2016-06-17 05:43:13 UTC
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.
Comment 2 Dave Plater 2016-06-17 05:55:44 UTC
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
Comment 3 Dominique Leuenberger 2016-06-17 06:59:32 UTC
(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.
Comment 4 Bernhard Wiedemann 2016-06-17 14:00:27 UTC
This is an autogenerated message for OBS integration:
This bug (985062) was mentioned in
https://build.opensuse.org/request/show/402948 Factory / buzztrax
Comment 5 Dave Plater 2016-06-28 18:54:15 UTC
Fixed misleading-indentations in buzztrax with a patch made from git and removed the -Wno-misleading-indentations flag from the build. sr#405230