Advertisement
Guest User

Untitled

a guest
May 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. cd . && CFLAGS="-g -O2 -Wno-error" CXXFLAGS="-g -O2" CPPFLAGS="-Wdate-time" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" /home/pi/gst_1_12/gst_libav_2/gst-libav1.0-1.12.0/./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gst-libav1.0" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --with-package-name="GStreamer libav Plugins (Ubuntu)" --with-package-origin="https://launchpad.net/distros/ubuntu/+source/gst-libav1.0"
  2. checking build system type... arm-unknown-linux-gnueabihf
  3. checking host system type... arm-unknown-linux-gnueabihf
  4. checking target system type... arm-unknown-linux-gnueabihf
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether UID '1000' is supported by ustar format... yes
  12. checking whether GID '1000' is supported by ustar format... yes
  13. checking how to create a ustar tar archive... gnutar
  14. checking nano version... 0 (release)
  15. checking whether to enable maintainer-specific portions of Makefiles... no
  16. checking whether make supports nested variables... (cached) yes
  17. checking how to print strings... printf
  18. checking for style of include used by make... GNU
  19. checking for gcc... gcc
  20. checking whether the C compiler works... yes
  21. checking for C compiler default output file name... a.out
  22. checking for suffix of executables...
  23. checking whether we are cross compiling... no
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking whether gcc understands -c and -o together... yes
  29. checking dependency style of gcc... none
  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 arm-unknown-linux-gnueabihf file names to arm-unknown-linux-gnueabihf format... func_convert_file_noop
  41. checking how to convert arm-unknown-linux-gnueabihf 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 ar... ar
  48. checking for archiver @FILE support... @
  49. checking for strip... strip
  50. checking for ranlib... ranlib
  51. checking command to parse /usr/bin/nm -B output from gcc object... ok
  52. checking for sysroot... no
  53. checking for a working dd... /bin/dd
  54. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  55. checking for mt... mt
  56. checking if mt is a manifest tool... no
  57. checking how to run the C preprocessor... gcc -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for dlfcn.h... yes
  69. checking for objdir... .libs
  70. checking if gcc supports -fno-rtti -fno-exceptions... no
  71. checking for gcc option to produce PIC... -fPIC -DPIC
  72. checking if gcc PIC flag -fPIC -DPIC works... yes
  73. checking if gcc static flag -static works... yes
  74. checking if gcc supports -c -o file.o... yes
  75. checking if gcc supports -c -o file.o... (cached) yes
  76. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  77. checking whether -lc should be explicitly linked in... no
  78. checking dynamic linker characteristics... GNU/Linux ld.so
  79. checking how to hardcode library paths into programs... immediate
  80. checking for shl_load... no
  81. checking for shl_load in -ldld... no
  82. checking for dlopen... no
  83. checking for dlopen in -ldl... yes
  84. checking whether a program can dlopen itself... yes
  85. checking whether a statically linked program can dlopen itself... no
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... no
  90. checking for pkg-config... /usr/bin/pkg-config
  91. checking pkg-config is at least version 0.9.0... yes
  92. checking for ORC... yes
  93. checking for usable orcc... /usr/bin/orcc
  94. configure: Using GStreamer libav Plugins (Ubuntu) as package name
  95. configure: Using https://launchpad.net/distros/ubuntu/+source/gst-libav1.0 as package origin
  96. checking whether byte ordering is bigendian... no
  97. checking for gcc... (cached) gcc
  98. checking whether we are using the GNU C compiler... (cached) yes
  99. checking whether gcc accepts -g... (cached) yes
  100. checking for gcc option to accept ISO C89... (cached) none needed
  101. checking whether gcc understands -c and -o together... (cached) yes
  102. checking dependency style of gcc... (cached) none
  103. checking for gcc option to accept ISO C99... none needed
  104. checking for gcc option to accept ISO Standard C... (cached) none needed
  105. checking for valgrind... no
  106. checking for gtkdoc-check... /usr/bin/gtkdoc-check
  107. checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
  108. checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
  109. checking whether to build gtk-doc documentation... no
  110. checking for python... /usr/bin/python
  111. checking for python version... 2.7
  112. checking for python platform... linux2
  113. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  114. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  115. checking whether to build plugin documentation... no (gtk-doc disabled or not available)
  116. checking for cos in -lm... yes
  117. checking whether gcc is Clang... no
  118. checking whether pthreads work with -pthread... yes
  119. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  120. checking whether more special flags are required for pthreads... no
  121. checking for PTHREAD_PRIO_INHERIT... yes
  122. checking for ANSI C header files... (cached) yes
  123. checking for GLIB... yes
  124. checking for glib-genmarshal... glib-genmarshal (from pkg-config path)
  125. checking for glib-mkenums... glib-mkenums
  126. checking for GIO... yes
  127. checking for GST... yes
  128. configure: using GStreamer tools in /usr/bin
  129. configure: using GStreamer plug-ins in /usr/lib/arm-linux-gnueabihf/gstreamer-1.0
  130. checking for GST_BASE... yes
  131. checking for GST_PLUGINS_BASE... yes
  132. configure: using GStreamer Base Plugins in /usr/lib/arm-linux-gnueabihf/gstreamer-1.0
  133. checking for GST_CHECK... yes
  134. configure: Using GStreamer Core Plugins in /usr/lib/arm-linux-gnueabihf/gstreamer-1.0
  135. configure: Using GStreamer Base Plugins in /usr/lib/arm-linux-gnueabihf/gstreamer-1.0
  136. checking for -Bsymbolic-functions linker flag... yes
  137. configure: Using /usr/lib/arm-linux-gnueabihf/gstreamer-1.0 as the plugin install location
  138. checking whether to build static plugins or not... no
  139. checking to see if compiler understands -Wall... yes
  140. checking to see if compiler understands -Wdeclaration-after-statement... yes
  141. checking to see if compiler understands -Wvla... yes
  142. checking to see if compiler understands -Wpointer-arith... yes
  143. checking to see if compiler understands -Wmissing-declarations... yes
  144. checking to see if compiler understands -Wmissing-prototypes... yes
  145. checking to see if compiler understands -Wredundant-decls... yes
  146. checking to see if compiler understands -Wundef... yes
  147. checking to see if compiler understands -Wwrite-strings... yes
  148. checking to see if compiler understands -Wformat-nonliteral... yes
  149. checking to see if compiler understands -Wformat-security... yes
  150. checking to see if compiler understands -Wold-style-definition... yes
  151. checking to see if compiler understands -Winit-self... yes
  152. checking to see if compiler understands -Wmissing-include-dirs... yes
  153. checking to see if compiler understands -Waddress... yes
  154. checking to see if compiler understands -Waggregate-return... yes
  155. checking to see if compiler understands -Wno-multichar... yes
  156. checking to see if compiler understands -Wnested-externs... yes
  157. configure: set WARNING_CFLAGS to -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs
  158. configure: set ERROR_CFLAGS to
  159. configure: Using local Libav snapshot
  160. checking for BZ2_bzlibVersion in -lbz2... yes
  161. checking for lzma_version_string in -llzma... yes
  162. configure: Using included Libav code
  163. checking that generated files are newer than configure... done
  164. configure: creating ./config.status
  165. config.status: creating Makefile
  166. config.status: creating common/Makefile
  167. config.status: creating common/m4/Makefile
  168. config.status: creating ext/Makefile
  169. config.status: creating ext/libav/Makefile
  170. config.status: creating ext/libswscale/Makefile
  171. config.status: creating gst-libs/Makefile
  172. config.status: creating gst-libs/ext/Makefile
  173. config.status: creating docs/Makefile
  174. config.status: creating docs/plugins/Makefile
  175. config.status: creating docs/version.entities
  176. config.status: creating tests/Makefile
  177. config.status: creating tests/check/Makefile
  178. config.status: creating tests/files/Makefile
  179. config.status: creating pkgconfig/Makefile
  180. config.status: creating pkgconfig/gstreamer-plugins-libav-uninstalled.pc
  181. config.status: creating config.h
  182. config.status: executing depfiles commands
  183. config.status: executing libtool commands
  184. config.status: executing configure-embedded-libav commands
  185. Configuring included Libav instance with args --prefix=/usr --enable-static --enable-pic --disable-avdevice --disable-postproc --disable-programs --disable-ffserver --disable-ffplay --disable-ffprobe --disable-ffmpeg --disable-encoder=flac --disable-protocols --disable-devices --disable-network --disable-hwaccels --disable-dxva2 --disable-vdpau --disable-filters --enable-filter=yadif --disable-doc --disable-vda --disable-d3d11va --disable-dxva2 --disable-audiotoolbox --disable-videotoolbox --disable-vaapi --disable-crystalhd --disable-mediacodec --disable-nvenc --disable-mmal --disable-omx --disable-omx-rpi --disable-cuda --disable-cuvid --disable-libmfx --disable-libnpp --disable-iconv --disable-jni --enable-optimizations --ar="$AR" --as="$AS" --cc="$CC" --ld="$CC" --nm="$NM" --disable-ffmpeg
  186. GNU assembler not found, install/update gas-preprocessor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement