Guest User

Untitled

a guest
Jan 5th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 11.51 KB | None | 0 0
  1. checking for a BSD-compatible install... /bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking how to create a ustar tar archive... gnutar
  7. checking whether to enable maintainer-specific portions of Makefiles... no
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking how to run the C preprocessor... gcc -E
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking whether byte ordering is bigendian... no
  33. checking for an ANSI C-conforming const... yes
  34. checking for gcc... (cached) gcc
  35. checking whether we are using the GNU C compiler... (cached) yes
  36. checking whether gcc accepts -g... (cached) yes
  37. checking for gcc option to accept ISO C89... (cached) none needed
  38. checking dependency style of gcc... (cached) gcc3
  39. checking how to run the C preprocessor... gcc -E
  40. checking whether ln -s works... yes
  41. checking whether make sets $(MAKE)... (cached) yes
  42. checking build system type... x86_64-unknown-linux-gnu
  43. checking host system type... x86_64-unknown-linux-gnu
  44. checking how to print strings... printf
  45. checking for a sed that does not truncate output... /bin/sed
  46. checking for fgrep... /bin/grep -F
  47. checking for ld used by gcc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking the maximum length of command line arguments... 1572864
  52. checking whether the shell understands some XSI constructs... yes
  53. checking whether the shell understands "+="... yes
  54. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  55. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  56. checking for /usr/bin/ld option to reload object files... -r
  57. checking for objdump... objdump
  58. checking how to recognize dependent libraries... pass_all
  59. checking for dlltool... dlltool
  60. checking how to associate runtime and link libraries... printf %s\n
  61. checking for ar... ar
  62. checking for archiver @FILE support... @
  63. checking for strip... strip
  64. checking for ranlib... ranlib
  65. checking command to parse /usr/bin/nm -B output from gcc object... ok
  66. checking for sysroot... no
  67. checking for mt... no
  68. checking if : is a manifest tool... no
  69. checking for dlfcn.h... yes
  70. checking for objdir... .libs
  71. checking if gcc supports -fno-rtti -fno-exceptions... no
  72. checking for gcc option to produce PIC... -fPIC -DPIC
  73. checking if gcc PIC flag -fPIC -DPIC works... yes
  74. checking if gcc static flag -static works... yes
  75. checking if gcc supports -c -o file.o... yes
  76. checking if gcc supports -c -o file.o... (cached) yes
  77. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  78. checking whether -lc should be explicitly linked in... no
  79. checking dynamic linker characteristics... GNU/Linux ld.so
  80. checking how to hardcode library paths into programs... immediate
  81. checking whether stripping libraries is possible... yes
  82. checking if libtool supports shared libraries... yes
  83. checking whether to build shared libraries... yes
  84. checking whether to build static libraries... no
  85. checking for pkg-config... /usr/bin/pkg-config
  86. checking for floor in -lm... yes
  87. checking pkg-config is at least version 0.9.0... yes
  88. checking for ALL... yes
  89. checking locale.h usability... yes
  90. checking locale.h presence... yes
  91. checking for locale.h... yes
  92. checking for LC_MESSAGES... yes
  93. checking libintl.h usability... yes
  94. checking libintl.h presence... yes
  95. checking for libintl.h... yes
  96. checking for ngettext in libc... yes
  97. checking for dgettext in libc... yes
  98. checking for bind_textdomain_codeset... yes
  99. checking for msgfmt... /usr/bin/msgfmt
  100. checking for dcgettext... yes
  101. checking if msgfmt accepts -c... yes
  102. checking for gmsgfmt... /usr/bin/msgfmt
  103. checking for xgettext... /usr/bin/xgettext
  104. checking whether NLS is requested... yes
  105. checking for intltool >= 0.40.1... 0.41.1 found
  106. checking for intltool-update... /usr/bin/intltool-update
  107. checking for intltool-merge... /usr/bin/intltool-merge
  108. checking for intltool-extract... /usr/bin/intltool-extract
  109. checking for xgettext... (cached) /usr/bin/xgettext
  110. checking for msgmerge... /usr/bin/msgmerge
  111. checking for msgfmt... (cached) /usr/bin/msgfmt
  112. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  113. checking for perl... /usr/bin/perl
  114. checking for perl >= 5.8.1... 5.14.2
  115. checking for XML::Parser... ok
  116. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  117. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  118. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  119. checking whether to build gtk-doc documentation... no
  120. checking for perl5... no
  121. checking for perl... perl
  122. checking for glib-genmarshal... /usr/bin/glib-genmarshal
  123. checking sys/mount.h usability... yes
  124. checking sys/mount.h presence... yes
  125. checking for sys/mount.h... yes
  126. checking sys/vfs.h usability... yes
  127. checking sys/vfs.h presence... yes
  128. checking for sys/vfs.h... yes
  129. checking sys/param.h usability... yes
  130. checking sys/param.h presence... yes
  131. checking for sys/param.h... yes
  132. checking malloc.h usability... yes
  133. checking malloc.h presence... yes
  134. checking for malloc.h... yes
  135. checking for mallopt... yes
  136. checking for X... libraries , headers
  137. checking for gethostbyname... yes
  138. checking for connect... yes
  139. checking for remove... yes
  140. checking for shmat... yes
  141. checking for IceConnectionNumber in -lICE... yes
  142. checking for XOpenDisplay in -lX11... yes
  143. checking for EXIF... yes
  144. checking for EXEMPI... no
  145. checking for EXEMPI_NEW_API... no
  146. checking for is_selinux_enabled in -lselinux... no
  147. checking for more warnings... no
  148. checking for XRenderFindFormat in -lXrender... yes
  149. checking X11/XF86keysym.h usability... yes
  150. checking X11/XF86keysym.h presence... yes
  151. checking for X11/XF86keysym.h... yes
  152. checking for gconftool-2... /usr/bin/gconftool-2
  153. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  154. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  155. checking for gobject-introspection... yes
  156. checking for update-mime-database... /usr/bin/update-mime-database
  157. configure: creating ./config.status
  158. config.status: creating Makefile
  159. config.status: creating cut-n-paste-code/Makefile
  160. config.status: creating cut-n-paste-code/libegg/Makefile
  161. config.status: creating data/Makefile
  162. config.status: creating data/icons/Makefile
  163. config.status: creating data/patterns/Makefile
  164. config.status: creating data/nautilus-computer.desktop.in
  165. config.status: creating data/nautilus-file-management-properties.desktop.in
  166. config.status: creating data/nautilus-home.desktop.in
  167. config.status: creating data/nautilus.desktop.in
  168. config.status: creating data/nautilus-folder-handler.desktop.in
  169. config.status: creating data/nautilus-browser.desktop.in
  170. config.status: creating data/nautilus-autorun-software.desktop.in
  171. config.status: creating docs/Makefile
  172. config.status: creating docs/reference/Makefile
  173. config.status: creating docs/reference/libnautilus-extension/Makefile
  174. config.status: creating docs/reference/libnautilus-extension/version.xml
  175. config.status: creating eel/Makefile
  176. config.status: creating icons/Makefile
  177. config.status: creating libnautilus-private/Makefile
  178. config.status: creating libnautilus-extension/Makefile
  179. config.status: creating libnautilus-extension/libnautilus-extension.pc
  180. config.status: creating libnautilus-extension/libnautilus-extension-uninstalled.pc
  181. config.status: creating po/Makefile.in
  182. config.status: creating src/Makefile
  183. config.status: creating src/file-manager/Makefile
  184. config.status: creating test/Makefile
  185. config.status: creating config.h
  186. config.status: config.h is unchanged
  187. config.status: executing depfiles commands
  188. config.status: executing libtool commands
  189. config.status: executing default-1 commands
  190. config.status: executing po/stamp-it commands
  191.  
  192. nautilus-2.32.2.1:
  193.  
  194.     prefix:                 /usr
  195.     source code location:   .
  196.     compiler:       gcc
  197.     xmp support:        no
  198.     PackageKit support:     yes
  199.  
  200.     profiling support:      off
  201.     nautilus-extension documentation: no
  202.     nautilus-extension introspection: yes
  203.  
  204. make  all-recursive
  205. make[1]: Вход в каталог `/tmp/yaourt-tmp-tt/aur-nautilus2/src/nautilus-2.32.2.1'
  206. Making all in eel
  207. make[2]: Вход в каталог `/tmp/yaourt-tmp-tt/aur-nautilus2/src/nautilus-2.32.2.1/eel'
  208.   CC     eel-alert-dialog.lo
  209. In file included from eel-alert-dialog.c:24:0:
  210. eel-i18n.h:31:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  211. eel-alert-dialog.c: In function 'eel_alert_dialog_class_init':
  212. eel-alert-dialog.c:114:43: warning: passing argument 2 of 'g_param_spec_int' makes pointer from integer without a cast [enabled by default]
  213. /usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int'
  214. eel-alert-dialog.c:114:43: warning: passing argument 3 of 'g_param_spec_int' makes pointer from integer without a cast [enabled by default]
  215. /usr/include/glib-2.0/gobject/gparamspecs.h:993:13: note: expected 'const gchar *' but argument is of type 'int'
  216. eel-alert-dialog.c:123:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast [enabled by default]
  217. /usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
  218. eel-alert-dialog.c:123:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast [enabled by default]
  219. /usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
  220. eel-alert-dialog.c:132:35: warning: passing argument 2 of 'g_param_spec_enum' makes pointer from integer without a cast [enabled by default]
  221. /usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
  222. eel-alert-dialog.c:132:35: warning: passing argument 3 of 'g_param_spec_enum' makes pointer from integer without a cast [enabled by default]
  223. /usr/include/glib-2.0/gobject/gparamspecs.h:1040:13: note: expected 'const gchar *' but argument is of type 'int'
  224. eel-alert-dialog.c: In function 'eel_alert_dialog_init':
  225. eel-alert-dialog.c:193:2: warning: passing argument 1 of 'gtk_expander_new_with_mnemonic' makes pointer from integer without a cast [enabled by default]
  226. /usr/include/gtk-2.0/gtk/gtkexpander.h:66:23: note: expected 'const gchar *' but argument is of type 'int'
  227. make[2]: *** [eel-alert-dialog.lo] Ошибка 1
  228. make[2]: Выход из каталога `/tmp/yaourt-tmp-tt/aur-nautilus2/src/nautilus-2.32.2.1/eel'
  229. make[1]: *** [all-recursive] Ошибка 1
  230. make[1]: Выход из каталога `/tmp/yaourt-tmp-tt/aur-nautilus2/src/nautilus-2.32.2.1'
  231. make: *** [all] Ошибка 2
Add Comment
Please, Sign In to add comment