Source: gnustep-gui Version: 0.24.0-3.1 Severity: serious Justification: fails to build from source User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer,
gnustep-gui fails to build from source in unstable/amd64:
[..]
if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \
cp -fr .//$l.lproj/$f \
./StandardPicker.bundle/Resources/$l.lproj/; \
else \
echo "Warning: .//$l.lproj/$f not found - ignoring"; \
fi; \
done; \
else \
echo "Warning: .//$l.lproj not found - ignoring"; \
fi; \
done
echo "OLD_GNUSTEP_STAMP_ASTRING = _GSStandardColorPicker-" >
./StandardPicker.bundle/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"StandardPicker\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"GSStandardColorPicker\";"; \
echo "}") >StandardPicker.bundle/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge StandardPicker.bundle/Resources/Info-gnustep.plist ; \
fi
Making all for bundle NamedPicker...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/NamedPicker.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs NamedPicker.bundle/.
gcc GSNamedColorPicker.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers
-I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/NamedPicker.obj/GSNamedColorPicker.m.o
gcc -shared -rdynamic -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -pthread
-fexceptions -o ./NamedPicker.bundle/./NamedPicker
./obj/NamedPicker.obj/GSNamedColorPicker.m.o -L../Source/./obj
-L../Models/./obj -L/usr/local/lib -L/usr/lib -lgnustep-gui
-lgnustep-base -lobjc -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs NamedPicker.bundle/Resources
for f in GSNamedColorPicker.tiff; do \
if [ -f .//$f -o -d .//$f ]; then \
cp -fr .//$f ./NamedPicker.bundle/Resources/; \
else \
echo "Warning: .//$f not found - ignoring"; \
fi; \
done
echo "OLD_GNUSTEP_STAMP_ASTRING = _GSNamedColorPicker-" >
./NamedPicker.bundle/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"NamedPicker\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"GSNamedColorPicker\";"; \
echo "}") >NamedPicker.bundle/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge NamedPicker.bundle/Resources/Info-gnustep.plist ; \
fi
Making all for bundle WheelPicker...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/WheelPicker.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs WheelPicker.bundle/.
gcc GSWheelColorPicker.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers
-I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/WheelPicker.obj/GSWheelColorPicker.m.o
gcc GSColorSliderCell.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-fconstant-string-class=NSConstantString -I../Headers/Additions -I../Headers
-I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/WheelPicker.obj/GSColorSliderCell.m.o
gcc -shared -rdynamic -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -pthread
-fexceptions -o ./WheelPicker.bundle/./WheelPicker
./obj/WheelPicker.obj/GSWheelColorPicker.m.o
./obj/WheelPicker.obj/GSColorSliderCell.m.o -L../Source/./obj
-L../Models/./obj -L/usr/local/lib -L/usr/lib -lgnustep-gui
-lgnustep-base -lobjc -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs WheelPicker.bundle/Resources
for f in GSWheelColorPicker.tiff; do \
if [ -f .//$f -o -d .//$f ]; then \
cp -fr .//$f ./WheelPicker.bundle/Resources/; \
else \
echo "Warning: .//$f not found - ignoring"; \
fi; \
done
echo "OLD_GNUSTEP_STAMP_ASTRING = _GSWheelColorPicker-" >
./WheelPicker.bundle/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"WheelPicker\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"GSWheelColorPicker\";"; \
echo "}") >WheelPicker.bundle/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge WheelPicker.bundle/Resources/Info-gnustep.plist ; \
fi
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/ColorPickers'
Making all in KeyBindings ...
make[2]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/KeyBindings'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/KeyBindings'
Making all in Resources ...
make[2]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Resources'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Resources'
Making all in Printing ...
make[2]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing'
Making all in GSLPR ...
make[3]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing/GSLPR'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for bundle GSLPR...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/GSLPR.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs GSLPR.bundle/.
gcc GSLPRPrincipalClass.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPrincipalClass.m.o
gcc GSLPRPageLayout.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPageLayout.m.o
gcc GSLPRPrintInfo.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPrintInfo.m.o
gcc GSLPRPrintOperation.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPrintOperation.m.o
gcc GSLPRPrintPanel.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPrintPanel.m.o
gcc GSLPRPrinter.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSLPR.obj/GSLPRPrinter.m.o
gcc -shared -rdynamic -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -pthread
-fexceptions -o ./GSLPR.bundle/./GSLPR ./obj/GSLPR.obj/GSLPRPrincipalClass.m.o
./obj/GSLPR.obj/GSLPRPageLayout.m.o ./obj/GSLPR.obj/GSLPRPrintInfo.m.o
./obj/GSLPR.obj/GSLPRPrintOperation.m.o ./obj/GSLPR.obj/GSLPRPrintPanel.m.o
./obj/GSLPR.obj/GSLPRPrinter.m.o -L../../Source/./obj -L/usr/local/lib
-L/usr/lib -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed
-L/usr/lib/x86_64-linux-gnu -licui18n -licuuc -licudata -lMagickCore-6.Q16
-lpng16 -lgnustep-gui -lgnustep-base -lobjc -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs GSLPR.bundle/Resources
echo "OLD_GNUSTEP_STAMP_ASTRING = _GSLPRPrincipalClass-" >
./GSLPR.bundle/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"GSLPR\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"GSLPRPrincipalClass\";"; \
echo "}") >GSLPR.bundle/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge GSLPR.bundle/Resources/Info-gnustep.plist ; \
fi
make[3]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing/GSLPR'
Making all in GSCUPS ...
make[3]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing/GSCUPS'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for bundle GSCUPS...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/GSCUPS.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs GSCUPS.bundle/.
gcc GSCUPSPrincipalClass.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPrincipalClass.m.o
gcc GSCUPSPageLayout.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPageLayout.m.o
gcc GSCUPSPrintInfo.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPrintInfo.m.o
gcc GSCUPSPrintOperation.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPrintOperation.m.o
gcc GSCUPSPrintPanel.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPrintPanel.m.o
gcc GSCUPSPrinter.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 -fstack-protector-strong -Wformat -Werror=format-security -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime
-Wall -fconstant-string-class=NSConstantString -I../../Headers/Additions
-I../../Headers -I../../Source/. -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep -Wdate-time -D_FORTIFY_SOURCE=2 -fopenmp
-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16
-I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6
-I/usr/include/libpng16 \
-o obj/GSCUPS.obj/GSCUPSPrinter.m.o
gcc -shared -rdynamic -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -pthread
-fexceptions -o ./GSCUPS.bundle/./GSCUPS
./obj/GSCUPS.obj/GSCUPSPrincipalClass.m.o ./obj/GSCUPS.obj/GSCUPSPageLayout.m.o
./obj/GSCUPS.obj/GSCUPSPrintInfo.m.o ./obj/GSCUPS.obj/GSCUPSPrintOperation.m.o
./obj/GSCUPS.obj/GSCUPSPrintPanel.m.o ./obj/GSCUPS.obj/GSCUPSPrinter.m.o
-L../../Source/./obj -L/usr/local/lib -L/usr/lib -Wl,-z,relro -Wl,-z,defs
-Wl,--as-needed -L/usr/lib/x86_64-linux-gnu -licui18n -licuuc -licudata
-lMagickCore-6.Q16 -lpng16 -lcups -lgnustep-gui -lgnustep-base
-lobjc -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs GSCUPS.bundle/Resources
echo "OLD_GNUSTEP_STAMP_ASTRING = _GSCUPSPrincipalClass-" >
./GSCUPS.bundle/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"GSCUPS\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"GSCUPSPrincipalClass\";"; \
echo "}") >GSCUPS.bundle/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge GSCUPS.bundle/Resources/Info-gnustep.plist ; \
fi
make[3]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing/GSCUPS'
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Printing'
Making all in Themes ...
make[2]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Themes'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Themes'
Making all in Tests ...
make[2]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Tests'
If you want to run the gnustep-gui testsuite, please type 'make check'
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Tests'
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0'
/usr/bin/make check
make[1]: Entering directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0'
This is gnustep-make 2.6.8. Type 'make print-gnustep-make-help' for help.
Making check in Source ...
Making check for library libgnustep-gui...
make[3]: Nothing to be done for 'internal-library-check'.
Making check in Images ...
make[2]: Nothing to be done for 'check'.
Making check in Sounds ...
make[2]: Nothing to be done for 'check'.
Making check in Model ...
make[2]: Nothing to be done for 'check'.
Making check in Tools ...
Making check in speech ...
make[3]: Nothing to be done for 'check'.
Making check in say ...
make[3]: Nothing to be done for 'check'.
Making check in sound ...
make[3]: Nothing to be done for 'check'.
Making check in Panels ...
make[2]: Nothing to be done for 'check'.
Making check in PrinterTypes ...
make[2]: Nothing to be done for 'check'.
Making check in TextConverters ...
Making check in RTF ...
make[3]: Nothing to be done for 'check'.
Making check in ColorPickers ...
make[2]: Nothing to be done for 'check'.
Making check in KeyBindings ...
make[2]: Nothing to be done for 'check'.
Making check in Resources ...
make[2]: Nothing to be done for 'check'.
Making check in Printing ...
Making check in GSLPR ...
make[3]: Nothing to be done for 'check'.
Making check in GSCUPS ...
make[3]: Nothing to be done for 'check'.
Making check in Themes ...
make[2]: Nothing to be done for 'check'.
Making check in Tests ...
gnustep-tests gui
--- Running tests in gui/NSBezierPath ---
gui/NSBezierPath/basic.m:
Failed build:
gui/NSBezierPath/bounds.m:
Failed build:
gui/NSBezierPath/windingCountAtPoint.m:
Failed build:
--- Running tests in gui/NSCell ---
gui/NSCell/basic.m:
Failed build:
gui/NSCell/objectValue.m:
Failed build:
--- Running tests in gui/NSEvent ---
gui/NSEvent/delta.m:
Failed build:
--- Running tests in gui/NSImage ---
gui/NSImage/basic.m:
Failed build:
--- Running tests in gui/NSParagraphStyle ---
gui/NSParagraphStyle/NSParagraphStyle_defaultWritingDirection.m:
Failed build:
--- Running tests in gui/NSPasteboard ---
gui/NSPasteboard/lazy_copy.m:
Failed build:
--- Running tests in gui/NSPopUpButton ---
gui/NSPopUpButton/defaultSelection.m:
Failed build:
--- Running tests in gui/NSPrintInfo ---
gui/NSPrintInfo/sharedPrintInfo.m:
Failed build:
--- Running tests in gui/NSSavePanel ---
gui/NSSavePanel/setDelegate_reload.m:
Failed build:
--- Running tests in gui/NSSliderCell ---
gui/NSSliderCell/minMax.m:
Failed build:
--- Running tests in gui/NSView ---
gui/NSView/NSView_autoresize_and_rounding.m:
Failed build:
gui/NSView/NSView_bounds_scale.m:
Failed build:
gui/NSView/NSView_convertRect.m:
Failed build:
gui/NSView/NSView_frame_bounds.m:
Failed build:
gui/NSView/NSView_frame_rotation.m:
Failed build:
gui/NSView/NSView_visibleRect.m:
Failed build:
gui/NSView/scrollRectToVisible.m:
Failed build:
--- Running tests in gui/TextSystem ---
gui/TextSystem/deallocation.m:
Failed build:
gui/TextSystem/repeatedAttachmentCellHeight.m:
Failed build:
22 Failed builds
Please see
/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0/Tests/tests.log
for more detail.
GNUmakefile:49: recipe for target 'check' failed
make[2]: *** [check] Error 1
/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: recipe for
target 'internal-check' failed
make[1]: *** [internal-check] Error 2
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160606190942.oREisdBnYA.gnustep-gui/gnustep-gui-0.24.0'
debian/rules:101: recipe for target 'debian/build-shared-stamp' failed
make: *** [debian/build-shared-stamp] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
gnustep-gui.0.24.0-3.1.unstable.amd64.log.txt.gz
Description: Binary data

