Bug 985062 - GCC6: buzztrax fails to build
GCC6: buzztrax fails to build
Status: RESOLVED FIXED
Classification: openSUSE
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other
Current
Other Other
: P5 - None : Normal (vote)
: ---
Assigned To: Dave Plater
E-mail List
:
Depends on:
Blocks: 984984
  Show dependency treegraph
 
Reported: 2016-06-16 12:37 UTC by Dominique Leuenberger
Modified: 2016-06-28 18:54 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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