You are not logged in.

#1 2013-04-28 23:11:15

nuc
Member
Registered: 2012-04-26
Posts: 117

[Done] Can't build gstreamer0.10-good-plugins

Hi!
I need to recompile gstreamer0.10-good-plugins from official ArchLinux repos, however the build fails:

configure.ac:27: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:27: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Any ideas why?
https://bugs.archlinux.org/task/35019

Last edited by nuc (2013-05-04 23:55:36)

Offline

#2 2013-04-28 23:13:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

Because after over 10 years of being deprecated, AM_CONFIG_HEADER was removed from the latest version of automake. Simple fix:
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac

Last edited by Scimmia (2013-04-28 23:14:20)

Offline

#3 2013-04-28 23:32:27

nuc
Member
Registered: 2012-04-26
Posts: 117

Re: [Done] Can't build gstreamer0.10-good-plugins

LOL, thanks that fixed it. tongue

However there's still some other error:

configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:71: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
configure.ac:71: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:71: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
parallel-tests: error: required file './test-driver' not found
parallel-tests:   'automake --add-missing' can install 'test-driver'
autoreconf: automake failed with exit status: 1

What is this 'test-driver'? How to fix it?

Last edited by nuc (2013-04-28 23:38:14)

Offline

#4 2013-04-28 23:39:41

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

try changing 'autoreconf' to 'autoreconf -i'

Offline

#5 2013-04-28 23:44:21

nuc
Member
Registered: 2012-04-26
Posts: 117

Re: [Done] Can't build gstreamer0.10-good-plugins

it complains about some modified config files now:

autopoint: File po/Makefile.in.in has been locally modified.
autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you find the local modifications in the file '/tmp/aroFeE7m/gtZrGjfS/autopoint.diff'.
autopoint: *** Stop.
autoreconf: autopoint failed with exit status: 1

Where to add the --force ?

Offline

#6 2013-04-28 23:46:13

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

that's a new one on me. Makefile.in.in? Whatever, --force would be part of the autoreconf command

Offline

#7 2013-04-28 23:53:07

nuc
Member
Registered: 2012-04-26
Posts: 117

Re: [Done] Can't build gstreamer0.10-good-plugins

yeah already figured it out myself smile

However this shit still won't compile. This is the output:

Copying file m4/glibc2.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:71: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
configure.ac:71: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:71: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
parallel-tests: installing './test-driver'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VALGRIND... no
configure: Using GStreamer Good Plugins (Archlinux) as package name
configure: Using http://www.archlinux.org/ as package origin

configure: *** checking feature: building of plug-ins with external deps ***
configure: building external plug-ins

configure: *** checking feature: building of experimental plug-ins ***
configure: WARNING: building experimental plug-ins
checking whether byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for g++... yes
checking how to run the C++ preprocessor... g++ -E
checking for objcc... no
checking for objc... no
checking for gcc... gcc
checking dependency style of gcc... gcc3
checking if Objective C compiler works... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for working do while(0) macros... yes
checking for valgrind... no
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... /usr/bin/gtkdoc-check
configure: Looking for Python version >= 2.1
checking for python... /usr/bin/python
checking for python2.2... no
checking for python2.1... no
checking for python2.0... no
checking for python2... /usr/bin/python2
checking "/usr/bin/python2":... okay
checking local Python configuration... looks good
checking whether to build plugin documentation... no (gtk-doc disabled or not available)
checking for cos in -lm... yes
checking for ANSI C header files... (cached) yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking if compiler supports gcc-style inline assembly... yes
checking for rint... yes
checking for sinh... yes
checking for cosh... yes
checking for asinh... yes
checking for fpclass... no
checking for isinf... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for struct ip_mreqn... yes
checking for GLIB... yes
checking for GIO... yes
checking for ORC... yes
checking for usable orcc... /usr/bin/orcc
checking for GST... yes
configure: using GStreamer tools in /usr/bin
configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
checking for GST_BASE... yes
checking for GST_GDP... yes
checking for GST_CONTROLLER... yes
checking for GST_CHECK... yes
checking for GST_PLUGINS_BASE... yes
configure: using GStreamer Base Plugins in /usr/lib/gstreamer-0.10
configure: Using GStreamer Core Plugins in /usr/lib/gstreamer-0.10
configure: Using GStreamer Base Plugins in /usr/lib/gstreamer-0.10
checking which gtk+ version to compile examples against (optional)... 2.0 (>= 2.14.0)
checking for GTK... yes
checking for GTK_X11... yes

configure: *** checking feature: GConf schemas ***
checking for gconftool-2... /usr/bin/gconftool-2
configure: Using /usr/lib/gstreamer-0.10 as the plugin install location
configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2012-02-20
checking to see if compiler understands -Wall... yes
checking to see if compiler understands -Wdeclaration-after-statement... yes
checking to see if compiler understands -Wvla... yes
checking to see if compiler understands -Wpointer-arith... yes
checking to see if compiler understands -Wmissing-declarations... yes
checking to see if compiler understands -Wmissing-prototypes... yes
checking to see if compiler understands -Wredundant-decls... yes
checking to see if compiler understands -Wwrite-strings... yes
checking to see if compiler understands -Wold-style-definition... yes
checking to see if compiler understands -Waggregate-return... yes
checking to see if compiler understands -Winit-self... yes
checking to see if compiler understands -Wmissing-include-dirs... yes
checking to see if compiler understands -Waddress... yes
checking to see if compiler understands -Wno-multichar... yes
checking to see if compiler understands -Wnested-externs... yes
configure: set WARNING_CFLAGS to  -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wold-style-definition -Waggregate-return -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs
configure: set ERROR_CFLAGS to 
checking to see if c++ compiler understands ... yes
checking to see if c++ compiler understands -Wall... yes
checking to see if c++ compiler understands -Wmissing-declarations... yes
checking to see if c++ compiler understands -Wredundant-decls... yes
checking to see if c++ compiler understands -Wwrite-strings... yes
checking to see if c++ compiler understands -Winit-self... yes
checking to see if c++ compiler understands -Wmissing-include-dirs... yes
checking to see if c++ compiler understands -Waddress... yes
checking to see if c++ compiler understands -Wno-multichar... yes
configure: set WARNING_CXXFLAGS to  -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
configure: set ERROR_CXXFLAGS to 
configure: Using autoaudiosink as default audio sink
configure: Using alsasrc as default audio source
configure: Using autovideosink as default video sink
configure: Using v4l2src as default video source
configure: Using goom as default visualizer
checking for socket... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for winsock2.h... (cached) no

configure: Checking libraries for plugins in sys/


configure: *** checking feature: DirectSound plug-in ***
configure: *** for plug-ins: directsoundsink ***
checking for DirectSound LDFLAGS... no
configure: *** These plugins will not be built: directsoundsink

configure: *** checking feature: OSS audio ***
configure: *** for plug-ins: ossaudio ***
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
configure: *** These plugins will be built: ossaudio

configure: *** checking feature: Open Sound System 4 ***
configure: *** for plug-ins: oss4 ***
checking Checking if we can build the OSS4 elements... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
configure: *** These plugins will be built: oss4

configure: *** checking feature: Sun Audio ***
configure: *** for plug-ins: sunaudio ***
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
configure: *** These plugins will not be built: sunaudio

configure: *** checking feature: OSX audio ***
configure: *** for plug-ins: osxaudio ***
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
configure: *** These plugins will not be built: osxaudio

configure: *** checking feature: OSX video ***
configure: *** for plug-ins: osxvideosink ***
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
configure: *** These plugins will not be built: osxvideosink

configure: *** checking feature: Video 4 Linux 2 ***
configure: *** for plug-ins: v4l2src ***
checking Checking for up to date v4l2 installation... yes
checking struct v4l2_buffer declaration... yes
configure: *** These plugins will be built: v4l2src
checking for GUDEV... yes
checking for LIBV4L2... yes

configure: *** checking feature: X libraries and plugins ***
configure: *** for plug-ins: ximagesrc ***
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFIXES... yes
checking for XDAMAGE... yes
configure: *** These plugins will be built: ximagesrc

configure: *** checking feature: X Shared Memory extension ***
checking for XShmAttach in -lXext... yes

configure: *** checking feature: X11 XVideo extensions ***
checking for XvQueryExtension in -lXv_pic... no
checking for XvQueryExtension in -lXv... yes

configure: Checking libraries for plugins in ext/


configure: *** checking feature: aalib ASCII Art library ***
configure: *** for plug-ins: aasink ***
checking for aalib-config... /usr/bin/aalib-config
checking for AALIB - version >= 0.11.0... yes
configure: *** These plugins will be built: aasink

configure: *** checking feature: XML library ***
configure: *** for plug-ins: annodex ***
checking for ANNODEX... yes
configure: *** These plugins will be built: annodex

configure: *** checking feature: Cairo graphics rendering ***
configure: *** for plug-ins: cairo ***
checking for CAIRO... yes
configure: *** These plugins will be built: cairo

configure: *** checking feature: Cairo graphics rendering gobject bindings ***
configure: *** for plug-ins: cairooverlay ***
checking for CAIRO_GOBJECT... yes
configure: *** These plugins will be built: cairooverlay

configure: *** checking feature: ESounD sound daemon ***
configure: *** for plug-ins: esdsink ***
configure: *** These plugins will not be built: esdsink

configure: *** checking feature: FLAC lossless audio ***
configure: *** for plug-ins: flac ***
checking for FLAC... yes
configure: *** These plugins will be built: flac

configure: *** checking feature: GConf libraries ***
configure: *** for plug-ins: gconfelements ***
checking for GCONF... yes
configure: *** These plugins will be built: gconfelements

configure: *** checking feature: GDK pixbuf ***
configure: *** for plug-ins: gdkpixbuf ***
checking for GDK_PIXBUF... yes
configure: *** These plugins will be built: gdkpixbuf

configure: *** checking feature: HAL libraries ***
configure: *** for plug-ins: halelements ***
configure: *** These plugins will not be built: halelements

configure: *** checking feature: Jack ***
configure: *** for plug-ins: jack ***
checking for JACK... yes
checking for JACK_0_120_1... yes
checking for JACK_1_9_7... no
configure: Requested 'jack >= 1.9.7' but version of jack is 0.121.3
configure: *** These plugins will be built: jack

configure: *** checking feature: jpeg library ***
configure: *** for plug-ins: jpeg ***
checking for jpeg_set_defaults in -ljpeg-mmx... no
checking for jpeg_set_defaults in -ljpeg... yes
configure: *** These plugins will be built: jpeg

configure: *** checking feature: libcaca coloured ASCII art ***
configure: *** for plug-ins: cacasink ***
checking for LIBCACA... yes
configure: *** These plugins will be built: cacasink

configure: *** checking feature: libdv DV demuxer/decoder ***
configure: *** for plug-ins: dv ***
checking for LIBDV... yes
configure: *** These plugins will be built: dv

configure: *** checking feature: Portable Network Graphics library ***
configure: *** for plug-ins: png ***
checking for LIBPNG... yes
configure: *** These plugins will be built: png

configure: *** checking feature: pulseaudio plug-in ***
configure: *** for plug-ins: pulseaudio ***
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking for PULSE... yes
checking for PULSE_0_9_20... yes
checking for PULSE_1_0... yes
configure: *** These plugins will be built: pulseaudio

configure: *** checking feature: raw1394 and avc1394 library ***
configure: *** for plug-ins: 1394 ***
checking for RAW1394... yes
checking for LIBIEC61883... yes
checking for avc1394_send_command in -lavc1394... yes
checking libavc1394/avc1394.h usability... yes
checking libavc1394/avc1394.h presence... yes
checking for libavc1394/avc1394.h... yes
checking for rom1394_free_directory in -lrom1394... yes
checking libavc1394/rom1394.h usability... yes
checking libavc1394/rom1394.h presence... yes
checking for libavc1394/rom1394.h... yes
configure: *** These plugins will be built: 1394

configure: *** checking feature: Shoutcast/Icecast client library ***
configure: *** for plug-ins: shout2 ***
checking for SHOUT2... yes
configure: *** These plugins will be built: shout2

configure: *** checking feature: soup http client plugin (2.4) ***
configure: *** for plug-ins: souphttpsrc ***
checking for SOUP... yes
configure: *** These plugins will be built: souphttpsrc

configure: *** checking feature: speex speech codec ***
configure: *** for plug-ins: speex ***
checking for SPEEX... yes
configure: *** These plugins will be built: speex

configure: *** checking feature: taglib tagging library ***
configure: *** for plug-ins: taglib ***
checking for TAGLIB... yes
checking to see if c++ compiler understands -Wno-attributes... yes
configure: *** These plugins will be built: taglib

configure: *** checking feature: wavpack plug-in ***
configure: *** for plug-ins: wavpack ***
checking for WAVPACK... yes
configure: *** These plugins will be built: wavpack

configure: *** checking feature: zlib support for qtdemux/matroska ***
checking for uncompress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes

configure: *** checking feature: bz2 library for matroska  ***
checking for BZ2_bzCompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gst/Makefile
config.status: creating gst/alpha/Makefile
config.status: creating gst/apetag/Makefile
config.status: creating gst/audiofx/Makefile
config.status: creating gst/audioparsers/Makefile
config.status: creating gst/auparse/Makefile
config.status: creating gst/autodetect/Makefile
config.status: creating gst/avi/Makefile
config.status: creating gst/cutter/Makefile
config.status: creating gst/deinterlace/Makefile
config.status: creating gst/debugutils/Makefile
config.status: creating gst/effectv/Makefile
config.status: creating gst/equalizer/Makefile
config.status: creating gst/flv/Makefile
config.status: creating gst/goom/Makefile
config.status: creating gst/goom2k1/Makefile
config.status: creating gst/id3demux/Makefile
config.status: creating gst/icydemux/Makefile
config.status: creating gst/imagefreeze/Makefile
config.status: creating gst/interleave/Makefile
config.status: creating gst/isomp4/Makefile
config.status: creating gst/law/Makefile
config.status: creating gst/level/Makefile
config.status: creating gst/matroska/Makefile
config.status: creating gst/monoscope/Makefile
config.status: creating gst/multifile/Makefile
config.status: creating gst/multipart/Makefile
config.status: creating gst/replaygain/Makefile
config.status: creating gst/rtp/Makefile
config.status: creating gst/rtpmanager/Makefile
config.status: creating gst/rtsp/Makefile
config.status: creating gst/shapewipe/Makefile
config.status: creating gst/smpte/Makefile
config.status: creating gst/spectrum/Makefile
config.status: creating gst/udp/Makefile
config.status: creating gst/videobox/Makefile
config.status: creating gst/videocrop/Makefile
config.status: creating gst/videofilter/Makefile
config.status: creating gst/videomixer/Makefile
config.status: creating gst/wavenc/Makefile
config.status: creating gst/wavparse/Makefile
config.status: creating gst/flx/Makefile
config.status: creating gst/y4m/Makefile
config.status: creating ext/Makefile
config.status: creating ext/aalib/Makefile
config.status: creating ext/annodex/Makefile
config.status: creating ext/cairo/Makefile
config.status: creating ext/dv/Makefile
config.status: creating ext/esd/Makefile
config.status: creating ext/flac/Makefile
config.status: creating ext/gconf/Makefile
config.status: creating ext/gdk_pixbuf/Makefile
config.status: creating ext/hal/Makefile
config.status: creating ext/jack/Makefile
config.status: creating ext/jpeg/Makefile
config.status: creating ext/libcaca/Makefile
config.status: creating ext/libpng/Makefile
config.status: creating ext/pulse/Makefile
config.status: creating ext/raw1394/Makefile
config.status: creating ext/shout2/Makefile
config.status: creating ext/soup/Makefile
config.status: creating ext/speex/Makefile
config.status: creating ext/taglib/Makefile
config.status: creating ext/wavpack/Makefile
config.status: creating sys/Makefile
config.status: creating sys/directsound/Makefile
config.status: creating sys/oss/Makefile
config.status: creating sys/oss4/Makefile
config.status: creating sys/osxaudio/Makefile
config.status: creating sys/osxvideo/Makefile
config.status: creating sys/sunaudio/Makefile
config.status: creating sys/v4l2/Makefile
config.status: creating sys/waveform/Makefile
config.status: creating sys/ximage/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating tests/check/Makefile
config.status: creating tests/examples/Makefile
config.status: creating tests/examples/audiofx/Makefile
config.status: creating tests/examples/cairo/Makefile
config.status: creating tests/examples/equalizer/Makefile
config.status: creating tests/examples/jack/Makefile
config.status: creating tests/examples/level/Makefile
config.status: creating tests/examples/pulse/Makefile
config.status: creating tests/examples/rtp/Makefile
config.status: creating tests/examples/shapewipe/Makefile
config.status: creating tests/examples/spectrum/Makefile
config.status: creating tests/examples/v4l2/Makefile
config.status: creating tests/files/Makefile
config.status: creating tests/icles/Makefile
config.status: creating gconf/Makefile
config.status: creating gconf/gstreamer.schemas
config.status: creating common/Makefile
config.status: creating common/m4/Makefile
config.status: creating m4/Makefile
config.status: creating docs/Makefile
config.status: creating docs/plugins/Makefile
config.status: creating docs/version.entities
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gstreamer-plugins-good-uninstalled.pc
config.status: creating gst-plugins-good.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing _stdint.h commands
config.status: creating _stdint.h : _GST_PLUGINS_GOOD__STDINT_H
configure: *** Plug-ins without external dependencies that will be built:
	alpha
	apetag
	audiofx
	audioparsers
	auparse
	autodetect
	avi
	cutter
	debugutils
	deinterlace
	effectv
	equalizer
	flv
	flx
	goom
	goom2k1
	icydemux
	id3demux
	imagefreeze
	interleave
	isomp4
	law
	level
	matroska
	monoscope
	multifile
	multipart
	replaygain
	rtp
	rtpmanager
	rtsp
	shapewipe
	smpte
	spectrum
	udp
	videobox
	videocrop
	videofilter
	videomixer
	wavenc
	wavparse
	y4m

configure: *** Plug-ins without external dependencies that will NOT be built:

configure: *** Plug-ins with dependencies that will be built:
	1394
	aasink
	annodex
	cacasink
	cairo
	cairooverlay
	dv
	flac
	gconfelements
	gdkpixbuf
	jack
	jpeg
	oss4
	ossaudio
	png
	pulseaudio
	shout2
	souphttpsrc
	speex
	taglib
	v4l2src
	wavpack
	ximagesrc

configure: *** Plug-ins with dependencies that will NOT be built:
	directsoundsink
	esdsink
	halelements
	osxaudio
	osxvideosink
	sunaudio

configure: *** Orc acceleration enabled.

make  all-recursive
make[1]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31'
Making all in gst
make[2]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make -C videofilter
make -C alpha
make -C apetag
make -C audiofx
make -C audioparsers
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
  CC       libgstvideofilter_la-plugin.lo
  CC       libgstalpha_la-gstalpha.lo
  CC       libgstaudioparsers_la-gstaacparse.lo
  CC       libgstaudiofx_la-audiofx.lo
  CC       libgstapetag_la-gstapedemux.lo
  CC       libgstvideofilter_la-gstvideoflip.lo
  CC       libgstaudiofx_la-audiopanorama.lo
  CC       libgstaudioparsers_la-gstamrparse.lo
  CCLD     libgstapetag.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
  CC       libgstaudioparsers_la-gstac3parse.lo
  CC       libgstaudiofx_la-audioinvert.lo
  CC       libgstaudioparsers_la-gstdcaparse.lo
  CC       libgstvideofilter_la-gstvideobalance.lo
  CC       libgstaudiofx_la-audioamplify.lo
  CC       libgstvideofilter_la-gstgamma.lo
  CC       libgstaudioparsers_la-gstflacparse.lo
  CC       libgstaudiofx_la-audiodynamic.lo
  CC       libgstaudiofx_la-audiokaraoke.lo
  CCLD     libgstvideofilter.la
  CC       libgstalphacolor_la-gstalphacolor.lo
  CC       libgstaudiofx_la-audiofxbaseiirfilter.lo
  CC       libgstaudiofx_la-audiocheblimit.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make -C auparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
  CC       libgstauparse_la-gstauparse.lo
  CC       libgstaudioparsers_la-gstmpegaudioparse.lo
  CCLD     libgstalpha.la
  CCLD     libgstalphacolor.la
  CC       libgstaudioparsers_la-plugin.lo
  CC       libgstaudiofx_la-audiochebband.lo
  CCLD     libgstauparse.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make -C autodetect
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
  CC       libgstautodetect_la-gstautoaudiosink.lo
  CC       libgstaudiofx_la-audioiirfilter.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
make -C avi
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
  CCLD     libgstaudioparsers.la
  CC       libgstavi_la-gstavi.lo
  CC       libgstavi_la-gstavimux.lo
audioiirfilter.c: In function 'gst_audio_iir_filter_update_coefficients':
audioiirfilter.c:155:7: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
       g_value_array_free (self->a);
       ^
audioiirfilter.c:161:7: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
       g_value_array_free (self->b);
       ^
audioiirfilter.c:170:7: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
       GValue *v = g_value_array_get_nth (self->a, i);
       ^
audioiirfilter.c:178:7: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
       GValue *v = g_value_array_get_nth (self->b, i);
       ^
audioiirfilter.c: In function 'gst_audio_iir_filter_init':
audioiirfilter.c:195:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   a = g_value_array_new (1);
   ^
audioiirfilter.c:199:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   g_value_array_append (a, &v);
   ^
audioiirfilter.c: In function 'gst_audio_iir_filter_finalize':
audioiirfilter.c:234:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (self->a);
     ^
audioiirfilter.c:237:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (self->b);
     ^
  CC       libgstautodetect_la-gstautoaudiosrc.lo
  CC       libgstaudiofx_la-audiofxbasefirfilter.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
  CC       libgstautodetect_la-gstautodetect.lo
  CC       libgstaudiofx_la-audiowsincband.lo
  CC       libgstaudiofx_la-audiowsinclimit.lo
  CC       libgstautodetect_la-gstautovideosink.lo
  CC       libgstautodetect_la-gstautovideosrc.lo
  CC       libgstaudiofx_la-audiofirfilter.lo
  CC       libgstaudiofx_la-audioecho.lo
  CC       libgstavi_la-gstavidemux.lo
audiofirfilter.c: In function 'gst_audio_fir_filter_update_kernel':
audiofirfilter.c:155:7: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
       g_value_array_free (self->kernel);
       ^
audiofirfilter.c:163:5: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
     GValue *v = g_value_array_get_nth (self->kernel, i);
     ^
audiofirfilter.c: In function 'gst_audio_fir_filter_init':
audiofirfilter.c:179:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   va = g_value_array_new (1);
   ^
audiofirfilter.c:183:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   g_value_array_append (va, &v);
   ^
audiofirfilter.c: In function 'gst_audio_fir_filter_finalize':
audiofirfilter.c:216:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (self->kernel);
     ^
  CCLD     libgstautodetect.la
make -C cutter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
  CC       libgstcutter_la-gstcutter.lo
  CCLD     libgstaudiofx.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
make -C debugutils
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
  CC       libgstefence_la-efence.lo
  CCLD     libgstcutter.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
make -C deinterlace
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
  ORCC   tmp-orc.c
  ORCC   tvtime.h
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
  CC       libgstdeinterlace_la-gstdeinterlace.lo
  CC       libgstavi_la-gstavisubtitle.lo
  CC       libgstdebug_la-gstdebug.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
make -C effectv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
  CC       libgsteffectv_la-gsteffectv.lo
  CC       libgstdebug_la-breakmydata.lo
  CC       libgsteffectv_la-gstedge.lo
  CC       libgsteffectv_la-gstaging.lo
  CC       libgstdebug_la-gstcapsdebug.lo
  CC       libgsteffectv_la-gstdice.lo
  CC       libgsteffectv_la-gstwarp.lo
  CC       libgstdebug_la-gstcapssetter.lo
  CC       libgsteffectv_la-gstshagadelic.lo
  CC       libgsteffectv_la-gstvertigo.lo
  CC       libgstdebug_la-gstnavseek.lo
  CC       libgstdeinterlace_la-gstdeinterlacemethod.lo
  CC       libgstdebug_la-gstpushfilesrc.lo
gstdeinterlacemethod.c: In function 'gst_deinterlace_simple_method_deinterlace_frame_packed':
gstdeinterlacemethod.c:324:30: warning: unused variable 'dm_class' [-Wunused-variable]
   GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self);
                              ^
gstdeinterlacemethod.c: In function 'gst_deinterlace_simple_method_deinterlace_frame_planar':
gstdeinterlacemethod.c:515:30: warning: unused variable 'dm_class' [-Wunused-variable]
   GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self);
                              ^
gstdeinterlacemethod.c: In function 'gst_deinterlace_simple_method_deinterlace_frame_nv12':
gstdeinterlacemethod.c:568:30: warning: unused variable 'dm_class' [-Wunused-variable]
   GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self);
                              ^
  CC       libgsteffectv_la-gstrev.lo
  CC       libgstdebug_la-gsttaginject.lo
  CC       libgstdeinterlace_la-tomsmocomp.lo
  CCLD     libgstavi.la
  CC       libgsteffectv_la-gstquark.lo
  CC       libgsteffectv_la-gstop.lo
  CC       libgstdebug_la-rndbuffersize.lo
  CC       libgsteffectv_la-gstradioac.lo
  CC       libgstdebug_la-progressreport.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
make -C equalizer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
  CC       libgstequalizer_la-gstiirequalizer.lo
  CC       libgsteffectv_la-gststreak.lo
  CC       libgstdebug_la-tests.lo
  CC       libgsteffectv_la-gstripple.lo
  CC       libgstequalizer_la-gstiirequalizernbands.lo
make -C flv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
  CC       libgstflv_la-gstflvdemux.lo
  CC       libgstdebug_la-cpureport.lo
  CC       libgstequalizer_la-gstiirequalizer3bands.lo
  CC       libgstdebug_la-testplugin.lo
  CCLD     libgsteffectv.la
  CC       libgstequalizer_la-gstiirequalizer10bands.lo
  CC       libgstnavigationtest_la-gstnavigationtest.lo
  CCLD     libgstequalizer.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
  CC       libgstflv_la-gstflvmux.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
  CCLD     libgstefence.la
  CCLD     libgstdebug.la
  CCLD     libgstnavigationtest.la
make -C id3demux
  CC       libgstdeinterlace_la-greedy.lo
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
  CC       libgstid3demux_la-gstid3demux.lo
  CCLD     libgstflv.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
make -C icydemux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
  CC       libgsticydemux_la-gsticydemux.lo
  CCLD     libgstid3demux.la
  CC       libgstdeinterlace_la-greedyh.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
make -C interleave
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
  CC       libgstinterleave_la-plugin.lo
  CCLD     libgsticydemux.la
  CC       libgstinterleave_la-interleave.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
  CC       libgstinterleave_la-deinterleave.lo
interleave.c: In function 'gst_interleave_finalize':
interleave.c:245:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (self->channel_positions);
     ^
interleave.c:250:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (self->input_channel_positions);
     ^
interleave.c: In function 'gst_interleave_check_channel_positions':
interleave.c:271:5: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
     GValue *v = g_value_array_get_nth (positions, i);
     ^
interleave.c: In function 'gst_interleave_set_channel_positions':
interleave.c:296:11: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
           g_value_array_get_nth (self->channel_positions, i));
           ^
