Guest User

Untitled

a guest
Oct 18th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. configure: *** checking feature: building of experimental plug-ins ***
  2. configure: not building experimental plug-ins
  3. checking whether byte ordering is bigendian... no
  4. checking whether byte ordering is bigendian... (cached) no
  5. checking for gcc... (cached) cc
  6. checking whether we are using the GNU C compiler... (cached) yes
  7. checking whether cc accepts -g... (cached) yes
  8. checking for cc option to accept ISO C89... (cached) none needed
  9. checking dependency style of cc... (cached) gcc3
  10. checking for cc option to accept ISO C99... -std=gnu99
  11. checking for cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  12. checking whether we are using the GNU C++ compiler... yes
  13. checking whether c++ accepts -g... yes
  14. checking dependency style of c++... gcc3
  15. checking how to run the C++ preprocessor... c++ -E
  16. checking for ld used by c++... /usr/bin/ld
  17. checking if the linker (/usr/bin/ld) is GNU ld... yes
  18. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  19. checking for c++ option to produce PIC... -fPIC -DPIC
  20. checking if c++ PIC flag -fPIC -DPIC works... yes
  21. checking if c++ static flag -static works... yes
  22. checking if c++ supports -c -o file.o... yes
  23. checking if c++ supports -c -o file.o... (cached) yes
  24. checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
  25. checking dynamic linker characteristics... freebsd8.2 ld.so
  26. checking how to hardcode library paths into programs... immediate
  27. checking for c++... yes
  28. checking how to run the C++ preprocessor... c++ -E
  29. checking for objcc... no
  30. checking for objc... no
  31. checking for gcc... gcc
  32. checking dependency style of gcc... gcc3
  33. checking if Objective C compiler works... yes
  34. checking whether cc -std=gnu99 and cc understand -c and -o together... yes
  35. checking dependency style of cc -std=gnu99... gcc3
  36. checking for working do while(0) macros... yes
  37. checking for valgrind... no
  38. Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults for schema installation
  39. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  40. checking whether to build gtk-doc documentation... no
  41. checking for gtkdoc-check... /usr/local/bin/gtkdoc-check
  42. configure: Looking for Python version >= 2.1
  43. checking for python... /usr/local/bin/python
  44. checking "/usr/local/bin/python":... okay
  45. checking local Python configuration... looks good
  46. checking whether to build plugin documentation... no (gtk-doc disabled or not available)
  47. checking for cos in -lm... yes
  48. checking for ANSI C header files... (cached) yes
  49. checking for stdint types... stdint.h (shortcircuit)
  50. make use of stdint.h in _stdint.h (assuming C99 compatible system)
  51. checking netinet/in.h usability... yes
  52. checking netinet/in.h presence... yes
  53. checking for netinet/in.h... yes
  54. checking winsock2.h usability... no
  55. checking winsock2.h presence... no
  56. checking for winsock2.h... no
  57. checking sys/time.h usability... yes
  58. checking sys/time.h presence... yes
  59. checking for sys/time.h... yes
  60. checking for FIONREAD in sys/ioctl.h... yes
  61. checking if compiler supports gcc-style inline assembly... yes
  62. checking for rint... yes
  63. checking for sinh... yes
  64. checking for cosh... yes
  65. checking for asinh... yes
  66. checking for fpclass... no
  67. checking for isinf... yes
  68. checking for stdlib.h... (cached) yes
  69. checking for unistd.h... (cached) yes
  70. checking for sys/param.h... yes
  71. checking for getpagesize... yes
  72. checking for working mmap... yes
  73. checking for struct ip_mreqn... yes
  74. checking for GLIB... yes
  75. checking for ORC... yes
  76. checking for GST... yes
  77. configure: using GStreamer tools in /usr/local/bin
  78. configure: using GStreamer plug-ins in /usr/local/lib/gstreamer-0.10
  79. checking for GST_BASE... yes
  80. checking for GST_GDP... yes
  81. checking for GST_CONTROLLER... yes
  82. checking for GST_CHECK... yes
  83. checking for GST_PLUGINS_BASE... no
  84. configure: Requested 'gstreamer-plugins-base-0.10 >= 0.10.33' but version of GStreamer Base Plugins Libraries is 0.10.31
  85. configure: error: no gstreamer-plugins-base-0.10 >= 0.10.33 (GStreamer Base Plugins) found
  86. ===> Script "configure" failed unexpectedly.
  87. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach
  88. the
  89. "/usr/ports/multimedia/gstreamer-plugins-v4l2/work/gst-plugins-good-0.10.30/config.log"
  90. including the output of the failure of your make command. Also, it might be
  91. a good idea to provide an overview of all packages installed on your system
  92. (e.g. an `ls /var/db/pkg`).
  93. *** Error code 1
Add Comment
Please, Sign In to add comment