[Reproducible-builds] Bug#827812: sogo: FTBFS: Ran 13 tests FAILED (4 failures, 0 errors)
Chris Lamb
lamby at debian.org
Tue Jun 21 10:01:28 UTC 2016
Source: sogo
Version: 2.2.17a-1.1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
sogo fails to build from source in unstable/amd64:
[..]
if [ -r "" ]; then \
plmerge SchedulerUI.SOGo/Resources/Info-gnustep.plist ; \
fi
make[4]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/Scheduler'
Making all in AdministrationUI ...
make[4]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/AdministrationUI'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for bundle AdministrationUI...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/AdministrationUI.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs AdministrationUI.SOGo/.
gcc AdministrationUIProduct.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. -I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/AdministrationUI.obj/AdministrationUIProduct.m.o
gcc UIxAdministration.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. -I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/AdministrationUI.obj/UIxAdministration.m.o
gcc UIxAdministrationFilterPanel.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I.. -I../.. -I../../.. -I../../SoObjects -I../../SOPE -I../../SOPE/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/AdministrationUI.obj/UIxAdministrationFilterPanel.m.o
UIxAdministrationFilterPanel.m: In function '+[UIxAdministrationFilterPanel initialize]':
UIxAdministrationFilterPanel.m:39:2: warning: #warning how useful is this? [-Wcpp]
#warning how useful is this?
^
gcc -shared -rdynamic -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -o ./AdministrationUI.SOGo/./AdministrationUI ./obj/AdministrationUI.obj/AdministrationUIProduct.m.o ./obj/AdministrationUI.obj/UIxAdministration.m.o ./obj/AdministrationUI.obj/UIxAdministrationFilterPanel.m.o -L./../../SOPE/NGCards/obj -L./../../SoObjects/SOGo/SOGo.framework/sogo/ -L./../SOGoUI/obj -L../../SOPE/GDLContentStore/obj/ -L/usr/local/lib -L/usr/lib -L/usr/local/lib -L/usr/lib -lSOGoUI -lSOGo -lgnustep-base -lobjc -lm
/usr/share/GNUstep/Makefiles/mkinstalldirs AdministrationUI.SOGo/Resources
for f in product.plist Toolbars/UIxAdministration.toolbar; do \
if [ -f .//$f -o -d .//$f ]; then \
cp -fr .//$f ./AdministrationUI.SOGo/Resources/; \
else \
echo "Warning: .//$f not found - ignoring"; \
fi; \
done
for l in Arabic BrazilianPortuguese Catalan Czech Danish Dutch English Finnish French German Hungarian Italian NorwegianBokmal NorwegianNynorsk Polish Russian Slovak SpanishSpain SpanishArgentina Swedish Ukrainian Welsh; do \
if [ -d .//$l.lproj ]; then \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./AdministrationUI.SOGo/Resources/$l.lproj; \
for f in Localizable.strings; do \
if [ -f .//$l.lproj/$f -o -d .//$l.lproj/$f ]; then \
cp -fr .//$l.lproj/$f \
./AdministrationUI.SOGo/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 = _AdministrationUIProduct-" > ./AdministrationUI.SOGo/stamp.make
(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \
echo " NSExecutable = \"AdministrationUI\";"; \
echo " NSMainNibFile = \"\";"; \
echo " NSPrincipalClass = \"AdministrationUIProduct\";"; \
echo "}") >AdministrationUI.SOGo/Resources/Info-gnustep.plist
if [ -r "" ]; then \
plmerge AdministrationUI.SOGo/Resources/Info-gnustep.plist ; \
fi
make[4]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/AdministrationUI'
Making all in Templates ...
make[4]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/Templates'
Utility "xmllint" not found. Skipping validation.
make[4]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/Templates'
Making all in WebServerResources ...
make[4]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/WebServerResources'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI/WebServerResources'
make[3]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/UI'
Making all in Tools ...
make[3]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/Tools'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for tool sogo-tool...
Making all for tool sogo-ealarms-notify...
Making all for tool sogo-slapd-sockd...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-tool.obj/
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-ealarms-notify.obj/
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-slapd-sockd.obj/
gcc sogo-ealarms-notify.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-ealarms-notify.obj/sogo-ealarms-notify.m.o
gcc SOGoEAlarmsNotifier.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-ealarms-notify.obj/SOGoEAlarmsNotifier.m.o
gcc sogo-tool.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/sogo-tool.m.o
gcc SOGoTool.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoTool.m.o
gcc SOGoToolBackup.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolBackup.m.o
gcc SOGoToolCheckDoubles.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolCheckDoubles.m.o
gcc SOGoToolDumpDefaults.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolDumpDefaults.m.o
gcc SOGoToolExpireAutoReply.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolExpireAutoReply.m.o
gcc sogo-slapd-sockd.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-slapd-sockd.obj/sogo-slapd-sockd.m.o
gcc SOGoToolExpireUserSessions.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolExpireUserSessions.m.o
gcc SOGoSockD.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-slapd-sockd.obj/SOGoSockD.m.o
gcc SOGoToolRemove.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolRemove.m.o
gcc SOGoSockDScanner.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-slapd-sockd.obj/SOGoSockDScanner.m.o
gcc SOGoToolRemoveDoubles.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolRemoveDoubles.m.o
gcc SOGoToolRenameUser.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolRenameUser.m.o
gcc SOGoToolRestore.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolRestore.m.o
gcc SOGoToolUserPreferences.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolUserPreferences.m.o
gcc -rdynamic -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -fgnu-runtime -o obj/sogo-ealarms-notify \
./obj/sogo-ealarms-notify.obj/sogo-ealarms-notify.m.o ./obj/sogo-ealarms-notify.obj/SOGoEAlarmsNotifier.m.o \
-L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo -L../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L../SOPE/NGCards/./obj/ -lNGCards -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm
gcc SOGoSockDOperation.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-slapd-sockd.obj/SOGoSockDOperation.m.o
gcc SOGoToolManageEAS.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DSOGO_MAJOR_VERSION=2 -DSOGO_MINOR_VERSION=2 -DSOGO_SUBMINOR_VERSION=17a -DSOGO_LIBDIR="@\"/usr/lib/GNUstep/SOGo\"" -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tool.obj/SOGoToolManageEAS.m.o
SOGoToolUserPreferences.m: In function '-[SOGoToolUserPreferences _updateSieveScripsForkey:login:]':
SOGoToolUserPreferences.m:155:14: warning: 'authpwd' may be used uninitialized in this function [-Wmaybe-uninitialized]
return [account updateFiltersWithUsername: authname andPassword: authpwd];
^
SOGoToolUserPreferences.m:155:14: warning: 'authname' may be used uninitialized in this function [-Wmaybe-uninitialized]
SOGoToolManageEAS.m: In function '-[SOGoToolManageEAS run]':
SOGoToolManageEAS.m:193:19: warning: 'folderTableURL' may be used uninitialized in this function [-Wmaybe-uninitialized]
[foc setTableUrl: folderTableURL];
^
gcc -rdynamic -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -fgnu-runtime -o obj/sogo-slapd-sockd \
./obj/sogo-slapd-sockd.obj/sogo-slapd-sockd.m.o ./obj/sogo-slapd-sockd.obj/SOGoSockD.m.o ./obj/sogo-slapd-sockd.obj/SOGoSockDScanner.m.o ./obj/sogo-slapd-sockd.obj/SOGoSockDOperation.m.o \
-L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo -L../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L../SOPE/NGCards/./obj/ -lNGCards -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm
gcc -rdynamic -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -fgnu-runtime -o obj/sogo-tool \
./obj/sogo-tool.obj/sogo-tool.m.o ./obj/sogo-tool.obj/SOGoTool.m.o ./obj/sogo-tool.obj/SOGoToolBackup.m.o ./obj/sogo-tool.obj/SOGoToolCheckDoubles.m.o ./obj/sogo-tool.obj/SOGoToolDumpDefaults.m.o ./obj/sogo-tool.obj/SOGoToolExpireAutoReply.m.o ./obj/sogo-tool.obj/SOGoToolExpireUserSessions.m.o ./obj/sogo-tool.obj/SOGoToolRemove.m.o ./obj/sogo-tool.obj/SOGoToolRemoveDoubles.m.o ./obj/sogo-tool.obj/SOGoToolRenameUser.m.o ./obj/sogo-tool.obj/SOGoToolRestore.m.o ./obj/sogo-tool.obj/SOGoToolUserPreferences.m.o ./obj/sogo-tool.obj/SOGoToolManageEAS.m.o \
-L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo -L../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L../SOPE/NGCards/./obj/ -lNGCards -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm
make[3]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/Tools'
Making all in Tests/Unit ...
make[3]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/Tests/Unit'
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj
Making all for test_tool sogo-tests...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-tests.obj/
gcc sogo-tests.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/sogo-tests.m.o
gcc SOGoTest.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/SOGoTest.m.o
gcc SOGoTestRunner.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/SOGoTestRunner.m.o
gcc SaxXMLReaderFactory+SOGoTests.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/SaxXMLReaderFactory+SOGoTests.m.o
gcc TestiCalTimeZonePeriod.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestiCalTimeZonePeriod.m.o
gcc TestiCalRecurrenceCalculator.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestiCalRecurrenceCalculator.m.o
gcc TestSBJsonParser.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestSBJsonParser.m.o
gcc TestNGMimeAddressHeaderFieldGenerator.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestNGMimeAddressHeaderFieldGenerator.m.o
gcc TestNSData+Crypto.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestNSData+Crypto.m.o
gcc TestNSString+Crypto.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestNSString+Crypto.m.o
gcc TestNSString+URLEscaping.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestNSString+URLEscaping.m.o
gcc TestNSString+Utilities.m -c \
-MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS -pthread -fPIC -DDEBUG -fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fgnu-runtime -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/sogo-tests.obj/TestNSString+Utilities.m.o
gcc -rdynamic -Wl,--no-as-needed -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -fgnu-runtime -o obj/sogo-tests \
./obj/sogo-tests.obj/sogo-tests.m.o ./obj/sogo-tests.obj/SOGoTest.m.o ./obj/sogo-tests.obj/SOGoTestRunner.m.o ./obj/sogo-tests.obj/SaxXMLReaderFactory+SOGoTests.m.o ./obj/sogo-tests.obj/TestiCalTimeZonePeriod.m.o ./obj/sogo-tests.obj/TestiCalRecurrenceCalculator.m.o ./obj/sogo-tests.obj/TestSBJsonParser.m.o ./obj/sogo-tests.obj/TestNGMimeAddressHeaderFieldGenerator.m.o ./obj/sogo-tests.obj/TestNSData+Crypto.m.o ./obj/sogo-tests.obj/TestNSString+Crypto.m.o ./obj/sogo-tests.obj/TestNSString+URLEscaping.m.o ./obj/sogo-tests.obj/TestNSString+Utilities.m.o \
-L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc -L/usr/local/lib -lSaxObjC -Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm
make[3]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a/Tests/Unit'
make[2]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
make[1]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
debian/rules override_dh_auto_test
make[1]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
/usr/bin/make check
make[2]: Entering directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
This is gnustep-make 2.6.8. Type 'make print-gnustep-make-help' for help.
Making check in SOPE/NGCards ...
Making check for library libNGCards...
make[4]: Nothing to be done for 'internal-library-check'.
Making check in versitCardsSaxDriver ...
make[4]: Nothing to be done for 'check'.
Making check in SOPE/GDLContentStore ...
Making check for library libGDLContentStore...
make[4]: Nothing to be done for 'internal-library-check'.
Making check in SoObjects ...
Making check in SOGo ...
Making check for framework SOGo...
make[5]: Nothing to be done for 'internal-framework-check'.
Making check in Appointments ...
make[4]: Nothing to be done for 'check'.
Making check in Contacts ...
make[4]: Nothing to be done for 'check'.
Making check in Mailer ...
make[4]: Nothing to be done for 'check'.
Making check in Main ...
make[3]: Nothing to be done for 'check'.
Making check in UI ...
Making check in SOGoUI ...
Making check for library libSOGoUI...
make[5]: Nothing to be done for 'internal-library-check'.
Making check in SOGoElements ...
make[4]: Nothing to be done for 'check'.
Making check in Common ...
make[4]: Nothing to be done for 'check'.
Making check in Contacts ...
make[4]: Nothing to be done for 'check'.
Making check in MailPartViewers ...
make[4]: Nothing to be done for 'check'.
Making check in MailerUI ...
make[4]: Nothing to be done for 'check'.
Making check in MainUI ...
make[4]: Nothing to be done for 'check'.
Making check in PreferencesUI ...
make[4]: Nothing to be done for 'check'.
Making check in Scheduler ...
make[4]: Nothing to be done for 'check'.
Making check in AdministrationUI ...
make[4]: Nothing to be done for 'check'.
Making check in Templates ...
make[4]: Nothing to be done for 'check'.
Making check in WebServerResources ...
make[4]: Nothing to be done for 'check'.
Making check in Tools ...
make[3]: Nothing to be done for 'check'.
Making check in Tests/Unit ...
Making all for test_tool sogo-tests...
make[6]: Nothing to be done for 'internal-tool-compile'.
./obj/sogo-tests
2016-06-21 10:57:45.052 sogo-tests[10835:10835] File NSBundle.m: 869. In +[NSBundle(Private) _addFrameworkFromClass:] Could not find framework SOGo in any standard location
F.....F...F.F
======================================================================
FAIL: test_stringByEscapingURL (TestNSString+URLEscaping.m:50)
----------------------------------------------------------------------
string 'sogo+test' badly escaped: 'sogo%2Btest' (expected 'sogo+test')
======================================================================
FAIL: test_occurrenceForDate_ (TestiCalTimeZonePeriod.m:84)
----------------------------------------------------------------------
test 0: seconds do not match: delta = -18000
======================================================================
FAIL: test_countOccurrencesOfString (TestNSString+Utilities.m:43)
----------------------------------------------------------------------
assertion failure
======================================================================
FAIL: test_generateDataForHeaderFieldNamed_value_ (TestNGMimeAddressHeaderFieldGenerator.m:79)
----------------------------------------------------------------------
received 'wolfgang at test.com,
wolfgang at test.com' instead of '"<wolfgang at test.com>" <wolfgang at test.com>' for '"<wolfgang at test.com>" <wolfgang at test.com>'
----------------------------------------------------------------------
Ran 13 tests
FAILED (4 failures, 0 errors)
GNUmakefile:45: recipe for target 'check' failed
make[3]: *** [check] Error 1
/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: recipe for target 'internal-check' failed
make[2]: *** [internal-check] Error 2
make[2]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
debian/rules:57: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory '/home/lamby/temp/cdt.20160621105635.AgOHzUmkUU.sogo/sogo-2.2.17a'
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sogo.2.2.17a-1.1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 37104 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160621/4ecf0387/attachment.obj>
More information about the Reproducible-builds
mailing list