Package: helpviewer.app Version: 0.3-8 Severity: important User: [email protected] Usertags: ftbfs-gcc-6 gcc-6-unknown-type-name
This package fails to build with GCC 6. GCC 6 has not been released yet, but it's expected that GCC 6 will become the default compiler for stretch. Note that only the first error is reported; there might be more. You can find a snapshot of GCC 6 in experimental. To build with GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly. You may be able to find out more about this issue at https://gcc.gnu.org/gcc-6/changes.html > sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux ... > gcc FigureCell.m -c \ > -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DGNUSTEP > -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 > -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions > -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE > -Wno-import -g -O2 -g -O2 -fstack-protector-strong -Wformat > -Werror=format-security -finput-charset=ISO-8859-1 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/HelpViewer.obj/FigureCell.m.o > FigureCell.m: In function '-[FigureCell resizeWithTextView:]': > FigureCell.m:101:8: error: unknown type name 'NSArray' > NSArray* LeftLegends = [preLeftLegends sortedArrayUsingSelector: > @selector (compareLegends:)]; > ^~~~~~~ -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise

