Advertisement
Guest User

mu build failure on cygwin

a guest
Nov 17th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.32 KB | None | 0 0
  1. wmonro1@LIB-6069HX1 ~/local/src
  2. $ git clone git://github.com/djcb/mu.git
  3. Cloning into 'mu'...
  4. remote: Counting objects: 19275, done.
  5. remote: Compressing objects: 100% (17/17), done.
  6. remote: Total 19275 (delta 3), reused 0 (delta 0), pack-reused 19258
  7. Receiving objects: 100% (19275/19275), 14.34 MiB | 5.91 MiB/s, done.
  8. Resolving deltas: 100% (11551/11551), done.
  9. Checking connectivity... done.
  10. ]0;~/local/src
  11. wmonro1@LIB-6069HX1 ~/local/src
  12. $ cd mu
  13. ]0;~/local/src/mu
  14. wmonro1@LIB-6069HX1 ~/local/src/mu
  15. $ autoreconf -i && ./configure && make
  16. libtoolize: putting auxiliary files in '.'.
  17. libtoolize: copying file './ltmain.sh'
  18. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  19. libtoolize: copying file 'm4/libtool.m4'
  20. libtoolize: copying file 'm4/ltoptions.m4'
  21. libtoolize: copying file 'm4/ltsugar.m4'
  22. libtoolize: copying file 'm4/ltversion.m4'
  23. libtoolize: copying file 'm4/lt~obsolete.m4'
  24. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake-1.14 line 3930.
  25. configure.ac:34: installing './compile'
  26. configure.ac:42: installing './config.guess'
  27. configure.ac:42: installing './config.sub'
  28. configure.ac:23: installing './install-sh'
  29. configure.ac:23: installing './missing'
  30. Makefile.am: installing './INSTALL'
  31. contrib/Makefile.am: installing './depcomp'
  32. guile/Makefile.am:50: installing 'guile/texinfo.tex'
  33. mu4e/Makefile.am:21: installing 'mu4e/texinfo.tex'
  34. checking for a BSD-compatible install... /usr/bin/install -c
  35. checking whether build environment is sane... yes
  36. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  37. checking for gawk... gawk
  38. checking whether make sets $(MAKE)... yes
  39. checking whether make supports nested variables... yes
  40. checking whether make supports nested variables... (cached) yes
  41. checking for g++... g++
  42. checking whether the C++ compiler works... yes
  43. checking for C++ compiler default output file name... a.exe
  44. checking for suffix of executables... .exe
  45. checking whether we are cross compiling... no
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C++ compiler... yes
  48. checking whether g++ accepts -g... yes
  49. checking for style of include used by make... GNU
  50. checking dependency style of g++... gcc3
  51. checking for gcc... gcc
  52. checking whether we are using the GNU C compiler... yes
  53. checking whether gcc accepts -g... yes
  54. checking for gcc option to accept ISO C89... none needed
  55. checking whether gcc understands -c and -o together... yes
  56. checking dependency style of gcc... gcc3
  57. checking for gcc option to accept ISO C99... -std=gnu99
  58. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  59. checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99
  60. checking how to run the C preprocessor... gcc -std=gnu99 -std=gnu99 -E
  61. checking for grep that handles long lines and -e... /usr/bin/grep
  62. checking for egrep... /usr/bin/grep -E
  63. checking for ANSI C header files... yes
  64. checking build system type... x86_64-unknown-cygwin
  65. checking host system type... x86_64-unknown-cygwin
  66. checking how to print strings... printf
  67. checking for a sed that does not truncate output... /usr/bin/sed
  68. checking for fgrep... /usr/bin/grep -F
  69. checking for ld used by gcc -std=gnu99 -std=gnu99... /usr/x86_64-pc-cygwin/bin/ld.exe
  70. checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
  71. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  72. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  73. checking whether ln -s works... yes
  74. checking the maximum length of command line arguments... 8192
  75. checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop
  76. checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop
  77. checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
  78. checking for objdump... objdump
  79. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  80. checking for dlltool... dlltool
  81. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  82. checking for ar... ar
  83. checking for archiver @FILE support... @
  84. checking for strip... strip
  85. checking for ranlib... ranlib
  86. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 -std=gnu99 object... ok
  87. checking for sysroot... no
  88. checking for a working dd... /usr/bin/dd
  89. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  90. checking for mt... no
  91. checking if : is a manifest tool... no
  92. checking for sys/types.h... yes
  93. checking for sys/stat.h... yes
  94. checking for stdlib.h... yes
  95. checking for string.h... yes
  96. checking for memory.h... yes
  97. checking for strings.h... yes
  98. checking for inttypes.h... yes
  99. checking for stdint.h... yes
  100. checking for unistd.h... yes
  101. checking for dlfcn.h... yes
  102. checking for objdir... .libs
  103. checking if gcc -std=gnu99 -std=gnu99 supports -fno-rtti -fno-exceptions... no
  104. checking for gcc -std=gnu99 -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC
  105. checking if gcc -std=gnu99 -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes
  106. checking if gcc -std=gnu99 -std=gnu99 static flag -static works... yes
  107. checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... yes
  108. checking if gcc -std=gnu99 -std=gnu99 supports -c -o file.o... (cached) yes
  109. checking whether the gcc -std=gnu99 -std=gnu99 linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  110. checking whether -lc should be explicitly linked in... yes
  111. checking dynamic linker characteristics... Win32 ld.exe
  112. checking how to hardcode library paths into programs... immediate
  113. checking whether stripping libraries is possible... yes
  114. checking if libtool supports shared libraries... yes
  115. checking whether to build shared libraries... yes
  116. checking whether to build static libraries... yes
  117. checking how to run the C++ preprocessor... g++ -E
  118. checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
  119. checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
  120. checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  121. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  122. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  123. checking if g++ static flag -static works... yes
  124. checking if g++ supports -c -o file.o... yes
  125. checking if g++ supports -c -o file.o... (cached) yes
  126. checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  127. checking dynamic linker characteristics... Win32 ld.exe
  128. checking how to hardcode library paths into programs... immediate
  129. checking for gawk... (cached) gawk
  130. checking for sort... sort
  131. checking wordexp.h usability... yes
  132. checking wordexp.h presence... yes
  133. checking for wordexp.h... yes
  134. checking for special C compiler options needed for large files... no
  135. checking for _FILE_OFFSET_BITS value needed for large files... no
  136. checking for makeinfo... yes
  137. checking for emacs... emacs
  138. checking where .elc files should go... ${datarootdir}/emacs/site-lisp
  139. checking for dirent.h that defines DIR... yes
  140. checking for library containing opendir... none required
  141. checking for struct dirent.d_type... yes
  142. checking for struct dirent.d_ino... yes
  143. checking for memset... yes
  144. checking for memcpy... yes
  145. checking for realpath... yes
  146. checking for setlocale... yes
  147. checking for strerror... yes
  148. checking for getpass... yes
  149. checking for timegm... yes
  150. checking for pkg-config... /usr/bin/pkg-config
  151. checking pkg-config is at least version 0.9.0... yes
  152. checking for GLIB... yes
  153. checking for GMIME... yes
  154. checking for xapian-config... xapian-config
  155. checking for GTK... no
  156. Package gtk+-3.0 was not found in the pkg-config search path.
  157. Perhaps you should add the directory containing `gtk+-3.0.pc'
  158. to the PKG_CONFIG_PATH environment variable
  159. No package 'gtk+-3.0' found
  160. checking for WEBKIT... no
  161. checking for GUILE... no
  162. Package guile-2.0 was not found in the pkg-config search path.
  163. Perhaps you should add the directory containing `guile-2.0.pc'
  164. to the PKG_CONFIG_PATH environment variable
  165. No package 'guile-2.0' found
  166. checking for makeinfo... (cached) yes
  167. checking for pmccabe... no
  168. configure: WARNING:
  169. *** Developers: you do not seem to have the pmccabe tool installed.
  170. *** Please install it if you want to run the automated code checks
  171. checking that generated files are newer than configure... done
  172. configure: creating ./config.status
  173. config.status: creating Makefile
  174. config.status: creating mu/Makefile
  175. config.status: creating mu/tests/Makefile
  176. config.status: creating lib/Makefile
  177. config.status: creating lib/doxyfile
  178. config.status: creating lib/tests/Makefile
  179. config.status: creating mu4e/Makefile
  180. config.status: creating mu4e/mu4e-meta.el
  181. config.status: creating mu4e/texi.texi
  182. config.status: creating guile/Makefile
  183. config.status: creating guile/texi.texi
  184. config.status: creating guile/mu/Makefile
  185. config.status: creating guile/examples/Makefile
  186. config.status: creating guile/tests/Makefile
  187. config.status: creating guile/scripts/Makefile
  188. config.status: creating toys/Makefile
  189. config.status: creating toys/mug/Makefile
  190. config.status: creating toys/msg2pdf/Makefile
  191. config.status: creating man/Makefile
  192. config.status: creating m4/Makefile
  193. config.status: creating contrib/Makefile
  194. config.status: creating config.h
  195. config.status: executing depfiles commands
  196. config.status: executing libtool commands
  197.  
  198. mu configuration is complete.
  199. ------------------------------------------------
  200. mu version : 0.9.15
  201.  
  202. Xapian version : 1.2.18
  203. GLib version : 2.42.2
  204. GMime version : 2.6.20
  205. Emacs version : GNU Emacs 24.5.1
  206.  
  207. Have wordexp : yes
  208. Build mu4e emacs frontend : yes
  209. Build 'mug' toy-ui (gtk+/webkit) : no
  210. McCabe's Cyclomatic Complexity tool : no
  211.  
  212. Have direntry->d_ino : yes
  213. Have direntry->d_type : yes
  214. ------------------------------------------------
  215.  
  216.  
  217. Now, type 'make' to build mu (or 'make check' to run the unit tests, too)
  218.  
  219. make all-recursive
  220. make[1]: Entering directory '/home/wmonro1/local/src/mu'
  221. Making all in m4
  222. make[2]: Entering directory '/home/wmonro1/local/src/mu/m4'
  223. make[2]: Nothing to be done for 'all'.
  224. make[2]: Leaving directory '/home/wmonro1/local/src/mu/m4'
  225. Making all in man
  226. make[2]: Entering directory '/home/wmonro1/local/src/mu/man'
  227. make[2]: Nothing to be done for 'all'.
  228. make[2]: Leaving directory '/home/wmonro1/local/src/mu/man'
  229. Making all in lib
  230. make[2]: Entering directory '/home/wmonro1/local/src/mu/lib'
  231. Making all in .
  232. make[3]: Entering directory '/home/wmonro1/local/src/mu/lib'
  233. CC mu-bookmarks.lo
  234. CC mu-contacts.lo
  235. mu-contacts.c: In function ‘encode_email_address’:
  236. mu-contacts.c:236:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  237. if (!isalnum(*cur)) {
  238. ^
  239. mu-contacts.c:239:4: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  240. *cur = tolower(*cur);
  241. ^
  242. CC mu-container.lo
  243. CC mu-date.lo
  244. mu-date.c: In function ‘clear_date_s’:
  245. mu-date.c:139:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  246. if (isdigit(date[u1]))
  247. ^
  248. CC mu-flags.lo
  249. CC mu-index.lo
  250. CC mu-log.lo
  251. CC mu-maildir.lo
  252. CC mu-msg-crypto.lo
  253. CXX mu-msg-doc.lo
  254. CC mu-msg-fields.lo
  255. CC mu-msg-file.lo
  256. CXX mu-msg-iter.lo
  257. CC mu-msg-part.lo
  258. CC mu-msg-prio.lo
  259. CC mu-msg-sexp.lo
  260. mu-msg-sexp.c: In function ‘append_sexp_attr’:
  261. mu-msg-sexp.c:64:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  262. if (iscntrl(*cur))
  263. ^
  264. CC mu-msg.lo
  265. mu-msg.c: In function ‘cmp_str’:
  266. mu-msg.c:719:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  267. diff = tolower(s1[0]) - tolower(s2[0]);
  268. ^
  269. mu-msg.c:719:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  270. CXX mu-query.lo
  271. CC mu-runtime.lo
  272. CC mu-script.lo
  273. CXX mu-store.lo
  274. CXX mu-store-read.lo
  275. CXX mu-store-write.lo
  276. CC mu-str.lo
  277. mu-str.c: In function ‘mu_str_display_contact_s’:
  278. mu-str.c:158:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  279. for (c2 = contact; c2 < c && !(isalnum(*c2)); ++c2);
  280. ^
  281. mu-str.c: In function ‘mu_str_size_parse_bkm’:
  282. mu-str.c:185:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  283. if (!isdigit(str[0]))
  284. ^
  285. mu-str.c:189:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  286. for (++str; isdigit(*str); ++str);
  287. ^
  288. mu-str.c:191:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  289. switch (tolower(*str)) {
  290. ^
  291. mu-str.c: In function ‘mu_str_subject_normalize’:
  292. mu-str.c:361:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  293. while (isspace(*cur)) ++cur; /* skip space */
  294. ^
  295. mu-str.c:364:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  296. if (tolower(cur[0]) == 'r' && tolower(cur[1]) == 'e')
  297. ^
  298. mu-str.c:364:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  299. mu-str.c:367:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  300. else if (tolower(cur[0]) == 'f' && tolower(cur[1]) == 'w' &&
  301. ^
  302. mu-str.c:367:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  303. mu-str.c:368:4: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  304. tolower(cur[2]) == 'd')
  305. ^
  306. mu-str.c:376:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  307. if (isdigit(cur[1])) {
  308. ^
  309. mu-str.c:377:4: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  310. do { ++cur; } while (isdigit(*cur));
  311. ^
  312. mu-str.c:381:5: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  313. do { ++cur; } while (isspace(*cur));
  314. ^
  315. mu-str.c:390:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  316. do { ++cur; } while (isspace(*cur));
  317. ^
  318. mu-str.c: In function ‘mu_str_process_msgid’:
  319. mu-str.c:474:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  320. *c = isalnum (*c) ? tolower (*c) : '_';
  321. ^
  322. mu-str.c:474:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  323. mu-str.c: In function ‘check_for_field’:
  324. mu-str.c:492:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  325. while (pfx.str && *pfx.str && !isalnum(*pfx.str))
  326. ^
  327. mu-str.c: In function ‘handle_esc_maybe’:
  328. mu-str.c:543:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  329. if (g_unichar_ispunct(uc) || isblank(kar)) {
  330. ^
  331. mu-str.c: In function ‘split_term’:
  332. mu-str.c:675:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  333. for (start = term; *start && !isalnum (*start); start++);
  334. ^
  335. mu-str.c:676:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  336. for (tail = term + l; tail > start && !isalnum (*(tail-1)); tail--);
  337. ^
  338. mu-str.c: In function ‘mu_str_asciify_in_place’:
  339. mu-str.c:844:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  340. if ((!isprint(*c) && !isspace (*c)) || !isascii(*c))
  341. ^
  342. mu-str.c:844:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  343. mu-str.c: In function ‘read_val’:
  344. mu-str.c:979:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  345. } else if (isblank(*cur) && !quoted)
  346. ^
  347. mu-str.c: In function ‘mu_str_parse_arglist’:
  348. mu-str.c:1015:2: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  349. while ((isblank(*cur)))
  350. ^
  351. mu-str.c:1034:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  352. while ((isblank(*cur)))
  353. ^
  354. mu-str.c: In function ‘mu_str_remove_ctrl_in_place’:
  355. mu-str.c:1058:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  356. if (!iscntrl(*cur))
  357. ^
  358. mu-str.c:1061:3: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  359. if (isspace(*cur)) {
  360. ^
  361. mu-str.c:1068:5: warning: array subscript has type ‘char’ [-Wchar-subscripts]
  362. if (!iscntrl (*cur))
  363. ^
  364. CC mu-threader.lo
  365. CC mu-util.lo
  366. CXXLD libmu.la
  367. copying selected object files to avoid basename conflicts...
  368. make[3]: Leaving directory '/home/wmonro1/local/src/mu/lib'
  369. Making all in tests
  370. make[3]: Entering directory '/home/wmonro1/local/src/mu/lib/tests'
  371. make all-am
  372. make[4]: Entering directory '/home/wmonro1/local/src/mu/lib/tests'
  373. CC test-mu-common.lo
  374. CCLD libtestmucommon.la
  375. libtool: error: object name conflicts in archive: .libs/libtestmucommon.lax/libmu.a//home/wmonro1/local/src/mu/lib/tests/../.libs/libmu.a
  376. Makefile:576: recipe for target 'libtestmucommon.la' failed
  377. make[4]: *** [libtestmucommon.la] Error 1
  378. make[4]: Leaving directory '/home/wmonro1/local/src/mu/lib/tests'
  379. Makefile:528: recipe for target 'all' failed
  380. make[3]: *** [all] Error 2
  381. make[3]: Leaving directory '/home/wmonro1/local/src/mu/lib/tests'
  382. Makefile:599: recipe for target 'all-recursive' failed
  383. make[2]: *** [all-recursive] Error 1
  384. make[2]: Leaving directory '/home/wmonro1/local/src/mu/lib'
  385. Makefile:484: recipe for target 'all-recursive' failed
  386. make[1]: *** [all-recursive] Error 1
  387. make[1]: Leaving directory '/home/wmonro1/local/src/mu'
  388. Makefile:393: recipe for target 'all' failed
  389. make: *** [all] Error 2
  390. ]0;~/local/src/mu
  391. wmonro1@LIB-6069HX1 ~/local/src/mu
  392. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement