Package: src:sogo Version: 5.11.0-1 Severity: serious Tags: ftbfs
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules binary dh binary dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' ./configure --with-ssl=ssl --enable-saml2 --enable-mfa GNUstep environment: system: local: user: path: flat: arch: [... snipped ...] /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 '/<<PKGBUILDDIR>>/UI/AdministrationUI' Making all in Templates ... make[4]: Entering directory '/<<PKGBUILDDIR>>/UI/Templates' Utility "xmllint" not found. Skipping validation. make[4]: Leaving directory '/<<PKGBUILDDIR>>/UI/Templates' Making all in WebServerResources ... make[4]: Entering directory '/<<PKGBUILDDIR>>/UI/WebServerResources' The 'all' target does nothing. Use 'make dev' to generate static files and 'make install' to install them. make[4]: Leaving directory '/<<PKGBUILDDIR>>/UI/WebServerResources' make[3]: Leaving directory '/<<PKGBUILDDIR>>/UI' Making all in Tools ... make[3]: Entering directory '/<<PKGBUILDDIR>>/Tools' cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj Making all for tool sogo-tool... Making all for tool sogo-slapd-sockd... cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-slapd-sockd.obj/ cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-tool.obj/ gcc sogo-slapd-sockd.m -c \ gcc sogo-tool.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -D_GNU_SOURCE -I../SOPE/ -I../SoObjects/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -o obj/sogo-slapd-sockd.obj/sogo-slapd-sockd.m.o In file included from sogo-slapd-sockd.m:23: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ In file included from sogo-tool.m:28: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoSockD.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoTool.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoSockDScanner.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoToolBackup.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 In file included from SOGoToolBackup.m:39: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoSockDOperation.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoToolDumpDefaults.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -rdynamic -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 -lWEExtensions -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm gcc SOGoToolUpdateAutoReply.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolUpdateAutoReply.m.o In file included from SOGoToolUpdateAutoReply.m:40: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolExpireUserSessions.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 Making all for tool sogo-ealarms-notify... cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/sogo-ealarms-notify.obj/ gcc sogo-ealarms-notify.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoToolRemove.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 In file included from sogo-ealarms-notify.m:24: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoEAlarmsNotifier.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 In file included from SOGoToolRemove.m:31: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolRemoveDoubles.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoEAlarmsNotifier.m: In function ‘-[SOGoEAlarmsNotifier _processAlarm:withOwner:andContainerPath:]’: SOGoEAlarmsNotifier.m:176:3: warning: no ‘-initWithName:’ method found 176 | app = [[WOApplication alloc] initWithName: @"SOGo"]; | ^~~ SOGoEAlarmsNotifier.m:176:3: warning: (messages without a matching method signature will be assumed to return ‘id’ and accept ‘...’ as arguments) SOGoEAlarmsNotifier.m:181:3: warning: ‘WOApplication’ may not respond to ‘-_setCurrentContext:’ 181 | [app _setCurrentContext:localContext]; | ^ gcc -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -rdynamic -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 -lWEExtensions -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm gcc SOGoToolRenameUser.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 In file included from SOGoToolRenameUser.m:36: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolCheckupUser.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolCheckupUser.m.o gcc SOGoToolCleanupUser.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolCleanupUser.m.o In file included from SOGoToolCleanupUser.m:36: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ In file included from SOGoToolCheckupUser.m:37: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolRestore.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoToolCreateFolder.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolCreateFolder.m.o In file included from SOGoToolRestore.m:42: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolUserPreferences.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 SOGoToolManageACL.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolManageACL.m.o SOGoToolUserPreferences.m: In function ‘-[SOGoToolUserPreferences run]’: SOGoToolUserPreferences.m:225:27: warning: ‘NSString’ may not respond to ‘-decryptAES256GCM:iv:tag:exception:’ 225 | newPassword = [password decryptAES256GCM: sogoSecret iv: iv tag: tag exception:&exception]; | ^~~~~~~~~~~ SOGoToolUserPreferences.m:225:27: warning: (messages without a matching method signature will be assumed to return ‘id’ and accept ‘...’ as arguments) SOGoToolUserPreferences.m:229:29: warning: ‘NSDictionary’ may not respond to ‘-setObject:forKey:’ 229 | [account setObject: newPassword forKey: @"password"]; | ^ SOGoToolUserPreferences.m:337:23: warning: ‘NSString’ may not respond to ‘-encryptAES256GCM:exception:’ 337 | newPassword = [password encryptAES256GCM: sogoSecret exception:&exception]; | ^~~~~~~~~~~ SOGoToolUserPreferences.m:341:25: warning: ‘NSDictionary’ may not respond to ‘-setObject:forKey:’ 341 | [account setObject: newPassword forKey: @"password"]; | ^ SOGoToolUserPreferences.m:315:43: warning: unused variable ‘newPassword’ [-Wunused-variable] 315 | NSDictionary *account, *newPassword; | ^~~~~~~~~~~ In file included from SOGoToolUserPreferences.m:34: ../SoObjects/SOGo/SOGoSystemDefaults.h: At top level: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolManageEAS.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 In file included from SOGoToolManageACL.m:43: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc SOGoToolTruncateCalendar.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolTruncateCalendar.m.o In file included from SOGoToolManageEAS.m:31: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ SOGoToolTruncateCalendar.m: In function ‘-[SOGoToolTruncateCalendar parseArguments]’: SOGoToolTruncateCalendar.m:76:5: warning: ‘SOGoToolTruncateCalendar’ may not respond to ‘-usage’ 76 | [self usage]; | ^ SOGoToolTruncateCalendar.m:76:5: warning: (messages without a matching method signature will be assumed to return ‘id’ and accept ‘...’ as arguments) gcc SOGoToolUpdateSecret.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DSOGO_MAJOR_VERSION=5 -DSOGO_MINOR_VERSION=11 -DSOGO_SUBMINOR_VERSION=0 -DSOGO_LIBDIR="@\"/usr/local/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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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/SOGoToolUpdateSecret.m.o SOGoToolUpdateSecret.m: In function ‘-[SOGoToolUpdateSecret fetchAllUsersForAuxiliaryAccountPassword]’: SOGoToolUpdateSecret.m:132:21: warning: ‘NSURL’ may not respond to ‘-gcsTableName’ 132 | [userProfileUrl gcsTableName]]; | ^ SOGoToolUpdateSecret.m:132:21: warning: (messages without a matching method signature will be assumed to return ‘id’ and accept ‘...’ as arguments) SOGoToolUpdateSecret.m:103:14: warning: variable ‘max’ set but not used [-Wunused-but-set-variable] 103 | int count, max; | ^~~ SOGoToolUpdateSecret.m:103:7: warning: unused variable ‘count’ [-Wunused-variable] 103 | int count, max; | ^~~~~ SOGoToolUpdateSecret.m:102:6: warning: unused variable ‘allUsers’ [-Wunused-variable] 102 | id allUsers; | ^~~~~~~~ SOGoToolUpdateSecret.m:98:20: warning: variable ‘lm’ set but not used [-Wunused-but-set-variable] 98 | SOGoUserManager *lm; | ^~ SOGoToolUpdateSecret.m:97:22: warning: unused variable ‘pool’ [-Wunused-variable] 97 | NSAutoreleasePool *pool; | ^~~~ SOGoToolUpdateSecret.m: In function ‘-[SOGoToolUpdateSecret updateSecretFromPlainData:]’: SOGoToolUpdateSecret.m:193:11: warning: ‘NSString’ may not respond to ‘-encryptAES256GCM:exception:’ 193 | newPassword = [password encryptAES256GCM: secret exception:&exception]; | ^~~~~~~~~~~ SOGoToolUpdateSecret.m:197:13: warning: ‘NSDictionary’ may not respond to ‘-setObject:forKey:’ 197 | [account setObject: newPassword forKey: @"password"]; | ^ SOGoToolUpdateSecret.m: In function ‘-[SOGoToolUpdateSecret updateSecretFromEncryptedData:oldSecret:]’: SOGoToolUpdateSecret.m:250:13: warning: ‘NSString’ may not respond to ‘-decryptAES256GCM:iv:tag:exception:’ 250 | decryptedPassword = [password decryptAES256GCM: oldSecret iv: iv tag: tag exception:&exception]; | ^~~~~~~~~~~~~~~~~ SOGoToolUpdateSecret.m:251:13: warning: ‘NSString’ may not respond to ‘-encryptAES256GCM:exception:’ 251 | encryptedPassword = [decryptedPassword encryptAES256GCM: newSecret exception:&exception]; | ^~~~~~~~~~~~~~~~~ SOGoToolUpdateSecret.m:260:13: warning: ‘NSDictionary’ may not respond to ‘-setObject:forKey:’ 260 | [account setObject: encryptedPassword forKey: @"password"]; | ^ SOGoToolUpdateSecret.m: In function ‘-[SOGoToolUpdateSecret updateToPlainData:]’: SOGoToolUpdateSecret.m:312:13: warning: ‘NSString’ may not respond to ‘-decryptAES256GCM:iv:tag:exception:’ 312 | newPassword = [password decryptAES256GCM: oldSecret iv: iv tag: tag exception:&exception]; | ^~~~~~~~~~~ SOGoToolUpdateSecret.m:316:15: warning: ‘NSDictionary’ may not respond to ‘-setObject:forKey:’ 316 | [account setObject: newPassword forKey: @"password"]; | ^ SOGoToolUpdateSecret.m: In function ‘-[SOGoToolUpdateSecret run]’: SOGoToolUpdateSecret.m:390:12: warning: unused variable ‘i’ [-Wunused-variable] 390 | int max, i; | ^ In file included from SOGoToolUpdateSecret.m:39: ../SoObjects/SOGo/SOGoSystemDefaults.h: At top level: ../SoObjects/SOGo/SOGoSystemDefaults.h:29:24: warning: ‘kDisableSharingCalendar’ defined but not used [-Wunused-variable] 29 | static const NSString *kDisableSharingCalendar = @"Calendar"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:28:24: warning: ‘kDisableSharingContacts’ defined but not used [-Wunused-variable] 28 | static const NSString *kDisableSharingContacts = @"Contacts"; | ^~~~~~~~~~~~~~~~~~~~~~~ ../SoObjects/SOGo/SOGoSystemDefaults.h:27:24: warning: ‘kDisableSharingMail’ defined but not used [-Wunused-variable] 27 | static const NSString *kDisableSharingMail = @"Mail"; | ^~~~~~~~~~~~~~~~~~~ gcc -Wl,--rpath,/usr/lib/sogo -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -rdynamic -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/SOGoToolDumpDefaults.m.o ./obj/sogo-tool.obj/SOGoToolUpdateAutoReply.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/SOGoToolCheckupUser.m.o ./obj/sogo-tool.obj/SOGoToolCleanupUser.m.o ./obj/sogo-tool.obj/SOGoToolRestore.m.o ./obj/sogo-tool.obj/SOGoToolCreateFolder.m.o ./obj/sogo-tool.obj/SOGoToolUserPreferences.m.o ./obj/sogo-tool.obj/SOGoToolManageACL.m.o ./obj/sogo-tool.obj/SOGoToolManageEAS.m.o ./obj/sogo-tool.obj/SOGoToolTruncateCalendar.m.o ./obj/sogo-tool.obj/SOGoToolUpdateSecret.m.o \ -L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo -L../SOPE/GDLContentStore/./obj/ -lGDLContentStore -L../SOPE/NGCards/./obj/ -lNGCards -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb -lWEExtensions -L/usr/local/lib -L/usr/lib -lgnustep-base -lobjc -lm make[3]: Leaving directory '/<<PKGBUILDDIR>>/Tools' Making all in Tests/Unit ... make[3]: Entering directory '/<<PKGBUILDDIR>>/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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/SaxXMLReaderFactory+SOGoTests.m.o gcc TestVersit.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestVersit.m.o gcc TestiCalTimeZonePeriod.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestiCalTimeZonePeriod.m.o TestVersit.m: In function ‘-[TestVersit test_rendering]’: TestVersit.m:38: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 38 | #pragma clang diagnostic push TestVersit.m:39: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 39 | #pragma clang diagnostic ignored "-Wobjc-string-compare" TestVersit.m:145: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 145 | #pragma clang diagnostic pop TestVersit.m: In function ‘-[TestVersit test_parsing]’: TestVersit.m:152: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 152 | #pragma clang diagnostic push TestVersit.m:153: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 153 | #pragma clang diagnostic ignored "-Wobjc-string-compare" TestVersit.m:216: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] 216 | #pragma clang diagnostic pop gcc TestiCalRecurrenceCalculator.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGMimeAddressHeaderFieldGenerator.m.o gcc TestNGMimeHeaderFieldGenerator.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGMimeHeaderFieldGenerator.m.o gcc TestNGMimeMessageGenerator.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGMimeMessageGenerator.m.o gcc TestNGMimeType.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGMimeType.m.o gcc TestNGNetUtlilities.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGNetUtlilities.m.o gcc TestNSData+Crypto.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -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 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNSString+Utilities.m.o gcc TestNSURL+misc.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNSURL+misc.m.o gcc TestNGMailAddressParser.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestNGMailAddressParser.m.o gcc TestRTFHandler.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_SODIUM=1 `pkg-config --cflags libsodium` -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange -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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -fconstant-string-class=NSConstantString -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/sogo-tests.obj/TestRTFHandler.m.o gcc -Wl,--no-as-needed -Wl,-z,relro -Wl,-z,now -pthread -fexceptions -rdynamic -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/TestVersit.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/TestNGMimeHeaderFieldGenerator.m.o ./obj/sogo-tests.obj/TestNGMimeMessageGenerator.m.o ./obj/sogo-tests.obj/TestNGMimeType.m.o ./obj/sogo-tests.obj/TestNGNetUtlilities.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 ./obj/sogo-tests.obj/TestNSURL+misc.m.o ./obj/sogo-tests.obj/TestNGMailAddressParser.m.o ./obj/sogo-tests.obj/TestRTFHandler.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 -lNGStreams -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 '/<<PKGBUILDDIR>>/Tests/Unit' make[2]: Leaving directory '/<<PKGBUILDDIR>>' (cd ActiveSync && /usr/bin/make OBJCFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,now" messages=yes) make[2]: Entering directory '/<<PKGBUILDDIR>>/ActiveSync' This is gnustep-make 2.9.2. Type 'make print-gnustep-make-help' for help. Running in gnustep-make version 2 strict mode. cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj Making all for bundle ActiveSync... cd .; \ /usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/ActiveSync.obj/ /usr/share/GNUstep/Makefiles/mkinstalldirs ActiveSync.SOGo/. gcc ActiveSyncProduct.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/ActiveSyncProduct.m.o gcc iCalAlarm+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/iCalAlarm+ActiveSync.m.o gcc iCalEvent+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/iCalEvent+ActiveSync.m.o gcc iCalRecurrenceRule+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/iCalRecurrenceRule+ActiveSync.m.o gcc iCalTimeZone+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/iCalTimeZone+ActiveSync.m.o gcc iCalToDo+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/iCalToDo+ActiveSync.m.o gcc NSCalendarDate+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/NSCalendarDate+ActiveSync.m.o gcc NSData+ActiveSync.m -c \ -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -DSAML2_CONFIG=1 -DMFA_CONFIG=1 -DHAVE_OPENSSL=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 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O0 -g -frecord-gcc-switches -Wno-deprecated-declarations -fconstant-string-class=NSConstantString -I.. -I../.. -I../../SOPE -I../SOPE/ -I../SoObjects/ -I/usr/include/libwbxml-1.0/ -I. -I/usr/local/include/GNUstep -I/usr/include/GNUstep \ -o obj/ActiveSync.obj/NSData+ActiveSync.m.o NSData+ActiveSync.m:39:10: fatal error: wbxml/wbxml.h: No such file or directory 39 | #include <wbxml/wbxml.h> | ^~~~~~~~~~~~~~~ compilation terminated. make[5]: *** [/usr/share/GNUstep/Makefiles/rules.make:534: obj/ActiveSync.obj/NSData+ActiveSync.m.o] Error 1 make[4]: *** [/usr/share/GNUstep/Makefiles/Instance/bundle.make:193: internal-bundle-run-compile-submake] Error 2 make[3]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: ActiveSync.all.bundle.variables] Error 2 make[2]: *** [/usr/share/GNUstep/Makefiles/Master/bundle.make:37: internal-all] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/ActiveSync' make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:9: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202408/ About the archive rebuild: The build was made on virtual machines of type m6a.large and r6a.large from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.