Advertisement
Guest User

Untitled

a guest
Mar 11th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.69 KB | None | 0 0
  1. => Starting build()...
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking whether make supports nested variables... (cached) yes
  9. checking build system type... aarch64-unknown-linux-gnu
  10. checking host system type... aarch64-unknown-linux-gnu
  11. checking how to print strings... printf
  12. checking whether make supports the include directive... yes (GNU style)
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking whether gcc understands -c and -o together... yes
  23. checking dependency style of gcc... gcc3
  24. checking for a sed that does not truncate output... /usr/bin/sed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
  35. checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  36. checking for /usr/bin/ld option to reload object files... -r
  37. checking for objdump... objdump
  38. checking how to recognize dependent libraries... pass_all
  39. checking for dlltool... no
  40. checking how to associate runtime and link libraries... printf %s\n
  41. checking for ar... ar
  42. checking for archiver @FILE support... @
  43. checking for strip... strip
  44. checking for ranlib... ranlib
  45. checking command to parse /usr/bin/nm -B output from gcc object... ok
  46. checking for sysroot... no
  47. checking for a working dd... /usr/bin/dd
  48. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  49. checking for mt... no
  50. checking if : is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking for objdir... .libs
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC -DPIC
  66. checking if gcc PIC flag -fPIC -DPIC works... yes
  67. checking if gcc static flag -static works... yes
  68. checking if gcc supports -c -o file.o... yes
  69. checking if gcc supports -c -o file.o... (cached) yes
  70. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... no
  78. checking for gcc... (cached) gcc
  79. checking whether we are using the GNU C compiler... (cached) yes
  80. checking whether gcc accepts -g... (cached) yes
  81. checking for gcc option to accept ISO C89... (cached) none needed
  82. checking whether gcc understands -c and -o together... (cached) yes
  83. checking dependency style of gcc... (cached) gcc3
  84. checking for g++... g++
  85. checking whether we are using the GNU C++ compiler... yes
  86. checking whether g++ accepts -g... yes
  87. checking dependency style of g++... gcc3
  88. checking how to run the C++ preprocessor... g++ -E
  89. checking for ld used by g++... /usr/bin/ld
  90. checking if the linker (/usr/bin/ld) is GNU ld... yes
  91. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  92. checking for g++ option to produce PIC... -fPIC -DPIC
  93. checking if g++ PIC flag -fPIC -DPIC works... yes
  94. checking if g++ static flag -static works... yes
  95. checking if g++ supports -c -o file.o... yes
  96. checking if g++ supports -c -o file.o... (cached) yes
  97. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  98. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  99. checking how to hardcode library paths into programs... immediate
  100. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  101. checking for pkg-config... /usr/bin/pkg-config
  102. checking pkg-config is at least version 0.9.0... yes
  103. checking for C++2011 support... c++11
  104. checking whether C++ compiler understands -Wno-variadic-macros option... yes
  105. checking for ncursesw6-config... ncursesw6-config
  106. checking curses.h usability... yes
  107. checking curses.h presence... yes
  108. checking for curses.h... yes
  109. checking syslog.h usability... yes
  110. checking syslog.h presence... yes
  111. checking for syslog.h... yes
  112. checking sys/un.h usability... yes
  113. checking sys/un.h presence... yes
  114. checking for sys/un.h... yes
  115. checking for sys/stat.h... (cached) yes
  116. checking malloc.h usability... yes
  117. checking malloc.h presence... yes
  118. checking for malloc.h... yes
  119. checking for mallinfo... yes
  120. checking for timegm... yes
  121. checking for getpeereid... no
  122. checking for getpwnam_r... yes
  123. checking for vsyslog... yes
  124. checking for vsnprintf_l... no
  125. checking for siginfo_t.si_fd siginfo_t.si_utime... no
  126. checking for PHP... checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  127. checking for PHP extension directory... /usr/lib/php/modules
  128. checking for PHP config scan directory... /etc/php/conf.d
  129. checking acquired PHP settings... ok
  130. PHP version: 7.4.3
  131. checking for popt... yes
  132. checking for XML2... yes
  133. checking for mysql_config... /usr/bin/mysql_config
  134. checking for MySQL includes... -I/usr/include/mysql -I/usr/include/mysql/mysql
  135. checking for MySQL libs... -L/usr/lib/ -lmariadb
  136. checking for mysql_get_option... yes
  137. checking for mysql_set_character_set... yes
  138. checking pthread_np.h usability... no
  139. checking pthread_np.h presence... no
  140. checking for pthread_np.h... no
  141. checking for 2-arg pthread_setname_np... yes
  142. checking for pthread_getname_np... yes
  143. checking for soapcpp2... ok
  144. checking for ICAL... yes
  145. checking for curl... yes
  146. checking curl/curl.h usability... yes
  147. checking curl/curl.h presence... yes
  148. checking for curl/curl.h... yes
  149. checking for TCMALLOC... yes
  150. checking gperftools/malloc_extension.h usability... yes
  151. checking gperftools/malloc_extension.h presence... yes
  152. checking for gperftools/malloc_extension.h... yes
  153. checking google/malloc_extension.h usability... yes
  154. checking google/malloc_extension.h presence... yes
  155. checking for google/malloc_extension.h... yes
  156. checking for VMIME... yes
  157. checking for jsoncpp... yes
  158. checking ldap.h usability... yes
  159. checking ldap.h presence... yes
  160. checking for ldap.h... yes
  161. checking for -lldap_r without LDAP_DEPRECATED... no
  162. checking for -lldap_r with LDAP_DEPRECATED... yes
  163. checking for ldap_start_tls_s... yes
  164. checking for ldap_create_page_control... yes
  165. checking shadow.h usability... yes
  166. checking shadow.h presence... yes
  167. checking for shadow.h... yes
  168. checking for iconv... yes
  169. checking for library containing crypt_r... -lcrypt
  170. checking for library containing clock_gettime... none required
  171. checking for SSL... yes
  172. checking for CRYPTO... yes
  173. checking for EVP_PKEY_cmp... yes
  174. checking for pam_start in -lpam... yes
  175. checking for krb5-config presence... /usr/bin/krb5-config
  176. checking for gss_acquire_cred... yes
  177. checking for krb5_free_unparsed_name... yes
  178. checking for krb5 usability... yes
  179. checking libs3.h usability... no
  180. checking libs3.h presence... no
  181. checking for libs3.h... no
  182. checking for library containing S3_initialize... no
  183. checking kcoidc.h usability... no
  184. checking kcoidc.h presence... no
  185. checking for kcoidc.h... no
  186. checking for library containing kcoidc_initialize... no
  187. checking for uuid_create... no
  188. checking for uuid_create in -luuid... no
  189. checking for uuid_generate in -luuid... yes
  190. checking for dlopen... no
  191. checking for dlopen in -ldl... yes
  192. checking for gzopen in -lz... yes
  193. checking for gettext... yes
  194. checking for epoll_create... yes
  195. checking tidy.h usability... no
  196. checking tidy.h presence... no
  197. checking for tidy.h... no
  198. Found ICU with modern pkg-config files
  199. checking for icu_uc... yes
  200. checking for icu_i18n... yes
  201. checking for PYTHON... yes
  202. checking for swig... /usr/bin/swig
  203. checking whether /usr/bin/python2 version is >= 2.5... yes
  204. checking for /usr/bin/python2 version... 2.7
  205. checking for /usr/bin/python2 platform... linux2
  206. checking for /usr/bin/python2 script directory... ${prefix}lib/python2.7/site-packages
  207. checking for /usr/bin/python2 extension module directory... /lib/python2.7/site-packages
  208. checking that generated files are newer than configure... done
  209. configure: creating ./config.status
  210. config.status: creating Makefile
  211. config.status: creating mapi4linux/include/Makefile
  212. config.status: creating m4lcommon/include/kopano/Makefile
  213. config.status: creating provider/include/Makefile
  214. config.status: creating inetmapi/include/inetmapi/Makefile
  215. config.status: creating spooler/python/Makefile
  216. config.status: creating spooler/python/plugins/Makefile
  217. config.status: creating common/include/kopano/Makefile
  218. config.status: creating ECtools/archiver/include/kopano/Makefile
  219. config.status: creating ECtools/backup/Makefile
  220. config.status: creating ECtools/cli/Makefile
  221. config.status: creating ECtools/presence/Makefile
  222. config.status: creating ECtools/search/Makefile
  223. config.status: creating ECtools/spamd/Makefile
  224. config.status: creating ECtools/migration-pst/Makefile
  225. config.status: creating ECtools/utils/Makefile
  226. config.status: creating installer/Makefile
  227. config.status: creating installer/linux/Makefile
  228. config.status: creating installer/userscripts/Makefile
  229. config.status: creating installer/userscripts/createcompany.d/Makefile
  230. config.status: creating installer/userscripts/creategroup.d/Makefile
  231. config.status: creating installer/userscripts/createuser.d/Makefile
  232. config.status: creating installer/userscripts/deletecompany.d/Makefile
  233. config.status: creating installer/userscripts/deletegroup.d/Makefile
  234. config.status: creating installer/userscripts/deleteuser.d/Makefile
  235. config.status: creating installer/quotamail/Makefile
  236. config.status: creating installer/searchscripts/Makefile
  237. config.status: creating po/Makefile
  238. config.status: creating swig/Makefile
  239. config.status: creating swig/include/kopano/Makefile
  240. config.status: creating swig/python/Makefile
  241. config.status: creating swig/python/python.sym
  242. config.status: creating swig/python/include/kopano/Makefile
  243. config.status: creating swig/python/kopano/Makefile
  244. config.status: creating swig/python/zarafa/Makefile
  245. config.status: creating common/kopano.pc
  246. config.status: creating common/libkcmapi.sym
  247. config.status: creating common/libkcutil.sym
  248. config.status: creating default.sym
  249. config.status: creating mapi4linux/src/libmapi.sym
  250. config.status: creating provider/plugin.sym
  251. config.status: creating provider/provider.sym
  252. config.status: creating provider/libkcserver.sym
  253. config.status: creating provider/libkcsoap.sym
  254. config.status: creating ECtools/search/kopano-search
  255. config.status: creating ECtools/backup/kopano-backup
  256. config.status: creating ECtools/cli/kopano-cli
  257. config.status: creating ECtools/presence/kopano-presence
  258. config.status: creating ECtools/migration-pst/kopano-migration-pst
  259. config.status: creating ECtools/spamd/kopano-spamd
  260. config.status: creating ECtools/utils/kopano-mr-accept.py
  261. config.status: creating ECtools/utils/kopano-mr-process.py
  262. config.status: creating ECtools/utils/kopano-autorespond.py
  263. config.status: creating ECtools/search/kopano_search/version.py
  264. config.status: creating ECtools/backup/kopano_backup/version.py
  265. config.status: creating ECtools/cli/kopano_cli/version.py
  266. config.status: creating ECtools/rest/kopano_rest/version.py
  267. config.status: creating ECtools/spamd/kopano_spamd/version.py
  268. config.status: creating ECtools/utils/kopano_utils/version.py
  269. config.status: creating swig/python/kopano/kopano/version.py
  270. config.status: creating common/config.h
  271. config.status: executing depfiles commands
  272. config.status: executing libtool commands
  273. '@' -> '/home/spikerguy/Desktop/06-03-2020/kopano-pkgbuilds/makepkgs/kopano-core/src/kopanocore'
  274.  
  275. Install prefix : /
  276. Userscript dir : /etc/kopano/userscripts
  277. Quota dir : /etc/kopano/quotamails
  278. Search scripts dir : /etc/kopano/searchscripts
  279.  
  280. Build host : aarch64-unknown-linux-gnu
  281. Compile flags : -DLINUX -I${top_builddir}/common/include -I${top_srcdir}/common/include -I${top_srcdir}/m4lcommon/include -I${top_srcdir}/mapi4linux/include -I${top_srcdir}/provider/common/include -I${top_srcdir}/provider/libserver/include -I${top_srcdir}/ECtools/archiver/include -I${top_srcdir}/inetmapi/include -I${top_srcdir}/swig/include -I${top_srcdir}/swig/python/include -I${top_srcdir} -DNDEBUG -DUNICODE -DUSE_EPOLL -I/usr/include/python2.7 -Wall -Wmissing-declarations -std=c++11 -Wno-variadic-macros -O2 -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt
  282. Debug flags :
  283. PHP version : 7.4.3
  284. PHP ext dir : /usr/lib/php/modules
  285. PHP config dir : /etc/php/conf.d
  286. PHP flags : -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  287. PHP libs :
  288. gSOAP flags : -DWITH_OPENSSL -DWITH_GZIP -DHAVE_OPENSSL_SSL_H -DHAVE_ZLIB_H
  289. gSOAP libs : -lgsoapssl++
  290. gSOAP soapcpp2 :
  291. OpenSSL libs : -lssl
  292. MySQL flags : -I/usr/include/mysql -I/usr/include/mysql/mysql
  293. MySQL libs : -L/usr/lib/ -lmariadb
  294. VMime flags : -I/usr/include/vmime/ -I/usr/include/p11-kit-1
  295. VMime libs : -lvmime
  296. XML2 flags : -I/usr/include/libxml2
  297. XML2 libs : -lxml2
  298. ICal flags :
  299. ICal libs : -lical -licalss -licalvcal -lpthread /lib/libicuuc.so /lib/libicui18n.so
  300. ncurses libs : -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lncursesw
  301. Clients libs : -luuid -lz
  302. LDAP support : yes
  303. LDAP flags : -DLDAP_DEPRECATED=1
  304. LDAP libs : -lldap_r
  305. Curl libs : -lcurl
  306. Pam libs : -lpam
  307. Krb5 libs : -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
  308. TCMalloc lib : -ltcmalloc_minimal
  309. S3 lib :
  310. KCOIDC lib :
  311. ICU libs : -licuuc -licudata -licui18n -licuuc -licudata
  312. Python flags : -I/usr/include/python2.7
  313. Python libs : -lpython2.7
  314.  
  315. /usr/bin/swig -python -external-runtime spooler/PythonSWIGRuntime.h
  316. /usr/bin/mkdir -p provider/soap
  317. soapcpp2 -jxw -Iinclude/ -d provider/soap/ provider/include/proto.h
  318. echo "8.6.9" >.version
  319.  
  320. ** The gSOAP code generator for C and C++, soapcpp2 release 2.8.98
  321. ** Copyright (C) 2000-2020, Robert van Engelen, Genivia Inc.
  322. ** All Rights Reserved. This product is provided "as is", without any warranty.
  323. ** The soapcpp2 tool and its generated software are released under the GPL.
  324. ** ----------------------------------------------------------------------------
  325. ** A commercial use license is available from Genivia Inc., contact@genivia.com
  326. ** ----------------------------------------------------------------------------
  327.  
  328. /usr/bin/mkdir -p common/include/kopano
  329. sh ./versionheader.sh >common/include/kopano/ecversion.h
  330. Using project directory path: provider/soap/
  331. Saving provider/soap/soapStub.h annotated copy of the source interface header file
  332. Saving provider/soap/soapH.h serialization functions to #include in projects
  333.  
  334. provider/include/proto.h(1185): *WARNING*: struct 'xsd__base64Binary' cannot be assigned a default constructor because it is directly or indirectly used as a member of union '_act'
  335.  
  336. Compliance warning: SOAP-encoded array 'struct mv_i2' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  337.  
  338. provider/include/proto.h(1185): *WARNING*: struct 'mv_i2' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  339.  
  340. Compliance warning: SOAP-encoded array 'struct mv_long' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  341.  
  342. provider/include/proto.h(1185): *WARNING*: struct 'mv_long' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  343.  
  344. Compliance warning: SOAP-encoded array 'struct mv_r4' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  345.  
  346. provider/include/proto.h(1185): *WARNING*: struct 'mv_r4' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  347.  
  348. Compliance warning: SOAP-encoded array 'struct mv_double' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  349.  
  350. provider/include/proto.h(1185): *WARNING*: struct 'mv_double' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  351.  
  352. Compliance warning: SOAP-encoded array 'struct mv_string8' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  353.  
  354. provider/include/proto.h(1185): *WARNING*: struct 'mv_string8' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  355.  
  356. Compliance warning: SOAP-encoded array 'struct mv_hiloLong' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  357.  
  358. provider/include/proto.h(1185): *WARNING*: struct 'mv_hiloLong' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  359.  
  360. Compliance warning: SOAP-encoded array 'struct mv_binary' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  361.  
  362. provider/include/proto.h(1185): *WARNING*: struct 'mv_binary' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  363.  
  364. Compliance warning: SOAP-encoded array 'struct mv_i8' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  365.  
  366. provider/include/proto.h(1185): *WARNING*: struct 'mv_i8' cannot be assigned a default constructor because it is directly or indirectly used as a member of union 'propValData'
  367.  
  368. Compliance warning: SOAP-encoded array 'struct propValArray' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  369. Compliance warning: SOAP-encoded array 'struct propTagArray' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  370. Compliance warning: SOAP-encoded array 'struct sortOrderArray' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  371. Compliance warning: SOAP-encoded array 'struct rowSet' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  372.  
  373. provider/include/proto.h(1185): *WARNING*: struct '_moveCopy' cannot be assigned a default constructor because it is directly or indirectly used as a member of union '_act'
  374.  
  375.  
  376. provider/include/proto.h(1185): *WARNING*: struct '_reply' cannot be assigned a default constructor because it is directly or indirectly used as a member of union '_act'
  377.  
  378.  
  379. provider/include/proto.h(1185): *WARNING*: struct '_defer' cannot be assigned a default constructor because it is directly or indirectly used as a member of union '_act'
  380.  
  381. Compliance warning: SOAP-encoded array 'struct actions' is specific to SOAP encoding only and not compliant with WS-I Basic Profile 1.0a
  382. Using ns service name: KCmd
  383. Using ns service style: rpc
  384. Using ns service encoding: encoded
  385. Using ns service location: http://localhost:236/
  386. Using ns schema namespace: urn:zarafa
  387. Saving provider/soap/soapKCmdProxy.h client proxy class
  388. Saving provider/soap/soapKCmdProxy.cpp client proxy class
  389. Saving provider/soap/soapKCmdService.h service class
  390. Saving provider/soap/soapKCmdService.cpp service class
  391. Saving provider/soap/KCmd.nsmap namespace mapping table
  392. Saving provider/soap/soapC.cpp serialization functions
  393.  
  394. Compilation successful (12 warnings)
  395.  
  396. make all-recursive
  397. make[1]: Entering directory '/home/spikerguy/Desktop/06-03-2020/kopano-pkgbuilds/makepkgs/kopano-core/src/kopanocore'
  398. Making all in .
  399. make[2]: Entering directory '/home/spikerguy/Desktop/06-03-2020/kopano-pkgbuilds/makepkgs/kopano-core/src/kopanocore'
  400. CXX common/ECABEntryID.lo
  401. CXX common/ECDebug.lo
  402. CXX common/ECKeyTable.lo
  403. CXX common/ECMemStream.lo
  404. CXX common/ECGuid.lo
  405. CXX common/ECUnknown.lo
  406. CXX common/HtmlEntity.lo
  407. CXX common/HtmlToTextParser.lo
  408. CXX common/IStreamAdapter.lo
  409. CXX common/kcodes.lo
  410. CXX common/codepage.lo
  411. CXX common/rtfutil.lo
  412. CXX ECtools/scriptrun.o
  413. CXX ECtools/mapitime.o
  414. CXX common/ECChannel.lo
  415. CXX common/ECChannelClient.lo
  416. CXX common/SSLUtil.lo
  417. CXX ECtools/archiver/ECArchiverLogger.lo
  418. CXX ECtools/archiver/ECIterators.lo
  419. CXX ECtools/archiver/main.o
  420. CXX ECtools/archiver/Archiver.lo
  421. CXX ECtools/archiver/ArchiverImpl.lo
  422. CXX ECtools/archiver/ArchiveControlImpl.lo
  423. CXX ECtools/archiver/arc_mysql.lo
  424. CXX common/database.lo
  425. CXX spooler/libkcpyplug_la-PyMapiPlugin.lo
  426. CXX ECtools/kopano_dbadm-dbadm.o
  427. CXX common/kopano_dbadm-database.o
  428. common/ECChannel.cpp: In member function ‘void KC::ECChannel::SetIPAddress(const sockaddr*, size_t)’:
  429. common/ECChannel.cpp:628:51: warning: ‘%s’ directive output may be truncated writing up to 15 bytes into a region of size between 11 and 266 [-Wformat-truncation=]
  430. 628 | snprintf(peer_atxt, sizeof(peer_atxt), "unix:%s:%s", host, serv);
  431. | ^~ ~~~~
  432. common/ECChannel.cpp:628:11: note: ‘snprintf’ output between 7 and 277 bytes into a destination of size 272
  433. 628 | snprintf(peer_atxt, sizeof(peer_atxt), "unix:%s:%s", host, serv);
  434. | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  435. common/ECChannel.cpp:626:48: warning: ‘%s’ directive output may be truncated writing up to 15 bytes into a region of size between 14 and 269 [-Wformat-truncation=]
  436. 626 | snprintf(peer_atxt, sizeof(peer_atxt), "[%s]:%s", host, serv);
  437. | ^~ ~~~~
  438. common/ECChannel.cpp:626:11: note: ‘snprintf’ output between 4 and 274 bytes into a destination of size 272
  439. 626 | snprintf(peer_atxt, sizeof(peer_atxt), "[%s]:%s", host, serv);
  440. | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441. CXX provider/soap/libkcsoap_la-soapC.lo
  442. CXX spooler/Spooler.o
  443. CXX spooler/mailer.o
  444. ECtools/dbadm.cpp: In function ‘KC::ECRESULT np_defrag(std::shared_ptr<KC::KDatabase>)’:
  445. ECtools/dbadm.cpp:98:8: warning: unused variable ‘x’ [-Wunused-variable]
  446. 98 | auto x = freemap.erase(strtoul(row[0], nullptr, 0));
  447. | ^
  448. ECtools/dbadm.cpp:145:8: warning: unused variable ‘x0’ [-Wunused-variable]
  449. 145 | auto x0 = freemap.erase(newid);
  450. | ^~
  451. ECtools/dbadm.cpp:157:8: warning: variable ‘x’ set but not used [-Wunused-but-set-variable]
  452. 157 | auto x = freemap.emplace(oldid);
  453. | ^
  454. CXX ECtools/srvadm.o
  455. CXX ECtools/storeadm.o
  456. CXX php7-ext/mapi_la-main.lo
  457. CXX php7-ext/mapi_la-typeconversion.lo
  458. CXX php-ext/mapi_la-util.lo
  459. CXX provider/common/SOAPSock.lo
  460. CXX provider/soap/soapKCmdProxy.lo
  461. CXX ECtools/fsck/fsck.o
  462. CXX ECtools/fsck/fsck-main.o
  463. CXX ECtools/fsck/fsck-calendar.o
  464. php7-ext/main.cpp: In function ‘void zif_mapi_getidsfromnames(zend_execute_data*, zval*)’:
  465. php7-ext/main.cpp:3199:78: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
  466. 3199 | php_error_docref(NULL TSRMLS_CC, E_WARNING, "The GUID with index number %d that is passed is not of the right length, cannot convert to GUID", i);
  467. | ~^ ~
  468. | | |
  469. | int size_t {aka long unsigned int}
  470. | %ld
  471. CXX ECtools/fsck/fsck-contact.o
  472. CXX ECtools/fsck/fsck-task.o
  473. CXX mapi4linux/src/common.lo
  474. CXX mapi4linux/src/mapidefs.lo
  475. CXX mapi4linux/src/mapispi.lo
  476. CXX mapi4linux/src/mapiutil.lo
  477. CXX mapi4linux/src/mapix.lo
  478. CXX mapi4linux/src/rtf.lo
  479. CXX mapi4linux/src/m4l.mapisvc.lo
  480. CXX m4lcommon/CommonUtil.lo
  481. CXX m4lcommon/ECFeatures.lo
  482. CXX m4lcommon/ECMemTable.lo
  483. CXX m4lcommon/ECRestriction.lo
  484. CXX m4lcommon/RecurrenceState.lo
  485. CXX m4lcommon/userutil.lo
  486. CXX m4lcommon/MAPINotifSink.lo
  487. CXX m4lcommon/Util.lo
  488. CXX common/ConsoleTable.lo
  489. CXX common/ECACL.lo
  490. CXX common/ECCache.lo
  491. CXX common/ECConfig.lo
  492. CXX common/ECConfigImpl.lo
  493. CXX common/ECFifoBuffer.lo
  494. CXX common/ECGetText.lo
  495. CXX common/ECIConv.lo
  496. CXX common/ECLogger.lo
  497. CXX common/ECScheduler.lo
  498. CXX common/ECThreadPool.lo
  499. CXX common/MAPIErrors.lo
  500. CXX common/StatsClient.lo
  501. CXX common/SymmetricCrypt.lo
  502. CXX common/TimeUtil.lo
  503. CXX common/TmpPath.lo
  504. CXX common/UnixUtil.lo
  505. CXX common/fileutil.lo
  506. CXX common/my_getopt.lo
  507. CXX common/platform.lo
  508. CXX common/platform.linux.lo
  509. CXX common/stringutil.lo
  510. CXX common/ustringutil.lo
  511. CXX common/charset/convert.lo
  512. CXX common/charset/convstring.lo
  513. CXX common/charset/localeutil.lo
  514. CXX ECtools/oof.o
  515. CXX ECtools/passwd/passwd.o
  516. CXX ECtools/stats/kopano_stats-stats.o
  517. CXX ECtools/cfgchecker/ECConfigCheck.o
  518. CXX ECtools/cfgchecker/LDAPConfigCheck.o
  519. CXX ECtools/cfgchecker/ServerConfigCheck.o
  520. CXX ECtools/cfgchecker/cfg.o
  521. CXXLD kscriptrun
  522. CXX ECtools/admin/admin.o
  523. CXX ECtools/archiver/ArchiverSession.lo
  524. CXX ECtools/archiver/archiver-common.lo
  525. CXX ECtools/archiver/ArchiveManageImpl.lo
  526. CXX ECtools/archiver/ArchiveStateCollector.lo
  527. CXX ECtools/archiver/ArchiveStateUpdater.lo
  528. CXX ECtools/archiver/helpers/ArchiveHelper.lo
  529. CXX ECtools/archiver/helpers/StoreHelper.lo
  530. CXX ECtools/archiver/helpers/MAPIPropHelper.lo
  531. CXX ECtools/archiver/operations/instanceidmapper.lo
  532. CXX ECtools/archiver/operations/operations.lo
  533. CXX ECtools/archiver/operations/copier.lo
  534. CXX ECtools/archiver/operations/deleter.lo
  535. CXX ECtools/archiver/operations/stubber.lo
  536. CXX ECtools/archiver/operations/transaction.lo
  537. CXX ECtools/archiver/operations/postsaveiidupdater.lo
  538. CXX spooler/DAgent.o
  539. CXX spooler/LMTP.o
  540. CXX spooler/archive.o
  541. CXX spooler/rules.o
  542. CXX inetmapi/ECMapiUtils.lo
  543. CXX inetmapi/ECVMIMEUtils.lo
  544. CXX inetmapi/MAPISMTPTransport.lo
  545. CXX inetmapi/MAPIToVMIME.lo
  546. CXX inetmapi/SMIMEMessage.lo
  547. CXX inetmapi/VMIMEToMAPI.lo
  548. CXX inetmapi/inetmapi.lo
  549. CXX inetmapi/inputStreamMAPIAdapter.lo
  550. In file included from /usr/include/c++/9.2.0/aarch64-unknown-linux-gnu/bits/c++allocator.h:33,
  551. from /usr/include/c++/9.2.0/bits/allocator.h:46,
  552. from /usr/include/c++/9.2.0/vector:64,
  553. from ./common/include/kopano/platform.linux.h:30,
  554. from ./common/include/kopano/platform.h:30,
  555. from inetmapi/MAPISMTPTransport.cpp:44:
  556. /usr/include/c++/9.2.0/ext/new_allocator.h: In instantiation of ‘void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>]’:
  557. /usr/include/c++/9.2.0/bits/alloc_traits.h:482:2: required from ‘static void std::allocator_traits<std::allocator<_Tp1> >::construct(std::allocator_traits<std::allocator<_Tp1> >::allocator_type&, _Up*, _Args&& ...) [with _Up = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; std::allocator_traits<std::allocator<_Tp1> >::allocator_type = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >]’
  558. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:548:39: required from ‘std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args&& ...) [with _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Alloc = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  559. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:679:16: required from ‘std::__shared_count<_Lp>::__shared_count(_Tp*&, std::_Sp_alloc_shared_tag<_Alloc>, _Args&& ...) [with _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Alloc = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  560. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:1344:71: required from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  561. /usr/include/c++/9.2.0/bits/shared_ptr.h:359:59: required from ‘std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}; _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>]’
  562. /usr/include/c++/9.2.0/bits/shared_ptr.h:701:14: required from ‘std::shared_ptr<_Tp> std::allocate_shared(const _Alloc&, _Args&& ...) [with _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Alloc = std::allocator<vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport> >; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}]’
  563. /usr/include/c++/9.2.0/bits/shared_ptr.h:717:39: required from ‘std::shared_ptr<_Tp> std::make_shared(_Args&& ...) [with _Tp = vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>; _Args = {const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, const vmime::net::service::Type&}]’
  564. inetmapi/serviceRegistration.inl:79:55: required from ‘vmime::net::serviceRegisterer<S>::serviceRegisterer(const string&, vmime::net::service::Type) [with S = vmime::net::smtp::MAPISMTPTransport; vmime::string = std::__cxx11::basic_string<char>]’
  565. inetmapi/MAPISMTPTransport.cpp:81:1: required from here
  566. /usr/include/c++/9.2.0/ext/new_allocator.h:145:20: error: invalid new-expression of abstract class type ‘vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>’
  567. 145 | noexcept(noexcept(::new((void *)__p)
  568. | ^~~~~~~~~~~~~~~~~~
  569. 146 | _Up(std::forward<_Args>(__args)...)))
  570. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  571. In file included from inetmapi/MAPISMTPTransport.cpp:80:
  572. inetmapi/serviceRegistration.inl:35:7: note: because the following virtual functions are pure within ‘vmime::net::registeredServiceImpl<vmime::net::smtp::MAPISMTPTransport>’:
  573. 35 | class registeredServiceImpl : public serviceFactory::registeredService {
  574. | ^~~~~~~~~~~~~~~~~~~~~
  575. In file included from inetmapi/serviceRegistration.inl:25,
  576. from inetmapi/MAPISMTPTransport.cpp:80:
  577. /usr/include/vmime/net/serviceFactory.hpp:83:32: note: ‘virtual std::shared_ptr<vmime::net::service> vmime::net::serviceFactory::registeredService::create(const std::shared_ptr<vmime::net::session>&, const std::shared_ptr<vmime::security::authenticator>&) const’
  578. 83 | virtual shared_ptr <service> create(
  579. | ^~~~~~
  580. In file included from inetmapi/MAPIToVMIME.cpp:49:
  581. inetmapi/mapiAttachment.h:48:7: error: ‘void KC::mapiAttachment::generatePart(std::shared_ptr<vmime::bodyPart>) const’ marked ‘override’, but does not override
  582. 48 | void generatePart(vmime::shared_ptr<vmime::bodyPart> part) const _kc_override;
  583. | ^~~~~~~~~~~~
  584. In file included from inetmapi/MAPIToVMIME.cpp:50:
  585. inetmapi/mapiTextPart.h:82:7: error: ‘void vmime::mapiTextPart::setText(std::shared_ptr<vmime::contentHandler>)’ marked ‘override’, but does not override
  586. 82 | void setText(vmime::shared_ptr<contentHandler> text) _kc_override;
  587. | ^~~~~~~
  588. In file included from inetmapi/MAPIToVMIME.cpp:50:
  589. inetmapi/mapiTextPart.h:219:7: error: ‘void vmime::mapiTextPart::generateIn(std::shared_ptr<vmime::bodyPart>, std::shared_ptr<vmime::bodyPart>) const’ marked ‘override’, but does not override
  590. 219 | void generateIn(vmime::shared_ptr<bodyPart> message, vmime::shared_ptr<bodyPart> parent) const _kc_override;
  591. | ^~~~~~~~~~
  592. inetmapi/mapiTextPart.h:220:7: error: ‘void vmime::mapiTextPart::parse(std::shared_ptr<const vmime::bodyPart>, std::shared_ptr<const vmime::bodyPart>, std::shared_ptr<const vmime::bodyPart>)’ marked ‘override’, but does not override
  593. 220 | void parse(vmime::shared_ptr<const bodyPart> message, vmime::shared_ptr<const bodyPart> parent, vmime::shared_ptr<const bodyPart> textPart) _kc_override;
  594. | ^~~~~
  595. make[2]: *** [Makefile:3983: inetmapi/MAPISMTPTransport.lo] Error 1
  596. make[2]: *** Waiting for unfinished jobs....
  597. In file included from inetmapi/inetmapi.cpp:32:
  598. inetmapi/mapiTextPart.h:82:7: error: ‘void vmime::mapiTextPart::setText(std::shared_ptr<vmime::contentHandler>)’ marked ‘override’, but does not override
  599. 82 | void setText(vmime::shared_ptr<contentHandler> text) _kc_override;
  600. | ^~~~~~~
  601. In file included from inetmapi/inetmapi.cpp:32:
  602. inetmapi/mapiTextPart.h:219:7: error: ‘void vmime::mapiTextPart::generateIn(std::shared_ptr<vmime::bodyPart>, std::shared_ptr<vmime::bodyPart>) const’ marked ‘override’, but does not override
  603. 219 | void generateIn(vmime::shared_ptr<bodyPart> message, vmime::shared_ptr<bodyPart> parent) const _kc_override;
  604. | ^~~~~~~~~~
  605. inetmapi/mapiTextPart.h:220:7: error: ‘void vmime::mapiTextPart::parse(std::shared_ptr<const vmime::bodyPart>, std::shared_ptr<const vmime::bodyPart>, std::shared_ptr<const vmime::bodyPart>)’ marked ‘override’, but does not override
  606. 220 | void parse(vmime::shared_ptr<const bodyPart> message, vmime::shared_ptr<const bodyPart> parent, vmime::shared_ptr<const bodyPart> textPart) _kc_override;
  607. | ^~~~~
  608. In file included from /usr/include/c++/9.2.0/aarch64-unknown-linux-gnu/bits/c++allocator.h:33,
  609. from /usr/include/c++/9.2.0/bits/allocator.h:46,
  610. from /usr/include/c++/9.2.0/string:41,
  611. from /usr/include/c++/9.2.0/stdexcept:39,
  612. from /usr/include/c++/9.2.0/array:39,
  613. from /usr/include/c++/9.2.0/tuple:39,
  614. from /usr/include/c++/9.2.0/mutex:38,
  615. from inetmapi/inetmapi.cpp:19:
  616. /usr/include/c++/9.2.0/ext/new_allocator.h: In instantiation of ‘void __gnu_cxx::new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = vmime::mapiTextPart; _Args = {}; _Tp = vmime::mapiTextPart]’:
  617. /usr/include/c++/9.2.0/bits/alloc_traits.h:482:2: required from ‘static void std::allocator_traits<std::allocator<_CharT> >::construct(std::allocator_traits<std::allocator<_CharT> >::allocator_type&, _Up*, _Args&& ...) [with _Up = vmime::mapiTextPart; _Args = {}; _Tp = vmime::mapiTextPart; std::allocator_traits<std::allocator<_CharT> >::allocator_type = std::allocator<vmime::mapiTextPart>]’
  618. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:548:39: required from ‘std::_Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp>::_Sp_counted_ptr_inplace(_Alloc, _Args&& ...) [with _Args = {}; _Tp = vmime::mapiTextPart; _Alloc = std::allocator<vmime::mapiTextPart>; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  619. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:679:16: required from ‘std::__shared_count<_Lp>::__shared_count(_Tp*&, std::_Sp_alloc_shared_tag<_Alloc>, _Args&& ...) [with _Tp = vmime::mapiTextPart; _Alloc = std::allocator<vmime::mapiTextPart>; _Args = {}; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  620. /usr/include/c++/9.2.0/bits/shared_ptr_base.h:1344:71: required from ‘std::__shared_ptr<_Tp, _Lp>::__shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<vmime::mapiTextPart>; _Args = {}; _Tp = vmime::mapiTextPart; __gnu_cxx::_Lock_policy _Lp = __gnu_cxx::_S_atomic]’
  621. /usr/include/c++/9.2.0/bits/shared_ptr.h:359:59: required from ‘std::shared_ptr<_Tp>::shared_ptr(std::_Sp_alloc_shared_tag<_Tp>, _Args&& ...) [with _Alloc = std::allocator<vmime::mapiTextPart>; _Args = {}; _Tp = vmime::mapiTextPart]’
  622. /usr/include/c++/9.2.0/bits/shared_ptr.h:701:14: required from ‘std::shared_ptr<_Tp> std::allocate_shared(const _Alloc&, _Args&& ...) [with _Tp = vmime::mapiTextPart; _Alloc = std::allocator<vmime::mapiTextPart>; _Args = {}]’
  623. /usr/include/c++/9.2.0/bits/shared_ptr.h:717:39: required from ‘std::shared_ptr<_Tp> std::make_shared(_Args&& ...) [with _Tp = vmime::mapiTextPart; _Args = {}]’
  624. /usr/include/vmime/textPartFactory.hpp:55:36: required from ‘static std::shared_ptr<vmime::textPart> vmime::textPartFactory::registerer<TYPE>::creator() [with TYPE = vmime::mapiTextPart]’
  625. /usr/include/vmime/textPartFactory.hpp:67:45: required from ‘void vmime::textPartFactory::registerType(const vmime::mediaType&) [with T = vmime::mapiTextPart]’
  626. inetmapi/inetmapi.cpp:83:124: required from here
  627. /usr/include/c++/9.2.0/ext/new_allocator.h:145:20: error: invalid new-expression of abstract class type ‘vmime::mapiTextPart’
  628. 145 | noexcept(noexcept(::new((void *)__p)
  629. | ^~~~~~~~~~~~~~~~~~
  630. 146 | _Up(std::forward<_Args>(__args)...)))
  631. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  632. In file included from inetmapi/inetmapi.cpp:32:
  633. inetmapi/mapiTextPart.h:59:7: note: because the following virtual functions are pure within ‘vmime::mapiTextPart’:
  634. 59 | class mapiTextPart _kc_final : public textPart {
  635. | ^~~~~~~~~~~~
  636. In file included from /usr/include/vmime/messageBuilder.hpp:36,
  637. from /usr/include/vmime/vmime.hpp:91,
  638. from inetmapi/inetmapi.cpp:30:
  639. /usr/include/vmime/textPart.hpp:80:15: note: ‘virtual void vmime::textPart::setText(const std::shared_ptr<vmime::contentHandler>&)’
  640. 80 | virtual void setText(const shared_ptr <contentHandler>& text) = 0;
  641. | ^~~~~~~
  642. /usr/include/vmime/textPart.hpp:95:15: note: ‘virtual void vmime::textPart::generateIn(const std::shared_ptr<vmime::bodyPart>&, const std::shared_ptr<vmime::bodyPart>&) const’
  643. 95 | virtual void generateIn(
  644. | ^~~~~~~~~~
  645. /usr/include/vmime/textPart.hpp:106:15: note: ‘virtual void vmime::textPart::parse(const std::shared_ptr<const vmime::bodyPart>&, const std::shared_ptr<const vmime::bodyPart>&, const std::shared_ptr<const vmime::bodyPart>&)’
  646. 106 | virtual void parse(
  647. | ^~~~~
  648. make[2]: *** [Makefile:3983: inetmapi/inetmapi.lo] Error 1
  649. make[2]: *** [Makefile:3983: inetmapi/MAPIToVMIME.lo] Error 1
  650. make[2]: Leaving directory '/home/spikerguy/Desktop/06-03-2020/kopano-pkgbuilds/makepkgs/kopano-core/src/kopanocore'
  651. make[1]: *** [Makefile:4584: all-recursive] Error 1
  652. make[1]: Leaving directory '/home/spikerguy/Desktop/06-03-2020/kopano-pkgbuilds/makepkgs/kopano-core/src/kopanocore'
  653. make: *** [Makefile:2238: all] Error 2
  654. ==> ERROR: A failure occurred in build().
  655. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement