Advertisement
jbodhorn

corebird-from_github

Dec 10th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. [joe@new-host-3 corebird-master]$ ./autogen.sh --prefix=/usr
  2. + aclocal --install
  3. aclocal: installing 'm4/gsettings.m4' from '/usr/share/aclocal/gsettings.m4'
  4. aclocal: installing 'm4/intltool.m4' from '/usr/share/aclocal/intltool.m4'
  5. aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4'
  6. aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4'
  7. aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4'
  8. aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4'
  9. aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4'
  10. aclocal: installing 'm4/nls.m4' from '/usr/share/aclocal/nls.m4'
  11. aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
  12. + intltoolize --force --copy --automake
  13. + autoreconf --verbose --force --install -Wno-portability
  14. autoreconf: Entering directory `.'
  15. autoreconf: configure.ac: not using Gettext
  16. autoreconf: running: aclocal --force --warnings=no-portability -I m4 ${ACLOCAL_FLAGS}
  17. autoreconf: configure.ac: tracing
  18. autoreconf: configure.ac: creating directory build-aux
  19. autoreconf: running: libtoolize --copy --force
  20. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  21. libtoolize: copying file 'build-aux/ltmain.sh'
  22. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  23. libtoolize: copying file 'm4/libtool.m4'
  24. libtoolize: copying file 'm4/ltoptions.m4'
  25. libtoolize: copying file 'm4/ltsugar.m4'
  26. libtoolize: copying file 'm4/ltversion.m4'
  27. libtoolize: copying file 'm4/lt~obsolete.m4'
  28. autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
  29. autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
  30. autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
  31. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
  32. configure.ac:16: installing 'build-aux/compile'
  33. configure.ac:22: installing 'build-aux/config.guess'
  34. configure.ac:22: installing 'build-aux/config.sub'
  35. configure.ac:10: installing 'build-aux/install-sh'
  36. configure.ac:10: installing 'build-aux/missing'
  37. src/Makefile.am: installing 'build-aux/depcomp'
  38. parallel-tests: installing 'build-aux/test-driver'
  39. autoreconf: Leaving directory `.'
  40. + set +x
  41. + ./configure --prefix=/usr
  42. checking for a BSD-compatible install... /usr/bin/install -c
  43. checking whether build environment is sane... yes
  44. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  45. checking for gawk... gawk
  46. checking whether make sets $(MAKE)... yes
  47. checking whether make supports nested variables... yes
  48. checking whether make supports nested variables... (cached) yes
  49. checking whether to enable maintainer-specific portions of Makefiles... yes
  50. checking for gcc... gcc
  51. checking whether the C compiler works... yes
  52. checking for C compiler default output file name... a.out
  53. checking for suffix of executables...
  54. checking whether we are cross compiling... no
  55. checking for suffix of object files... o
  56. checking whether we are using the GNU C compiler... yes
  57. checking whether gcc accepts -g... yes
  58. checking for gcc option to accept ISO C89... none needed
  59. checking whether gcc understands -c and -o together... yes
  60. checking for style of include used by make... GNU
  61. checking dependency style of gcc... gcc3
  62. checking for gcc option to accept ISO C99... none needed
  63. checking for gcc option to accept ISO Standard C... (cached) none needed
  64. checking build system type... x86_64-unknown-linux-gnu
  65. checking host system type... x86_64-unknown-linux-gnu
  66. checking how to print strings... printf
  67. checking for a sed that does not truncate output... /usr/bin/sed
  68. checking for grep that handles long lines and -e... /usr/bin/grep
  69. checking for egrep... /usr/bin/grep -E
  70. checking for fgrep... /usr/bin/grep -F
  71. checking for ld used by gcc... /usr/bin/ld
  72. checking if the linker (/usr/bin/ld) is GNU ld... yes
  73. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  74. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  75. checking whether ln -s works... yes
  76. checking the maximum length of command line arguments... 1572864
  77. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  78. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  79. checking for /usr/bin/ld option to reload object files... -r
  80. checking for objdump... objdump
  81. checking how to recognize dependent libraries... pass_all
  82. checking for dlltool... no
  83. checking how to associate runtime and link libraries... printf %s\n
  84. checking for ar... ar
  85. checking for archiver @FILE support... @
  86. checking for strip... strip
  87. checking for ranlib... ranlib
  88. checking command to parse /usr/bin/nm -B output from gcc object... ok
  89. checking for sysroot... no
  90. checking for a working dd... /usr/bin/dd
  91. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  92. checking for mt... no
  93. checking if : is a manifest tool... no
  94. checking how to run the C preprocessor... gcc -E
  95. checking for ANSI C header files... yes
  96. checking for sys/types.h... yes
  97. checking for sys/stat.h... yes
  98. checking for stdlib.h... yes
  99. checking for string.h... yes
  100. checking for memory.h... yes
  101. checking for strings.h... yes
  102. checking for inttypes.h... yes
  103. checking for stdint.h... yes
  104. checking for unistd.h... yes
  105. checking for dlfcn.h... yes
  106. checking for objdir... .libs
  107. checking if gcc supports -fno-rtti -fno-exceptions... no
  108. checking for gcc option to produce PIC... -fPIC -DPIC
  109. checking if gcc PIC flag -fPIC -DPIC works... yes
  110. checking if gcc static flag -static works... yes
  111. checking if gcc supports -c -o file.o... yes
  112. checking if gcc supports -c -o file.o... (cached) yes
  113. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  114. checking whether -lc should be explicitly linked in... no
  115. checking dynamic linker characteristics... GNU/Linux ld.so
  116. checking how to hardcode library paths into programs... immediate
  117. checking whether stripping libraries is possible... yes
  118. checking if libtool supports shared libraries... yes
  119. checking whether to build shared libraries... yes
  120. checking whether to build static libraries... no
  121. checking for valac... /usr/bin/valac
  122. checking whether /usr/bin/valac is at least version 0.26.0... yes
  123. checking for pkg-config... /usr/bin/pkg-config
  124. checking pkg-config is at least version 0.16... yes
  125. checking for CB... yes
  126. checking for glib-compile-resources... /usr/bin/glib-compile-resources
  127. checking for xmllint... /usr/bin/xmllint
  128. checking whether NLS is requested... yes
  129. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at /usr/bin/intltool-update line 1065.
  130. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1193.
  131. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1194.
  132. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1195.
  133. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1196.
  134. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1222.
  135. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1223.
  136. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1224.
  137. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1225.
  138. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?\w+}?/ at /usr/bin/intltool-update line 1226.
  139. checking for intltool >= 0.40... 0.51.0 found
  140. checking for intltool-update... /usr/bin/intltool-update
  141. checking for intltool-merge... /usr/bin/intltool-merge
  142. checking for intltool-extract... /usr/bin/intltool-extract
  143. checking for xgettext... /usr/bin/xgettext
  144. checking for msgmerge... /usr/bin/msgmerge
  145. checking for msgfmt... /usr/bin/msgfmt
  146. checking for gmsgfmt... /usr/bin/msgfmt
  147. checking for perl... /usr/bin/perl
  148. checking for perl >= 5.8.1... 5.22.0
  149. checking for XML::Parser... ok
  150. checking that generated files are newer than configure... done
  151. configure: creating ./config.status
  152. config.status: creating Makefile
  153. config.status: creating src/Makefile
  154. config.status: creating ui/Makefile
  155. config.status: creating data/Makefile
  156. config.status: creating data/org.baedert.corebird.desktop.in
  157. config.status: creating assets/Makefile
  158. config.status: creating assets/256x256/Makefile
  159. config.status: creating assets/128x128/Makefile
  160. config.status: creating assets/96x96/Makefile
  161. config.status: creating assets/64x64/Makefile
  162. config.status: creating assets/48x48/Makefile
  163. config.status: creating assets/32x32/Makefile
  164. config.status: creating assets/24x24/Makefile
  165. config.status: creating assets/16x16/Makefile
  166. config.status: creating po/Makefile.in
  167. config.status: creating tests/Makefile
  168. config.status: creating config.h
  169. config.status: executing depfiles commands
  170. config.status: executing libtool commands
  171. config.status: executing po/stamp-it commands
  172.  
  173. Corebird 1.1
  174. Prefix: /usr
  175. Vala Compiler: /usr/bin/valac
  176. valac version: Vala 0.30.0
  177. C Compiler: gcc -g -O2
  178. Debugging: no
  179. Video disabled: no
  180.  
  181. + set +x
  182. [joe@new-host-3 corebird-master]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement