Guest User

pacaur gstreamer0.10-good-plugins err

a guest
May 10th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.78 KB | None | 0 0
  1. configure: *** Orc acceleration enabled.
  2.  
  3. make  all-recursive
  4. make[1]: Entering directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good'
  5. Making all in gst
  6. make[2]: Entering directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good/gst'
  7. make -C videofilter
  8. make[3]: Entering directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good/gst/videofilter'
  9.   CC       libgstvideofilter_la-plugin.lo
  10. In file included from /usr/include/gstreamer-0.10/gst/gst.h:32:0,
  11.                  from plugin.c:24:
  12. /usr/include/gstreamer-0.10/gst/gstversion.h:48:27: error: expected declaration specifiers or ‘...’ before ‘(’ token
  13.  #define GST_VERSION_MAJOR (0)
  14.                            ^
  15. plugin.c:43:21: note: in expansion of macro ‘GST_VERSION_MAJOR’
  16.  GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR,
  17.                      ^~~~~~~~~~~~~~~~~
  18. /usr/include/gstreamer-0.10/gst/gstversion.h:54:27: error: expected declaration specifiers or ‘...’ before ‘(’ token
  19.  #define GST_VERSION_MINOR (10)
  20.    
  21. plugin.c:44:5: note: in expansion of macro ‘GST_VERSION_MINOR’
  22.      GST_VERSION_MINOR,
  23.      ^~~~~~~~~~~~~~~~~
  24. plugin.c:45:5: error: unknown type name ‘videofilter’
  25.      videofilter,
  26.      ^~~~~~~~~~~
  27. plugin.c:46:5: error: expected declaration specifiers or ‘...’ before string constant
  28.      "Video filters plugin",
  29.      ^~~~~~~~~~~~~~~~~~~~~~
  30. plugin.c:47:5: error: expected declaration specifiers or ‘...’ before ‘plugin_init’
  31.      plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
  32.      ^~~~~~~~~~~
  33. In file included from plugin.c:21:0:
  34. ../../config.h:421:17: error: expected declaration specifiers or ‘...’ before string constant
  35.  #define VERSION "0.10.31"
  36.                  ^
  37. plugin.c:47:18: note: in expansion of macro ‘VERSION’
  38.      plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
  39.                   ^~~~~~~
  40. ../../config.h:39:21: error: expected declaration specifiers or ‘...’ before string constant
  41.  #define GST_LICENSE "LGPL"
  42.                      ^
  43. plugin.c:47:27: note: in expansion of macro ‘GST_LICENSE’
  44.      plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
  45.                            ^~~~~~~~~~~
  46. ../../config.h:42:26: error: expected declaration specifiers or ‘...’ before string constant
  47.  #define GST_PACKAGE_NAME "GStreamer Good Plugins (Archlinux)"
  48.                           ^
  49. ../../config.h:42:26: note: in definition of macro ‘GST_PACKAGE_NAME’
  50.  #define GST_PACKAGE_NAME "GStreamer Good Plugins (Archlinux)"
  51.                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52. ../../config.h:45:28: error: expected declaration specifiers or ‘...’ before string constant
  53.  #define GST_PACKAGE_ORIGIN "http://www.archlinux.org/"
  54.                             ^
  55. plugin.c:47:58: note: in expansion of macro ‘GST_PACKAGE_ORIGIN’
  56.      plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
  57.                                                           ^~~~~~~~~~~~~~~~~~
  58. plugin.c:32:1: warning: ‘plugin_init’ defined but not used [-Wunused-function]
  59.  plugin_init (GstPlugin * plugin)
  60.  ^~~~~~~~~~~
  61. make[3]: *** [Makefile:696: libgstvideofilter_la-plugin.lo] Error 1
  62. make[3]: Leaving directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good/gst/videofilter'
  63. make[2]: *** [Makefile:865: videofilter] Error 2
  64. make[2]: Leaving directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good/gst'
  65. make[1]: *** [Makefile:715: all-recursive] Error 1
  66. make[1]: Leaving directory '/home/gppk/.cache/pacaur/gstreamer0.10-good/src/gst-plugins-good'
  67. make: *** [Makefile:644: all] Error 2
  68. ==> ERROR: A failure occurred in build().
  69.     Aborting...
  70. :: failed to build gstreamer0.10-good-plugins package(s)
Add Comment
Please, Sign In to add comment