Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2014
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. ==> Starting build()...
  2. autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
  3. configure.ac:31: installing 'build-aux/compile'
  4. configure.ac:30: installing 'build-aux/config.guess'
  5. configure.ac:30: installing 'build-aux/config.sub'
  6. configure.ac:33: installing 'build-aux/install-sh'
  7. configure.ac:33: installing 'build-aux/missing'
  8. Makefile.am: installing './INSTALL'
  9. doc/Makefile.am:3: installing 'build-aux/mdate-sh'
  10. src/Makefile.am: installing 'build-aux/depcomp'
  11. checking build system type... x86_64-unknown-linux-gnu
  12. checking host system type... x86_64-unknown-linux-gnu
  13. checking target system type... x86_64-unknown-linux-gnu
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking whether gcc understands -c and -o together... yes
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking minix/config.h usability... no
  38. checking minix/config.h presence... no
  39. checking for minix/config.h... no
  40. checking whether it is safe to define __EXTENSIONS__... yes
  41. checking for special C compiler options needed for large files... no
  42. checking for _FILE_OFFSET_BITS value needed for large files... no
  43. checking for a BSD-compatible install... /usr/bin/install -c
  44. checking whether build environment is sane... yes
  45. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  46. checking for gawk... gawk
  47. checking whether make sets $(MAKE)... yes
  48. checking for style of include used by make... GNU
  49. checking whether make supports nested variables... yes
  50. checking dependency style of gcc... gcc3
  51. checking whether make supports nested variables... (cached) yes
  52. checking for gcc... (cached) gcc
  53. checking whether we are using the GNU C compiler... (cached) yes
  54. checking whether gcc accepts -g... (cached) yes
  55. checking for gcc option to accept ISO C89... (cached) none needed
  56. checking whether gcc understands -c and -o together... (cached) yes
  57. checking for a sed that does not truncate output... /usr/bin/sed
  58. checking whether NLS is requested... yes
  59. checking for msgfmt... /usr/bin/msgfmt
  60. checking for gmsgfmt... /usr/bin/msgfmt
  61. checking for xgettext... /usr/bin/xgettext
  62. checking for msgmerge... /usr/bin/msgmerge
  63. checking for ld used by gcc... /usr/bin/ld
  64. checking if the linker (/usr/bin/ld) is GNU ld... yes
  65. checking for shared library run path origin... done
  66. checking for CFPreferencesCopyAppValue... no
  67. checking for CFLocaleCopyCurrent... no
  68. checking for GNU gettext in libc... yes
  69. checking whether to use NLS... yes
  70. checking where the gettext function comes from... libc
  71. checking sysexits.h usability... yes
  72. checking sysexits.h presence... yes
  73. checking for sysexits.h... yes
  74. checking netdb.h usability... yes
  75. checking netdb.h presence... yes
  76. checking for netdb.h... yes
  77. checking arpa/inet.h usability... yes
  78. checking arpa/inet.h presence... yes
  79. checking for arpa/inet.h... yes
  80. checking sys/socket.h usability... yes
  81. checking sys/socket.h presence... yes
  82. checking for sys/socket.h... yes
  83. checking sys/wait.h usability... yes
  84. checking sys/wait.h presence... yes
  85. checking for sys/wait.h... yes
  86. checking for fmemopen... yes
  87. checking for fseeko... yes
  88. checking for fseeko64... yes
  89. checking for getpass... yes
  90. checking for getservbyname... yes
  91. checking for link... yes
  92. checking for mkstemp... yes
  93. checking for sigaction... yes
  94. checking for strndup... yes
  95. checking for syslog... yes
  96. checking for vasprintf... yes
  97. checking for library containing nanosleep... none required
  98. checking for library containing socket... none required
  99. checking for pkg-config... /usr/bin/pkg-config
  100. checking pkg-config is at least version 0.9.0... yes
  101. checking for libgnutls... yes
  102. checking for libgsasl... yes
  103. checking for libidn... yes
  104. checking for libgnome_keyring... yes
  105. checking for SecKeychainGetVersion... no
  106. checking that generated files are newer than configure... done
  107. configure: creating ./config.status
  108. config.status: creating Makefile
  109. config.status: creating src/Makefile
  110. config.status: creating po/Makefile.in
  111. config.status: creating doc/Makefile
  112. config.status: creating scripts/Makefile
  113. config.status: creating config.h
  114. config.status: executing depfiles commands
  115. config.status: executing po-directories commands
  116. config.status: creating po/POTFILES
  117. config.status: creating po/Makefile
  118.  
  119. Install prefix ......... : /usr
  120. TLS/SSL support ........ : yes (Library: GnuTLS)
  121. GNU SASL support ....... : yes
  122. GNU Libidn support ..... : yes
  123. NLS support ............ : yes
  124. GNOME Keyring support .. : yes
  125. MacOS X Keychain support : no
  126. make all-recursive
  127. make[1]: Entering directory '/home/mark/Downloads/AUR/msmtp-git/src/code'
  128. Making all in src
  129. make[2]: Entering directory '/home/mark/Downloads/AUR/msmtp-git/src/code/src'
  130. CC conf.o
  131. CC list.o
  132. CC msmtp.o
  133. msmtp.c: In function ‘msmtp_password_callback’:
  134. msmtp.c:341:9: warning: ‘gnome_keyring_find_network_password_sync’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring.h:551): Use 'SECRET_SCHEMA_COMPAT_NETWORK' instead [-Wdeprecated-declarations]
  135. if (gnome_keyring_find_network_password_sync(
  136. ^
  137. msmtp.c:355:9: warning: ‘gnome_keyring_network_password_list_free’ is deprecated (declared at /usr/include/gnome-keyring-1/gnome-keyring.h:537) [-Wdeprecated-declarations]
  138. gnome_keyring_network_password_list_free(found_list);
  139. ^
  140. CC net.o
  141. CC netrc.o
  142. CC readbuf.o
  143. CC smtp.o
  144. CC stream.o
  145. CC tools.o
  146. CC xalloc.o
  147. CC aliases.o
  148. CC tls.o
  149. tls.c: In function ‘tls_start’:
  150. tls.c:1380:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  151. gnutls_transport_set_ptr(tls->session, (gnutls_transport_ptr_t)fd);
  152. ^
  153. CCLD msmtp
  154. make[2]: Leaving directory '/home/mark/Downloads/AUR/msmtp-git/src/code/src'
  155. Making all in po
  156. make[2]: Entering directory '/home/mark/Downloads/AUR/msmtp-git/src/code/po'
  157. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.18 but the autoconf macros are from gettext version 0.19
  158. Makefile:153: recipe for target 'check-macro-version' failed
  159. make[2]: *** [check-macro-version] Error 1
  160. make[2]: Leaving directory '/home/mark/Downloads/AUR/msmtp-git/src/code/po'
  161. Makefile:399: recipe for target 'all-recursive' failed
  162. make[1]: *** [all-recursive] Error 1
  163. make[1]: Leaving directory '/home/mark/Downloads/AUR/msmtp-git/src/code'
  164. Makefile:339: recipe for target 'all' failed
  165. make: *** [all] Error 2
  166. ==> ERROR: A failure occurred in build().
  167. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement