Bug 985243

Summary: GCC6: qtractor 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: mseben
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 17:27:31 UTC
Since the update to GCC6, openSUSE:Factory/ qtractor fails to build
Comment 1 Dave Plater 2016-06-17 07:27:02 UTC
This one looks complicated :
/usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
 #include_next <stdlib.h>

I'm not familiar with #include_next directive.
Will research when possible. Saw a gcc6 bug closed as won't fix:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
Comment 2 Dominique Leuenberger 2016-06-17 07:29:36 UTC
speciality of #include_next -> make sure -I /usr/include is not in the compiler command line, then usually this works
Comment 3 Dave Plater 2016-06-24 07:10:53 UTC
Fixed with update to verwsion 0.7.8, sr#404436
Comment 4 Dave Plater 2016-06-24 07:18:04 UTC
Fixed upstream