interleave.c: In function 'gst_interleave_init':
interleave.c:412:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   self->input_channel_positions = g_value_array_new (0);
   ^
interleave.c: In function 'gst_interleave_set_property':
interleave.c:427:9: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
         g_value_array_free (self->channel_positions);
         ^
interleave.c:438:11: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
           g_value_array_free (self->channel_positions);
           ^
interleave.c: In function 'gst_interleave_request_new_pad':
interleave.c:516:7: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
       g_value_array_append (self->input_channel_positions, &val);
       ^
interleave.c: In function 'gst_interleave_release_pad':
interleave.c:569:3: warning: 'g_value_array_remove' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:91): Use 'GArray' instead [-Wdeprecated-declarations]
   g_value_array_remove (self->input_channel_positions,
   ^
interleave.c: In function 'gst_interleave_sink_setcaps':
interleave.c:793:9: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
         GValue *apos = g_value_array_get_nth (self->input_channel_positions,
         ^
  CC       libgstdeinterlace_la-vfir.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
make -C flx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
  CC       libgstflxdec_la-gstflxdec.lo
  CC       libgstflxdec_la-flx_color.lo
  CCLD     libgstinterleave.la
  CC       libgstdeinterlace_la-weavetff.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
make -C goom
  CC       libgstdeinterlace_la-weavebff.lo
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
  CC       libgstgoom_la-gstgoom.lo
  CC       libgstdeinterlace_la-weave.lo
  CCLD     libgstflxdec.la
  CC       libgstdeinterlace_la-linear.lo
  CC       libgstdeinterlace_la-linearblend.lo
  CC       libgstdeinterlace_la-scalerbob.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
make -C goom2k1
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make -C imagefreeze
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
  CC       libgstimagefreeze_la-gstimagefreeze.lo
  CC       libgstgoom2k1_la-gstgoom.lo
  CC       libgstgoom_la-drawmethods.lo
  CC       libgstgoom2k1_la-goom_core.lo
  CC       libgstdeinterlace_la-tmp-orc.lo
  CC       libgstgoom_la-sound_tester.lo
  CC       libgstgoom2k1_la-filters.lo
  CC       libgstgoom2k1_la-graphic.lo
  CCLD     libgstimagefreeze.la
  CC       libgstgoom_la-mathtools.lo
  CCLD     libgstdeinterlace.la
  CC       libgstgoom2k1_la-lines.lo
  CC       libgstgoom_la-lines.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
make -C isomp4
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
  CC       libgstisomp4_la-isomp4-plugin.lo
  CC       libgstisomp4_la-gstrtpxqtdepay.lo
  CCLD     libgstgoom2k1.la
  CC       libgstgoom_la-ifs.lo
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
  CC       libgstisomp4_la-qtdemux.lo
make -C law
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
  CC       libgstalaw_la-alaw-encode.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make -C level
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
  CC       libgstlevel_la-gstlevel.lo
  CC       libgstisomp4_la-qtdemux_types.lo
  CC       libgstalaw_la-alaw-decode.lo
  CC       libgstgoom_la-surf3d.lo
  CC       libgstisomp4_la-qtdemux_dump.lo
  CC       libgstalaw_la-alaw.lo
  CCLD     libgstlevel.la
  CC       libgstgoom_la-tentacle3d.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
make -C matroska
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
  CC       libgstmatroska_la-ebml-read.lo
  CC       libgstmulaw_la-mulaw-encode.lo
  CC       libgstgoom_la-v3d.lo
  CC       libgstmulaw_la-mulaw-conversion.lo
  CC       libgstgoom_la-convolve_fx.lo
  CC       libgstmulaw_la-mulaw-decode.lo
  CC       libgstmatroska_la-ebml-write.lo
  CC       libgstmulaw_la-mulaw.lo
  CC       libgstgoom_la-flying_stars_fx.lo
  CC       libgstisomp4_la-qtdemux_lang.lo
  CC       libgstgoom_la-plugin_info.lo
  CCLD     libgstalaw.la
  CC       libgstmatroska_la-matroska.lo
  CC       libgstmatroska_la-matroska-demux.lo
  CCLD     libgstmulaw.la
  CC       libgstmatroska_la-matroska-parse.lo
  CC       libgstgoom_la-goom_tools.lo
  CC       libgstgoom_la-config_param.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
make -C monoscope
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
  CC       libgstmonoscope_la-gstmonoscope.lo
  CC       libgstgoom_la-filters.lo
  CC       libgstmonoscope_la-monoscope.lo
  CC       libgstgoom_la-goom_core.lo
  CC       libgstmonoscope_la-convolve.lo
make -C multifile
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
  CC       libgstmultifile_la-gstmultifilesink.lo
  CC       libgstgoom_la-graphic.lo
  CCLD     libgstmonoscope.la
  CCLD     libgstgoom.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
  CC       libgstmatroska_la-matroska-ids.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
  CC       libgstmatroska_la-matroska-mux.lo
  CC       libgstmultifile_la-gstmultifilesrc.lo
  CC       libgstmultifile_la-gstmultifile.lo
  CC       libgstisomp4_la-gstqtmux.lo
  CC       libgstmultifile_la-gstsplitfilesrc.lo
  CC       libgstmultifile_la-patternspec.lo
  CC       libgstisomp4_la-gstqtmoovrecover.lo
  CCLD     libgstmultifile.la
  CC       libgstmatroska_la-matroska-read-common.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
make -C multipart
  CC       libgstmatroska_la-webm-mux.lo
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
  CC       libgstmultipart_la-multipart.lo
make -C replaygain
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
  CC       libgstreplaygain_la-gstrganalysis.lo
make -C rtp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
  CC       libgstrtp_la-fnv1hash.lo
  CC       libgstmultipart_la-multipartdemux.lo
  CC       libgstreplaygain_la-gstrglimiter.lo
  CC       libgstisomp4_la-atoms.lo
  CC       libgstrtp_la-gstrtp.lo
  CC       libgstmultipart_la-multipartmux.lo
  CC       libgstreplaygain_la-gstrgvolume.lo
  CC       libgstrtp_la-gstrtpchannels.lo
  CC       libgstmatroska_la-lzo.lo
  CCLD     libgstmultipart.la
  CC       libgstreplaygain_la-replaygain.lo
  CC       libgstrtp_la-gstrtpdepay.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
  CC       libgstreplaygain_la-rganalysis.lo
  CCLD     libgstmatroska.la
  CC       libgstisomp4_la-atomsrecovery.lo
  CC       libgstrtp_la-gstrtpac3depay.lo
  CC       libgstrtp_la-gstrtpac3pay.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
make -C rtpmanager
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
  GEN      gstrtpbin-marshal.c
  GEN      gstrtpbin-marshal.h
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
  CCLD     libgstreplaygain.la
  CC       libgstrtpmanager_la-gstrtpmanager.lo
  CC       libgstrtp_la-gstrtpbvdepay.lo
  CC       libgstrtpmanager_la-gstrtpbin.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
make -C rtsp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
  CC       libgstrtsp_la-gstrtsp.lo
  CC       libgstrtpmanager_la-gstrtpjitterbuffer.lo
  CC       libgstrtp_la-gstrtpbvpay.lo
  CC       libgstrtsp_la-gstrtspsrc.lo
  CC       libgstisomp4_la-descriptors.lo
  CC       libgstrtp_la-gstrtpceltdepay.lo
  CC       libgstisomp4_la-properties.lo
  CC       libgstrtsp_la-gstrtpdec.lo
  CC       libgstisomp4_la-gstqtmuxmap.lo
  CC       libgstrtpmanager_la-gstrtpptdemux.lo
  CC       libgstrtp_la-gstrtpceltpay.lo
  CC       libgstrtsp_la-gstrtspext.lo
  CC       libgstrtpmanager_la-gstrtpssrcdemux.lo
  CC       libgstrtp_la-gstrtpdvdepay.lo
  CCLD     libgstisomp4.la
  CC       libgstrtp_la-gstrtpdvpay.lo
  CC       libgstrtpmanager_la-rtpjitterbuffer.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
make -C shapewipe
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
  CC       libgstshapewipe_la-gstshapewipe.lo
  CC       libgstrtp_la-gstrtpgstdepay.lo
make -C smpte
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
  CC       libgstsmpte_la-gstsmpte.lo
  CC       libgstrtp_la-gstrtpgstpay.lo
  CC       libgstrtpmanager_la-rtpsession.lo
  CCLD     libgstshapewipe.la
  CC       libgstsmpte_la-gstmask.lo
  CC       libgstrtp_la-gstrtpilbcdepay.lo
rtpsession.c: In function 'rtp_session_class_init':
rtpsession.c:478:11: warning: 'g_value_array_get_type' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:62): Use 'GArray' instead [-Wdeprecated-declarations]
           G_TYPE_VALUE_ARRAY, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
           ^
rtpsession.c: In function 'copy_source':
rtpsession.c:613:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   g_value_array_append (arr, &value);
   ^
rtpsession.c: In function 'rtp_session_create_sources':
rtpsession.c:626:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   res = g_value_array_new (size);
   ^
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
make -C spectrum
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
  CC       libgstspectrum_la-gstspectrum.lo
  CC       libgstsmpte_la-barboxwipes.lo
  CC       libgstrtp_la-gstrtpilbcpay.lo
  CCLD     libgstrtsp.la
  CC       libgstrtp_la-gstrtpmpadepay.lo
  CC       libgstsmpte_la-paint.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
  CC       libgstrtp_la-gstrtpmpapay.lo
  CC       libgstsmpte_la-gstsmptealpha.lo
  CCLD     libgstspectrum.la
  CC       libgstrtp_la-gstrtpmparobustdepay.lo
  CC       libgstsmpte_la-plugin.lo
  CC       libgstrtpmanager_la-rtpsource.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
  CC       libgstrtp_la-gstrtpmpvdepay.lo
  CC       libgstrtpmanager_la-rtpstats.lo
  CCLD     libgstsmpte.la
  CC       libgstrtpmanager_la-gstrtpsession.lo
  CC       libgstrtp_la-gstrtpmpvpay.lo
make -C udp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
  GEN      gstudp-enumtypes.c
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
  CC       libgstrtp_la-gstrtppcmadepay.lo
  CC       libgstrtpmanager_la-gstrtpbin-marshal.lo
make -C videobox
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
  ORCC   tmp-orc.c
  GEN      gstudp-marshal.c
  ORCC   gstvideoboxorc.h
  CC       libgstrtp_la-gstrtppcmudepay.lo
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
  GEN      gstudp-enumtypes.h
  CC       libgstvideobox_la-gstvideobox.lo
  GEN      gstudp-marshal.h
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
  CC       libgstudp_la-gstudp.lo
  CC       libgstvideobox_la-tmp-orc.lo
  CC       libgstrtp_la-gstrtppcmupay.lo
  CC       libgstrtp_la-gstrtppcmapay.lo
make -C videocrop
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
  CC       libgstvideocrop_la-gstvideocrop.lo
  CC       libgstudp_la-gstudpsrc.lo
  CCLD     libgstrtpmanager.la
  CC       libgstrtp_la-gstrtpg722depay.lo
  CC       libgstvideocrop_la-gstaspectratiocrop.lo
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
  CC       libgstrtp_la-gstrtpg722pay.lo
make -C videomixer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
  ORCC   tmp-orc.c
  ORCC   blendorc.h
  CC       libgstudp_la-gstudpsink.lo
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
  CC       libgstvideomixer_la-videomixer.lo
  CC       libgstrtp_la-gstrtpg723depay.lo
  CCLD     libgstvideocrop.la
  CC       libgstudp_la-gstmultiudpsink.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
make -C wavenc
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
  CC       libgstwavenc_la-gstwavenc.lo
  CC       libgstrtp_la-gstrtpg723pay.lo
gstmultiudpsink.c: In function 'gst_multiudpsink_class_init':
gstmultiudpsink.c:264:7: warning: 'g_value_array_get_type' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:62): Use 'GArray' instead [-Wdeprecated-declarations]
       NULL, NULL, gst_udp_marshal_BOXED__STRING_INT, G_TYPE_VALUE_ARRAY, 2,
       ^
gstmultiudpsink.c: In function 'gst_multiudpsink_get_stats':
gstmultiudpsink.c:1225:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   result = g_value_array_new (4);
   ^
gstmultiudpsink.c:1229:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   result = g_value_array_append (result, &value);
   ^
gstmultiudpsink.c:1234:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   result = g_value_array_append (result, &value);
   ^
gstmultiudpsink.c:1239:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   result = g_value_array_append (result, &value);
   ^
gstmultiudpsink.c:1244:3: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
   result = g_value_array_append (result, &value);
   ^
gstmultiudpsink.c:1259:5: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
     return g_value_array_new (0);
     ^
  CC       libgstvideomixer_la-blend.lo
  CC       libgstrtp_la-gstrtpg726pay.lo
  CCLD     libgstwavenc.la
  CC       libgstudp_la-gstdynudpsink.lo
gstdynudpsink.c: In function 'gst_dynudpsink_class_init':
gstdynudpsink.c:161:7: warning: 'g_value_array_get_type' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:62): Use 'GArray' instead [-Wdeprecated-declarations]
       NULL, NULL, gst_udp_marshal_BOXED__STRING_INT, G_TYPE_VALUE_ARRAY, 2,
       ^
  CC       libgstrtp_la-gstrtpg726depay.lo
  CCLD     libgstvideobox.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
  CC       libgstudp_la-gstudpnetutils.lo
  CC       libgstrtp_la-gstrtpg729pay.lo
  CC       libgstvideomixer_la-videomixer2.lo
  CC       libgstudp_la-gstudp-enumtypes.lo
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
  CC       libgstudp_la-gstudp-marshal.lo
  CC       libgstrtp_la-gstrtpg729depay.lo
  CC       libgstrtp_la-gstrtpgsmdepay.lo
  CCLD     libgstudp.la
  CC       libgstrtp_la-gstrtpgsmpay.lo
  CC       libgstrtp_la-gstrtpamrdepay.lo
  CC       libgstrtp_la-gstrtpamrpay.lo
  CC       libgstrtp_la-gstrtph263pdepay.lo
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
  CC       libgstrtp_la-gstrtph263ppay.lo
  CC       libgstvideomixer_la-tmp-orc.lo
  CC       libgstrtp_la-gstrtph263depay.lo
make -C wavparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
  CC       libgstwavparse_la-gstwavparse.lo
  CC       libgstrtp_la-gstrtph263pay.lo
  CC       libgstrtp_la-gstrtph264depay.lo
  CC       libgstrtp_la-gstrtph264pay.lo
  CCLD     libgstvideomixer.la
  CC       libgstrtp_la-gstrtpj2kdepay.lo
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make -C y4m
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
  CC       libgsty4menc_la-gsty4mencode.lo
  CC       libgstrtp_la-gstrtpj2kpay.lo
  CC       libgstrtp_la-gstrtpjpegdepay.lo
  CCLD     libgstwavparse.la
  CC       libgstrtp_la-gstrtpjpegpay.lo
  CCLD     libgsty4menc.la
  CC       libgstrtp_la-gstrtpL16depay.lo
  CC       libgstrtp_la-gstrtpL16pay.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
  CC       libgstrtp_la-gstasteriskh263.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
  CC       libgstrtp_la-gstrtpmp1sdepay.lo
  CC       libgstrtp_la-gstrtpmp2tdepay.lo
  CC       libgstrtp_la-gstrtpmp2tpay.lo
  CC       libgstrtp_la-gstrtpmp4vdepay.lo
  CC       libgstrtp_la-gstrtpmp4vpay.lo
  CC       libgstrtp_la-gstrtpmp4gdepay.lo
  CC       libgstrtp_la-gstrtpmp4gpay.lo
  CC       libgstrtp_la-gstrtpmp4adepay.lo
  CC       libgstrtp_la-gstrtpmp4apay.lo
  CC       libgstrtp_la-gstrtpqcelpdepay.lo
  CC       libgstrtp_la-gstrtpqdmdepay.lo
  CC       libgstrtp_la-gstrtpsirenpay.lo
  CC       libgstrtp_la-gstrtpsirendepay.lo
  CC       libgstrtp_la-gstrtpspeexdepay.lo
  CC       libgstrtp_la-gstrtpspeexpay.lo
  CC       libgstrtp_la-gstrtpsv3vdepay.lo
  CC       libgstrtp_la-gstrtptheoradepay.lo
  CC       libgstrtp_la-gstrtptheorapay.lo
  CC       libgstrtp_la-gstrtpvorbisdepay.lo
  CC       libgstrtp_la-gstrtpvorbispay.lo
  CC       libgstrtp_la-gstrtpvrawdepay.lo
  CC       libgstrtp_la-gstrtpvrawpay.lo
  CCLD     libgstrtp.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
Making all in videofilter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
Making all in alpha
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
Making all in apetag
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
Making all in audiofx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
Making all in audioparsers
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
Making all in auparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
Making all in autodetect
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
Making all in avi
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
Making all in cutter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
Making all in debugutils
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
Making all in deinterlace
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
Making all in effectv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
Making all in equalizer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
Making all in flv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
Making all in id3demux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
Making all in icydemux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
Making all in interleave
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
Making all in flx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
Making all in goom
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
Making all in goom2k1
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
Making all in imagefreeze
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
Making all in isomp4
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
Making all in law
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
Making all in level
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
Making all in matroska
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
Making all in monoscope
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
Making all in multifile
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
Making all in multipart
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
Making all in replaygain
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
Making all in rtp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
Making all in rtpmanager
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
Making all in rtsp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
Making all in shapewipe
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
Making all in smpte
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
Making all in spectrum
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
Making all in udp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
Making all in videobox
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
Making all in videocrop
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
Making all in videomixer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
Making all in wavenc
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
Making all in wavparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
Making all in y4m
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make[2]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
Making all in sys
make[2]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys'
make -C oss
make -C oss4
make -C v4l2
make -C ximage
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss4'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/ximage'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/v4l2'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss'
  CC       libgstoss4audio_la-oss4-audio.lo
  CC       libgstvideo4linux2_la-gstv4l2.lo
  CC       libgstximagesrc_la-gstximagesrc.lo
  CC       libgstoss4audio_la-oss4-mixer.lo
  CC       libgstossaudio_la-gstossaudio.lo
oss4-audio.c: In function 'gst_oss4_audio_find_device':
oss4-audio.c:670:7: warning: 'g_value_array_get_nth' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations]
       val = g_value_array_get_nth (arr, 0);
       ^
oss4-audio.c:673:5: warning: 'g_value_array_free' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_free (arr);
     ^
  CC       libgstossaudio_la-gstosshelper.lo
  CC       libgstvideo4linux2_la-gstv4l2colorbalance.lo
  CC       libgstvideo4linux2_la-gstv4l2object.lo
  CC       libgstossaudio_la-gstossmixer.lo
  CC       libgstvideo4linux2_la-gstv4l2bufferpool.lo
  CC       libgstoss4audio_la-oss4-mixer-enum.lo
In file included from /usr/include/gstreamer-0.10/gst/gst.h:49:0,
                 from /usr/include/gstreamer-0.10/gst/video/video.h:24,
                 from gstv4l2bufferpool.c:33:
gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new':
gstv4l2bufferpool.c:184:66: error: 'struct v4l2_buffer' has no member named 'input'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
                                                                  ^
/usr/include/gstreamer-0.10/gst/gstinfo.h:514:31: note: in definition of macro 'GST_CAT_LEVEL_LOG'
         (GObject *) (object), __VA_ARGS__);    \
                               ^
gstv4l2bufferpool.c:184:3: note: in expansion of macro 'GST_LOG_OBJECT'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
   ^
  CC       libgstximagesrc_la-ximageutil.lo
gstv4l2object.c: In function 'gst_v4l2_class_list_devices':
gstv4l2object.c:258:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   array = g_value_array_new (g_list_length (*klass_devices));
   ^
gstv4l2object.c:265:5: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_append (array, &value);
     ^
make[3]: *** [libgstvideo4linux2_la-gstv4l2bufferpool.lo] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
  CC       libgstossaudio_la-gstossmixerelement.lo
  CC       libgstossaudio_la-gstossmixertrack.lo
  CC       libgstoss4audio_la-oss4-mixer-slider.lo
  CC       libgstossaudio_la-gstosssink.lo
  CC       libgstossaudio_la-gstosssrc.lo
  CC       libgstoss4audio_la-oss4-mixer-switch.lo
  CCLD     libgstximagesrc.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/v4l2'
make[2]: *** [v4l2] Fehler 2
make[2]: *** Warte auf noch nicht beendete Prozesse...
  CC       libgstoss4audio_la-oss4-property-probe.lo
  CC       libgstoss4audio_la-oss4-sink.lo
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/ximage'
  CC       libgstoss4audio_la-oss4-source.lo
oss4-property-probe.c: In function 'gst_oss4_property_probe_get_values':
oss4-property-probe.c:345:3: warning: 'g_value_array_new' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations]
   array = g_value_array_new (1);
   ^
oss4-property-probe.c:353:5: warning: 'g_value_array_append' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations]
     g_value_array_append (array, &val);
     ^
  CCLD     libgstossaudio.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss'
  CCLD     libgstoss4audio.la
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss4'
make[2]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31'
make: *** [all] Fehler 2

Here on gist https://gist.github.com/Nuc1eoN/5478990

Any ideas for this advanced crap?

Last edited by nuc (2013-04-29 00:16:46)

Offline

#8 2013-04-29 00:32:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

I've never worked with v4l2, so this is well beyond me.

Edit: a quick Google turned up this: http://cgit.freedesktop.org/gstreamer/g … fc1ca87012

Try applying that patch.

Last edited by Scimmia (2013-04-29 00:48:45)

Offline

#9 2013-04-29 11:03:12

nuc
Member
Registered: 2012-04-26
Posts: 117

Re: [Done] Can't build gstreamer0.10-good-plugins

Thanks. It's a one-liner, wouldn't it be easier/better with sed instead of applying a patch?

UPDATE:
Ok, I applied

sed -i '/GST_LOG_OBJECT (pool, "  input:     %u", meta->vbuffer.input);/d' sys/v4l2/gstv4l2bufferpool.c

Is that correct?

There still seems to be some error, but the error messages changed I think:

Copying file po/Makefile.in.in
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:71: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.
configure.ac:71: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:71: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make supports nested variables... (cached) yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VALGRIND... no
configure: Using GStreamer Good Plugins (Archlinux) as package name
configure: Using http://www.archlinux.org/ as package origin

configure: *** checking feature: building of plug-ins with external deps ***
configure: building external plug-ins

configure: *** checking feature: building of experimental plug-ins ***
configure: WARNING: building experimental plug-ins
checking whether byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for g++... yes
checking how to run the C++ preprocessor... g++ -E
checking for objcc... no
checking for objc... no
checking for gcc... gcc
checking dependency style of gcc... gcc3
checking if Objective C compiler works... no
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking dependency style of gcc -std=gnu99... gcc3
checking for working do while(0) macros... yes
checking for valgrind... no
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... /usr/bin/gtkdoc-check
configure: Looking for Python version >= 2.1
checking for python... /usr/bin/python
checking for python2.2... no
checking for python2.1... no
checking for python2.0... no
checking for python2... /usr/bin/python2
checking "/usr/bin/python2":... okay
checking local Python configuration... looks good
checking whether to build plugin documentation... no (gtk-doc disabled or not available)
checking for cos in -lm... yes
checking for ANSI C header files... (cached) yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for FIONREAD in sys/ioctl.h... yes
checking if compiler supports gcc-style inline assembly... yes
checking for rint... yes
checking for sinh... yes
checking for cosh... yes
checking for asinh... yes
checking for fpclass... no
checking for isinf... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for struct ip_mreqn... yes
checking for GLIB... yes
checking for GIO... yes
checking for ORC... yes
checking for usable orcc... /usr/bin/orcc
checking for GST... yes
configure: using GStreamer tools in /usr/bin
configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
checking for GST_BASE... yes
checking for GST_GDP... yes
checking for GST_CONTROLLER... yes
checking for GST_CHECK... yes
checking for GST_PLUGINS_BASE... yes
configure: using GStreamer Base Plugins in /usr/lib/gstreamer-0.10
configure: Using GStreamer Core Plugins in /usr/lib/gstreamer-0.10
configure: Using GStreamer Base Plugins in /usr/lib/gstreamer-0.10
checking which gtk+ version to compile examples against (optional)... 2.0 (>= 2.14.0)
checking for GTK... yes
checking for GTK_X11... yes

configure: *** checking feature: GConf schemas ***
checking for gconftool-2... /usr/bin/gconftool-2
configure: Using /usr/lib/gstreamer-0.10 as the plugin install location
configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2012-02-20
checking to see if compiler understands -Wall... yes
checking to see if compiler understands -Wdeclaration-after-statement... yes
checking to see if compiler understands -Wvla... yes
checking to see if compiler understands -Wpointer-arith... yes
checking to see if compiler understands -Wmissing-declarations... yes
checking to see if compiler understands -Wmissing-prototypes... yes
checking to see if compiler understands -Wredundant-decls... yes
checking to see if compiler understands -Wwrite-strings... yes
checking to see if compiler understands -Wold-style-definition... yes
checking to see if compiler understands -Waggregate-return... yes
checking to see if compiler understands -Winit-self... yes
checking to see if compiler understands -Wmissing-include-dirs... yes
checking to see if compiler understands -Waddress... yes
checking to see if compiler understands -Wno-multichar... yes
checking to see if compiler understands -Wnested-externs... yes
configure: set WARNING_CFLAGS to  -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wold-style-definition -Waggregate-return -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs
configure: set ERROR_CFLAGS to 
checking to see if c++ compiler understands ... yes
checking to see if c++ compiler understands -Wall... yes
checking to see if c++ compiler understands -Wmissing-declarations... yes
checking to see if c++ compiler understands -Wredundant-decls... yes
checking to see if c++ compiler understands -Wwrite-strings... yes
checking to see if c++ compiler understands -Winit-self... yes
checking to see if c++ compiler understands -Wmissing-include-dirs... yes
checking to see if c++ compiler understands -Waddress... yes
checking to see if c++ compiler understands -Wno-multichar... yes
configure: set WARNING_CXXFLAGS to  -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
configure: set ERROR_CXXFLAGS to 
configure: Using autoaudiosink as default audio sink
configure: Using alsasrc as default audio source
configure: Using autovideosink as default video sink
configure: Using v4l2src as default video source
configure: Using goom as default visualizer
checking for socket... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for winsock2.h... (cached) no

configure: Checking libraries for plugins in sys/


configure: *** checking feature: DirectSound plug-in ***
configure: *** for plug-ins: directsoundsink ***
checking for DirectSound LDFLAGS... no
configure: *** These plugins will not be built: directsoundsink

configure: *** checking feature: OSS audio ***
configure: *** for plug-ins: ossaudio ***
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
configure: *** These plugins will be built: ossaudio

configure: *** checking feature: Open Sound System 4 ***
configure: *** for plug-ins: oss4 ***
checking Checking if we can build the OSS4 elements... checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
configure: *** These plugins will be built: oss4

configure: *** checking feature: Sun Audio ***
configure: *** for plug-ins: sunaudio ***
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
configure: *** These plugins will not be built: sunaudio

configure: *** checking feature: OSX audio ***
configure: *** for plug-ins: osxaudio ***
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
configure: *** These plugins will not be built: osxaudio

