Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. arc@groundpc:~/gexiv2$ ./configure --enable-introspection
  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... /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 UID '1001' is supported by ustar format... yes
  9. checking whether GID '1001' is supported by ustar format... yes
  10. checking how to create a ustar tar archive... gnutar
  11. checking whether to enable maintainer-specific portions of Makefiles... yes
  12. checking whether make supports nested variables... (cached) yes
  13. checking for style of include used by make... 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 dependency style of gcc... gcc3
  25. checking for ar... ar
  26. checking the archiver (ar) interface... ar
  27. checking build system type... x86_64-pc-linux-gnu
  28. checking host system type... x86_64-pc-linux-gnu
  29. checking how to print strings... printf
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for grep that handles long lines and -e... /bin/grep
  32. checking for egrep... /bin/grep -E
  33. checking for fgrep... /bin/grep -F
  34. checking for ld used by gcc... /usr/bin/ld
  35. checking if the linker (/usr/bin/ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  37. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  38. checking whether ln -s works... yes
  39. checking the maximum length of command line arguments... 1572864
  40. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  41. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  42. checking for /usr/bin/ld option to reload object files... -r
  43. checking for objdump... objdump
  44. checking how to recognize dependent libraries... pass_all
  45. checking for dlltool... no
  46. checking how to associate runtime and link libraries... printf %s\n
  47. checking for archiver @FILE support... @
  48. checking for strip... strip
  49. checking for ranlib... ranlib
  50. checking command to parse /usr/bin/nm -B output from gcc object... ok
  51. checking for sysroot... no
  52. checking for a working dd... /bin/dd
  53. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  54. checking for mt... mt
  55. checking if mt is a manifest tool... no
  56. checking how to run the C preprocessor... gcc -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... yes
  68. checking for objdir... .libs
  69. checking if gcc supports -fno-rtti -fno-exceptions... no
  70. checking for gcc option to produce PIC... -fPIC -DPIC
  71. checking if gcc PIC flag -fPIC -DPIC works... yes
  72. checking if gcc static flag -static works... yes
  73. checking if gcc supports -c -o file.o... yes
  74. checking if gcc supports -c -o file.o... (cached) yes
  75. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  76. checking whether -lc should be explicitly linked in... no
  77. checking dynamic linker characteristics... GNU/Linux ld.so
  78. checking how to hardcode library paths into programs... immediate
  79. checking whether stripping libraries is possible... yes
  80. checking if libtool supports shared libraries... yes
  81. checking whether to build shared libraries... yes
  82. checking whether to build static libraries... no
  83. checking for g++... g++
  84. checking whether we are using the GNU C++ compiler... yes
  85. checking whether g++ accepts -g... yes
  86. checking dependency style of g++... gcc3
  87. checking how to run the C++ preprocessor... g++ -E
  88. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  89. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking for g++ option to produce PIC... -fPIC -DPIC
  92. checking if g++ PIC flag -fPIC -DPIC works... yes
  93. checking if g++ static flag -static works... yes
  94. checking if g++ supports -c -o file.o... yes
  95. checking if g++ supports -c -o file.o... (cached) yes
  96. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  97. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking for pkg-config... /usr/bin/pkg-config
  100. checking pkg-config is at least version 0.26... yes
  101. checking whether C compiler accepts -Werror=unknown-warning-option... no
  102. checking whether C compiler accepts -fno-strict-aliasing... yes
  103. checking whether C compiler accepts -Wall... yes
  104. checking whether C compiler accepts -Wextra... yes
  105. checking whether C compiler accepts -Wundef... yes
  106. checking whether C compiler accepts -Wnested-externs... yes
  107. checking whether C compiler accepts -Wwrite-strings... yes
  108. checking whether C compiler accepts -Wpointer-arith... yes
  109. checking whether C compiler accepts -Wmissing-declarations... yes
  110. checking whether C compiler accepts -Wmissing-prototypes... yes
  111. checking whether C compiler accepts -Wstrict-prototypes... yes
  112. checking whether C compiler accepts -Wredundant-decls... yes
  113. checking whether C compiler accepts -Wno-unused-parameter... yes
  114. checking whether C compiler accepts -Wno-missing-field-initializers... yes
  115. checking whether C compiler accepts -Wdeclaration-after-statement... yes
  116. checking whether C compiler accepts -Wformat=2... yes
  117. checking whether C compiler accepts -Wold-style-definition... yes
  118. checking whether C compiler accepts -Wcast-align... yes
  119. checking whether C compiler accepts -Wformat-nonliteral... yes
  120. checking whether C compiler accepts -Wformat-security... yes
  121. checking whether C compiler accepts -Wsign-compare... yes
  122. checking whether C compiler accepts -Wstrict-aliasing... yes
  123. checking whether C compiler accepts -Wshadow... yes
  124. checking whether C compiler accepts -Winline... yes
  125. checking whether C compiler accepts -Wpacked... yes
  126. checking whether C compiler accepts -Wmissing-format-attribute... yes
  127. checking whether C compiler accepts -Wmissing-noreturn... yes
  128. checking whether C compiler accepts -Winit-self... yes
  129. checking whether C compiler accepts -Wredundant-decls... (cached) yes
  130. checking whether C compiler accepts -Wmissing-include-dirs... yes
  131. checking whether C compiler accepts -Wunused-but-set-variable... yes
  132. checking whether C compiler accepts -Warray-bounds... yes
  133. checking whether C compiler accepts -Wimplicit-function-declaration... yes
  134. checking whether C compiler accepts -Wreturn-type... yes
  135. checking whether C compiler accepts -Wswitch-enum... yes
  136. checking whether C compiler accepts -Wswitch-default... yes
  137. checking whether C compiler accepts -Wno-suggest-attribute=format... yes
  138. checking whether C compiler accepts -Wno-error=unused-parameter... yes
  139. checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
  140. checking whether C++ compiler accepts -Werror=unknown-warning-option... no
  141. checking whether C++ compiler accepts -fno-strict-aliasing... yes
  142. checking whether C++ compiler accepts -Wall... yes
  143. checking whether C++ compiler accepts -Wextra... yes
  144. checking whether C++ compiler accepts -Wundef... yes
  145. checking whether C++ compiler accepts -Wwrite-strings... yes
  146. checking whether C++ compiler accepts -Wpointer-arith... yes
  147. checking whether C++ compiler accepts -Wmissing-declarations... yes
  148. checking whether C++ compiler accepts -Wredundant-decls... yes
  149. checking whether C++ compiler accepts -Wno-unused-parameter... yes
  150. checking whether C++ compiler accepts -Wno-missing-field-initializers... yes
  151. checking whether C++ compiler accepts -Wformat=2... yes
  152. checking whether C++ compiler accepts -Wcast-align... yes
  153. checking whether C++ compiler accepts -Wformat-nonliteral... yes
  154. checking whether C++ compiler accepts -Wformat-security... yes
  155. checking whether C++ compiler accepts -Wsign-compare... yes
  156. checking whether C++ compiler accepts -Wstrict-aliasing... yes
  157. checking whether C++ compiler accepts -Wshadow... yes
  158. checking whether C++ compiler accepts -Winline... yes
  159. checking whether C++ compiler accepts -Wpacked... yes
  160. checking whether C++ compiler accepts -Wmissing-format-attribute... yes
  161. checking whether C++ compiler accepts -Wmissing-noreturn... yes
  162. checking whether C++ compiler accepts -Winit-self... yes
  163. checking whether C++ compiler accepts -Wredundant-decls... (cached) yes
  164. checking whether C++ compiler accepts -Wmissing-include-dirs... yes
  165. checking whether C++ compiler accepts -Wunused-but-set-variable... yes
  166. checking whether C++ compiler accepts -Warray-bounds... yes
  167. checking whether C++ compiler accepts -Wreturn-type... yes
  168. checking whether C++ compiler accepts -Wno-overloaded-virtual... yes
  169. checking whether C++ compiler accepts -Wswitch-enum... yes
  170. checking whether C++ compiler accepts -Wswitch-default... yes
  171. checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes
  172. checking whether C++ compiler accepts -Wno-error=unused-parameter... yes
  173. checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes
  174. checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes
  175. checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
  176. checking whether the linker accepts -Wl,--no-as-needed... yes
  177. checking whether the linker accepts -Wl,--fatal-warnings... yes
  178. checking for GLIB... yes
  179. checking for EXIV2... yes
  180. checking debugging mode... no
  181. checking for gobject-introspection... yes
  182. Python2 GObject Introspection directory: /usr/lib/python2.7/dist-packages/gi/overrides
  183. Python3 GObject Introspection directory: /usr/lib/python3/dist-packages/gi/overrides
  184. checking enable tests... no
  185. checking size of int *... 8
  186. checking for target architecture... x86_64-pc-linux-gnu
  187. checking Win32 platform... no
  188. checking for pkg-config... (cached) /usr/bin/pkg-config
  189. checking pkg-config is at least version 0.9.0... yes
  190. checking for vapigen... no
  191. checking that generated files are newer than configure... done
  192. configure: creating ./config.status
  193. config.status: creating Makefile
  194. config.status: creating gexiv2.pc
  195. config.status: executing depfiles commands
  196. config.status: executing libtool commands
  197.  
  198. GExiv2 will be built with prefix /usr/local for x86_64-pc-linux-gnu (cross-compiling: no).
  199.  
  200. Options:
  201. Introspection: yes
  202. Python2 binding: yes
  203. Python3 binding: yes
  204. Tests and utils: no
  205.  
  206. arc@groundpc:~/gexiv2$ make
  207. rm -f gexiv2_vapi.stamp
  208. GEN gexiv2_vapi.stamp
  209. /bin/bash: line 1: --metadatadir=./vapi: No such file or directory
  210. Makefile:1291: recipe for target 'gexiv2_vapi.stamp' failed
  211. make: *** [gexiv2_vapi.stamp] Error 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement