Ubuntu Pastebin

Paste from renato at Tue, 9 Aug 2016 13:05:47 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
renato@rento-ubuntu:~/projects/phablet/snappy/eds$ snapcraft 
Skipping pull desktop/gtk3 (already ran)
'evolution-data-server' has prerequisites that need to be staged: desktop/gtk3
Skipping pull desktop/gtk3 (already ran)
Skipping build desktop/gtk3 (already ran)
Skipping stage desktop/gtk3 (already ran)
Skipping pull evolution-data-server (already ran)
Skipping build desktop/gtk3 (already ran)
'evolution-data-server' has prerequisites that need to be staged: desktop/gtk3
Skipping pull desktop/gtk3 (already ran)
Skipping build desktop/gtk3 (already ran)
Skipping stage desktop/gtk3 (already ran)
Preparing to build evolution-data-server 
Building evolution-data-server 
./configure --prefix=/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/install --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/evolution --with-openldap --with-krb5=/usr --with-libdb=/usr --enable-google --enable-uoa
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking whether to enable phonenumber support... check
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for supported compiler flags...  -Wno-deprecated-declarations -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wdeclaration-after-statement -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wnested-externs
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for supported compiler flags...  -Wno-deprecated-declarations -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wabi -Wnoexcept
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking whether NLS is requested... yes
checking for intltool >= 0.35.5... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.1
checking for XML::Parser... ok
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to build with code coverage support... no
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking for Win32... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for fsync... yes
checking for strptime... yes
checking for strtok_r... yes
checking for nl_langinfo... yes
checking for GNOME_PLATFORM... yes
checking for GIO_UNIX... yes
checking if libphonenumber is usable... yes
checking whether ParseAndKeepRawInput() is needed... yes
checking for ICU... yes
checking if GTK+ support is enabled... yes
checking for GTK... yes
checking for GCR... yes
checking if examples should be built... yes
checking for EXAMPLES... yes
checking if GNOME Online Accounts support is enabled... yes
checking for GOA... yes
checking if Ubuntu Online Accounts support is enabled... yes
checking for LIBACCOUNTS_GLIB... yes
checking for LIBSIGNON_GLIB... yes
checking for JSON_GLIB... yes
checking for REST... yes
checking if backend per process is enabled... yes
checking for LIBSECRET... yes
checking for GCR_BASE... yes
checking for regexec... yes
checking Berkeley DB... yes
checking for db_load... no
configure: WARNING: db_load not found, some unit tests will not be run.
checking for iconv in -liconv... no
checking for iconv... yes
checking for gnu_get_libc_version... yes
checking if iconv() handles UTF-8... yes
checking preferred charset name formats for system iconv... found
checking for nl_langinfo (CODESET)... yes
checking for nl_langinfo (_NL_ADDRESS_COUNTRY_AB2)... yes
checking for %l and %k support in strftime... yes
checking Mozilla NSPR pkg-config module name... nspr
checking Mozilla NSS pkg-config module name... nss
checking for sendmail... /usr/sbin/sendmail
checking system mail directory... /var/mail, writable by group mail
checking for tm_gmtoff in struct tm... yes
checking if ctime_r wants three arguments... no
checking for gethostbyname_r... yes
checking if gethostbyname_r wants five arguments... no
checking for gethostbyaddr_r... yes
checking if gethostbyaddr_r wants seven arguments... no
checking for sys/statvfs.h... yes
checking for statvfs... yes
checking for sys/param.h... yes
checking for sys/mount.h... yes
checking for statfs... yes
checking if system supports getaddrinfo and getnameinfo... yes
checking wspiapi.h usability... no
checking wspiapi.h presence... no
checking for wspiapi.h... no
checking if we should build the weather calendar backend... yes
checking for LIBGWEATHER... yes
checking for SunOS broken spool format... no
checking for Kerberos 5... no
checking for et/com_err.h... yes
checking for com_err.h... yes
checking for purify... impure
checking for OpenLDAP... no
checking for SunLDAP... no
checking for SQLITE3... yes
checking for E_DATA_SERVER... yes
checking for E_BACKEND... yes
checking for EVOLUTION_ADDRESSBOOK... yes
checking for EVOLUTION_CALENDAR... yes
checking ical_set_unknown_token_handling_setting function... yes
checking icaltzutil_set_exact_vtimezones_support function... no
checking if Google Contacts support is enabled... yes
checking for GDATA... yes
checking for SOUP... yes
checking for deflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE64_SOURCE value needed for large files... yes
checking for CAMEL... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.0.0... yes (version 2.48.1)
checking for gperf... /usr/bin/gperf
checking for gobject-introspection... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating evolution-data-server.pc
config.status: creating addressbook/Makefile
config.status: creating addressbook/libebook/Makefile
config.status: creating addressbook/libebook/libebook.pc
config.status: creating addressbook/libebook-contacts/Makefile
config.status: creating addressbook/libebook-contacts/libebook-contacts.pc
config.status: creating addressbook/libedata-book/Makefile
config.status: creating addressbook/libedata-book/libedata-book.pc
config.status: creating addressbook/libegdbus/Makefile
config.status: creating addressbook/backends/Makefile
config.status: creating addressbook/backends/file/Makefile
config.status: creating addressbook/backends/ldap/Makefile
config.status: creating addressbook/backends/google/Makefile
config.status: creating addressbook/backends/google/tests/Makefile
config.status: creating addressbook/backends/webdav/Makefile
config.status: creating art/Makefile
config.status: creating calendar/Makefile
config.status: creating calendar/libecal/Makefile
config.status: creating calendar/libecal/libecal.pc
config.status: creating calendar/libedata-cal/Makefile
config.status: creating calendar/libedata-cal/libedata-cal.pc
config.status: creating calendar/libegdbus/Makefile
config.status: creating calendar/backends/Makefile
config.status: creating calendar/backends/caldav/Makefile
config.status: creating calendar/backends/file/Makefile
config.status: creating calendar/backends/gtasks/Makefile
config.status: creating calendar/backends/http/Makefile
config.status: creating calendar/backends/contacts/Makefile
config.status: creating calendar/backends/weather/Makefile
config.status: creating camel/Makefile
config.status: creating camel/providers/Makefile
config.status: creating camel/providers/imapx/Makefile
config.status: creating camel/providers/local/Makefile
config.status: creating camel/providers/nntp/Makefile
config.status: creating camel/providers/pop3/Makefile
config.status: creating camel/providers/sendmail/Makefile
config.status: creating camel/providers/smtp/Makefile
config.status: creating camel/tests/Makefile
config.status: creating camel/tests/folder/Makefile
config.status: creating camel/tests/lib/Makefile
config.status: creating camel/tests/message/Makefile
config.status: creating camel/tests/mime-filter/Makefile
config.status: creating camel/tests/misc/Makefile
config.status: creating camel/tests/smime/Makefile
config.status: creating camel/camel.pc
config.status: creating data/Makefile
config.status: creating libebackend/Makefile
config.status: creating libebackend/libebackend.pc
config.status: creating libedataserver/Makefile
config.status: creating libedataserver/eds-version.h
config.status: creating libedataserver/libedataserver.pc
config.status: creating libedataserverui/Makefile
config.status: creating libedataserverui/libedataserverui.pc
config.status: creating modules/Makefile
config.status: creating modules/cache-reaper/Makefile
config.status: creating modules/gnome-online-accounts/Makefile
config.status: creating modules/google-backend/Makefile
config.status: creating modules/outlook-backend/Makefile
config.status: creating modules/owncloud-backend/Makefile
config.status: creating modules/secret-monitor/Makefile
config.status: creating modules/ubuntu-online-accounts/Makefile
config.status: creating modules/ubuntu-online-accounts/calendar.service-type.in
config.status: creating modules/ubuntu-online-accounts/contacts.service-type.in
config.status: creating modules/ubuntu-online-accounts/evolution-data-server.application.in
config.status: creating modules/ubuntu-online-accounts/evolution-data-server-uoa.desktop.in
config.status: creating modules/ubuntu-online-accounts/google-calendar.service.in
config.status: creating modules/ubuntu-online-accounts/google-contacts.service.in
config.status: creating modules/ubuntu-online-accounts/google-gmail.service.in
config.status: creating modules/ubuntu-online-accounts/mail.service-type.in
config.status: creating modules/ubuntu-online-accounts/windows-live-mail.service.in
config.status: creating modules/ubuntu-online-accounts/yahoo-calendar.service.in
config.status: creating modules/ubuntu-online-accounts/yahoo-mail.service.in
config.status: creating modules/trust-prompt/Makefile
config.status: creating modules/yahoo-backend/Makefile
config.status: creating private/Makefile
config.status: creating services/Makefile
config.status: creating services/evolution-addressbook-factory/Makefile
config.status: creating services/evolution-calendar-factory/Makefile
config.status: creating services/evolution-source-registry/Makefile
config.status: creating services/evolution-user-prompter/Makefile
config.status: creating tests/Makefile
config.status: creating tests/libedata-book/Makefile
config.status: creating tests/libebook/Makefile
config.status: creating tests/libebook-contacts/Makefile
config.status: creating tests/libebook/client/Makefile
config.status: creating tests/libebook/vcard/Makefile
config.status: creating tests/book-migration/Makefile
config.status: creating tests/book-migration/db/Makefile
config.status: creating tests/libecal/Makefile
config.status: creating tests/libecal/client/Makefile
config.status: creating tests/libedata-cal/Makefile
config.status: creating tests/libedataserver/Makefile
config.status: creating tests/test-server-utils/Makefile
config.status: creating tests/test-server-utils/services/Makefile
config.status: creating tests/test-server-utils/services/org.gnome.evolution.dataserver.AddressBook.service
config.status: creating tests/test-server-utils/services/org.gnome.evolution.dataserver.Calendar.service
config.status: creating tests/test-server-utils/services/org.gnome.evolution.dataserver.Sources.service
config.status: creating examples/Makefile
config.status: creating examples/cursor/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/camel/Makefile
config.status: creating docs/reference/private/Makefile
config.status: creating docs/reference/eds/Makefile
config.status: creating docs/reference/eds/version.xml
config.status: creating po/Makefile.in
config.status: creating vala/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands

	evolution-data-server has been configured as follows:
	Weather calendar:	yes
	Mail Directory:		/var/mail, writable by group mail
	LDAP support:		no
	Kerberos 5:		no
	SMIME support:		yes
	IPv6 support:		yes
	Phone number support:	yes
	Dot Locking:		yes
	File Locking:		fcntl
	Large files:		yes
	Gtk Doc:		no
	Introspection:		auto
	Vala bindings:		no
	GNOME Online Accounts	yes
	Ubuntu Online Accounts	yes
	Google Contacts		yes
	Google Tasks		yes
	GTK+:  			yes
	Examples:  		yes
	Code coverage (gcov):	no
	Installed tests:        no
	Backend per process	yes