configure: *** checking feature: OSX video ***
configure: *** for plug-ins: osxvideosink ***
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
configure: *** These plugins will not be built: osxvideosink

configure: *** checking feature: Video 4 Linux 2 ***
configure: *** for plug-ins: v4l2src ***
checking Checking for up to date v4l2 installation... yes
checking struct v4l2_buffer declaration... yes
configure: *** These plugins will be built: v4l2src
checking for GUDEV... yes
checking for LIBV4L2... yes

configure: *** checking feature: X libraries and plugins ***
configure: *** for plug-ins: ximagesrc ***
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XFIXES... yes
checking for XDAMAGE... yes
configure: *** These plugins will be built: ximagesrc

configure: *** checking feature: X Shared Memory extension ***
checking for XShmAttach in -lXext... yes

configure: *** checking feature: X11 XVideo extensions ***
checking for XvQueryExtension in -lXv_pic... no
checking for XvQueryExtension in -lXv... yes

configure: Checking libraries for plugins in ext/


configure: *** checking feature: aalib ASCII Art library ***
configure: *** for plug-ins: aasink ***
checking for aalib-config... /usr/bin/aalib-config
checking for AALIB - version >= 0.11.0... yes
configure: *** These plugins will be built: aasink

configure: *** checking feature: XML library ***
configure: *** for plug-ins: annodex ***
checking for ANNODEX... yes
configure: *** These plugins will be built: annodex

configure: *** checking feature: Cairo graphics rendering ***
configure: *** for plug-ins: cairo ***
checking for CAIRO... yes
configure: *** These plugins will be built: cairo

configure: *** checking feature: Cairo graphics rendering gobject bindings ***
configure: *** for plug-ins: cairooverlay ***
checking for CAIRO_GOBJECT... yes
configure: *** These plugins will be built: cairooverlay

configure: *** checking feature: ESounD sound daemon ***
configure: *** for plug-ins: esdsink ***
configure: *** These plugins will not be built: esdsink

configure: *** checking feature: FLAC lossless audio ***
configure: *** for plug-ins: flac ***
checking for FLAC... yes
configure: *** These plugins will be built: flac

configure: *** checking feature: GConf libraries ***
configure: *** for plug-ins: gconfelements ***
checking for GCONF... yes
configure: *** These plugins will be built: gconfelements

configure: *** checking feature: GDK pixbuf ***
configure: *** for plug-ins: gdkpixbuf ***
checking for GDK_PIXBUF... yes
configure: *** These plugins will be built: gdkpixbuf

configure: *** checking feature: HAL libraries ***
configure: *** for plug-ins: halelements ***
configure: *** These plugins will not be built: halelements

configure: *** checking feature: Jack ***
configure: *** for plug-ins: jack ***
checking for JACK... yes
checking for JACK_0_120_1... yes
checking for JACK_1_9_7... no
configure: Requested 'jack >= 1.9.7' but version of jack is 0.121.3
configure: *** These plugins will be built: jack

configure: *** checking feature: jpeg library ***
configure: *** for plug-ins: jpeg ***
checking for jpeg_set_defaults in -ljpeg-mmx... no
checking for jpeg_set_defaults in -ljpeg... yes
configure: *** These plugins will be built: jpeg

configure: *** checking feature: libcaca coloured ASCII art ***
configure: *** for plug-ins: cacasink ***
checking for LIBCACA... yes
configure: *** These plugins will be built: cacasink

configure: *** checking feature: libdv DV demuxer/decoder ***
configure: *** for plug-ins: dv ***
checking for LIBDV... yes
configure: *** These plugins will be built: dv

configure: *** checking feature: Portable Network Graphics library ***
configure: *** for plug-ins: png ***
checking for LIBPNG... yes
configure: *** These plugins will be built: png

configure: *** checking feature: pulseaudio plug-in ***
configure: *** for plug-ins: pulseaudio ***
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking for PULSE... yes
checking for PULSE_0_9_20... yes
checking for PULSE_1_0... yes
configure: *** These plugins will be built: pulseaudio

configure: *** checking feature: raw1394 and avc1394 library ***
configure: *** for plug-ins: 1394 ***
checking for RAW1394... yes
checking for LIBIEC61883... yes
checking for avc1394_send_command in -lavc1394... yes
checking libavc1394/avc1394.h usability... yes
checking libavc1394/avc1394.h presence... yes
checking for libavc1394/avc1394.h... yes
checking for rom1394_free_directory in -lrom1394... yes
checking libavc1394/rom1394.h usability... yes
checking libavc1394/rom1394.h presence... yes
checking for libavc1394/rom1394.h... yes
configure: *** These plugins will be built: 1394

configure: *** checking feature: Shoutcast/Icecast client library ***
configure: *** for plug-ins: shout2 ***
checking for SHOUT2... yes
configure: *** These plugins will be built: shout2

configure: *** checking feature: soup http client plugin (2.4) ***
configure: *** for plug-ins: souphttpsrc ***
checking for SOUP... yes
configure: *** These plugins will be built: souphttpsrc

configure: *** checking feature: speex speech codec ***
configure: *** for plug-ins: speex ***
checking for SPEEX... yes
configure: *** These plugins will be built: speex

configure: *** checking feature: taglib tagging library ***
configure: *** for plug-ins: taglib ***
checking for TAGLIB... yes
checking to see if c++ compiler understands -Wno-attributes... yes
configure: *** These plugins will be built: taglib

configure: *** checking feature: wavpack plug-in ***
configure: *** for plug-ins: wavpack ***
checking for WAVPACK... yes
configure: *** These plugins will be built: wavpack

configure: *** checking feature: zlib support for qtdemux/matroska ***
checking for uncompress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes

configure: *** checking feature: bz2 library for matroska  ***
checking for BZ2_bzCompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gst/Makefile
config.status: creating gst/alpha/Makefile
config.status: creating gst/apetag/Makefile
config.status: creating gst/audiofx/Makefile
config.status: creating gst/audioparsers/Makefile
config.status: creating gst/auparse/Makefile
config.status: creating gst/autodetect/Makefile
config.status: creating gst/avi/Makefile
config.status: creating gst/cutter/Makefile
config.status: creating gst/deinterlace/Makefile
config.status: creating gst/debugutils/Makefile
config.status: creating gst/effectv/Makefile
config.status: creating gst/equalizer/Makefile
config.status: creating gst/flv/Makefile
config.status: creating gst/goom/Makefile
config.status: creating gst/goom2k1/Makefile
config.status: creating gst/id3demux/Makefile
config.status: creating gst/icydemux/Makefile
config.status: creating gst/imagefreeze/Makefile
config.status: creating gst/interleave/Makefile
config.status: creating gst/isomp4/Makefile
config.status: creating gst/law/Makefile
config.status: creating gst/level/Makefile
config.status: creating gst/matroska/Makefile
config.status: creating gst/monoscope/Makefile
config.status: creating gst/multifile/Makefile
config.status: creating gst/multipart/Makefile
config.status: creating gst/replaygain/Makefile
config.status: creating gst/rtp/Makefile
config.status: creating gst/rtpmanager/Makefile
config.status: creating gst/rtsp/Makefile
config.status: creating gst/shapewipe/Makefile
config.status: creating gst/smpte/Makefile
config.status: creating gst/spectrum/Makefile
config.status: creating gst/udp/Makefile
config.status: creating gst/videobox/Makefile
config.status: creating gst/videocrop/Makefile
config.status: creating gst/videofilter/Makefile
config.status: creating gst/videomixer/Makefile
config.status: creating gst/wavenc/Makefile
config.status: creating gst/wavparse/Makefile
config.status: creating gst/flx/Makefile
config.status: creating gst/y4m/Makefile
config.status: creating ext/Makefile
config.status: creating ext/aalib/Makefile
config.status: creating ext/annodex/Makefile
config.status: creating ext/cairo/Makefile
config.status: creating ext/dv/Makefile
config.status: creating ext/esd/Makefile
config.status: creating ext/flac/Makefile
config.status: creating ext/gconf/Makefile
config.status: creating ext/gdk_pixbuf/Makefile
config.status: creating ext/hal/Makefile
config.status: creating ext/jack/Makefile
config.status: creating ext/jpeg/Makefile
config.status: creating ext/libcaca/Makefile
config.status: creating ext/libpng/Makefile
config.status: creating ext/pulse/Makefile
config.status: creating ext/raw1394/Makefile
config.status: creating ext/shout2/Makefile
config.status: creating ext/soup/Makefile
config.status: creating ext/speex/Makefile
config.status: creating ext/taglib/Makefile
config.status: creating ext/wavpack/Makefile
config.status: creating sys/Makefile
config.status: creating sys/directsound/Makefile
config.status: creating sys/oss/Makefile
config.status: creating sys/oss4/Makefile
config.status: creating sys/osxaudio/Makefile
config.status: creating sys/osxvideo/Makefile
config.status: creating sys/sunaudio/Makefile
config.status: creating sys/v4l2/Makefile
config.status: creating sys/waveform/Makefile
config.status: creating sys/ximage/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating tests/check/Makefile
config.status: creating tests/examples/Makefile
config.status: creating tests/examples/audiofx/Makefile
config.status: creating tests/examples/cairo/Makefile
config.status: creating tests/examples/equalizer/Makefile
config.status: creating tests/examples/jack/Makefile
config.status: creating tests/examples/level/Makefile
config.status: creating tests/examples/pulse/Makefile
config.status: creating tests/examples/rtp/Makefile
config.status: creating tests/examples/shapewipe/Makefile
config.status: creating tests/examples/spectrum/Makefile
config.status: creating tests/examples/v4l2/Makefile
config.status: creating tests/files/Makefile
config.status: creating tests/icles/Makefile
config.status: creating gconf/Makefile
config.status: creating gconf/gstreamer.schemas
config.status: creating common/Makefile
config.status: creating common/m4/Makefile
config.status: creating m4/Makefile
config.status: creating docs/Makefile
config.status: creating docs/plugins/Makefile
config.status: creating docs/version.entities
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gstreamer-plugins-good-uninstalled.pc
config.status: creating gst-plugins-good.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing _stdint.h commands
config.status: creating _stdint.h : _GST_PLUGINS_GOOD__STDINT_H
config.status: _stdint.h is unchanged
configure: *** Plug-ins without external dependencies that will be built:
	alpha
	apetag
	audiofx
	audioparsers
	auparse
	autodetect
	avi
	cutter
	debugutils
	deinterlace
	effectv
	equalizer
	flv
	flx
	goom
	goom2k1
	icydemux
	id3demux
	imagefreeze
	interleave
	isomp4
	law
	level
	matroska
	monoscope
	multifile
	multipart
	replaygain
	rtp
	rtpmanager
	rtsp
	shapewipe
	smpte
	spectrum
	udp
	videobox
	videocrop
	videofilter
	videomixer
	wavenc
	wavparse
	y4m

configure: *** Plug-ins without external dependencies that will NOT be built:

configure: *** Plug-ins with dependencies that will be built:
	1394
	aasink
	annodex
	cacasink
	cairo
	cairooverlay
	dv
	flac
	gconfelements
	gdkpixbuf
	jack
	jpeg
	oss4
	ossaudio
	png
	pulseaudio
	shout2
	souphttpsrc
	speex
	taglib
	v4l2src
	wavpack
	ximagesrc

configure: *** Plug-ins with dependencies that will NOT be built:
	directsoundsink
	esdsink
	halelements
	osxaudio
	osxvideosink
	sunaudio

configure: *** Orc acceleration enabled.

make  all-recursive
make[1]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31'
Making all in gst
make[2]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make -C videofilter
make -C alpha
make -C apetag
make -C audiofx
make -C audioparsers
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
make -C auparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make -C autodetect
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make -C avi
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
make -C cutter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
make -C debugutils
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
make -C deinterlace
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
make -C effectv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make  all-am
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
make -C equalizer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make -C flv
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
make -C id3demux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
make -C icydemux
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
make -C interleave
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make -C flx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
make -C goom
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
make -C goom2k1
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
make -C imagefreeze
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
make -C isomp4
make -C law
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make -C level
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
make -C matroska
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
make -C monoscope
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
make -C multifile
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
make -C multipart
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
make -C replaygain
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
make -C rtp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
make -C rtpmanager
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
make -C rtsp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
make -C shapewipe
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
make -C smpte
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make  all-am
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
make -C spectrum
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
make -C udp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make  all-am
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
make -C videobox
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make  all-am
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make -C videocrop
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
make -C videomixer
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make -C wavenc
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
make -C wavparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make -C y4m
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
Making all in videofilter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videofilter'
Making all in alpha
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/alpha'
Making all in apetag
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/apetag'
Making all in audiofx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audiofx'
Making all in audioparsers
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/audioparsers'
Making all in auparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/auparse'
Making all in autodetect
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/autodetect'
Making all in avi
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/avi'
Making all in cutter
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/cutter'
Making all in debugutils
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/debugutils'
Making all in deinterlace
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/deinterlace'
Making all in effectv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/effectv'
Making all in equalizer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/equalizer'
Making all in flv
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flv'
Making all in id3demux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/id3demux'
Making all in icydemux
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/icydemux'
Making all in interleave
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/interleave'
Making all in flx
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/flx'
Making all in goom
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom'
Making all in goom2k1
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/goom2k1'
Making all in imagefreeze
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/imagefreeze'
Making all in isomp4
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/isomp4'
Making all in law
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/law'
Making all in level
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/level'
Making all in matroska
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/matroska'
Making all in monoscope
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/monoscope'
Making all in multifile
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multifile'
Making all in multipart
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/multipart'
Making all in replaygain
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/replaygain'
Making all in rtp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtp'
Making all in rtpmanager
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtpmanager'
Making all in rtsp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/rtsp'
Making all in shapewipe
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/shapewipe'
Making all in smpte
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/smpte'
Making all in spectrum
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/spectrum'
Making all in udp
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/udp'
Making all in videobox
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videobox'
Making all in videocrop
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videocrop'
Making all in videomixer
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make  all-am
make[4]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[4]: Für das Ziel »all-am« ist nichts zu tun.
make[4]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/videomixer'
Making all in wavenc
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavenc'
Making all in wavparse
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/wavparse'
Making all in y4m
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst/y4m'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
make[2]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/gst'
Making all in sys
make[2]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys'
make -C oss
make -C oss4
make -C v4l2
make -C ximage
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/v4l2'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss4'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/oss4'
make[3]: Entering directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/ximage'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/ximage'
  CC       libgstvideo4linux2_la-gstv4l2bufferpool.lo
  CC       libgstvideo4linux2_la-v4l2src_calls.lo
  CC       libgstvideo4linux2_la-v4l2_calls.lo
  CC       libgstvideo4linux2_la-gstv4l2xoverlay.lo
  CC       libgstvideo4linux2_la-gstv4l2sink.lo
In file included from /usr/include/gstreamer-0.10/gst/gst.h:49:0,
                 from /usr/include/gstreamer-0.10/gst/video/video.h:24,
                 from gstv4l2bufferpool.c:33:
gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new':
gstv4l2bufferpool.c:184:66: error: 'struct v4l2_buffer' has no member named 'input'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
                                                                  ^
/usr/include/gstreamer-0.10/gst/gstinfo.h:514:31: note: in definition of macro 'GST_CAT_LEVEL_LOG'
         (GObject *) (object), __VA_ARGS__);    \
                               ^
gstv4l2bufferpool.c:184:3: note: in expansion of macro 'GST_LOG_OBJECT'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
   ^
make[3]: *** [libgstvideo4linux2_la-gstv4l2bufferpool.lo] Fehler 1
make[3]: *** Warte auf noch nicht beendete Prozesse...
gstv4l2xoverlay.c: In function 'event_refresh':
gstv4l2xoverlay.c:326:13: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1695) [-Wdeprecated-declarations]
             keysym = XKeycodeToKeysym (v4l2xv->dpy, e.xkey.keycode, 0);
             ^
make[3]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys/v4l2'
make[2]: *** [v4l2] Fehler 2
make[2]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31/sys'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/nuc/AUR/gstreamer-good-oss/src/gst-plugins-good-0.10.31'
make: *** [all] Fehler 2

gist: https://gist.github.com/Nuc1eoN/5481030

EDIT: Arr, I must have screwed something up, now that I look at the error message. Can you help? (Note: I never used sed before)

Last edited by nuc (2013-04-29 11:32:47)

Offline

#10 2013-04-29 11:31:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

It's the same error:
gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new':
gstv4l2bufferpool.c:184:66: error: 'struct v4l2_buffer' has no member named 'input'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);

The sed command probably needs some of the match pattern escaped.

Offline

#11 2013-04-29 11:41:55

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

How soon do you need this? I just looked at the todo list, and this package is on the list of ones that needs rebuilt for a libpng soname bump. That means the maintainer is most likely going to have to make the PKGBUILD work with the current toolchain/kernel, so it might be easier to wait for that.

Otherwise, escaping characters just means putting the escape character (\) in front of them. Anything that has special meaning in regex will need that.

Offline

#12 2013-04-29 11:51:22

nuc
Member
Registered: 2012-04-26
Posts: 117

Re: [Done] Can't build gstreamer0.10-good-plugins

Ok, thanks for the info. I'll just try to fix this and if it won't work I'll wait for the maintainer to fix it.

Does sed actually need the same escaping as echo? If so, then I could easily test if it's recognized correctly...

UPDATE:
The code is:

GST_LOG_OBJECT (pool, "  input:     %u", meta->vbuffer.input);

I have escaped it this way now:

GST\_LOG\_OBJECT\ \(pool\,\ \"\ \ input\:\ \ \ \ \ \%u\"\,\ meta\-\>vbuffer\.input\)\; 

in sed:

sed -i '/GST\_LOG\_OBJECT\ \(pool\,\ \"\ \ input\:\ \ \ \ \ \%u\"\,\ meta\-\>vbuffer\.input\)\;/d' sys/v4l2/gstv4l2bufferpool.c

echo seems to print it out correctly, but I still get the error in the build :s

Last edited by nuc (2013-04-29 14:21:08)

Offline

#13 2013-04-30 19:45:46

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Done] Can't build gstreamer0.10-good-plugins

Official package updated: https://www.archlinux.org/packages/stag … d-plugins/

Looks like we had it; the patch I linked to was applied, sed to fix the macro problem,  and autoreconf was changed to autoreconf -vi --force

Offline

Board footer

Powered by FluxBB