Advertisement
metapy

libvas error 1

Mar 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. root@kali:~/libva# ./autogen.sh --enable-static
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal -I m4 ${ACLOCAL_FLAGS}
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy
  7. libtoolize: putting auxiliary files in '.'.
  8. libtoolize: copying file './ltmain.sh'
  9. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  10. libtoolize: copying file 'm4/libtool.m4'
  11. libtoolize: copying file 'm4/ltoptions.m4'
  12. libtoolize: copying file 'm4/ltsugar.m4'
  13. libtoolize: copying file 'm4/ltversion.m4'
  14. libtoolize: copying file 'm4/lt~obsolete.m4'
  15. autoreconf: running: /usr/bin/autoconf
  16. autoreconf: running: /usr/bin/autoheader
  17. autoreconf: running: automake --add-missing --copy --no-force
  18. configure.ac:176: installing './config.guess'
  19. configure.ac:176: installing './config.sub'
  20. va/wayland/Makefile.am:61: warning: '%'-style pattern rules are a GNU make extension
  21. va/wayland/Makefile.am:31: warning: source file '$(top_srcdir)/va/drm/va_drm_utils.c' is in a subdirectory,
  22. va/wayland/Makefile.am:31: but option 'subdir-objects' is disabled
  23. automake: warning: possible forward-incompatibility.
  24. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  25. automake: automake option hasn't been enabled. For now, the corresponding output
  26. automake: object file(s) will be placed in the top-level directory. However,
  27. automake: this behaviour will change in future Automake versions: they will
  28. automake: unconditionally cause object files to be placed in the same subdirectory
  29. automake: of the corresponding sources.
  30. automake: You are advised to start using 'subdir-objects' option throughout your
  31. automake: project, to avoid future incompatibilities.
  32. autoreconf: Leaving directory `.'
  33. checking for a BSD-compatible install... /usr/bin/install -c
  34. checking whether build environment is sane... yes
  35. checking for a thread-safe mkdir -p... /bin/mkdir -p
  36. checking for gawk... no
  37. checking for mawk... mawk
  38. checking whether make sets $(MAKE)... yes
  39. checking whether make supports nested variables... yes
  40. checking whether make supports nested variables... (cached) yes
  41. checking build system type... x86_64-pc-linux-gnu
  42. checking host system type... x86_64-pc-linux-gnu
  43. checking how to print strings... printf
  44. checking for style of include used by make... GNU
  45. checking for gcc... gcc
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether gcc accepts -g... yes
  53. checking for gcc option to accept ISO C89... none needed
  54. checking whether gcc understands -c and -o together... yes
  55. checking dependency style of gcc... gcc3
  56. checking for a sed that does not truncate output... /bin/sed
  57. checking for grep that handles long lines and -e... /bin/grep
  58. checking for egrep... /bin/grep -E
  59. checking for fgrep... /bin/grep -F
  60. checking for ld used by gcc... /usr/bin/ld
  61. checking if the linker (/usr/bin/ld) is GNU ld... yes
  62. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  63. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  64. checking whether ln -s works... yes
  65. checking the maximum length of command line arguments... 1572864
  66. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  67. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  68. checking for /usr/bin/ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for ar... ar
  74. checking for archiver @FILE support... @
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking command to parse /usr/bin/nm -B output from gcc object... ok
  78. checking for sysroot... no
  79. checking for a working dd... /bin/dd
  80. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  81. checking for mt... mt
  82. checking if mt is a manifest tool... no
  83. checking how to run the C preprocessor... gcc -E
  84. checking for ANSI C header files... yes
  85. checking for sys/types.h... yes
  86. checking for sys/stat.h... yes
  87. checking for stdlib.h... yes
  88. checking for string.h... yes
  89. checking for memory.h... yes
  90. checking for strings.h... yes
  91. checking for inttypes.h... yes
  92. checking for stdint.h... yes
  93. checking for unistd.h... yes
  94. checking for dlfcn.h... yes
  95. checking for objdir... .libs
  96. checking if gcc supports -fno-rtti -fno-exceptions... no
  97. checking for gcc option to produce PIC... -fPIC -DPIC
  98. checking if gcc PIC flag -fPIC -DPIC works... yes
  99. checking if gcc static flag -static works... yes
  100. checking if gcc supports -c -o file.o... yes
  101. checking if gcc supports -c -o file.o... (cached) yes
  102. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  103. checking whether -lc should be explicitly linked in... no
  104. checking dynamic linker characteristics... GNU/Linux ld.so
  105. checking how to hardcode library paths into programs... immediate
  106. checking whether stripping libraries is possible... yes
  107. checking if libtool supports shared libraries... yes
  108. checking whether to build shared libraries... yes
  109. checking whether to build static libraries... yes
  110. checking for gcc... (cached) gcc
  111. checking whether we are using the GNU C compiler... (cached) yes
  112. checking whether gcc accepts -g... (cached) yes
  113. checking for gcc option to accept ISO C89... (cached) none needed
  114. checking whether gcc understands -c and -o together... (cached) yes
  115. checking dependency style of gcc... (cached) gcc3
  116. checking for g++... g++
  117. checking whether we are using the GNU C++ compiler... yes
  118. checking whether g++ accepts -g... yes
  119. checking dependency style of g++... gcc3
  120. checking how to run the C++ preprocessor... g++ -E
  121. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  122. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  123. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  124. checking for g++ option to produce PIC... -fPIC -DPIC
  125. checking if g++ PIC flag -fPIC -DPIC works... yes
  126. checking if g++ static flag -static works... yes
  127. checking if g++ supports -c -o file.o... yes
  128. checking if g++ supports -c -o file.o... (cached) yes
  129. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  130. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  131. checking how to hardcode library paths into programs... immediate
  132. ./configure: line 16747: PKG_PROG_PKG_CONFIG: command not found
  133. checking for ANSI C header files... (cached) yes
  134. checking for special C compiler options needed for large files... no
  135. checking for _FILE_OFFSET_BITS value needed for large files... no
  136. checking whether __attribute__((visibility())) is supported... yes
  137. ./configure: line 17207: syntax error near unexpected token `DRM,'
  138. ./configure: line 17207: `PKG_CHECK_MODULES(DRM, libdrm >= $LIBDRM_VERSION)'
  139. root@kali:~/libva#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement