prasoon32

gnome-music3

Mar 22nd, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.93 KB | None | 0 0
  1. ~$ jhbuild buildone grilo-plugins
  2. *** Checking out grilo-plugins *** [1/1]
  3. git remote set-url origin git://git.gnome.org/grilo-plugins
  4. git remote update origin
  5. Fetching origin
  6. git rebase origin/master
  7. Current branch master is up to date.
  8. *** Configuring grilo-plugins *** [1/1]
  9. /home/shizuka/jhbuild/checkout/grilo-plugins/autogen.sh --prefix /home/shizuka/jhbuild/install --disable-Werror  --disable-static --disable-gtk-doc
  10. /usr/bin/gnome-autogen.sh
  11. checking for automake >= 1.8...
  12.   testing automake... found 1.15
  13. checking for autoreconf >= 2.53...
  14.   testing autoreconf... found 2.69
  15. checking for intltool >= 0.25...
  16.   testing intltoolize... found 0.51.0
  17. checking for pkg-config >= 0.14.0...
  18.   testing pkg-config... found 0.29.1
  19. Checking for required M4 macros...
  20. Processing /home/shizuka/jhbuild/checkout/grilo-plugins/configure.ac
  21. Running intltoolize...
  22. Running autoreconf...
  23. autoreconf: Entering directory `.'
  24. autoreconf: configure.ac: not using Gettext
  25. autoreconf: running: aclocal --force --warnings=no-portability -I m4
  26. autoreconf: configure.ac: tracing
  27. autoreconf: running: libtoolize --copy --force
  28. libtoolize: putting auxiliary files in '.'.
  29. libtoolize: copying file './ltmain.sh'
  30. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  31. libtoolize: copying file 'm4/libtool.m4'
  32. libtoolize: copying file 'm4/ltoptions.m4'
  33. libtoolize: copying file 'm4/ltsugar.m4'
  34. libtoolize: copying file 'm4/ltversion.m4'
  35. libtoolize: copying file 'm4/lt~obsolete.m4'
  36. autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
  37. autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
  38. autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
  39. configure.ac:27: installing './compile'
  40. configure.ac:20: installing './missing'
  41. help/examples/Makefile.am: installing './depcomp'
  42. autoreconf: Leaving directory `.'
  43. Running /home/shizuka/jhbuild/checkout/grilo-plugins/configure --prefix /home/shizuka/jhbuild/install --disable-Werror --disable-static --disable-gtk-doc ...
  44. configure: WARNING: unrecognized options: --disable-Werror, --disable-gtk-doc
  45. checking for a BSD-compatible install... /usr/bin/install -c
  46. checking whether build environment is sane... yes
  47. checking for a thread-safe mkdir -p... /bin/mkdir -p
  48. checking for gawk... no
  49. checking for mawk... mawk
  50. checking whether make sets $(MAKE)... yes
  51. checking whether make supports nested variables... yes
  52. checking for gcc... gcc
  53. checking whether the C compiler works... yes
  54. checking for C compiler default output file name... a.out
  55. checking for suffix of executables...
  56. checking whether we are cross compiling... no
  57. checking for suffix of object files... o
  58. checking whether we are using the GNU C compiler... yes
  59. checking whether gcc accepts -g... yes
  60. checking for gcc option to accept ISO C89... none needed
  61. checking whether gcc understands -c and -o together... yes
  62. checking for style of include used by make... GNU
  63. checking dependency style of gcc... gcc3
  64. checking build system type... x86_64-pc-linux-gnu
  65. checking host system type... x86_64-pc-linux-gnu
  66. checking how to print strings... printf
  67. checking for a sed that does not truncate output... /bin/sed
  68. checking for grep that handles long lines and -e... /bin/grep
  69. checking for egrep... /bin/grep -E
  70. checking for fgrep... /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-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  78. checking how to convert x86_64-pc-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... /bin/dd
  91. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  92. checking for mt... mt
  93. checking if mt 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 ANSI C header files... (cached) yes
  122. checking whether make supports nested variables... (cached) yes
  123. checking whether gcc understands -Wall... yes
  124. checking whether gcc understands -Wstrict-prototypes... yes
  125. checking whether gcc understands -Wnested-externs... yes
  126. checking whether gcc understands -Werror=missing-prototypes... yes
  127. checking whether gcc understands -Werror=implicit-function-declaration... yes
  128. checking whether gcc understands -Werror=pointer-arith... yes
  129. checking whether gcc understands -Werror=init-self... yes
  130. checking whether gcc understands -Werror=format-security... yes
  131. checking whether gcc understands -Werror=format=2... yes
  132. checking whether gcc understands -Werror=missing-include-dirs... yes
  133. checking what warning flags to pass to the C compiler...  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
  134. checking what language compliance flags to pass to the C compiler...
  135. checking whether to enable maintainer-specific portions of Makefiles... no
  136. checking for pkg-config... /usr/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for DEPS... no
  139. configure: error: Package requirements (glib-2.0 >= 2.44                  gobject-2.0                 gmodule-2.0                 grilo-0.3 >= 0.3.1) were not met:
  140.  
  141. No package 'grilo-0.3' found
  142.  
  143. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  144. installed software in a non-standard prefix.
  145.  
  146. Alternatively, you may set the environment variables DEPS_CFLAGS
  147. and DEPS_LIBS to avoid the need to call pkg-config.
  148. See the pkg-config man page for more details.
  149. *** Error during phase configure of grilo-plugins: ########## Error running /home/shizuka/jhbuild/checkout/grilo-plugins/autogen.sh --prefix /home/shizuka/jhbuild/install --disable-Werror  --disable-static --disable-gtk-doc  *** [1/1]
  150.  
  151.   [1] Rerun phase configure
  152.   [2] Ignore error and continue to build
  153.   [3] Give up on module
  154.   [4] Start shell
  155.   [5] Reload configuration
  156.   [6] Go to phase "wipe directory and start over"
  157.   [7] Go to phase "clean"
  158.   [8] Go to phase "distclean"
  159. choice: 3
  160. *** the following modules were not built *** [1/1]
  161. grilo-plugins
Add Comment
Please, Sign In to add comment