make -j4
make  all-recursive
make[1]: Entering directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build'
Making all in camel
make[2]: Entering directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
perl ./gentables.pl > camel-mime-tables.c
  GEN      camel-enumtypes.h
  GEN      camel-enumtypes.c
make  all-recursive
make[3]: Entering directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
Making all in .
make[4]: Entering directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
  CC       libcamel_1_2_la-camel-enumtypes.lo
  CC       libcamel_1_2_la-camel-address.lo
  CC       libcamel_1_2_la-camel-async-closure.lo
  CC       libcamel_1_2_la-camel-block-file.lo
gcc-5.real: error: unrecognized command line option ‘--sysconfdir=/etc’
gcc-5.real: error: unrecognized command line option ‘--libexecdir=/usr/lib/evolution’
gcc-5.real: error: unrecognized command line option ‘--with-openldap’
gcc-5.real: error: unrecognized command line option ‘--with-krb5=/usr’
gcc-5.real: error: unrecognized command line option ‘--with-libdb=/usr’
Makefile:1412: recipe for target 'libcamel_1_2_la-camel-address.lo' failed
make[4]: *** [libcamel_1_2_la-camel-address.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
gcc-5.real: error: unrecognized command line option ‘--sysconfdir=/etc’
gcc-5.real: error: unrecognized command line option ‘--libexecdir=/usr/lib/evolution’
gcc-5.real: error: unrecognized command line option ‘--with-openldap’
gcc-5.real: error: unrecognized command line option ‘--with-krb5=/usr’
gcc-5.real: error: unrecognized command line option ‘--with-libdb=/usr’
Makefile:1419: recipe for target 'libcamel_1_2_la-camel-async-closure.lo' failed
make[4]: *** [libcamel_1_2_la-camel-async-closure.lo] Error 1
gcc-5.real: error: unrecognized command line option ‘--sysconfdir=/etc’
gcc-5.real: error: unrecognized command line option ‘--libexecdir=/usr/lib/evolution’
gcc-5.real: error: unrecognized command line option ‘--with-openldap’
gcc-5.real: error: unrecognized command line option ‘--with-krb5=/usr’
gcc-5.real: error: unrecognized command line option ‘--with-libdb=/usr’
Makefile:1426: recipe for target 'libcamel_1_2_la-camel-block-file.lo' failed
make[4]: *** [libcamel_1_2_la-camel-block-file.lo] Error 1
gcc-5.real: error: unrecognized command line option ‘--sysconfdir=/etc’
gcc-5.real: error: unrecognized command line option ‘--libexecdir=/usr/lib/evolution’
gcc-5.real: error: unrecognized command line option ‘--with-openldap’
gcc-5.real: error: unrecognized command line option ‘--with-krb5=/usr’
gcc-5.real: error: unrecognized command line option ‘--with-libdb=/usr’
Makefile:1405: recipe for target 'libcamel_1_2_la-camel-enumtypes.lo' failed
make[4]: *** [libcamel_1_2_la-camel-enumtypes.lo] Error 1
make[4]: Leaving directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
Makefile:2306: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
Makefile:1127: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build/camel'
Makefile:772: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/renato/projects/phablet/snappy/eds/parts/evolution-data-server/build'
Makefile:681: recipe for target 'all' failed
make: *** [all] Error 2
Command '['/bin/sh', '/tmp/tmpa4g5vjde', 'make', '-j4']' returned non-zero exit status 2
Download as text