Bug 985243 - GCC6: qtractor fails to build
GCC6: qtractor 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 17:27 UTC by Dominique Leuenberger
Modified: 2016-06-24 07:18 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 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