Source: ftp.app Version: 0.6-1 Severity: serious Tags: buster sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20180502 qa-ftbfs Justification: FTBFS on amd64
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > This is gnustep-make 2.7.0. Type 'make print-gnustep-make-help' for help. > cd .; \ > /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj > Making all for app FTP... > cd .; \ > /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/FTP.obj/ > /usr/share/GNUstep/Makefiles/mkinstalldirs FTP.app/. > gcc AppController.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/AppController.m.o > gcc client.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/client.m.o > gcc fileElement.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/fileElement.m.o > gcc fileTable.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/fileTable.m.o > gcc ftpclient.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/ftpclient.m.o > ftpclient.m: In function '-[FtpClient dirContents]': > ftpclient.m:1183:24: warning: variable 'replyCode' set but not used > [-Wunused-but-set-variable] > int replyCode; > ^~~~~~~~~ > gcc GetNameController.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/GetNameController.m.o > gcc localclient.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/localclient.m.o > gcc main.m -c \ > -MMD -MP -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 -fgnu-runtime > -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep > -I/usr/include/GNUstep \ > -o obj/FTP.obj/main.m.o > gcc -rdynamic -z relro -Wl,-z,defs -Wl,--as-needed -pthread > -fexceptions -fgnu-runtime -o FTP.app/./FTP \ > ./obj/FTP.obj/AppController.m.o ./obj/FTP.obj/client.m.o > ./obj/FTP.obj/fileElement.m.o ./obj/FTP.obj/fileTable.m.o > ./obj/FTP.obj/ftpclient.m.o ./obj/FTP.obj/GetNameController.m.o > ./obj/FTP.obj/localclient.m.o ./obj/FTP.obj/main.m.o -L/usr/local/lib > -L/usr/lib -lgnustep-gui -lgnustep-base -lobjc -lm > /usr/share/GNUstep/Makefiles/mkinstalldirs FTP.app/Resources > echo "OLD_GNUSTEP_STAMP_ASTRING = _NSApplication-FTP_icon_gs.tif--" > > ./FTP.app/stamp.make > (echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ > echo " NSExecutable = \"FTP\";"; \ > echo " NSMainNibFile = \"\";"; \ > echo " GSMainMarkupFile = \"\";"; \ > if [ "FTP_icon_gs.tif" != "" ]; then \ > echo " NSIcon = \"FTP_icon_gs.tif\";"; \ > fi; \ > echo " NSPrincipalClass = \"NSApplication\";"; \ > echo "}") >FTP.app/Resources/Info-gnustep.plist > if [ -r "FTPInfo.plist" ]; then \ > plmerge FTP.app/Resources/Info-gnustep.plist "FTPInfo.plist"; \ > fi > pl2link FTP.app/Resources/Info-gnustep.plist ./FTP.app/Resources/FTP.desktop; > \ > chmod a+x ./FTP.app/Resources/FTP.desktop > for f in Resources/FTP.gorm Resources/GetName.gorm Resources/FTP_icon_gs.tif > Resources/arrow_left.tiff Resources/arrow_right.tiff; do \ > if [ -f .//$f -o -d .//$f ]; then \ > cp -fr .//$f ./FTP.app/Resources/; \ > else \ > echo "Warning: .//$f not found - ignoring"; \ > fi; \ > done > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > convert Resources/FTP_icon_gs.tif -resize 32x32 FTP.xpm > convert-im6.q16: improper image header `Resources/FTP_icon_gs.tif' @ > error/psd.c/ReadPSDLayersInternal/1670. > make: *** [debian/rules:23: build-stamp] Error 1 The full build log is available from: http://aws-logs.debian.net/2018/05/02/ftp.app_0.6-1_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.