Bug#893813: gst-plugins-bad1.0: FTBFS on x32: wrongly uses amd64 assembly

Thorsten Glaser tg at mirbsd.de
Thu Mar 22 18:05:54 UTC 2018


Source: gst-plugins-bad1.0
Version: 1.14.0-1
Severity: important
Justification: fails to build from source

This kinda hurts Multi-Arch…

yadif_template.c: Assembler messages:
yadif_template.c:244: Error: (%edx,%rax)' is not a valid base/index expression
[…]

Full build log attached.

Preliminary analysis:

HAVE_CPU_X86_64 is wrongly defined in config.h (toplevel),
from common/m4/gst-arch.m4 which reads $target_cpu which
is the generic CPU class, not the actual ABI.

configure:4654: checking target system type
configure:4667: result: x86_64-pc-linux-gnux32

This value is split into:
target_cpu=x86_64
target_vendor=pc
target_os=linux-gnux32

We could conceivably check $target_os in the xx86_64
block in gst-arch.m4 in line 75ff, but the whole gst
concept of CPUS is broken:

  AC_DEFINE_UNQUOTED(HOST_CPU, "$host_cpu", [the host CPU])
  AC_DEFINE_UNQUOTED(TARGET_CPU, "$target_cpu", [the target CPU])

Please report that upstream.

For now, something like this…

@@
     xx86_64)
+     case $target_os in
+     *gnux32*) ;;
+     *)
       HAVE_CPU_X86_64=yes
       AC_DEFINE(HAVE_CPU_X86_64, 1, [Define if the target CPU is a x86_64]) ;;
+     esac
+     ;;

… might work, unless something uses #ifdef __x86_64__ to check
for assembly code (“#if defined(__x86_64__) && !defined(__ILP32__)”
is correct).



-- System Information:
Debian Release: buster/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386, amd64

Kernel: Linux 4.15.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)
-------------- next part --------------
I: Using pkgname logfile
I: Current time: Thu Mar 22 18:32:27 CET 2018
I: pbuilder-time-stamp: 1521739947
I: Obtaining the cached apt archive contents
I: Copying source file
I: copying [/tmp/gst-plugins-bad1.0_1.14.0-1.dsc]
I: copying [/tmp/gst-plugins-bad1.0_1.14.0.orig.tar.xz]
I: copying [/tmp/gst-plugins-bad1.0_1.14.0-1.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/home/tglase/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Tue Mar 20 09:19:50 2018 UTC
gpgv:                using RSA key 7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5
gpgv:                issuer "slomo at coaxion.net"
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./gst-plugins-bad1.0_1.14.0-1.dsc
dpkg-source: info: extracting gst-plugins-bad1.0 in gst-plugins-bad1.0-1.14.0
dpkg-source: info: unpacking gst-plugins-bad1.0_1.14.0.orig.tar.xz
dpkg-source: info: unpacking gst-plugins-bad1.0_1.14.0-1.debian.tar.xz
dpkg-source: info: applying 01_fix-modplug-linking.patch
I: using fakeroot in build.
I: Installing the build-deps
I: user script /var/cache/pbuilder/build/cow.20506/tmp/hooks/D00-preseed starting
+ debconf-set-selections
I: user script /var/cache/pbuilder/build/cow.20506/tmp/hooks/D00-preseed finished
W: execute priv not set on file D00local, not executing.
W: execute priv not set on file D01slashrepo, not executing.
W: execute priv not set on file D02debhelper, not executing.
W: execute priv not set on file D05agu, not executing.
W: execute priv not set on file D06agdu, not executing.
W: execute priv not set on file D10wtfrepo, not executing.
W: execute priv not set on file D11klibc-jessie, not executing.
W: execute priv not set on file D20repo, not executing.
W: execute priv not set on file D25backports, not executing.
W: execute priv not set on file D26contrib, not executing.
W: execute priv not set on file D30java, not executing.
W: execute priv not set on file D40wheezy, not executing.
W: execute priv not set on file D50agu, not executing.
W: execute priv not set on file D80experimental, not executing.
W: execute priv not set on file D80shell-jupp, not executing.
W: execute priv not set on file D90agdu, not executing.
W: execute priv not set on file D98tmp, not executing.
W: execute priv not set on file D99shell, not executing.
I: -> Attempting to satisfy build-dependencies
Note, using file '/tmp/buildd/gst-plugins-bad1.0_1.14.0-1.dsc' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  adwaita-icon-theme autoconf automake autopoint autotools-dev bsdmainutils
  cdbs cgmanager dbus dbus-user-session dconf-gsettings-backend dconf-service
  debhelper dh-autoreconf dh-python dh-strip-nondeterminism dmsetup docbook
  docbook-to-man docbook-xml docbook-xsl file flite1-dev fontconfig
  fontconfig-config fonts-dejavu-core gdal-data gettext gettext-base
  gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0
  gir1.2-glib-2.0 gir1.2-gssdp-1.0 gir1.2-gst-plugins-base-1.0
  gir1.2-gstreamer-1.0 gir1.2-gtk-3.0 gir1.2-gudev-1.0 gir1.2-gupnp-1.0
  gir1.2-gupnpigd-1.0 gir1.2-harfbuzz-0.0 gir1.2-nice-0.1 gir1.2-pango-1.0
  gir1.2-rsvg-2.0 gir1.2-soup-2.4 glib-networking glib-networking-common
  glib-networking-services gobject-introspection groff-base
  gsettings-desktop-schemas gstreamer1.0-doc gstreamer1.0-plugins-base
  gstreamer1.0-plugins-base-doc gtk-doc-tools gtk-update-icon-cache
  hicolor-icon-theme highlight highlight-common icu-devtools
  imagemagick-6-common intltool-debian iso-codes ladspa-sdk libaec0
  libapparmor1 libarchive-zip-perl libargon2-0 libarmadillo8 libarpack2
  libasound2 libasound2-data libasound2-dev libass-dev libass9 libasyncns0
  libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-0 libatk1.0-data
  libatk1.0-dev libatspi2.0-0 libatspi2.0-dev libavahi-client3
  libavahi-common-data libavahi-common3 libavcodec-dev libavcodec57
  libavformat-dev libavformat57 libavresample-dev libavresample3 libavutil-dev
  libavutil55 libblas3 libbluetooth-dev libbluetooth3 libbluray2 libbs2b-dev
  libbs2b0 libbsd0 libbz2-dev libcaca0 libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2-bin
  libcdaudio-dev libcdaudio1 libcdparanoia0 libcgmanager0 libcharls1
  libchromaprint-dev libchromaprint1 libcolord2 libcroco3 libcryptsetup12
  libcups2 libcurl3-gnutls libcurl4-gnutls-dev libdap25 libdapclient6v5
  libdapserver7v5 libdatrie1 libdbus-1-3 libdbus-1-dev libdc1394-22
  libdc1394-22-dev libdca-dev libdca0 libdconf1 libde265-0 libde265-dev
  libdevmapper1.02.1 libdjvulibre-dev libdjvulibre-text libdjvulibre21
  libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2
  libdrm-radeon1 libdrm2 libdv4 libdvdnav-dev libdvdnav4 libdvdread-dev
  libdvdread4 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1 libepoxy-dev
  libepoxy0 libepsilon1 libevent-2.1-6 libexempi-dev libexempi3 libexif-dev
  libexif12 libexpat1 libexpat1-dev libfaad-dev libfaad2 libffi-dev
  libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3
  libfftw3-single3 libfile-stripnondeterminism-perl libflac-dev libflac8
  libflite1 libfluidsynth-dev libfluidsynth1 libfontconfig1 libfontconfig1-dev
  libfreetype6 libfreetype6-dev libfreexl1 libfribidi-dev libfribidi0 libfyba0
  libgbm1 libgd3 libgdal20 libgdcm2-dev libgdcm2.8 libgdk-pixbuf2.0-0
  libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgeos-3.6.2 libgeos-c1v5
  libgeotiff2 libgfortran4 libgif7 libgirepository-1.0-1
  libgirepository1.0-dev libgl1 libgl1-mesa-dev libgl1-mesa-dri libgl2ps1.4
  libglapi-mesa libgles2 libgles2-mesa-dev libglib2.0-0 libglib2.0-bin
  libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libglib2.0-doc
  libglu1-mesa libglvnd-core-dev libglvnd-dev libglvnd0 libglx-mesa0 libglx0
  libgme-dev libgme0 libgmp-dev libgmpxx4ldbl libgnutls-dane0
  libgnutls-openssl27 libgnutls28-dev libgnutlsxx28 libgphoto2-6
  libgphoto2-dev libgphoto2-port12 libgraphite2-3 libgraphite2-dev libgsm1
  libgsm1-dev libgssapi-krb5-2 libgssdp-1.0-3 libgssdp-1.0-dev
  libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0
  libgstreamer-plugins-base1.0-dev libgstreamer1.0-0 libgstreamer1.0-dev
  libgtk-3-0 libgtk-3-common libgtk-3-dev libgudev-1.0-0 libgudev-1.0-dev
  libgupnp-1.0-4 libgupnp-1.0-dev libgupnp-igd-1.0-4 libgupnp-igd-1.0-dev
  libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b
  libhdf4-0-alt libhdf5-100 libhdf5-openmpi-100 libhwloc-plugins libhwloc5
  libibverbs1 libice-dev libice6 libicu-dev libicu57 libidn11 libidn2-0-dev
  libidn2-dev libilmbase-dev libilmbase23 libip4tc0 libiptcdata0
  libiptcdata0-dev libjack-jackd2-0 libjbig-dev libjbig0 libjpeg-dev
  libjpeg62-turbo libjpeg62-turbo-dev libjson-c3 libjson-glib-1.0-0
  libjson-glib-1.0-common libjsoncpp1 libk5crypto3 libkate-dev libkate1
  libkeyutils1 libkmlbase1 libkmlconvenience1 libkmldom1 libkmlengine1
  libkmlregionator1 libkmlxsd1 libkmod2 libkrb5-3 libkrb5support0 liblapack3
  liblavfile-2.1-0 liblavjpeg-2.1-0 liblavplay-2.1-0 liblcms2-2 liblcms2-dev
  liblept5 liblilv-0-0 liblilv-dev liblqr-1-0 liblqr-1-0-dev libltdl-dev
  libltdl7 liblua5.2-0 liblzma-dev liblzo2-2 libmagic-mgc libmagic1
  libmagick++-6-headers libmagick++-6.q16-8 libmagick++-6.q16-dev
  libmagick++-dev libmagickcore-6-arch-config libmagickcore-6-headers
  libmagickcore-6.q16-5 libmagickcore-6.q16-5-extra libmagickcore-6.q16-dev
  libmagickwand-6-headers libmagickwand-6.q16-5 libmagickwand-6.q16-dev
  libmariadbclient18 libminizip1 libmjpegtools-dev libmjpegutils-2.1-0
  libmms-dev libmms0 libmodplug-dev libmodplug1 libmp3lame0 libmpcdec-dev
  libmpcdec6 libmpdec2 libmpeg2encpp-2.1-0 libmpg123-0 libmpg123-dev
  libmplex2-2.1-0 libnetcdf-c++4 libnetcdf13 libnghttp2-14 libnice-dev
  libnice10 libnih-dbus1 libnih1 libnl-3-200 libnl-route-3-200 libnspr4
  libnss3 libodbc1 libofa0 libofa0-dev libogdi3.2 libogg-dev libogg0
  libopenal-data libopenal-dev libopenal1 libopencv-calib3d-dev
  libopencv-calib3d3.2 libopencv-contrib-dev libopencv-contrib3.2
  libopencv-core-dev libopencv-core3.2 libopencv-dev libopencv-features2d-dev
  libopencv-features2d3.2 libopencv-flann-dev libopencv-flann3.2
  libopencv-highgui-dev libopencv-highgui3.2 libopencv-imgcodecs-dev
  libopencv-imgcodecs3.2 libopencv-imgproc-dev libopencv-imgproc3.2
  libopencv-ml-dev libopencv-ml3.2 libopencv-objdetect-dev
  libopencv-objdetect3.2 libopencv-photo-dev libopencv-photo3.2
  libopencv-shape-dev libopencv-shape3.2 libopencv-stitching-dev
  libopencv-stitching3.2 libopencv-superres-dev libopencv-superres3.2
  libopencv-ts-dev libopencv-video-dev libopencv-video3.2
  libopencv-videoio-dev libopencv-videoio3.2 libopencv-videostab-dev
  libopencv-videostab3.2 libopencv-viz-dev libopencv-viz3.2 libopencv3.2-java
  libopencv3.2-jni libopenexr-dev libopenexr23 libopengl0 libopenjp2-7
  libopenjp2-7-dev libopenmpi2 libopenmpt-dev libopenmpt0 libopus-dev libopus0
  liborc-0.4-0 liborc-0.4-dev liborc-0.4-dev-bin libosp5 libout123-0
  libp11-kit-dev libpam-systemd libpango-1.0-0 libpango1.0-dev
  libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpcap0.8
  libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre3-dev libpcre32-3
  libpcrecpp0v5 libpipeline1 libpixman-1-0 libpixman-1-dev libpng-dev
  libpng16-16 libpoppler73 libpopt0 libpq5 libprocps6 libproj13 libproxy1v5
  libpsl5 libpthread-stubs0-dev libpulse0 libpython-stdlib libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.6-minimal libpython3.6-stdlib libqhull7 libquicktime2
  libraw1394-11 libraw1394-dev librest-0.7-0 librsvg2-2 librsvg2-common
  librsvg2-dev librtmp-dev librtmp1 libsamplerate0 libsbc-dev libsbc1
  libsdl1.2debian libsensors4 libserd-0-0 libserd-dev libshine3 libsigsegv2
  libsm-dev libsm6 libsnappy1v5 libsndfile1 libsndfile1-dev libsndio6.1
  libsocket++1 libsord-0-0 libsord-dev libsoundtouch-dev libsoundtouch1
  libsoup-gnome2.4-1 libsoup2.4-1 libsoup2.4-dev libsoxr0 libspandsp-dev
  libspandsp2 libspatialite7 libspeex1 libsratom-0-0 libsratom-dev libsrtp2-1
  libsrtp2-dev libssh-gcrypt-4 libssh2-1 libssl-dev libssl1.1 libsuperlu5
  libswresample-dev libswresample2 libswscale-dev libswscale4 libsz2
  libtasn1-6-dev libtcl8.6 libtesseract4 libthai-data libthai0 libtheora0
  libtiff-dev libtiff5 libtiff5-dev libtiffxx5 libtk8.6 libtool libtwolame0
  libunbound2 liburiparser1 libusb-1.0-0 libusb-1.0-0-dev libv4l-0
  libv4lconvert0 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0
  libvo-aacenc-dev libvo-aacenc0 libvo-amrwbenc-dev libvo-amrwbenc0
  libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libvpx5 libvtk6.3
  libvulkan-dev libvulkan1 libwavpack1 libwayland-bin libwayland-client0
  libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libwayland-server0
  libwebp-dev libwebp6 libwebpdemux2 libwebpmux3
  libwebrtc-audio-processing-dev libwebrtc-audio-processing1
  libwildmidi-config libwildmidi-dev libwildmidi2 libwmf-dev libwmf0.2-7
  libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb-dev libx11-xcb1
  libx264-152 libx265-146 libx265-dev libxau-dev libxau6 libxcb-dri2-0
  libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev
  libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev
  libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev
  libxcb-shm0 libxcb-shm0-dev libxcb-sync-dev libxcb-sync1 libxcb-xfixes0
  libxcb-xfixes0-dev libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
  libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
  libxerces-c3.2 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev
  libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxkbcommon-dev
  libxkbcommon0 libxml2 libxml2-dev libxpm4 libxrandr-dev libxrandr2
  libxrender-dev libxrender1 libxshmfence-dev libxshmfence1 libxslt1.1 libxss1
  libxt-dev libxt6 libxtst-dev libxtst6 libxvidcore-dev libxvidcore4
  libxxf86vm-dev libxxf86vm1 libzbar-dev libzbar0 libzvbi-common libzvbi-dev
  libzvbi0 lv2-dev m4 man-db mesa-common-dev mime-support mysql-common
  nettle-dev ocl-icd-libopencl1 odbcinst odbcinst1debian2 opensp pkg-config
  po-debconf procps proj-data python python-funcsigs python-minimal
  python-mock python-pbr python-pkg-resources python-six python2.7
  python2.7-minimal python3 python3-distutils python3-lib2to3 python3-mako
  python3-markupsafe python3-minimal python3.6 python3.6-minimal sgml-base
  sgml-data shared-mime-info systemd systemd-shim ucf uuid-dev
  wayland-protocols x11-common x11proto-composite-dev x11proto-core-dev
  x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev
  x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-record-dev
  x11proto-render-dev x11proto-xext-dev x11proto-xf86vidmode-dev
  x11proto-xinerama-dev xkb-data xml-core xorg-sgml-doctools xsltproc
  xtrans-dev zlib1g-dev
0 upgraded, 700 newly installed, 0 to remove and 0 not upgraded.
Need to get 95.0 MB/326 MB of archives.
After this operation, 1226 MB of additional disk space will be used.
Get:2 http://ftp.de.debian.org/debian-ports unreleased/main x32 libmjpegutils-2.1-0 x32 1:2.1.0+debian-3+x32.1 [27.4 kB]
Get:42 http://ftp.de.debian.org/debian-ports unstable/main x32 libquicktime2 x32 2:1.2.4-11+b2 [264 kB]
Get:43 http://ftp.de.debian.org/debian-ports unreleased/main x32 liblavfile-2.1-0 x32 1:2.1.0+debian-3+x32.1 [40.7 kB]
Get:44 http://ftp.de.debian.org/debian-ports unreleased/main x32 liblavjpeg-2.1-0 x32 1:2.1.0+debian-3+x32.1 [15.9 kB]
Get:45 http://ftp.de.debian.org/debian-ports unstable/main x32 libsdl1.2debian x32 1.2.15+dfsg2-0.1 [191 kB]
Get:46 http://ftp.de.debian.org/debian-ports unreleased/main x32 liblavplay-2.1-0 x32 1:2.1.0+debian-3+x32.1 [25.3 kB]
Get:47 http://ftp.de.debian.org/debian-ports unstable/main x32 imagemagick-6-common all 8:6.9.9.39+dfsg-1 [196 kB]
Get:48 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickcore-6-arch-config x32 8:6.9.9.39+dfsg-1 [160 kB]
Get:49 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickcore-6-headers all 8:6.9.9.39+dfsg-1 [49.1 kB]
Get:50 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickwand-6-headers all 8:6.9.9.39+dfsg-1 [10.5 kB]
Get:51 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagick++-6-headers all 8:6.9.9.39+dfsg-1 [47.5 kB]
Get:52 http://ftp.de.debian.org/debian-ports unstable/main x32 liblqr-1-0 x32 0.4.2-2.1 [28.4 kB]
Get:53 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickcore-6.q16-5 x32 8:6.9.9.39+dfsg-1 [1786 kB]
Get:1 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-core3.2 x32 3.2.0+dfsg-4+b1 [713 kB]
Get:54 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickwand-6.q16-5 x32 8:6.9.9.39+dfsg-1 [440 kB]
Get:55 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagick++-6.q16-8 x32 8:6.9.9.39+dfsg-1 [267 kB]
Get:56 http://ftp.de.debian.org/debian-ports unstable/main x32 libdjvulibre-text all 3.5.27.1-8 [60.8 kB]
Get:57 http://ftp.de.debian.org/debian-ports unstable/main x32 libdjvulibre21 x32 3.5.27.1-8 [575 kB]
Get:58 http://ftp.de.debian.org/debian-ports unstable/main x32 libwmf0.2-7 x32 0.2.8.4-12 [164 kB]
Get:59 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickcore-6.q16-5-extra x32 8:6.9.9.39+dfsg-1 [201 kB]
Get:60 http://ftp.de.debian.org/debian-ports unstable/main x32 libdjvulibre-dev x32 3.5.27.1-8 [2389 kB]
Get:61 http://ftp.de.debian.org/debian-ports unstable/main x32 liblcms2-dev x32 2.9-1 [9102 kB]
Get:62 http://ftp.de.debian.org/debian-ports unstable/main x32 liblqr-1-0-dev x32 0.4.2-2.1 [72.2 kB]
Get:63 http://ftp.de.debian.org/debian-ports unstable/main x32 libglib2.0-data all 2.56.0-3 [2663 kB]
Get:64 http://ftp.de.debian.org/debian-ports unstable/main x32 libwmf-dev x32 0.2.8.4-12 [186 kB]
Get:65 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickcore-6.q16-dev x32 8:6.9.9.39+dfsg-1 [1084 kB]
Get:66 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagickwand-6.q16-dev x32 8:6.9.9.39+dfsg-1 [434 kB]
Get:3 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-flann3.2 x32 3.2.0+dfsg-4+b1 [102 kB]
Get:67 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagick++-6.q16-dev x32 8:6.9.9.39+dfsg-1 [255 kB]
Get:68 http://ftp.de.debian.org/debian-ports unstable/main x32 libmagick++-dev all 8:6.9.9.39+dfsg-1 [1340 B]
Get:69 http://ftp.de.debian.org/debian-ports unreleased/main x32 libmpeg2encpp-2.1-0 x32 1:2.1.0+debian-3+x32.1 [76.6 kB]
Get:70 http://ftp.de.debian.org/debian-ports unreleased/main x32 libmplex2-2.1-0 x32 1:2.1.0+debian-3+x32.1 [50.4 kB]
Get:71 http://ftp.de.debian.org/debian-ports unstable/main x32 libgssdp-1.0-3 x32 1.0.2-2 [25.8 kB]
Get:72 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-gssdp-1.0 x32 1.0.2-2 [7552 B]
Get:73 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-gstreamer-1.0 x32 1.14.0-1 [1132 kB]
Get:4 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-imgproc3.2 x32 3.2.0+dfsg-4+b1 [807 kB]
Get:74 http://ftp.de.debian.org/debian-ports unstable/main x32 libgstreamer-gl1.0-0 x32 1.14.0-1 [1339 kB]
Get:75 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-gst-plugins-base-1.0 x32 1.14.0-1 [1274 kB]
Get:76 http://ftp.de.debian.org/debian-ports unstable/main x32 libgupnp-1.0-4 x32 1.0.2-2 [64.6 kB]
Get:77 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-gupnp-1.0 x32 1.0.2-2 [13.8 kB]
Get:78 http://ftp.de.debian.org/debian-ports unstable/main x32 libgupnp-igd-1.0-4 x32 0.2.5-2 [26.1 kB]
Get:79 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-gupnpigd-1.0 x32 0.2.5-2 [16.1 kB]
Get:80 http://ftp.de.debian.org/debian-ports unstable/main x32 gir1.2-nice-0.1 x32 0.1.14-1 [22.1 kB]
Get:81 http://ftp.de.debian.org/debian-ports unstable/main x32 gobject-introspection x32 1.56.0-2 [281 kB]
Get:82 http://ftp.de.debian.org/debian-ports unstable/main x32 libglib2.0-doc all 2.56.0-3 [3015 kB]
Get:5 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-imgcodecs3.2 x32 3.2.0+dfsg-4+b1 [88.7 kB]
Get:6 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-videoio3.2 x32 3.2.0+dfsg-4+b1 [90.1 kB]
Get:7 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-highgui3.2 x32 3.2.0+dfsg-4+b1 [32.0 kB]
Get:8 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-ml3.2 x32 3.2.0+dfsg-4+b1 [234 kB]
Get:9 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-features2d3.2 x32 3.2.0+dfsg-4+b1 [239 kB]
Get:10 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-calib3d3.2 x32 3.2.0+dfsg-4+b1 [436 kB]
Get:83 http://ftp.de.debian.org/debian-ports unstable/main x32 gstreamer1.0-doc all 1.14.0-1 [1625 kB]
Get:11 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-core-dev x32 3.2.0+dfsg-4+b1 [1094 kB]
Get:84 http://ftp.de.debian.org/debian-ports unstable/main x32 gstreamer1.0-plugins-base x32 1.14.0-1 [1786 kB]
Get:12 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-flann-dev x32 3.2.0+dfsg-4+b1 [172 kB]
Get:13 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-imgproc-dev x32 3.2.0+dfsg-4+b1 [990 kB]
Get:14 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-imgcodecs-dev x32 3.2.0+dfsg-4+b1 [123 kB]
Get:15 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-videoio-dev x32 3.2.0+dfsg-4+b1 [122 kB]
Get:85 http://ftp.de.debian.org/debian-ports unstable/main x32 gstreamer1.0-plugins-base-doc all 1.14.0-1 [1663 kB]
Get:16 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-highgui-dev x32 3.2.0+dfsg-4+b1 [43.5 kB]
Get:17 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-ml-dev x32 3.2.0+dfsg-4+b1 [293 kB]
Get:18 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-features2d-dev x32 3.2.0+dfsg-4+b1 [286 kB]
Get:19 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-calib3d-dev x32 3.2.0+dfsg-4+b1 [508 kB]
Get:86 http://ftp.de.debian.org/debian-ports unstable/main x32 libbluetooth-dev x32 5.47-1+b1 [276 kB]
Get:87 http://ftp.de.debian.org/debian-ports unstable/main x32 libcdaudio1 x32 0.99.12p2-14 [44.5 kB]
Get:88 http://ftp.de.debian.org/debian-ports unstable/main x32 libcdaudio-dev x32 0.99.12p2-14 [47.6 kB]
Get:89 http://ftp.de.debian.org/debian-ports unstable/main x32 libdca0 x32 0.0.5-10 [104 kB]
Get:90 http://ftp.de.debian.org/debian-ports unstable/main x32 libdca-dev x32 0.0.5-10 [101 kB]
Get:91 http://ftp.de.debian.org/debian-ports unstable/main x32 libde265-0 x32 1.0.2-2+b1 [234 kB]
Get:92 http://ftp.de.debian.org/debian-ports unstable/main x32 libde265-dev x32 1.0.2-2+b1 [12.6 kB]
Get:93 http://ftp.de.debian.org/debian-ports unstable/main x32 libdvdread4 x32 6.0.0-1 [84.4 kB]
Get:94 http://ftp.de.debian.org/debian-ports unstable/main x32 libdvdnav4 x32 6.0.0-1 [44.9 kB]
Get:95 http://ftp.de.debian.org/debian-ports unstable/main x32 libdvdread-dev x32 6.0.0-1 [97.7 kB]
Get:96 http://ftp.de.debian.org/debian-ports unstable/main x32 libdvdnav-dev x32 6.0.0-1 [58.0 kB]
Get:97 http://ftp.de.debian.org/debian-ports unstable/main x32 libexempi3 x32 2.4.5-2 [563 kB]
Get:20 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-objdetect3.2 x32 3.2.0+dfsg-4+b1 [148 kB]
Get:21 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-photo3.2 x32 3.2.0+dfsg-4+b1 [193 kB]
Get:22 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-video3.2 x32 3.2.0+dfsg-4+b1 [132 kB]
Get:23 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-shape3.2 x32 3.2.0+dfsg-4+b1 [67.5 kB]
Get:24 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-stitching3.2 x32 3.2.0+dfsg-4+b1 [178 kB]
Get:98 http://ftp.de.debian.org/debian-ports unstable/main x32 libexempi-dev x32 2.4.5-2 [670 kB]
Get:99 http://ftp.de.debian.org/debian-ports unstable/main x32 libfaad2 x32 2.8.8-1 [157 kB]
Get:25 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-superres3.2 x32 3.2.0+dfsg-4+b1 [54.8 kB]
Get:26 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-videostab3.2 x32 3.2.0+dfsg-4+b1 [111 kB]
Get:100 http://ftp.de.debian.org/debian-ports unstable/main x32 libfaad-dev x32 2.8.8-1 [172 kB]
Get:101 http://ftp.de.debian.org/debian-ports unstable/main x32 libfftw3-long3 x32 3.3.7-1 [315 kB]
Get:27 http://incoming.ports.debian.org/buildd unstable/main x32 libvtk6.3 x32 6.3.0+dfsg2-1 [31.9 MB]
Get:102 http://ftp.de.debian.org/debian-ports unstable/main x32 libfftw3-quad3 x32 3.3.7-1 [565 kB]
Get:103 http://ftp.de.debian.org/debian-ports unstable/main x32 libfftw3-single3 x32 3.3.7-1 [776 kB]
Get:104 http://ftp.de.debian.org/debian-ports unstable/main x32 libfftw3-bin x32 3.3.7-1 [51.8 kB]
Get:105 http://ftp.de.debian.org/debian-ports unstable/main x32 libfftw3-dev x32 3.3.7-1 [2114 kB]
Get:106 http://ftp.de.debian.org/debian-ports unstable/main x32 libsamplerate0 x32 0.1.9-2 [950 kB]
Get:107 http://ftp.de.debian.org/debian-ports unstable/main x32 libjack-jackd2-0 x32 1.9.12~dfsg-2 [298 kB]
Get:108 http://ftp.de.debian.org/debian-ports unstable/main x32 libfluidsynth1 x32 1.1.10-1 [167 kB]
Get:109 http://ftp.de.debian.org/debian-ports unstable/main x32 libfluidsynth-dev x32 1.1.10-1 [48.7 kB]
Get:110 http://ftp.de.debian.org/debian-ports unstable/main x32 libgirepository1.0-dev x32 1.56.0-2 [691 kB]
Get:111 http://ftp.de.debian.org/debian-ports unstable/main x32 libgles2-mesa-dev x32 17.3.7-1 [79.7 kB]
Get:112 http://ftp.de.debian.org/debian-ports unstable/main x32 libgmpxx4ldbl x32 2:6.1.2+dfsg-3 [22.7 kB]
Get:113 http://ftp.de.debian.org/debian-ports unstable/main x32 libgmp-dev x32 2:6.1.2+dfsg-3 [635 kB]
Get:114 http://ftp.de.debian.org/debian-ports unstable/main x32 libgssdp-1.0-dev x32 1.0.2-2 [33.4 kB]
Get:115 http://ftp.de.debian.org/debian-ports unstable/main x32 libgstreamer1.0-dev x32 1.14.0-1 [1459 kB]
Get:116 http://ftp.de.debian.org/debian-ports unstable/main x32 libgstreamer-plugins-base1.0-dev x32 1.14.0-1 [1503 kB]
Get:117 http://ftp.de.debian.org/debian-ports unstable/main x32 libgupnp-1.0-dev x32 1.0.2-2 [107 kB]
Get:118 http://ftp.de.debian.org/debian-ports unstable/main x32 libgupnp-igd-1.0-dev x32 0.2.5-2 [29.9 kB]
Get:119 http://ftp.de.debian.org/debian-ports unstable/main x32 libiptcdata0 x32 1.0.4-6 [28.1 kB]
Get:120 http://ftp.de.debian.org/debian-ports unstable/main x32 libiptcdata0-dev x32 1.0.4-6 [17.3 kB]
Get:121 http://ftp.de.debian.org/debian-ports unstable/main x32 libkate1 x32 0.4.1-8 [42.3 kB]
Get:122 http://ftp.de.debian.org/debian-ports unstable/main x32 libkate-dev x32 0.4.1-8 [52.9 kB]
Get:123 http://ftp.de.debian.org/debian-ports unstable/main x32 libserd-0-0 x32 0.28.0~dfsg0-1 [40.6 kB]
Get:124 http://ftp.de.debian.org/debian-ports unstable/main x32 libsord-0-0 x32 0.16.0~dfsg0-1 [23.0 kB]
Get:125 http://ftp.de.debian.org/debian-ports unstable/main x32 libsratom-0-0 x32 0.6.0~dfsg0-1 [16.8 kB]
Get:126 http://ftp.de.debian.org/debian-ports unstable/main x32 liblilv-0-0 x32 0.24.2~dfsg0-1 [43.6 kB]
Get:127 http://ftp.de.debian.org/debian-ports unstable/main x32 libserd-dev x32 0.28.0~dfsg0-1 [15.0 kB]
Get:128 http://ftp.de.debian.org/debian-ports unstable/main x32 libsord-dev x32 0.16.0~dfsg0-1 [13.3 kB]
Get:129 http://ftp.de.debian.org/debian-ports unstable/main x32 lv2-dev x32 1.14.0~dfsg1-2 [110 kB]
Get:130 http://ftp.de.debian.org/debian-ports unstable/main x32 libsratom-dev x32 0.6.0~dfsg0-1 [6242 B]
Get:131 http://ftp.de.debian.org/debian-ports unstable/main x32 liblilv-dev x32 0.24.2~dfsg0-1 [24.0 kB]
Get:132 http://ftp.de.debian.org/debian-ports unreleased/main x32 libmjpegtools-dev x32 1:2.1.0+debian-3+x32.1 [238 kB]
Get:133 http://ftp.de.debian.org/debian-ports unstable/main x32 libmms0 x32 0.6.4-2 [34.8 kB]
Get:134 http://ftp.de.debian.org/debian-ports unstable/main x32 libmms-dev x32 0.6.4-2 [38.5 kB]
Get:135 http://ftp.de.debian.org/debian-ports unstable/main x32 libmodplug1 x32 1:0.8.9.0-1 [159 kB]
Get:136 http://ftp.de.debian.org/debian-ports unstable/main x32 libmodplug-dev x32 1:0.8.9.0-1 [26.8 kB]
Get:137 http://ftp.de.debian.org/debian-ports unstable/main x32 libmpcdec6 x32 2:0.1~r495-1 [32.6 kB]
Get:138 http://ftp.de.debian.org/debian-ports unstable/main x32 libmpcdec-dev x32 2:0.1~r495-1 [40.0 kB]
Get:139 http://ftp.de.debian.org/debian-ports unstable/main x32 libout123-0 x32 1.25.10-1 [38.2 kB]
Get:140 http://ftp.de.debian.org/debian-ports unstable/main x32 libmpg123-dev x32 1.25.10-1 [54.8 kB]
Get:141 http://ftp.de.debian.org/debian-ports unstable/main x32 libnice10 x32 0.1.14-1 [133 kB]
Get:142 http://ftp.de.debian.org/debian-ports unstable/main x32 libnice-dev x32 0.1.14-1 [60.0 kB]
Get:143 http://ftp.de.debian.org/debian-ports unstable/main x32 libofa0 x32 0.9.3-15 [50.2 kB]
Get:144 http://ftp.de.debian.org/debian-ports unstable/main x32 libofa0-dev x32 0.9.3-15 [56.6 kB]
Get:145 http://ftp.de.debian.org/debian-ports unstable/main x32 libopencv3.2-java all 3.2.0+dfsg-4 [398 kB]
Get:146 http://ftp.de.debian.org/debian-ports unstable/main x32 libvorbis-dev x32 1.3.6-1 [330 kB]
Get:147 http://ftp.de.debian.org/debian-ports unstable/main x32 libpcap0.8 x32 1.8.1-6 [139 kB]
Get:148 http://ftp.de.debian.org/debian-ports unstable/main x32 libpcap0.8-dev x32 1.8.1-6 [236 kB]
Get:149 http://ftp.de.debian.org/debian-ports unstable/main x32 librtmp-dev x32 2.4+20151223.gitfa8646d.1-1+b1 [69.8 kB]
Get:150 http://ftp.de.debian.org/debian-ports unstable/main x32 libsbc1 x32 1.3-2 [33.1 kB]
Get:151 http://ftp.de.debian.org/debian-ports unstable/main x32 libsbc-dev x32 1.3-2 [34.6 kB]
Get:152 http://ftp.de.debian.org/debian-ports unstable/main x32 libsoundtouch1 x32 1.9.2-3 [42.6 kB]
Get:153 http://ftp.de.debian.org/debian-ports unstable/main x32 libsoundtouch-dev x32 1.9.2-3 [12.0 kB]
Get:154 http://ftp.de.debian.org/debian-ports unstable/main x32 libspandsp2 x32 0.0.6+dfsg-0.1 [276 kB]
Get:28 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-viz3.2 x32 3.2.0+dfsg-4+b1 [126 kB]
Get:29 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-contrib3.2 x32 3.2.0+dfsg-4+b1 [1445 kB]
Get:30 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-objdetect-dev x32 3.2.0+dfsg-4+b1 [172 kB]
Get:155 http://ftp.de.debian.org/debian-ports unstable/main x32 libspandsp-dev x32 0.0.6+dfsg-0.1 [411 kB]
Get:31 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-photo-dev x32 3.2.0+dfsg-4+b1 [226 kB]
Get:32 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-video-dev x32 3.2.0+dfsg-4+b1 [158 kB]
Get:33 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-shape-dev x32 3.2.0+dfsg-4+b1 [81.7 kB]
Get:34 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-stitching-dev x32 3.2.0+dfsg-4+b1 [219 kB]
Get:156 http://ftp.de.debian.org/debian-ports unstable/main x32 libsrtp2-1 x32 2.1.0-1 [69.7 kB]
Get:157 http://ftp.de.debian.org/debian-ports unstable/main x32 libsrtp2-dev x32 2.1.0-1 [82.9 kB]
Get:35 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-superres-dev x32 3.2.0+dfsg-4+b1 [64.4 kB]
Get:36 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-videostab-dev x32 3.2.0+dfsg-4+b1 [133 kB]
Get:37 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-viz-dev x32 3.2.0+dfsg-4+b1 [164 kB]
Get:158 http://ftp.de.debian.org/debian-ports unstable/main x32 libusb-1.0-0-dev x32 2:1.0.21-2 [71.1 kB]
Get:159 http://ftp.de.debian.org/debian-ports unstable/main x32 libvo-aacenc0 x32 0.1.3-1+b1 [62.8 kB]
Get:160 http://ftp.de.debian.org/debian-ports unstable/main x32 libvo-aacenc-dev x32 0.1.3-1+b1 [74.2 kB]
Get:161 http://ftp.de.debian.org/debian-ports unstable/main x32 libvulkan1 x32 1.0.39.0+dfsg1-1 [61.4 kB]
Get:162 http://ftp.de.debian.org/debian-ports unstable/main x32 libvulkan-dev x32 1.0.39.0+dfsg1-1 [101 kB]
Get:38 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-contrib-dev x32 3.2.0+dfsg-4+b1 [1838 kB]
Get:163 http://ftp.de.debian.org/debian-ports unstable/main x32 libwebrtc-audio-processing1 x32 0.3-1 [263 kB]
Get:164 http://ftp.de.debian.org/debian-ports unstable/main x32 libwebrtc-audio-processing-dev x32 0.3-1 [327 kB]
Get:165 http://ftp.de.debian.org/debian-ports unstable/main x32 libwildmidi-config all 0.4.2-1 [11.9 kB]
Get:166 http://ftp.de.debian.org/debian-ports unstable/main x32 libwildmidi2 x32 0.4.2-1 [61.0 kB]
Get:167 http://ftp.de.debian.org/debian-ports unstable/main x32 libwildmidi-dev x32 0.4.2-1 [91.2 kB]
Get:168 http://ftp.de.debian.org/debian-ports unstable/main x32 libzbar0 x32 0.10+doc-10.1+b2 [86.8 kB]
Get:169 http://ftp.de.debian.org/debian-ports unstable/main x32 libzbar-dev x32 0.10+doc-10.1+b2 [109 kB]
Get:39 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-ts-dev x32 3.2.0+dfsg-4+b1 [283 kB]
Get:40 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv3.2-jni x32 3.2.0+dfsg-4+b1 [200 kB]
Get:41 http://incoming.ports.debian.org/buildd unstable/main x32 libopencv-dev x32 3.2.0+dfsg-4+b1 [232 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.0 MB in 9s (10.5 MB/s)
Selecting previously unselected package libapparmor1:x32.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12449 files and directories currently installed.)
Preparing to unpack .../00-libapparmor1_2.12-4_x32.deb ...
Unpacking libapparmor1:x32 (2.12-4) ...
Selecting previously unselected package libargon2-0:x32.
Preparing to unpack .../01-libargon2-0_0~20161029-1.1_x32.deb ...
Unpacking libargon2-0:x32 (0~20161029-1.1) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../02-dmsetup_2%3a1.02.145-4.1_x32.deb ...
Unpacking dmsetup (2:1.02.145-4.1) ...
Selecting previously unselected package libdevmapper1.02.1:x32.
Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.145-4.1_x32.deb ...
Unpacking libdevmapper1.02.1:x32 (2:1.02.145-4.1) ...
Selecting previously unselected package libjson-c3:x32.
Preparing to unpack .../04-libjson-c3_0.12.1-1.3_x32.deb ...
Unpacking libjson-c3:x32 (0.12.1-1.3) ...
Selecting previously unselected package libcryptsetup12:x32.
Preparing to unpack .../05-libcryptsetup12_2%3a2.0.2-1_x32.deb ...
Unpacking libcryptsetup12:x32 (2:2.0.2-1) ...
Selecting previously unselected package libidn11:x32.
Preparing to unpack .../06-libidn11_1.33-2.1_x32.deb ...
Unpacking libidn11:x32 (1.33-2.1) ...
Selecting previously unselected package libip4tc0:x32.
Preparing to unpack .../07-libip4tc0_1.6.2-1_x32.deb ...
Unpacking libip4tc0:x32 (1.6.2-1) ...
Selecting previously unselected package libkmod2:x32.
Preparing to unpack .../08-libkmod2_25-1_x32.deb ...
Unpacking libkmod2:x32 (25-1) ...
Selecting previously unselected package libprocps6:x32.
Preparing to unpack .../09-libprocps6_2%3a3.3.12-4_x32.deb ...
Unpacking libprocps6:x32 (2:3.3.12-4) ...
Selecting previously unselected package procps.
Preparing to unpack .../10-procps_2%3a3.3.12-4_x32.deb ...
Unpacking procps (2:3.3.12-4) ...
Selecting previously unselected package systemd.
Preparing to unpack .../11-systemd_238-3_x32.deb ...
Unpacking systemd (238-3) ...
Selecting previously unselected package libbsd0:x32.
Preparing to unpack .../12-libbsd0_0.8.7-1_x32.deb ...
Unpacking libbsd0:x32 (0.8.7-1) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../13-bsdmainutils_11.1.2_x32.deb ...
Unpacking bsdmainutils (11.1.2) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../14-groff-base_1.22.3-10_x32.deb ...
Unpacking groff-base (1.22.3-10) ...
Selecting previously unselected package libpipeline1:x32.
Preparing to unpack .../15-libpipeline1_1.5.0-1_x32.deb ...
Unpacking libpipeline1:x32 (1.5.0-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../16-man-db_2.8.2-1_x32.deb ...
Unpacking man-db (2.8.2-1) ...
Selecting previously unselected package libpython2.7-minimal:x32.
Preparing to unpack .../17-libpython2.7-minimal_2.7.14-7_x32.deb ...
Unpacking libpython2.7-minimal:x32 (2.7.14-7) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../18-python2.7-minimal_2.7.14-7_x32.deb ...
Unpacking python2.7-minimal (2.7.14-7) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../19-python-minimal_2.7.14-4_x32.deb ...
Unpacking python-minimal (2.7.14-4) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../20-mime-support_3.60_all.deb ...
Unpacking mime-support (3.60) ...
Selecting previously unselected package libexpat1:x32.
Preparing to unpack .../21-libexpat1_2.2.5-3_x32.deb ...
Unpacking libexpat1:x32 (2.2.5-3) ...
Selecting previously unselected package libssl1.1:x32.
Preparing to unpack .../22-libssl1.1_1.1.0g-2_x32.deb ...
Unpacking libssl1.1:x32 (1.1.0g-2) ...
Selecting previously unselected package libpython2.7-stdlib:x32.
Preparing to unpack .../23-libpython2.7-stdlib_2.7.14-7_x32.deb ...
Unpacking libpython2.7-stdlib:x32 (2.7.14-7) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../24-python2.7_2.7.14-7_x32.deb ...
Unpacking python2.7 (2.7.14-7) ...
Selecting previously unselected package libpython-stdlib:x32.
Preparing to unpack .../25-libpython-stdlib_2.7.14-4_x32.deb ...
Unpacking libpython-stdlib:x32 (2.7.14-4) ...
Setting up libpython2.7-minimal:x32 (2.7.14-7) ...
Setting up python2.7-minimal (2.7.14-7) ...
Setting up python-minimal (2.7.14-4) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 14713 files and directories currently installed.)
Preparing to unpack .../000-python_2.7.14-4_x32.deb ...
Unpacking python (2.7.14-4) ...
Selecting previously unselected package libpng16-16:x32.
Preparing to unpack .../001-libpng16-16_1.6.34-1_x32.deb ...
Unpacking libpng16-16:x32 (1.6.34-1) ...
Selecting previously unselected package libfreetype6:x32.
Preparing to unpack .../002-libfreetype6_2.8.1-2_x32.deb ...
Unpacking libfreetype6:x32 (2.8.1-2) ...
Selecting previously unselected package ucf.
Preparing to unpack .../003-ucf_3.0038_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../004-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../005-fontconfig-config_2.12.6-0.1_all.deb ...
Unpacking fontconfig-config (2.12.6-0.1) ...
Selecting previously unselected package libfontconfig1:x32.
Preparing to unpack .../006-libfontconfig1_2.12.6-0.1_x32.deb ...
Unpacking libfontconfig1:x32 (2.12.6-0.1) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../007-fontconfig_2.12.6-0.1_x32.deb ...
Unpacking fontconfig (2.12.6-0.1) ...
Selecting previously unselected package libdv4:x32.
Preparing to unpack .../008-libdv4_1.0.0-11_x32.deb ...
Unpacking libdv4:x32 (1.0.0-11) ...
Selecting previously unselected package libjpeg62-turbo:x32.
Preparing to unpack .../009-libjpeg62-turbo_1%3a1.5.2-2+b1_x32.deb ...
Unpacking libjpeg62-turbo:x32 (1:1.5.2-2+b1) ...
Selecting previously unselected package libmjpegutils-2.1-0.
Preparing to unpack .../010-libmjpegutils-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking libmjpegutils-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../011-libdrm-common_2.4.91-2_all.deb ...
Unpacking libdrm-common (2.4.91-2) ...
Selecting previously unselected package libdrm2:x32.
Preparing to unpack .../012-libdrm2_2.4.91-2_x32.deb ...
Unpacking libdrm2:x32 (2.4.91-2) ...
Selecting previously unselected package libva2:x32.
Preparing to unpack .../013-libva2_2.1.0-2_x32.deb ...
Unpacking libva2:x32 (2.1.0-2) ...
Selecting previously unselected package libva-drm2:x32.
Preparing to unpack .../014-libva-drm2_2.1.0-2_x32.deb ...
Unpacking libva-drm2:x32 (2.1.0-2) ...
Selecting previously unselected package libxau6:x32.
Preparing to unpack .../015-libxau6_1%3a1.0.8-1+b2_x32.deb ...
Unpacking libxau6:x32 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:x32.
Preparing to unpack .../016-libxdmcp6_1%3a1.1.2-3_x32.deb ...
Unpacking libxdmcp6:x32 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:x32.
Preparing to unpack .../017-libxcb1_1.13-1_x32.deb ...
Unpacking libxcb1:x32 (1.13-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../018-libx11-data_2%3a1.6.5-1_all.deb ...
Unpacking libx11-data (2:1.6.5-1) ...
Selecting previously unselected package libx11-6:x32.
Preparing to unpack .../019-libx11-6_2%3a1.6.5-1_x32.deb ...
Unpacking libx11-6:x32 (2:1.6.5-1) ...
Selecting previously unselected package libxext6:x32.
Preparing to unpack .../020-libxext6_2%3a1.3.3-1+b2_x32.deb ...
Unpacking libxext6:x32 (2:1.3.3-1+b2) ...
Selecting previously unselected package libxfixes3:x32.
Preparing to unpack .../021-libxfixes3_1%3a5.0.3-1_x32.deb ...
Unpacking libxfixes3:x32 (1:5.0.3-1) ...
Selecting previously unselected package libva-x11-2:x32.
Preparing to unpack .../022-libva-x11-2_2.1.0-2_x32.deb ...
Unpacking libva-x11-2:x32 (2.1.0-2) ...
Selecting previously unselected package libvdpau1:x32.
Preparing to unpack .../023-libvdpau1_1.1.1-8_x32.deb ...
Unpacking libvdpau1:x32 (1.1.1-8) ...
Selecting previously unselected package libavutil55:x32.
Preparing to unpack .../024-libavutil55_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavutil55:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libpixman-1-0:x32.
Preparing to unpack .../025-libpixman-1-0_0.34.0-2_x32.deb ...
Unpacking libpixman-1-0:x32 (0.34.0-2) ...
Selecting previously unselected package libxcb-render0:x32.
Preparing to unpack .../026-libxcb-render0_1.13-1_x32.deb ...
Unpacking libxcb-render0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-shm0:x32.
Preparing to unpack .../027-libxcb-shm0_1.13-1_x32.deb ...
Unpacking libxcb-shm0:x32 (1.13-1) ...
Selecting previously unselected package libxrender1:x32.
Preparing to unpack .../028-libxrender1_1%3a0.9.10-1_x32.deb ...
Unpacking libxrender1:x32 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:x32.
Preparing to unpack .../029-libcairo2_1.15.10-2_x32.deb ...
Unpacking libcairo2:x32 (1.15.10-2) ...
Selecting previously unselected package libglib2.0-0:x32.
Preparing to unpack .../030-libglib2.0-0_2.56.0-2_x32.deb ...
Unpacking libglib2.0-0:x32 (2.56.0-2) ...
Selecting previously unselected package libgsm1:x32.
Preparing to unpack .../031-libgsm1_1.0.13-4+b2_x32.deb ...
Unpacking libgsm1:x32 (1.0.13-4+b2) ...
Selecting previously unselected package libmp3lame0:x32.
Preparing to unpack .../032-libmp3lame0_3.100-2_x32.deb ...
Unpacking libmp3lame0:x32 (3.100-2) ...
Selecting previously unselected package libopenjp2-7:x32.
Preparing to unpack .../033-libopenjp2-7_2.3.0-1_x32.deb ...
Unpacking libopenjp2-7:x32 (2.3.0-1) ...
Selecting previously unselected package libopus0:x32.
Preparing to unpack .../034-libopus0_1.2.1-1_x32.deb ...
Unpacking libopus0:x32 (1.2.1-1) ...
Selecting previously unselected package libicu57:x32.
Preparing to unpack .../035-libicu57_57.1-9_x32.deb ...
Unpacking libicu57:x32 (57.1-9) ...
Selecting previously unselected package libxml2:x32.
Preparing to unpack .../036-libxml2_2.9.4+dfsg1-6.1_x32.deb ...
Unpacking libxml2:x32 (2.9.4+dfsg1-6.1) ...
Selecting previously unselected package libcroco3:x32.
Preparing to unpack .../037-libcroco3_0.6.12-2_x32.deb ...
Unpacking libcroco3:x32 (0.6.12-2) ...
Selecting previously unselected package libjbig0:x32.
Preparing to unpack .../038-libjbig0_2.1-3.1+b2_x32.deb ...
Unpacking libjbig0:x32 (2.1-3.1+b2) ...
Selecting previously unselected package libtiff5:x32.
Preparing to unpack .../039-libtiff5_4.0.9-4_x32.deb ...
Unpacking libtiff5:x32 (4.0.9-4) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../040-shared-mime-info_1.9-2_x32.deb ...
Unpacking shared-mime-info (1.9-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../041-libgdk-pixbuf2.0-common_2.36.11-2_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.36.11-2) ...
Selecting previously unselected package libgdk-pixbuf2.0-0:x32.
Preparing to unpack .../042-libgdk-pixbuf2.0-0_2.36.11-2_x32.deb ...
Unpacking libgdk-pixbuf2.0-0:x32 (2.36.11-2) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../043-libthai-data_0.1.27-2_all.deb ...
Unpacking libthai-data (0.1.27-2) ...
Selecting previously unselected package libdatrie1:x32.
Preparing to unpack .../044-libdatrie1_0.2.10-7_x32.deb ...
Unpacking libdatrie1:x32 (0.2.10-7) ...
Selecting previously unselected package libthai0:x32.
Preparing to unpack .../045-libthai0_0.1.27-2_x32.deb ...
Unpacking libthai0:x32 (0.1.27-2) ...
Selecting previously unselected package libpango-1.0-0:x32.
Preparing to unpack .../046-libpango-1.0-0_1.40.14-1_x32.deb ...
Unpacking libpango-1.0-0:x32 (1.40.14-1) ...
Selecting previously unselected package libgraphite2-3:x32.
Preparing to unpack .../047-libgraphite2-3_1.3.5-1_x32.deb ...
Unpacking libgraphite2-3:x32 (1.3.5-1) ...
Selecting previously unselected package libharfbuzz0b:x32.
Preparing to unpack .../048-libharfbuzz0b_1.7.2-1_x32.deb ...
Unpacking libharfbuzz0b:x32 (1.7.2-1) ...
Selecting previously unselected package libpangoft2-1.0-0:x32.
Preparing to unpack .../049-libpangoft2-1.0-0_1.40.14-1_x32.deb ...
Unpacking libpangoft2-1.0-0:x32 (1.40.14-1) ...
Selecting previously unselected package libpangocairo-1.0-0:x32.
Preparing to unpack .../050-libpangocairo-1.0-0_1.40.14-1_x32.deb ...
Unpacking libpangocairo-1.0-0:x32 (1.40.14-1) ...
Selecting previously unselected package librsvg2-2:x32.
Preparing to unpack .../051-librsvg2-2_2.40.20-2_x32.deb ...
Unpacking librsvg2-2:x32 (2.40.20-2) ...
Selecting previously unselected package libshine3:x32.
Preparing to unpack .../052-libshine3_3.1.1-1_x32.deb ...
Unpacking libshine3:x32 (3.1.1-1) ...
Selecting previously unselected package libsnappy1v5:x32.
Preparing to unpack .../053-libsnappy1v5_1.1.7-1_x32.deb ...
Unpacking libsnappy1v5:x32 (1.1.7-1) ...
Selecting previously unselected package libspeex1:x32.
Preparing to unpack .../054-libspeex1_1.2~rc1.2-1+b2_x32.deb ...
Unpacking libspeex1:x32 (1.2~rc1.2-1+b2) ...
Selecting previously unselected package libsoxr0:x32.
Preparing to unpack .../055-libsoxr0_0.1.2-3_x32.deb ...
Unpacking libsoxr0:x32 (0.1.2-3) ...
Selecting previously unselected package libswresample2:x32.
Preparing to unpack .../056-libswresample2_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libswresample2:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libogg0:x32.
Preparing to unpack .../057-libogg0_1.3.2-1+b1_x32.deb ...
Unpacking libogg0:x32 (1.3.2-1+b1) ...
Selecting previously unselected package libtheora0:x32.
Preparing to unpack .../058-libtheora0_1.1.1+dfsg.1-14+b1_x32.deb ...
Unpacking libtheora0:x32 (1.1.1+dfsg.1-14+b1) ...
Selecting previously unselected package libtwolame0:x32.
Preparing to unpack .../059-libtwolame0_0.3.13-3_x32.deb ...
Unpacking libtwolame0:x32 (0.3.13-3) ...
Selecting previously unselected package libvorbis0a:x32.
Preparing to unpack .../060-libvorbis0a_1.3.6-1_x32.deb ...
Unpacking libvorbis0a:x32 (1.3.6-1) ...
Selecting previously unselected package libvorbisenc2:x32.
Preparing to unpack .../061-libvorbisenc2_1.3.6-1_x32.deb ...
Unpacking libvorbisenc2:x32 (1.3.6-1) ...
Selecting previously unselected package libvpx5:x32.
Preparing to unpack .../062-libvpx5_1.7.0-3_x32.deb ...
Unpacking libvpx5:x32 (1.7.0-3) ...
Selecting previously unselected package libwavpack1:x32.
Preparing to unpack .../063-libwavpack1_5.1.0-2_x32.deb ...
Unpacking libwavpack1:x32 (5.1.0-2) ...
Selecting previously unselected package libwebp6:x32.
Preparing to unpack .../064-libwebp6_0.6.1-2_x32.deb ...
Unpacking libwebp6:x32 (0.6.1-2) ...
Selecting previously unselected package libwebpmux3:x32.
Preparing to unpack .../065-libwebpmux3_0.6.1-2_x32.deb ...
Unpacking libwebpmux3:x32 (0.6.1-2) ...
Selecting previously unselected package libx264-152:x32.
Preparing to unpack .../066-libx264-152_2%3a0.152.2854+gite9a5903-2_x32.deb ...
Unpacking libx264-152:x32 (2:0.152.2854+gite9a5903-2) ...
Selecting previously unselected package libx265-146:x32.
Preparing to unpack .../067-libx265-146_2.6-3_x32.deb ...
Unpacking libx265-146:x32 (2.6-3) ...
Selecting previously unselected package libxvidcore4:x32.
Preparing to unpack .../068-libxvidcore4_2%3a1.3.5-1_x32.deb ...
Unpacking libxvidcore4:x32 (2:1.3.5-1) ...
Selecting previously unselected package libzvbi-common.
Preparing to unpack .../069-libzvbi-common_0.2.35-13_all.deb ...
Unpacking libzvbi-common (0.2.35-13) ...
Selecting previously unselected package libzvbi0:x32.
Preparing to unpack .../070-libzvbi0_0.2.35-13_x32.deb ...
Unpacking libzvbi0:x32 (0.2.35-13) ...
Selecting previously unselected package libavcodec57:x32.
Preparing to unpack .../071-libavcodec57_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavcodec57:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libswscale4:x32.
Preparing to unpack .../072-libswscale4_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libswscale4:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libvorbisfile3:x32.
Preparing to unpack .../073-libvorbisfile3_1.3.6-1_x32.deb ...
Unpacking libvorbisfile3:x32 (1.3.6-1) ...
Selecting previously unselected package libquicktime2:x32.
Preparing to unpack .../074-libquicktime2_2%3a1.2.4-11+b2_x32.deb ...
Unpacking libquicktime2:x32 (2:1.2.4-11+b2) ...
Selecting previously unselected package liblavfile-2.1-0.
Preparing to unpack .../075-liblavfile-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking liblavfile-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package liblavjpeg-2.1-0.
Preparing to unpack .../076-liblavjpeg-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking liblavjpeg-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../077-libasound2-data_1.1.3-5+x32.1_all.deb ...
Unpacking libasound2-data (1.1.3-5+x32.1) ...
Selecting previously unselected package libasound2:x32.
Preparing to unpack .../078-libasound2_1.1.3-5+x32.1_x32.deb ...
Unpacking libasound2:x32 (1.1.3-5+x32.1) ...
Selecting previously unselected package libcaca0:x32.
Preparing to unpack .../079-libcaca0_0.99.beta19-2+b2_x32.deb ...
Unpacking libcaca0:x32 (0.99.beta19-2+b2) ...
Selecting previously unselected package libasyncns0:x32.
Preparing to unpack .../080-libasyncns0_0.8-6_x32.deb ...
Unpacking libasyncns0:x32 (0.8-6) ...
Selecting previously unselected package libdbus-1-3:x32.
Preparing to unpack .../081-libdbus-1-3_1.12.6-2_x32.deb ...
Unpacking libdbus-1-3:x32 (1.12.6-2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../082-x11-common_1%3a7.7+19_all.deb ...
Unpacking x11-common (1:7.7+19) ...
Selecting previously unselected package libice6:x32.
Preparing to unpack .../083-libice6_2%3a1.0.9-2_x32.deb ...
Unpacking libice6:x32 (2:1.0.9-2) ...
Selecting previously unselected package libsm6:x32.
Preparing to unpack .../084-libsm6_2%3a1.2.2-1+b3_x32.deb ...
Unpacking libsm6:x32 (2:1.2.2-1+b3) ...
Selecting previously unselected package libflac8:x32.
Preparing to unpack .../085-libflac8_1.3.2-1_x32.deb ...
Unpacking libflac8:x32 (1.3.2-1) ...
Selecting previously unselected package libsndfile1:x32.
Preparing to unpack .../086-libsndfile1_1.0.28-4_x32.deb ...
Unpacking libsndfile1:x32 (1.0.28-4) ...
Selecting previously unselected package libwrap0:x32.
Preparing to unpack .../087-libwrap0_7.6.q-27_x32.deb ...
Unpacking libwrap0:x32 (7.6.q-27) ...
Selecting previously unselected package libx11-xcb1:x32.
Preparing to unpack .../088-libx11-xcb1_2%3a1.6.5-1_x32.deb ...
Unpacking libx11-xcb1:x32 (2:1.6.5-1) ...
Selecting previously unselected package libxi6:x32.
Preparing to unpack .../089-libxi6_2%3a1.7.9-1_x32.deb ...
Unpacking libxi6:x32 (2:1.7.9-1) ...
Selecting previously unselected package libxtst6:x32.
Preparing to unpack .../090-libxtst6_2%3a1.2.3-1_x32.deb ...
Unpacking libxtst6:x32 (2:1.2.3-1) ...
Selecting previously unselected package libpulse0:x32.
Preparing to unpack .../091-libpulse0_11.1-4_x32.deb ...
Unpacking libpulse0:x32 (11.1-4) ...
Selecting previously unselected package libsdl1.2debian:x32.
Preparing to unpack .../092-libsdl1.2debian_1.2.15+dfsg2-0.1_x32.deb ...
Unpacking libsdl1.2debian:x32 (1.2.15+dfsg2-0.1) ...
Selecting previously unselected package liblavplay-2.1-0.
Preparing to unpack .../093-liblavplay-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking liblavplay-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../094-imagemagick-6-common_8%3a6.9.9.39+dfsg-1_all.deb ...
Unpacking imagemagick-6-common (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagickcore-6-arch-config:x32.
Preparing to unpack .../095-libmagickcore-6-arch-config_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickcore-6-arch-config:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagickcore-6-headers.
Preparing to unpack .../096-libmagickcore-6-headers_8%3a6.9.9.39+dfsg-1_all.deb ...
Unpacking libmagickcore-6-headers (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagickwand-6-headers.
Preparing to unpack .../097-libmagickwand-6-headers_8%3a6.9.9.39+dfsg-1_all.deb ...
Unpacking libmagickwand-6-headers (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagick++-6-headers.
Preparing to unpack .../098-libmagick++-6-headers_8%3a6.9.9.39+dfsg-1_all.deb ...
Unpacking libmagick++-6-headers (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libfftw3-double3:x32.
Preparing to unpack .../099-libfftw3-double3_3.3.7-1_x32.deb ...
Unpacking libfftw3-double3:x32 (3.3.7-1) ...
Selecting previously unselected package liblcms2-2:x32.
Preparing to unpack .../100-liblcms2-2_2.9-1_x32.deb ...
Unpacking liblcms2-2:x32 (2.9-1) ...
Selecting previously unselected package liblqr-1-0:x32.
Preparing to unpack .../101-liblqr-1-0_0.4.2-2.1_x32.deb ...
Unpacking liblqr-1-0:x32 (0.4.2-2.1) ...
Selecting previously unselected package libltdl7:x32.
Preparing to unpack .../102-libltdl7_2.4.6-2_x32.deb ...
Unpacking libltdl7:x32 (2.4.6-2) ...
Selecting previously unselected package libmagickcore-6.q16-5:x32.
Preparing to unpack .../103-libmagickcore-6.q16-5_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickcore-6.q16-5:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagickwand-6.q16-5:x32.
Preparing to unpack .../104-libmagickwand-6.q16-5_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickwand-6.q16-5:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagick++-6.q16-8:x32.
Preparing to unpack .../105-libmagick++-6.q16-8_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagick++-6.q16-8:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libdjvulibre-text.
Preparing to unpack .../106-libdjvulibre-text_3.5.27.1-8_all.deb ...
Unpacking libdjvulibre-text (3.5.27.1-8) ...
Selecting previously unselected package libdjvulibre21:x32.
Preparing to unpack .../107-libdjvulibre21_3.5.27.1-8_x32.deb ...
Unpacking libdjvulibre21:x32 (3.5.27.1-8) ...
Selecting previously unselected package libilmbase23:x32.
Preparing to unpack .../108-libilmbase23_2.2.1-2_x32.deb ...
Unpacking libilmbase23:x32 (2.2.1-2) ...
Selecting previously unselected package libopenexr23:x32.
Preparing to unpack .../109-libopenexr23_2.2.1-4_x32.deb ...
Unpacking libopenexr23:x32 (2.2.1-4) ...
Selecting previously unselected package libwmf0.2-7:x32.
Preparing to unpack .../110-libwmf0.2-7_0.2.8.4-12_x32.deb ...
Unpacking libwmf0.2-7:x32 (0.2.8.4-12) ...
Selecting previously unselected package libmagickcore-6.q16-5-extra:x32.
Preparing to unpack .../111-libmagickcore-6.q16-5-extra_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickcore-6.q16-5-extra:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libbz2-dev:x32.
Preparing to unpack .../112-libbz2-dev_1.0.6-8.1_x32.deb ...
Unpacking libbz2-dev:x32 (1.0.6-8.1) ...
Selecting previously unselected package libjpeg62-turbo-dev:x32.
Preparing to unpack .../113-libjpeg62-turbo-dev_1%3a1.5.2-2+b1_x32.deb ...
Unpacking libjpeg62-turbo-dev:x32 (1:1.5.2-2+b1) ...
Selecting previously unselected package libjpeg-dev.
Preparing to unpack .../114-libjpeg-dev_1%3a1.5.2-2_all.deb ...
Unpacking libjpeg-dev (1:1.5.2-2) ...
Selecting previously unselected package libdjvulibre-dev:x32.
Preparing to unpack .../115-libdjvulibre-dev_3.5.27.1-8_x32.deb ...
Unpacking libdjvulibre-dev:x32 (3.5.27.1-8) ...
Selecting previously unselected package libexif12:x32.
Preparing to unpack .../116-libexif12_0.6.21-4_x32.deb ...
Unpacking libexif12:x32 (0.6.21-4) ...
Selecting previously unselected package libexif-dev:x32.
Preparing to unpack .../117-libexif-dev_0.6.21-4_x32.deb ...
Unpacking libexif-dev:x32 (0.6.21-4) ...
Selecting previously unselected package zlib1g-dev:x32.
Preparing to unpack .../118-zlib1g-dev_1%3a1.2.8.dfsg-5_x32.deb ...
Unpacking zlib1g-dev:x32 (1:1.2.8.dfsg-5) ...
Selecting previously unselected package libpng-dev:x32.
Preparing to unpack .../119-libpng-dev_1.6.34-1_x32.deb ...
Unpacking libpng-dev:x32 (1.6.34-1) ...
Selecting previously unselected package libfreetype6-dev:x32.
Preparing to unpack .../120-libfreetype6-dev_2.8.1-2_x32.deb ...
Unpacking libfreetype6-dev:x32 (2.8.1-2) ...
Selecting previously unselected package libopenjp2-7-dev.
Preparing to unpack .../121-libopenjp2-7-dev_2.3.0-1_x32.deb ...
Unpacking libopenjp2-7-dev (2.3.0-1) ...
Selecting previously unselected package liblcms2-dev:x32.
Preparing to unpack .../122-liblcms2-dev_2.9-1_x32.deb ...
Unpacking liblcms2-dev:x32 (2.9-1) ...
Selecting previously unselected package liblqr-1-0-dev:x32.
Preparing to unpack .../123-liblqr-1-0-dev_0.4.2-2.1_x32.deb ...
Unpacking liblqr-1-0-dev:x32 (0.4.2-2.1) ...
Selecting previously unselected package libltdl-dev:x32.
Preparing to unpack .../124-libltdl-dev_2.4.6-2_x32.deb ...
Unpacking libltdl-dev:x32 (2.4.6-2) ...
Selecting previously unselected package libilmbase-dev.
Preparing to unpack .../125-libilmbase-dev_2.2.1-2_x32.deb ...
Unpacking libilmbase-dev (2.2.1-2) ...
Selecting previously unselected package libopenexr-dev.
Preparing to unpack .../126-libopenexr-dev_2.2.1-4_x32.deb ...
Unpacking libopenexr-dev (2.2.1-4) ...
Selecting previously unselected package librsvg2-common:x32.
Preparing to unpack .../127-librsvg2-common_2.40.20-2_x32.deb ...
Unpacking librsvg2-common:x32 (2.40.20-2) ...
Selecting previously unselected package libgirepository-1.0-1:x32.
Preparing to unpack .../128-libgirepository-1.0-1_1.56.0-2_x32.deb ...
Unpacking libgirepository-1.0-1:x32 (1.56.0-2) ...
Selecting previously unselected package gir1.2-glib-2.0:x32.
Preparing to unpack .../129-gir1.2-glib-2.0_1.56.0-2_x32.deb ...
Unpacking gir1.2-glib-2.0:x32 (1.56.0-2) ...
Selecting previously unselected package libcairo-gobject2:x32.
Preparing to unpack .../130-libcairo-gobject2_1.15.10-2_x32.deb ...
Unpacking libcairo-gobject2:x32 (1.15.10-2) ...
Selecting previously unselected package gir1.2-freedesktop:x32.
Preparing to unpack .../131-gir1.2-freedesktop_1.56.0-2_x32.deb ...
Unpacking gir1.2-freedesktop:x32 (1.56.0-2) ...
Selecting previously unselected package gir1.2-gdkpixbuf-2.0:x32.
Preparing to unpack .../132-gir1.2-gdkpixbuf-2.0_2.36.11-2_x32.deb ...
Unpacking gir1.2-gdkpixbuf-2.0:x32 (2.36.11-2) ...
Selecting previously unselected package gir1.2-rsvg-2.0:x32.
Preparing to unpack .../133-gir1.2-rsvg-2.0_2.40.20-2_x32.deb ...
Unpacking gir1.2-rsvg-2.0:x32 (2.40.20-2) ...
Selecting previously unselected package libelf1:x32.
Preparing to unpack .../134-libelf1_0.168-0.2_x32.deb ...
Unpacking libelf1:x32 (0.168-0.2) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../135-libglib2.0-data_2.56.0-3_all.deb ...
Unpacking libglib2.0-data (2.56.0-3) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../136-libglib2.0-bin_2.56.0-2_x32.deb ...
Unpacking libglib2.0-bin (2.56.0-2) ...
Selecting previously unselected package libpython3.6-minimal:x32.
Preparing to unpack .../137-libpython3.6-minimal_3.6.5~rc1-2_x32.deb ...
Unpacking libpython3.6-minimal:x32 (3.6.5~rc1-2) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../138-python3.6-minimal_3.6.5~rc1-2_x32.deb ...
Unpacking python3.6-minimal (3.6.5~rc1-2) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../139-python3-minimal_3.6.4-1_x32.deb ...
Unpacking python3-minimal (3.6.4-1) ...
Selecting previously unselected package libmpdec2:x32.
Preparing to unpack .../140-libmpdec2_2.4.2-1_x32.deb ...
Unpacking libmpdec2:x32 (2.4.2-1) ...
Selecting previously unselected package libpython3.6-stdlib:x32.
Preparing to unpack .../141-libpython3.6-stdlib_3.6.5~rc1-2_x32.deb ...
Unpacking libpython3.6-stdlib:x32 (3.6.5~rc1-2) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../142-python3.6_3.6.5~rc1-2_x32.deb ...
Unpacking python3.6 (3.6.5~rc1-2) ...
Selecting previously unselected package libpython3-stdlib:x32.
Preparing to unpack .../143-libpython3-stdlib_3.6.4-1_x32.deb ...
Unpacking libpython3-stdlib:x32 (3.6.4-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../144-dh-python_3.20180318_all.deb ...
Unpacking dh-python (3.20180318) ...
Setting up libssl1.1:x32 (1.1.0g-2) ...
Setting up libpython3.6-minimal:x32 (3.6.5~rc1-2) ...
Setting up libexpat1:x32 (2.2.5-3) ...
Setting up python3.6-minimal (3.6.5~rc1-2) ...
Setting up python3-minimal (3.6.4-1) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18581 files and directories currently installed.)
Preparing to unpack .../000-python3_3.6.4-1_x32.deb ...
Unpacking python3 (3.6.4-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../001-libglib2.0-dev-bin_2.56.0-2_x32.deb ...
Unpacking libglib2.0-dev-bin (2.56.0-2) ...
Selecting previously unselected package libpcre16-3:x32.
Preparing to unpack .../002-libpcre16-3_2%3a8.39-9_x32.deb ...
Unpacking libpcre16-3:x32 (2:8.39-9) ...
Selecting previously unselected package libpcre32-3:x32.
Preparing to unpack .../003-libpcre32-3_2%3a8.39-9_x32.deb ...
Unpacking libpcre32-3:x32 (2:8.39-9) ...
Selecting previously unselected package libpcrecpp0v5:x32.
Preparing to unpack .../004-libpcrecpp0v5_2%3a8.39-9_x32.deb ...
Unpacking libpcrecpp0v5:x32 (2:8.39-9) ...
Selecting previously unselected package libpcre3-dev:x32.
Preparing to unpack .../005-libpcre3-dev_2%3a8.39-9_x32.deb ...
Unpacking libpcre3-dev:x32 (2:8.39-9) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../006-pkg-config_0.29-4_x32.deb ...
Unpacking pkg-config (0.29-4) ...
Selecting previously unselected package libglib2.0-dev:x32.
Preparing to unpack .../007-libglib2.0-dev_2.56.0-2_x32.deb ...
Unpacking libglib2.0-dev:x32 (2.56.0-2) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../008-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../009-x11proto-core-dev_7.0.31-1_all.deb ...
Unpacking x11proto-core-dev (7.0.31-1) ...
Selecting previously unselected package libxau-dev:x32.
Preparing to unpack .../010-libxau-dev_1%3a1.0.8-1+b2_x32.deb ...
Unpacking libxau-dev:x32 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp-dev:x32.
Preparing to unpack .../011-libxdmcp-dev_1%3a1.1.2-3_x32.deb ...
Unpacking libxdmcp-dev:x32 (1:1.1.2-3) ...
Selecting previously unselected package x11proto-input-dev.
Preparing to unpack .../012-x11proto-input-dev_2.3.2-1_all.deb ...
Unpacking x11proto-input-dev (2.3.2-1) ...
Selecting previously unselected package x11proto-kb-dev.
Preparing to unpack .../013-x11proto-kb-dev_1.0.7-1_all.deb ...
Unpacking x11proto-kb-dev (1.0.7-1) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../014-xtrans-dev_1.3.5-1_all.deb ...
Unpacking xtrans-dev (1.3.5-1) ...
Selecting previously unselected package libpthread-stubs0-dev:x32.
Preparing to unpack .../015-libpthread-stubs0-dev_0.3-4_x32.deb ...
Unpacking libpthread-stubs0-dev:x32 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:x32.
Preparing to unpack .../016-libxcb1-dev_1.13-1_x32.deb ...
Unpacking libxcb1-dev:x32 (1.13-1) ...
Selecting previously unselected package libx11-dev:x32.
Preparing to unpack .../017-libx11-dev_2%3a1.6.5-1_x32.deb ...
Unpacking libx11-dev:x32 (2:1.6.5-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-dev.
Preparing to unpack .../018-libgdk-pixbuf2.0-dev_2.36.11-2_x32.deb ...
Unpacking libgdk-pixbuf2.0-dev (2.36.11-2) ...
Selecting previously unselected package liblzo2-2:x32.
Preparing to unpack .../019-liblzo2-2_2.08-1.2+b2_x32.deb ...
Unpacking liblzo2-2:x32 (2.08-1.2+b2) ...
Selecting previously unselected package libcairo-script-interpreter2:x32.
Preparing to unpack .../020-libcairo-script-interpreter2_1.15.10-2_x32.deb ...
Unpacking libcairo-script-interpreter2:x32 (1.15.10-2) ...
Selecting previously unselected package libexpat1-dev:x32.
Preparing to unpack .../021-libexpat1-dev_2.2.5-3_x32.deb ...
Unpacking libexpat1-dev:x32 (2.2.5-3) ...
Selecting previously unselected package libfontconfig1-dev:x32.
Preparing to unpack .../022-libfontconfig1-dev_2.12.6-0.1_x32.deb ...
Unpacking libfontconfig1-dev:x32 (2.12.6-0.1) ...
Selecting previously unselected package x11proto-render-dev.
Preparing to unpack .../023-x11proto-render-dev_2%3a0.11.1-2_all.deb ...
Unpacking x11proto-render-dev (2:0.11.1-2) ...
Selecting previously unselected package libxrender-dev:x32.
Preparing to unpack .../024-libxrender-dev_1%3a0.9.10-1_x32.deb ...
Unpacking libxrender-dev:x32 (1:0.9.10-1) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../025-x11proto-xext-dev_7.3.0-1_all.deb ...
Unpacking x11proto-xext-dev (7.3.0-1) ...
Selecting previously unselected package libxext-dev:x32.
Preparing to unpack .../026-libxext-dev_2%3a1.3.3-1+b2_x32.deb ...
Unpacking libxext-dev:x32 (2:1.3.3-1+b2) ...
Selecting previously unselected package libice-dev:x32.
Preparing to unpack .../027-libice-dev_2%3a1.0.9-2_x32.deb ...
Unpacking libice-dev:x32 (2:1.0.9-2) ...
Selecting previously unselected package libsm-dev:x32.
Preparing to unpack .../028-libsm-dev_2%3a1.2.2-1+b3_x32.deb ...
Unpacking libsm-dev:x32 (2:1.2.2-1+b3) ...
Selecting previously unselected package libpixman-1-dev:x32.
Preparing to unpack .../029-libpixman-1-dev_0.34.0-2_x32.deb ...
Unpacking libpixman-1-dev:x32 (0.34.0-2) ...
Selecting previously unselected package libxcb-render0-dev:x32.
Preparing to unpack .../030-libxcb-render0-dev_1.13-1_x32.deb ...
Unpacking libxcb-render0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-shm0-dev:x32.
Preparing to unpack .../031-libxcb-shm0-dev_1.13-1_x32.deb ...
Unpacking libxcb-shm0-dev:x32 (1.13-1) ...
Selecting previously unselected package libcairo2-dev:x32.
Preparing to unpack .../032-libcairo2-dev_1.15.10-2_x32.deb ...
Unpacking libcairo2-dev:x32 (1.15.10-2) ...
Selecting previously unselected package librsvg2-dev:x32.
Preparing to unpack .../033-librsvg2-dev_2.40.20-2_x32.deb ...
Unpacking librsvg2-dev:x32 (2.40.20-2) ...
Selecting previously unselected package libjbig-dev:x32.
Preparing to unpack .../034-libjbig-dev_2.1-3.1+b2_x32.deb ...
Unpacking libjbig-dev:x32 (2.1-3.1+b2) ...
Selecting previously unselected package liblzma-dev:x32.
Preparing to unpack .../035-liblzma-dev_5.2.2-1.3_x32.deb ...
Unpacking liblzma-dev:x32 (5.2.2-1.3) ...
Selecting previously unselected package libtiffxx5:x32.
Preparing to unpack .../036-libtiffxx5_4.0.9-4_x32.deb ...
Unpacking libtiffxx5:x32 (4.0.9-4) ...
Selecting previously unselected package libtiff5-dev:x32.
Preparing to unpack .../037-libtiff5-dev_4.0.9-4_x32.deb ...
Unpacking libtiff5-dev:x32 (4.0.9-4) ...
Selecting previously unselected package libtiff-dev.
Preparing to unpack .../038-libtiff-dev_4.0.9-4_x32.deb ...
Unpacking libtiff-dev (4.0.9-4) ...
Selecting previously unselected package libwmf-dev.
Preparing to unpack .../039-libwmf-dev_0.2.8.4-12_x32.deb ...
Unpacking libwmf-dev (0.2.8.4-12) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../040-icu-devtools_57.1-9_x32.deb ...
Unpacking icu-devtools (57.1-9) ...
Selecting previously unselected package libicu-dev.
Preparing to unpack .../041-libicu-dev_57.1-9_x32.deb ...
Unpacking libicu-dev (57.1-9) ...
Selecting previously unselected package libxml2-dev:x32.
Preparing to unpack .../042-libxml2-dev_2.9.4+dfsg1-6.1_x32.deb ...
Unpacking libxml2-dev:x32 (2.9.4+dfsg1-6.1) ...
Selecting previously unselected package libxt6:x32.
Preparing to unpack .../043-libxt6_1%3a1.1.5-1_x32.deb ...
Unpacking libxt6:x32 (1:1.1.5-1) ...
Selecting previously unselected package libxt-dev:x32.
Preparing to unpack .../044-libxt-dev_1%3a1.1.5-1_x32.deb ...
Unpacking libxt-dev:x32 (1:1.1.5-1) ...
Selecting previously unselected package libmagickcore-6.q16-dev:x32.
Preparing to unpack .../045-libmagickcore-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickcore-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagickwand-6.q16-dev:x32.
Preparing to unpack .../046-libmagickwand-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagickwand-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagick++-6.q16-dev:x32.
Preparing to unpack .../047-libmagick++-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb ...
Unpacking libmagick++-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmagick++-dev.
Preparing to unpack .../048-libmagick++-dev_8%3a6.9.9.39+dfsg-1_all.deb ...
Unpacking libmagick++-dev (8:6.9.9.39+dfsg-1) ...
Selecting previously unselected package libmpeg2encpp-2.1-0.
Preparing to unpack .../049-libmpeg2encpp-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking libmpeg2encpp-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package libmplex2-2.1-0.
Preparing to unpack .../050-libmplex2-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking libmplex2-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../051-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package dbus.
Preparing to unpack .../052-dbus_1.12.6-2_x32.deb ...
Unpacking dbus (1.12.6-2) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../053-libmagic-mgc_1%3a5.32-2_x32.deb ...
Unpacking libmagic-mgc (1:5.32-2) ...
Selecting previously unselected package libmagic1:x32.
Preparing to unpack .../054-libmagic1_1%3a5.32-2_x32.deb ...
Unpacking libmagic1:x32 (1:5.32-2) ...
Selecting previously unselected package file.
Preparing to unpack .../055-file_1%3a5.32-2_x32.deb ...
Unpacking file (1:5.32-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../056-gettext-base_0.19.8.1-4_x32.deb ...
Unpacking gettext-base (0.19.8.1-4) ...
Selecting previously unselected package libnih1.
Preparing to unpack .../057-libnih1_1.0.3-10+b1_x32.deb ...
Unpacking libnih1 (1.0.3-10+b1) ...
Selecting previously unselected package libnih-dbus1.
Preparing to unpack .../058-libnih-dbus1_1.0.3-10+b1_x32.deb ...
Unpacking libnih-dbus1 (1.0.3-10+b1) ...
Selecting previously unselected package libcgmanager0:x32.
Preparing to unpack .../059-libcgmanager0_0.41-2_x32.deb ...
Unpacking libcgmanager0:x32 (0.41-2) ...
Selecting previously unselected package cgmanager.
Preparing to unpack .../060-cgmanager_0.41-2_x32.deb ...
Unpacking cgmanager (0.41-2) ...
Selecting previously unselected package systemd-shim.
Preparing to unpack .../061-systemd-shim_10-3_x32.deb ...
Adding 'diversion of /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service to /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd by systemd-shim'
Unpacking systemd-shim (10-3) ...
Selecting previously unselected package libpam-systemd:x32.
Preparing to unpack .../062-libpam-systemd_238-3_x32.deb ...
Unpacking libpam-systemd:x32 (238-3) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../063-hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../064-gtk-update-icon-cache_3.22.29-1_x32.deb ...
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
Unpacking gtk-update-icon-cache (3.22.29-1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../065-adwaita-icon-theme_3.28.0-1_all.deb ...
Unpacking adwaita-icon-theme (3.28.0-1) ...
Selecting previously unselected package libsigsegv2:x32.
Preparing to unpack .../066-libsigsegv2_2.12-1_x32.deb ...
Unpacking libsigsegv2:x32 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../067-m4_1.4.18-1_x32.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../068-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../069-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../070-automake_1%3a1.15.1-3_all.deb ...
Unpacking automake (1:1.15.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../071-autopoint_0.19.8.1-4_all.deb ...
Unpacking autopoint (0.19.8.1-4) ...
Selecting previously unselected package cdbs.
Preparing to unpack .../072-cdbs_0.4.156_all.deb ...
Unpacking cdbs (0.4.156) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../073-dbus-user-session_1.12.6-2_x32.deb ...
Unpacking dbus-user-session (1.12.6-2) ...
Selecting previously unselected package libdconf1:x32.
Preparing to unpack .../074-libdconf1_0.26.1-3_x32.deb ...
Unpacking libdconf1:x32 (0.26.1-3) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../075-dconf-service_0.26.1-3_x32.deb ...
Unpacking dconf-service (0.26.1-3) ...
Selecting previously unselected package dconf-gsettings-backend:x32.
Preparing to unpack .../076-dconf-gsettings-backend_0.26.1-3_x32.deb ...
Unpacking dconf-gsettings-backend:x32 (0.26.1-3) ...
Selecting previously unselected package libtool.
Preparing to unpack .../077-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../078-dh-autoreconf_17_all.deb ...
Unpacking dh-autoreconf (17) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../079-libarchive-zip-perl_1.60-1_all.deb ...
Unpacking libarchive-zip-perl (1.60-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../080-libfile-stripnondeterminism-perl_0.040-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.040-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../081-dh-strip-nondeterminism_0.040-1_all.deb ...
Unpacking dh-strip-nondeterminism (0.040-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../082-gettext_0.19.8.1-4_x32.deb ...
Unpacking gettext (0.19.8.1-4) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../083-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../084-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../085-debhelper_11.1.5_all.deb ...
Unpacking debhelper (11.1.5) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../086-xml-core_0.18_all.deb ...
Unpacking xml-core (0.18) ...
Selecting previously unselected package sgml-data.
Preparing to unpack .../087-sgml-data_2.0.10_all.deb ...
Unpacking sgml-data (2.0.10) ...
Selecting previously unselected package docbook.
Preparing to unpack .../088-docbook_4.5-6_all.deb ...
Unpacking docbook (4.5-6) ...
Selecting previously unselected package libosp5.
Preparing to unpack .../089-libosp5_1.5.2-13_x32.deb ...
Unpacking libosp5 (1.5.2-13) ...
Selecting previously unselected package opensp.
Preparing to unpack .../090-opensp_1.5.2-13_x32.deb ...
Unpacking opensp (1.5.2-13) ...
Selecting previously unselected package docbook-to-man.
Preparing to unpack .../091-docbook-to-man_1%3a2.0.0-41_x32.deb ...
Unpacking docbook-to-man (1:2.0.0-41) ...
Selecting previously unselected package docbook-xml.
Preparing to unpack .../092-docbook-xml_4.5-8_all.deb ...
Unpacking docbook-xml (4.5-8) ...
Selecting previously unselected package docbook-xsl.
Preparing to unpack .../093-docbook-xsl_1.79.1+dfsg-2_all.deb ...
Unpacking docbook-xsl (1.79.1+dfsg-2) ...
Selecting previously unselected package libflite1:x32.
Preparing to unpack .../094-libflite1_2.1-release-1_x32.deb ...
Unpacking libflite1:x32 (2.1-release-1) ...
Selecting previously unselected package flite1-dev:x32.
Preparing to unpack .../095-flite1-dev_2.1-release-1_x32.deb ...
Unpacking flite1-dev:x32 (2.1-release-1) ...
Selecting previously unselected package gdal-data.
Preparing to unpack .../096-gdal-data_2.2.4+dfsg-1_all.deb ...
Unpacking gdal-data (2.2.4+dfsg-1) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../097-libatk1.0-data_2.28.1-1_all.deb ...
Unpacking libatk1.0-data (2.28.1-1) ...
Selecting previously unselected package libatk1.0-0:x32.
Preparing to unpack .../098-libatk1.0-0_2.28.1-1_x32.deb ...
Unpacking libatk1.0-0:x32 (2.28.1-1) ...
Selecting previously unselected package gir1.2-atk-1.0:x32.
Preparing to unpack .../099-gir1.2-atk-1.0_2.28.1-1_x32.deb ...
Unpacking gir1.2-atk-1.0:x32 (2.28.1-1) ...
Selecting previously unselected package libatspi2.0-0:x32.
Preparing to unpack .../100-libatspi2.0-0_2.28.0-1_x32.deb ...
Unpacking libatspi2.0-0:x32 (2.28.0-1) ...
Selecting previously unselected package gir1.2-atspi-2.0:x32.
Preparing to unpack .../101-gir1.2-atspi-2.0_2.28.0-1_x32.deb ...
Unpacking gir1.2-atspi-2.0:x32 (2.28.0-1) ...
Selecting previously unselected package libkeyutils1:x32.
Preparing to unpack .../102-libkeyutils1_1.5.9-9.2_x32.deb ...
Unpacking libkeyutils1:x32 (1.5.9-9.2) ...
Selecting previously unselected package libkrb5support0:x32.
Preparing to unpack .../103-libkrb5support0_1.16-2_x32.deb ...
Unpacking libkrb5support0:x32 (1.16-2) ...
Selecting previously unselected package libk5crypto3:x32.
Preparing to unpack .../104-libk5crypto3_1.16-2_x32.deb ...
Unpacking libk5crypto3:x32 (1.16-2) ...
Selecting previously unselected package libkrb5-3:x32.
Preparing to unpack .../105-libkrb5-3_1.16-2_x32.deb ...
Unpacking libkrb5-3:x32 (1.16-2) ...
Selecting previously unselected package libgssapi-krb5-2:x32.
Preparing to unpack .../106-libgssapi-krb5-2_1.16-2_x32.deb ...
Unpacking libgssapi-krb5-2:x32 (1.16-2) ...
Selecting previously unselected package libproxy1v5:x32.
Preparing to unpack .../107-libproxy1v5_0.4.14-4_x32.deb ...
Unpacking libproxy1v5:x32 (0.4.14-4) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../108-glib-networking-common_2.56.0-1_all.deb ...
Unpacking glib-networking-common (2.56.0-1) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../109-glib-networking-services_2.56.0-1_x32.deb ...
Unpacking glib-networking-services (2.56.0-1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../110-gsettings-desktop-schemas_3.28.0-1_all.deb ...
Unpacking gsettings-desktop-schemas (3.28.0-1) ...
Selecting previously unselected package glib-networking:x32.
Preparing to unpack .../111-glib-networking_2.56.0-1_x32.deb ...
Unpacking glib-networking:x32 (2.56.0-1) ...
Selecting previously unselected package libsoup2.4-1:x32.
Preparing to unpack .../112-libsoup2.4-1_2.60.1-1_x32.deb ...
Unpacking libsoup2.4-1:x32 (2.60.1-1) ...
Selecting previously unselected package libsoup-gnome2.4-1:x32.
Preparing to unpack .../113-libsoup-gnome2.4-1_2.60.1-1_x32.deb ...
Unpacking libsoup-gnome2.4-1:x32 (2.60.1-1) ...
Selecting previously unselected package gir1.2-soup-2.4:x32.
Preparing to unpack .../114-gir1.2-soup-2.4_2.60.1-1_x32.deb ...
Unpacking gir1.2-soup-2.4:x32 (2.60.1-1) ...
Selecting previously unselected package libgssdp-1.0-3:x32.
Preparing to unpack .../115-libgssdp-1.0-3_1.0.2-2_x32.deb ...
Unpacking libgssdp-1.0-3:x32 (1.0.2-2) ...
Selecting previously unselected package gir1.2-gssdp-1.0:x32.
Preparing to unpack .../116-gir1.2-gssdp-1.0_1.0.2-2_x32.deb ...
Unpacking gir1.2-gssdp-1.0:x32 (1.0.2-2) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../117-libcap2-bin_1%3a2.25-1.2_x32.deb ...
Unpacking libcap2-bin (1:2.25-1.2) ...
Selecting previously unselected package libgstreamer1.0-0:x32.
Preparing to unpack .../118-libgstreamer1.0-0_1.14.0-1_x32.deb ...
Unpacking libgstreamer1.0-0:x32 (1.14.0-1) ...
Selecting previously unselected package gir1.2-gstreamer-1.0.
Preparing to unpack .../119-gir1.2-gstreamer-1.0_1.14.0-1_x32.deb ...
Unpacking gir1.2-gstreamer-1.0 (1.14.0-1) ...
Selecting previously unselected package libglvnd0:x32.
Preparing to unpack .../120-libglvnd0_1.0.0-2_x32.deb ...
Unpacking libglvnd0:x32 (1.0.0-2) ...
Selecting previously unselected package libwayland-server0:x32.
Preparing to unpack .../121-libwayland-server0_1.14.0-2_x32.deb ...
Unpacking libwayland-server0:x32 (1.14.0-2) ...
Selecting previously unselected package libgbm1:x32.
Preparing to unpack .../122-libgbm1_17.3.7-1_x32.deb ...
Unpacking libgbm1:x32 (17.3.7-1) ...
Selecting previously unselected package libglapi-mesa:x32.
Preparing to unpack .../123-libglapi-mesa_17.3.7-1_x32.deb ...
Unpacking libglapi-mesa:x32 (17.3.7-1) ...
Selecting previously unselected package libwayland-client0:x32.
Preparing to unpack .../124-libwayland-client0_1.14.0-2_x32.deb ...
Unpacking libwayland-client0:x32 (1.14.0-2) ...
Selecting previously unselected package libxcb-dri2-0:x32.
Preparing to unpack .../125-libxcb-dri2-0_1.13-1_x32.deb ...
Unpacking libxcb-dri2-0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-dri3-0:x32.
Preparing to unpack .../126-libxcb-dri3-0_1.13-1_x32.deb ...
Unpacking libxcb-dri3-0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-present0:x32.
Preparing to unpack .../127-libxcb-present0_1.13-1_x32.deb ...
Unpacking libxcb-present0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-sync1:x32.
Preparing to unpack .../128-libxcb-sync1_1.13-1_x32.deb ...
Unpacking libxcb-sync1:x32 (1.13-1) ...
Selecting previously unselected package libxcb-xfixes0:x32.
Preparing to unpack .../129-libxcb-xfixes0_1.13-1_x32.deb ...
Unpacking libxcb-xfixes0:x32 (1.13-1) ...
Selecting previously unselected package libxshmfence1:x32.
Preparing to unpack .../130-libxshmfence1_1.3-1_x32.deb ...
Unpacking libxshmfence1:x32 (1.3-1) ...
Selecting previously unselected package libegl-mesa0:x32.
Preparing to unpack .../131-libegl-mesa0_17.3.7-1_x32.deb ...
Unpacking libegl-mesa0:x32 (17.3.7-1) ...
Selecting previously unselected package libegl1:x32.
Preparing to unpack .../132-libegl1_1.0.0-2_x32.deb ...
Unpacking libegl1:x32 (1.0.0-2) ...
Selecting previously unselected package libxcb-glx0:x32.
Preparing to unpack .../133-libxcb-glx0_1.13-1_x32.deb ...
Unpacking libxcb-glx0:x32 (1.13-1) ...
Selecting previously unselected package libxdamage1:x32.
Preparing to unpack .../134-libxdamage1_1%3a1.1.4-3_x32.deb ...
Unpacking libxdamage1:x32 (1:1.1.4-3) ...
Selecting previously unselected package libxxf86vm1:x32.
Preparing to unpack .../135-libxxf86vm1_1%3a1.1.4-1+b2_x32.deb ...
Unpacking libxxf86vm1:x32 (1:1.1.4-1+b2) ...
Selecting previously unselected package libpciaccess0:x32.
Preparing to unpack .../136-libpciaccess0_0.14-1_x32.deb ...
Unpacking libpciaccess0:x32 (0.14-1) ...
Selecting previously unselected package libdrm-intel1:x32.
Preparing to unpack .../137-libdrm-intel1_2.4.91-2_x32.deb ...
Unpacking libdrm-intel1:x32 (2.4.91-2) ...
Selecting previously unselected package libdrm-nouveau2:x32.
Preparing to unpack .../138-libdrm-nouveau2_2.4.91-2_x32.deb ...
Unpacking libdrm-nouveau2:x32 (2.4.91-2) ...
Selecting previously unselected package libdrm-radeon1:x32.
Preparing to unpack .../139-libdrm-radeon1_2.4.91-2_x32.deb ...
Unpacking libdrm-radeon1:x32 (2.4.91-2) ...
Selecting previously unselected package libsensors4:x32.
Preparing to unpack .../140-libsensors4_1%3a3.4.0-4_x32.deb ...
Unpacking libsensors4:x32 (1:3.4.0-4) ...
Selecting previously unselected package libgl1-mesa-dri:x32.
Preparing to unpack .../141-libgl1-mesa-dri_17.3.7-1_x32.deb ...
Unpacking libgl1-mesa-dri:x32 (17.3.7-1) ...
Selecting previously unselected package libglx-mesa0:x32.
Preparing to unpack .../142-libglx-mesa0_17.3.7-1_x32.deb ...
Unpacking libglx-mesa0:x32 (17.3.7-1) ...
Selecting previously unselected package libglx0:x32.
Preparing to unpack .../143-libglx0_1.0.0-2_x32.deb ...
Unpacking libglx0:x32 (1.0.0-2) ...
Selecting previously unselected package libgl1:x32.
Preparing to unpack .../144-libgl1_1.0.0-2_x32.deb ...
Unpacking libgl1:x32 (1.0.0-2) ...
Selecting previously unselected package liborc-0.4-0:x32.
Preparing to unpack .../145-liborc-0.4-0_1%3a0.4.28-1_x32.deb ...
Unpacking liborc-0.4-0:x32 (1:0.4.28-1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../146-iso-codes_3.79-1_all.deb ...
Unpacking iso-codes (3.79-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:x32.
Preparing to unpack .../147-libgstreamer-plugins-base1.0-0_1.14.0-1_x32.deb ...
Unpacking libgstreamer-plugins-base1.0-0:x32 (1.14.0-1) ...
Selecting previously unselected package libgudev-1.0-0:x32.
Preparing to unpack .../148-libgudev-1.0-0_232-2_x32.deb ...
Unpacking libgudev-1.0-0:x32 (232-2) ...
Selecting previously unselected package libwayland-egl1-mesa:x32.
Preparing to unpack .../149-libwayland-egl1-mesa_17.3.7-1_x32.deb ...
Unpacking libwayland-egl1-mesa:x32 (17.3.7-1) ...
Selecting previously unselected package libgstreamer-gl1.0-0:x32.
Preparing to unpack .../150-libgstreamer-gl1.0-0_1.14.0-1_x32.deb ...
Unpacking libgstreamer-gl1.0-0:x32 (1.14.0-1) ...
Selecting previously unselected package gir1.2-gst-plugins-base-1.0.
Preparing to unpack .../151-gir1.2-gst-plugins-base-1.0_1.14.0-1_x32.deb ...
Unpacking gir1.2-gst-plugins-base-1.0 (1.14.0-1) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../152-libgtk-3-common_3.22.29-1_all.deb ...
Unpacking libgtk-3-common (3.22.29-1) ...
Selecting previously unselected package libxft2:x32.
Preparing to unpack .../153-libxft2_2.3.2-1+b2_x32.deb ...
Unpacking libxft2:x32 (2.3.2-1+b2) ...
Selecting previously unselected package libpangoxft-1.0-0:x32.
Preparing to unpack .../154-libpangoxft-1.0-0_1.40.14-1_x32.deb ...
Unpacking libpangoxft-1.0-0:x32 (1.40.14-1) ...
Selecting previously unselected package gir1.2-pango-1.0:x32.
Preparing to unpack .../155-gir1.2-pango-1.0_1.40.14-1_x32.deb ...
Unpacking gir1.2-pango-1.0:x32 (1.40.14-1) ...
Selecting previously unselected package libatk-bridge2.0-0:x32.
Preparing to unpack .../156-libatk-bridge2.0-0_2.26.2-1_x32.deb ...
Unpacking libatk-bridge2.0-0:x32 (2.26.2-1) ...
Selecting previously unselected package libcolord2:x32.
Preparing to unpack .../157-libcolord2_1.3.3-2_x32.deb ...
Unpacking libcolord2:x32 (1.3.3-2) ...
Selecting previously unselected package libavahi-common-data:x32.
Preparing to unpack .../158-libavahi-common-data_0.7-3.1_x32.deb ...
Unpacking libavahi-common-data:x32 (0.7-3.1) ...
Selecting previously unselected package libavahi-common3:x32.
Preparing to unpack .../159-libavahi-common3_0.7-3.1_x32.deb ...
Unpacking libavahi-common3:x32 (0.7-3.1) ...
Selecting previously unselected package libavahi-client3:x32.
Preparing to unpack .../160-libavahi-client3_0.7-3.1_x32.deb ...
Unpacking libavahi-client3:x32 (0.7-3.1) ...
Selecting previously unselected package libcups2:x32.
Preparing to unpack .../161-libcups2_2.2.6-5_x32.deb ...
Unpacking libcups2:x32 (2.2.6-5) ...
Selecting previously unselected package libepoxy0:x32.
Preparing to unpack .../162-libepoxy0_1.4.3-1_x32.deb ...
Unpacking libepoxy0:x32 (1.4.3-1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../163-libjson-glib-1.0-common_1.4.2-3_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.2-3) ...
Selecting previously unselected package libjson-glib-1.0-0:x32.
Preparing to unpack .../164-libjson-glib-1.0-0_1.4.2-3_x32.deb ...
Unpacking libjson-glib-1.0-0:x32 (1.4.2-3) ...
Selecting previously unselected package librest-0.7-0:x32.
Preparing to unpack .../165-librest-0.7-0_0.8.0-2_x32.deb ...
Unpacking librest-0.7-0:x32 (0.8.0-2) ...
Selecting previously unselected package libwayland-cursor0:x32.
Preparing to unpack .../166-libwayland-cursor0_1.14.0-2_x32.deb ...
Unpacking libwayland-cursor0:x32 (1.14.0-2) ...
Selecting previously unselected package libxcomposite1:x32.
Preparing to unpack .../167-libxcomposite1_1%3a0.4.4-2_x32.deb ...
Unpacking libxcomposite1:x32 (1:0.4.4-2) ...
Selecting previously unselected package libxcursor1:x32.
Preparing to unpack .../168-libxcursor1_1%3a1.1.15-1_x32.deb ...
Unpacking libxcursor1:x32 (1:1.1.15-1) ...
Selecting previously unselected package libxinerama1:x32.
Preparing to unpack .../169-libxinerama1_2%3a1.1.3-1+b3_x32.deb ...
Unpacking libxinerama1:x32 (2:1.1.3-1+b3) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../170-xkb-data_2.23.1-1_all.deb ...
Unpacking xkb-data (2.23.1-1) ...
Selecting previously unselected package libxkbcommon0:x32.
Preparing to unpack .../171-libxkbcommon0_0.8.0-1_x32.deb ...
Unpacking libxkbcommon0:x32 (0.8.0-1) ...
Selecting previously unselected package libxrandr2:x32.
Preparing to unpack .../172-libxrandr2_2%3a1.5.1-1_x32.deb ...
Unpacking libxrandr2:x32 (2:1.5.1-1) ...
Selecting previously unselected package libgtk-3-0:x32.
Preparing to unpack .../173-libgtk-3-0_3.22.29-1_x32.deb ...
Unpacking libgtk-3-0:x32 (3.22.29-1) ...
Selecting previously unselected package gir1.2-gtk-3.0:x32.
Preparing to unpack .../174-gir1.2-gtk-3.0_3.22.29-1_x32.deb ...
Unpacking gir1.2-gtk-3.0:x32 (3.22.29-1) ...
Selecting previously unselected package gir1.2-gudev-1.0:x32.
Preparing to unpack .../175-gir1.2-gudev-1.0_232-2_x32.deb ...
Unpacking gir1.2-gudev-1.0:x32 (232-2) ...
Selecting previously unselected package libgupnp-1.0-4:x32.
Preparing to unpack .../176-libgupnp-1.0-4_1.0.2-2_x32.deb ...
Unpacking libgupnp-1.0-4:x32 (1.0.2-2) ...
Selecting previously unselected package gir1.2-gupnp-1.0:x32.
Preparing to unpack .../177-gir1.2-gupnp-1.0_1.0.2-2_x32.deb ...
Unpacking gir1.2-gupnp-1.0:x32 (1.0.2-2) ...
Selecting previously unselected package libgupnp-igd-1.0-4:x32.
Preparing to unpack .../178-libgupnp-igd-1.0-4_0.2.5-2_x32.deb ...
Unpacking libgupnp-igd-1.0-4:x32 (0.2.5-2) ...
Selecting previously unselected package gir1.2-gupnpigd-1.0:x32.
Preparing to unpack .../179-gir1.2-gupnpigd-1.0_0.2.5-2_x32.deb ...
Unpacking gir1.2-gupnpigd-1.0:x32 (0.2.5-2) ...
Selecting previously unselected package libharfbuzz-gobject0:x32.
Preparing to unpack .../180-libharfbuzz-gobject0_1.7.2-1_x32.deb ...
Unpacking libharfbuzz-gobject0:x32 (1.7.2-1) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:x32.
Preparing to unpack .../181-gir1.2-harfbuzz-0.0_1.7.2-1_x32.deb ...
Unpacking gir1.2-harfbuzz-0.0:x32 (1.7.2-1) ...
Selecting previously unselected package gir1.2-nice-0.1:x32.
Preparing to unpack .../182-gir1.2-nice-0.1_0.1.14-1_x32.deb ...
Unpacking gir1.2-nice-0.1:x32 (0.1.14-1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../183-python3-lib2to3_3.6.5~rc1-1_all.deb ...
Unpacking python3-lib2to3 (3.6.5~rc1-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../184-python3-distutils_3.6.5~rc1-1_all.deb ...
Unpacking python3-distutils (3.6.5~rc1-1) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../185-python3-markupsafe_1.0-1+b1_x32.deb ...
Unpacking python3-markupsafe (1.0-1+b1) ...
Selecting previously unselected package python3-mako.
Preparing to unpack .../186-python3-mako_1.0.7+ds1-1_all.deb ...
Unpacking python3-mako (1.0.7+ds1-1) ...
Selecting previously unselected package gobject-introspection.
Preparing to unpack .../187-gobject-introspection_1.56.0-2_x32.deb ...
Unpacking gobject-introspection (1.56.0-2) ...
Selecting previously unselected package libglib2.0-doc.
Preparing to unpack .../188-libglib2.0-doc_2.56.0-3_all.deb ...
Unpacking libglib2.0-doc (2.56.0-3) ...
Selecting previously unselected package gstreamer1.0-doc.
Preparing to unpack .../189-gstreamer1.0-doc_1.14.0-1_all.deb ...
Unpacking gstreamer1.0-doc (1.14.0-1) ...
Selecting previously unselected package libcdparanoia0:x32.
Preparing to unpack .../190-libcdparanoia0_3.10.2+debian-13_x32.deb ...
Unpacking libcdparanoia0:x32 (3.10.2+debian-13) ...
Selecting previously unselected package libvisual-0.4-0:x32.
Preparing to unpack .../191-libvisual-0.4-0_0.4.0-11_x32.deb ...
Unpacking libvisual-0.4-0:x32 (0.4.0-11) ...
Selecting previously unselected package gstreamer1.0-plugins-base:x32.
Preparing to unpack .../192-gstreamer1.0-plugins-base_1.14.0-1_x32.deb ...
Unpacking gstreamer1.0-plugins-base:x32 (1.14.0-1) ...
Selecting previously unselected package gstreamer1.0-plugins-base-doc.
Preparing to unpack .../193-gstreamer1.0-plugins-base-doc_1.14.0-1_all.deb ...
Unpacking gstreamer1.0-plugins-base-doc (1.14.0-1) ...
Selecting previously unselected package python-funcsigs.
Preparing to unpack .../194-python-funcsigs_1.0.2-4_all.deb ...
Unpacking python-funcsigs (1.0.2-4) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../195-python-pkg-resources_38.5.2-1_all.deb ...
Unpacking python-pkg-resources (38.5.2-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../196-python-six_1.11.0-2_all.deb ...
Unpacking python-six (1.11.0-2) ...
Selecting previously unselected package python-pbr.
Preparing to unpack .../197-python-pbr_3.1.1-4_all.deb ...
Unpacking python-pbr (3.1.1-4) ...
Selecting previously unselected package python-mock.
Preparing to unpack .../198-python-mock_2.0.0-3_all.deb ...
Unpacking python-mock (2.0.0-3) ...
Selecting previously unselected package libxslt1.1:x32.
Preparing to unpack .../199-libxslt1.1_1.1.29-5_x32.deb ...
Unpacking libxslt1.1:x32 (1.1.29-5) ...
Selecting previously unselected package xsltproc.
Preparing to unpack .../200-xsltproc_1.1.29-5_x32.deb ...
Unpacking xsltproc (1.1.29-5) ...
Selecting previously unselected package liblua5.2-0:x32.
Preparing to unpack .../201-liblua5.2-0_5.2.4-1.1+b1_x32.deb ...
Unpacking liblua5.2-0:x32 (5.2.4-1.1+b1) ...
Selecting previously unselected package highlight-common.
Preparing to unpack .../202-highlight-common_3.41-1_all.deb ...
Unpacking highlight-common (3.41-1) ...
Selecting previously unselected package highlight.
Preparing to unpack .../203-highlight_3.41-1_x32.deb ...
Unpacking highlight (3.41-1) ...
Selecting previously unselected package gtk-doc-tools.
Preparing to unpack .../204-gtk-doc-tools_1.27-3_all.deb ...
Unpacking gtk-doc-tools (1.27-3) ...
Selecting previously unselected package ladspa-sdk.
Preparing to unpack .../205-ladspa-sdk_1.13-3_x32.deb ...
Unpacking ladspa-sdk (1.13-3) ...
Selecting previously unselected package libaec0:x32.
Preparing to unpack .../206-libaec0_1.0.2-1_x32.deb ...
Unpacking libaec0:x32 (1.0.2-1) ...
Selecting previously unselected package libgfortran4:x32.
Preparing to unpack .../207-libgfortran4_7.3.0-12_x32.deb ...
Unpacking libgfortran4:x32 (7.3.0-12) ...
Selecting previously unselected package libblas3:x32.
Preparing to unpack .../208-libblas3_3.7.1-4_x32.deb ...
Unpacking libblas3:x32 (3.7.1-4) ...
Selecting previously unselected package liblapack3:x32.
Preparing to unpack .../209-liblapack3_3.7.1-4_x32.deb ...
Unpacking liblapack3:x32 (3.7.1-4) ...
Selecting previously unselected package libarpack2:x32.
Preparing to unpack .../210-libarpack2_3.5.0+real-2_x32.deb ...
Unpacking libarpack2:x32 (3.5.0+real-2) ...
Selecting previously unselected package libsuperlu5:x32.
Preparing to unpack .../211-libsuperlu5_5.2.1+dfsg1-3_x32.deb ...
Unpacking libsuperlu5:x32 (5.2.1+dfsg1-3) ...
Selecting previously unselected package libarmadillo8.
Preparing to unpack .../212-libarmadillo8_1%3a8.400.0+dfsg-2_x32.deb ...
Unpacking libarmadillo8 (1:8.400.0+dfsg-2) ...
Selecting previously unselected package libasound2-dev:x32.
Preparing to unpack .../213-libasound2-dev_1.1.3-5+x32.1_x32.deb ...
Unpacking libasound2-dev:x32 (1.1.3-5+x32.1) ...
Selecting previously unselected package libfribidi0:x32.
Preparing to unpack .../214-libfribidi0_0.19.7-2_x32.deb ...
Unpacking libfribidi0:x32 (0.19.7-2) ...
Selecting previously unselected package libass9:x32.
Preparing to unpack .../215-libass9_1%3a0.14.0-1_x32.deb ...
Unpacking libass9:x32 (1:0.14.0-1) ...
Selecting previously unselected package libfribidi-dev.
Preparing to unpack .../216-libfribidi-dev_0.19.7-2_x32.deb ...
Unpacking libfribidi-dev (0.19.7-2) ...
Selecting previously unselected package libharfbuzz-icu0:x32.
Preparing to unpack .../217-libharfbuzz-icu0_1.7.2-1_x32.deb ...
Unpacking libharfbuzz-icu0:x32 (1.7.2-1) ...
Selecting previously unselected package libgraphite2-dev.
Preparing to unpack .../218-libgraphite2-dev_1.3.5-1_x32.deb ...
Unpacking libgraphite2-dev (1.3.5-1) ...
Selecting previously unselected package libharfbuzz-dev:x32.
Preparing to unpack .../219-libharfbuzz-dev_1.7.2-1_x32.deb ...
Unpacking libharfbuzz-dev:x32 (1.7.2-1) ...
Selecting previously unselected package libass-dev:x32.
Preparing to unpack .../220-libass-dev_1%3a0.14.0-1_x32.deb ...
Unpacking libass-dev:x32 (1:0.14.0-1) ...
Selecting previously unselected package libdbus-1-dev:x32.
Preparing to unpack .../221-libdbus-1-dev_1.12.6-2_x32.deb ...
Unpacking libdbus-1-dev:x32 (1.12.6-2) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../222-x11proto-fixes-dev_1%3a5.0-2_all.deb ...
Unpacking x11proto-fixes-dev (1:5.0-2) ...
Selecting previously unselected package libxfixes-dev:x32.
Preparing to unpack .../223-libxfixes-dev_1%3a5.0.3-1_x32.deb ...
Unpacking libxfixes-dev:x32 (1:5.0.3-1) ...
Selecting previously unselected package libxi-dev:x32.
Preparing to unpack .../224-libxi-dev_2%3a1.7.9-1_x32.deb ...
Unpacking libxi-dev:x32 (2:1.7.9-1) ...
Selecting previously unselected package x11proto-record-dev.
Preparing to unpack .../225-x11proto-record-dev_1.14.2-1_all.deb ...
Unpacking x11proto-record-dev (1.14.2-1) ...
Selecting previously unselected package libxtst-dev:x32.
Preparing to unpack .../226-libxtst-dev_2%3a1.2.3-1_x32.deb ...
Unpacking libxtst-dev:x32 (2:1.2.3-1) ...
Selecting previously unselected package libatspi2.0-dev:x32.
Preparing to unpack .../227-libatspi2.0-dev_2.28.0-1_x32.deb ...
Unpacking libatspi2.0-dev:x32 (2.28.0-1) ...
Selecting previously unselected package libatk-bridge2.0-dev:x32.
Preparing to unpack .../228-libatk-bridge2.0-dev_2.26.2-1_x32.deb ...
Unpacking libatk-bridge2.0-dev:x32 (2.26.2-1) ...
Selecting previously unselected package libatk1.0-dev:x32.
Preparing to unpack .../229-libatk1.0-dev_2.28.1-1_x32.deb ...
Unpacking libatk1.0-dev:x32 (2.28.1-1) ...
Selecting previously unselected package libavutil-dev:x32.
Preparing to unpack .../230-libavutil-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavutil-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libswresample-dev:x32.
Preparing to unpack .../231-libswresample-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libswresample-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libavcodec-dev:x32.
Preparing to unpack .../232-libavcodec-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavcodec-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libbluray2:x32.
Preparing to unpack .../233-libbluray2_1%3a1.0.2-2_x32.deb ...
Unpacking libbluray2:x32 (1:1.0.2-2) ...
Selecting previously unselected package libchromaprint1:x32.
Preparing to unpack .../234-libchromaprint1_1.4.3-1_x32.deb ...
Unpacking libchromaprint1:x32 (1.4.3-1) ...
Selecting previously unselected package libgme0:x32.
Preparing to unpack .../235-libgme0_0.6.2-1_x32.deb ...
Unpacking libgme0:x32 (0.6.2-1) ...
Selecting previously unselected package libmpg123-0:x32.
Preparing to unpack .../236-libmpg123-0_1.25.10-1_x32.deb ...
Unpacking libmpg123-0:x32 (1.25.10-1) ...
Selecting previously unselected package libopenmpt0:x32.
Preparing to unpack .../237-libopenmpt0_0.3.6-1_x32.deb ...
Unpacking libopenmpt0:x32 (0.3.6-1) ...
Selecting previously unselected package libssh-gcrypt-4:x32.
Preparing to unpack .../238-libssh-gcrypt-4_0.8.0~20170825.94fa1e38-1_x32.deb ...
Unpacking libssh-gcrypt-4:x32 (0.8.0~20170825.94fa1e38-1) ...
Selecting previously unselected package libavformat57:x32.
Preparing to unpack .../239-libavformat57_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavformat57:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libavformat-dev:x32.
Preparing to unpack .../240-libavformat-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavformat-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libavresample3:x32.
Preparing to unpack .../241-libavresample3_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavresample3:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libavresample-dev:x32.
Preparing to unpack .../242-libavresample-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libavresample-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libbluetooth3:x32.
Preparing to unpack .../243-libbluetooth3_5.47-1+b1_x32.deb ...
Unpacking libbluetooth3:x32 (5.47-1+b1) ...
Selecting previously unselected package libbluetooth-dev:x32.
Preparing to unpack .../244-libbluetooth-dev_5.47-1+b1_x32.deb ...
Unpacking libbluetooth-dev:x32 (5.47-1+b1) ...
Selecting previously unselected package libbs2b0:x32.
Preparing to unpack .../245-libbs2b0_3.1.0+dfsg-2.2_x32.deb ...
Unpacking libbs2b0:x32 (3.1.0+dfsg-2.2) ...
Selecting previously unselected package libbs2b-dev:x32.
Preparing to unpack .../246-libbs2b-dev_3.1.0+dfsg-2.2_x32.deb ...
Unpacking libbs2b-dev:x32 (3.1.0+dfsg-2.2) ...
Selecting previously unselected package libcdaudio1:x32.
Preparing to unpack .../247-libcdaudio1_0.99.12p2-14_x32.deb ...
Unpacking libcdaudio1:x32 (0.99.12p2-14) ...
Selecting previously unselected package libcdaudio-dev.
Preparing to unpack .../248-libcdaudio-dev_0.99.12p2-14_x32.deb ...
Unpacking libcdaudio-dev (0.99.12p2-14) ...
Selecting previously unselected package libcharls1:x32.
Preparing to unpack .../249-libcharls1_1.1.0+dfsg-2_x32.deb ...
Unpacking libcharls1:x32 (1.1.0+dfsg-2) ...
Selecting previously unselected package libchromaprint-dev.
Preparing to unpack .../250-libchromaprint-dev_1.4.3-1_x32.deb ...
Unpacking libchromaprint-dev (1.4.3-1) ...
Selecting previously unselected package libnghttp2-14:x32.
Preparing to unpack .../251-libnghttp2-14_1.31.0-1_x32.deb ...
Unpacking libnghttp2-14:x32 (1.31.0-1) ...
Selecting previously unselected package libpsl5:x32.
Preparing to unpack .../252-libpsl5_0.19.1-5_x32.deb ...
Unpacking libpsl5:x32 (0.19.1-5) ...
Selecting previously unselected package librtmp1:x32.
Preparing to unpack .../253-librtmp1_2.4+20151223.gitfa8646d.1-1+b1_x32.deb ...
Unpacking librtmp1:x32 (2.4+20151223.gitfa8646d.1-1+b1) ...
Selecting previously unselected package libssh2-1:x32.
Preparing to unpack .../254-libssh2-1_1.8.0-1_x32.deb ...
Unpacking libssh2-1:x32 (1.8.0-1) ...
Selecting previously unselected package libcurl3-gnutls:x32.
Preparing to unpack .../255-libcurl3-gnutls_7.58.0-2_x32.deb ...
Unpacking libcurl3-gnutls:x32 (7.58.0-2) ...
Selecting previously unselected package libcurl4-gnutls-dev:x32.
Preparing to unpack .../256-libcurl4-gnutls-dev_7.58.0-2_x32.deb ...
Unpacking libcurl4-gnutls-dev:x32 (7.58.0-2) ...
Selecting previously unselected package libdap25:x32.
Preparing to unpack .../257-libdap25_3.19.1-2_x32.deb ...
Unpacking libdap25:x32 (3.19.1-2) ...
Selecting previously unselected package libdapclient6v5:x32.
Preparing to unpack .../258-libdapclient6v5_3.19.1-2_x32.deb ...
Unpacking libdapclient6v5:x32 (3.19.1-2) ...
Selecting previously unselected package libdapserver7v5:x32.
Preparing to unpack .../259-libdapserver7v5_3.19.1-2_x32.deb ...
Unpacking libdapserver7v5:x32 (3.19.1-2) ...
Selecting previously unselected package libraw1394-11:x32.
Preparing to unpack .../260-libraw1394-11_2.1.2-1+b1_x32.deb ...
Unpacking libraw1394-11:x32 (2.1.2-1+b1) ...
Selecting previously unselected package libusb-1.0-0:x32.
Preparing to unpack .../261-libusb-1.0-0_2%3a1.0.21-2_x32.deb ...
Unpacking libusb-1.0-0:x32 (2:1.0.21-2) ...
Selecting previously unselected package libdc1394-22:x32.
Preparing to unpack .../262-libdc1394-22_2.2.5-1_x32.deb ...
Unpacking libdc1394-22:x32 (2.2.5-1) ...
Selecting previously unselected package libraw1394-dev:x32.
Preparing to unpack .../263-libraw1394-dev_2.1.2-1+b1_x32.deb ...
Unpacking libraw1394-dev:x32 (2.1.2-1+b1) ...
Selecting previously unselected package libdc1394-22-dev:x32.
Preparing to unpack .../264-libdc1394-22-dev_2.2.5-1_x32.deb ...
Unpacking libdc1394-22-dev:x32 (2.2.5-1) ...
Selecting previously unselected package libdca0:x32.
Preparing to unpack .../265-libdca0_0.0.5-10_x32.deb ...
Unpacking libdca0:x32 (0.0.5-10) ...
Selecting previously unselected package libdca-dev:x32.
Preparing to unpack .../266-libdca-dev_0.0.5-10_x32.deb ...
Unpacking libdca-dev:x32 (0.0.5-10) ...
Selecting previously unselected package libde265-0:x32.
Preparing to unpack .../267-libde265-0_1.0.2-2+b1_x32.deb ...
Unpacking libde265-0:x32 (1.0.2-2+b1) ...
Selecting previously unselected package libde265-dev:x32.
Preparing to unpack .../268-libde265-dev_1.0.2-2+b1_x32.deb ...
Unpacking libde265-dev:x32 (1.0.2-2+b1) ...
Selecting previously unselected package libdrm-amdgpu1:x32.
Preparing to unpack .../269-libdrm-amdgpu1_2.4.91-2_x32.deb ...
Unpacking libdrm-amdgpu1:x32 (2.4.91-2) ...
Selecting previously unselected package libdrm-dev:x32.
Preparing to unpack .../270-libdrm-dev_2.4.91-2_x32.deb ...
Unpacking libdrm-dev:x32 (2.4.91-2) ...
Selecting previously unselected package libdvdread4:x32.
Preparing to unpack .../271-libdvdread4_6.0.0-1_x32.deb ...
Unpacking libdvdread4:x32 (6.0.0-1) ...
Selecting previously unselected package libdvdnav4:x32.
Preparing to unpack .../272-libdvdnav4_6.0.0-1_x32.deb ...
Unpacking libdvdnav4:x32 (6.0.0-1) ...
Selecting previously unselected package libdvdread-dev:x32.
Preparing to unpack .../273-libdvdread-dev_6.0.0-1_x32.deb ...
Unpacking libdvdread-dev:x32 (6.0.0-1) ...
Selecting previously unselected package libdvdnav-dev:x32.
Preparing to unpack .../274-libdvdnav-dev_6.0.0-1_x32.deb ...
Unpacking libdvdnav-dev:x32 (6.0.0-1) ...
Selecting previously unselected package libglvnd-core-dev:x32.
Preparing to unpack .../275-libglvnd-core-dev_1.0.0-2_x32.deb ...
Unpacking libglvnd-core-dev:x32 (1.0.0-2) ...
Selecting previously unselected package libgles2:x32.
Preparing to unpack .../276-libgles2_1.0.0-2_x32.deb ...
Unpacking libgles2:x32 (1.0.0-2) ...
Selecting previously unselected package libopengl0:x32.
Preparing to unpack .../277-libopengl0_1.0.0-2_x32.deb ...
Unpacking libopengl0:x32 (1.0.0-2) ...
Selecting previously unselected package libglvnd-dev:x32.
Preparing to unpack .../278-libglvnd-dev_1.0.0-2_x32.deb ...
Unpacking libglvnd-dev:x32 (1.0.0-2) ...
Selecting previously unselected package x11proto-dri2-dev.
Preparing to unpack .../279-x11proto-dri2-dev_2.8-2_all.deb ...
Unpacking x11proto-dri2-dev (2.8-2) ...
Selecting previously unselected package x11proto-gl-dev.
Preparing to unpack .../280-x11proto-gl-dev_1.4.17-1_all.deb ...
Unpacking x11proto-gl-dev (1.4.17-1) ...
Selecting previously unselected package x11proto-xf86vidmode-dev.
Preparing to unpack .../281-x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
Selecting previously unselected package libxxf86vm-dev:x32.
Preparing to unpack .../282-libxxf86vm-dev_1%3a1.1.4-1+b2_x32.deb ...
Unpacking libxxf86vm-dev:x32 (1:1.1.4-1+b2) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../283-x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
Unpacking x11proto-damage-dev (1:1.2.1-2) ...
Selecting previously unselected package libxdamage-dev:x32.
Preparing to unpack .../284-libxdamage-dev_1%3a1.1.4-3_x32.deb ...
Unpacking libxdamage-dev:x32 (1:1.1.4-3) ...
Selecting previously unselected package libxcb-glx0-dev:x32.
Preparing to unpack .../285-libxcb-glx0-dev_1.13-1_x32.deb ...
Unpacking libxcb-glx0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-dri2-0-dev:x32.
Preparing to unpack .../286-libxcb-dri2-0-dev_1.13-1_x32.deb ...
Unpacking libxcb-dri2-0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-dri3-dev:x32.
Preparing to unpack .../287-libxcb-dri3-dev_1.13-1_x32.deb ...
Unpacking libxcb-dri3-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-randr0:x32.
Preparing to unpack .../288-libxcb-randr0_1.13-1_x32.deb ...
Unpacking libxcb-randr0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-randr0-dev:x32.
Preparing to unpack .../289-libxcb-randr0-dev_1.13-1_x32.deb ...
Unpacking libxcb-randr0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-shape0:x32.
Preparing to unpack .../290-libxcb-shape0_1.13-1_x32.deb ...
Unpacking libxcb-shape0:x32 (1.13-1) ...
Selecting previously unselected package libxcb-shape0-dev:x32.
Preparing to unpack .../291-libxcb-shape0-dev_1.13-1_x32.deb ...
Unpacking libxcb-shape0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-xfixes0-dev:x32.
Preparing to unpack .../292-libxcb-xfixes0-dev_1.13-1_x32.deb ...
Unpacking libxcb-xfixes0-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-sync-dev:x32.
Preparing to unpack .../293-libxcb-sync-dev_1.13-1_x32.deb ...
Unpacking libxcb-sync-dev:x32 (1.13-1) ...
Selecting previously unselected package libxcb-present-dev:x32.
Preparing to unpack .../294-libxcb-present-dev_1.13-1_x32.deb ...
Unpacking libxcb-present-dev:x32 (1.13-1) ...
Selecting previously unselected package libxshmfence-dev:x32.
Preparing to unpack .../295-libxshmfence-dev_1.3-1_x32.deb ...
Unpacking libxshmfence-dev:x32 (1.3-1) ...
Selecting previously unselected package libx11-xcb-dev:x32.
Preparing to unpack .../296-libx11-xcb-dev_2%3a1.6.5-1_x32.deb ...
Unpacking libx11-xcb-dev:x32 (2:1.6.5-1) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../297-libwayland-bin_1.14.0-2_x32.deb ...
Unpacking libwayland-bin (1.14.0-2) ...
Selecting previously unselected package libwayland-dev:x32.
Preparing to unpack .../298-libwayland-dev_1.14.0-2_x32.deb ...
Unpacking libwayland-dev:x32 (1.14.0-2) ...
Selecting previously unselected package libegl1-mesa-dev:x32.
Preparing to unpack .../299-libegl1-mesa-dev_17.3.7-1_x32.deb ...
Unpacking libegl1-mesa-dev:x32 (17.3.7-1) ...
Selecting previously unselected package libepoxy-dev:x32.
Preparing to unpack .../300-libepoxy-dev_1.4.3-1_x32.deb ...
Unpacking libepoxy-dev:x32 (1.4.3-1) ...
Selecting previously unselected package libpopt0:x32.
Preparing to unpack .../301-libpopt0_1.16-10+b2_x32.deb ...
Unpacking libpopt0:x32 (1.16-10+b2) ...
Selecting previously unselected package libepsilon1:x32.
Preparing to unpack .../302-libepsilon1_0.9.2+dfsg-2_x32.deb ...
Unpacking libepsilon1:x32 (0.9.2+dfsg-2) ...
Selecting previously unselected package libevent-2.1-6:x32.
Preparing to unpack .../303-libevent-2.1-6_2.1.8-stable-4_x32.deb ...
Unpacking libevent-2.1-6:x32 (2.1.8-stable-4) ...
Selecting previously unselected package libexempi3:x32.
Preparing to unpack .../304-libexempi3_2.4.5-2_x32.deb ...
Unpacking libexempi3:x32 (2.4.5-2) ...
Selecting previously unselected package libexempi-dev:x32.
Preparing to unpack .../305-libexempi-dev_2.4.5-2_x32.deb ...
Unpacking libexempi-dev:x32 (2.4.5-2) ...
Selecting previously unselected package libfaad2:x32.
Preparing to unpack .../306-libfaad2_2.8.8-1_x32.deb ...
Unpacking libfaad2:x32 (2.8.8-1) ...
Selecting previously unselected package libfaad-dev:x32.
Preparing to unpack .../307-libfaad-dev_2.8.8-1_x32.deb ...
Unpacking libfaad-dev:x32 (2.8.8-1) ...
Selecting previously unselected package libffi-dev:x32.
Preparing to unpack .../308-libffi-dev_3.2.1-8_x32.deb ...
Unpacking libffi-dev:x32 (3.2.1-8) ...
Selecting previously unselected package libfftw3-long3:x32.
Preparing to unpack .../309-libfftw3-long3_3.3.7-1_x32.deb ...
Unpacking libfftw3-long3:x32 (3.3.7-1) ...
Selecting previously unselected package libfftw3-quad3:x32.
Preparing to unpack .../310-libfftw3-quad3_3.3.7-1_x32.deb ...
Unpacking libfftw3-quad3:x32 (3.3.7-1) ...
Selecting previously unselected package libfftw3-single3:x32.
Preparing to unpack .../311-libfftw3-single3_3.3.7-1_x32.deb ...
Unpacking libfftw3-single3:x32 (3.3.7-1) ...
Selecting previously unselected package libfftw3-bin.
Preparing to unpack .../312-libfftw3-bin_3.3.7-1_x32.deb ...
Unpacking libfftw3-bin (3.3.7-1) ...
Selecting previously unselected package libfftw3-dev:x32.
Preparing to unpack .../313-libfftw3-dev_3.3.7-1_x32.deb ...
Unpacking libfftw3-dev:x32 (3.3.7-1) ...
Selecting previously unselected package libogg-dev:x32.
Preparing to unpack .../314-libogg-dev_1.3.2-1+b1_x32.deb ...
Unpacking libogg-dev:x32 (1.3.2-1+b1) ...
Selecting previously unselected package libflac-dev:x32.
Preparing to unpack .../315-libflac-dev_1.3.2-1_x32.deb ...
Unpacking libflac-dev:x32 (1.3.2-1) ...
Selecting previously unselected package libsamplerate0:x32.
Preparing to unpack .../316-libsamplerate0_0.1.9-2_x32.deb ...
Unpacking libsamplerate0:x32 (0.1.9-2) ...
Selecting previously unselected package libjack-jackd2-0:x32.
Preparing to unpack .../317-libjack-jackd2-0_1.9.12~dfsg-2_x32.deb ...
Unpacking libjack-jackd2-0:x32 (1.9.12~dfsg-2) ...
Selecting previously unselected package libfluidsynth1:x32.
Preparing to unpack .../318-libfluidsynth1_1.1.10-1_x32.deb ...
Unpacking libfluidsynth1:x32 (1.1.10-1) ...
Selecting previously unselected package libfluidsynth-dev:x32.
Preparing to unpack .../319-libfluidsynth-dev_1.1.10-1_x32.deb ...
Unpacking libfluidsynth-dev:x32 (1.1.10-1) ...
Selecting previously unselected package libfreexl1:x32.
Preparing to unpack .../320-libfreexl1_1.0.5-1_x32.deb ...
Unpacking libfreexl1:x32 (1.0.5-1) ...
Selecting previously unselected package libfyba0:x32.
Preparing to unpack .../321-libfyba0_4.1.1-3_x32.deb ...
Unpacking libfyba0:x32 (4.1.1-3) ...
Selecting previously unselected package libxpm4:x32.
Preparing to unpack .../322-libxpm4_1%3a3.5.12-1_x32.deb ...
Unpacking libxpm4:x32 (1:3.5.12-1) ...
Selecting previously unselected package libgd3:x32.
Preparing to unpack .../323-libgd3_2.2.5-4_x32.deb ...
Unpacking libgd3:x32 (2.2.5-4) ...
Selecting previously unselected package libgeos-3.6.2:x32.
Preparing to unpack .../324-libgeos-3.6.2_3.6.2-1+b1_x32.deb ...
Unpacking libgeos-3.6.2:x32 (3.6.2-1+b1) ...
Selecting previously unselected package libgeos-c1v5:x32.
Preparing to unpack .../325-libgeos-c1v5_3.6.2-1+b1_x32.deb ...
Unpacking libgeos-c1v5:x32 (3.6.2-1+b1) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../326-proj-data_5.0.0-4_all.deb ...
Unpacking proj-data (5.0.0-4) ...
Selecting previously unselected package libproj13:x32.
Preparing to unpack .../327-libproj13_5.0.0-4_x32.deb ...
Unpacking libproj13:x32 (5.0.0-4) ...
Selecting previously unselected package libgeotiff2:x32.
Preparing to unpack .../328-libgeotiff2_1.4.2-2+b2_x32.deb ...
Unpacking libgeotiff2:x32 (1.4.2-2+b2) ...
Selecting previously unselected package libgif7:x32.
Preparing to unpack .../329-libgif7_5.1.4-2_x32.deb ...
Unpacking libgif7:x32 (5.1.4-2) ...
Selecting previously unselected package libhdf4-0-alt.
Preparing to unpack .../330-libhdf4-0-alt_4.2.13-2_x32.deb ...
Unpacking libhdf4-0-alt (4.2.13-2) ...
Selecting previously unselected package libsz2:x32.
Preparing to unpack .../331-libsz2_1.0.2-1_x32.deb ...
Unpacking libsz2:x32 (1.0.2-1) ...
Selecting previously unselected package libhdf5-100:x32.
Preparing to unpack .../332-libhdf5-100_1.10.0-patch1+docs-4_x32.deb ...
Unpacking libhdf5-100:x32 (1.10.0-patch1+docs-4) ...
Selecting previously unselected package libminizip1:x32.
Preparing to unpack .../333-libminizip1_1.1-8_x32.deb ...
Unpacking libminizip1:x32 (1.1-8) ...
Selecting previously unselected package liburiparser1:x32.
Preparing to unpack .../334-liburiparser1_0.8.4-1_x32.deb ...
Unpacking liburiparser1:x32 (0.8.4-1) ...
Selecting previously unselected package libkmlbase1:x32.
Preparing to unpack .../335-libkmlbase1_1.3.0-5_x32.deb ...
Unpacking libkmlbase1:x32 (1.3.0-5) ...
Selecting previously unselected package libkmldom1:x32.
Preparing to unpack .../336-libkmldom1_1.3.0-5_x32.deb ...
Unpacking libkmldom1:x32 (1.3.0-5) ...
Selecting previously unselected package libkmlengine1:x32.
Preparing to unpack .../337-libkmlengine1_1.3.0-5_x32.deb ...
Unpacking libkmlengine1:x32 (1.3.0-5) ...
Selecting previously unselected package libkmlconvenience1:x32.
Preparing to unpack .../338-libkmlconvenience1_1.3.0-5_x32.deb ...
Unpacking libkmlconvenience1:x32 (1.3.0-5) ...
Selecting previously unselected package libkmlregionator1:x32.
Preparing to unpack .../339-libkmlregionator1_1.3.0-5_x32.deb ...
Unpacking libkmlregionator1:x32 (1.3.0-5) ...
Selecting previously unselected package libkmlxsd1:x32.
Preparing to unpack .../340-libkmlxsd1_1.3.0-5_x32.deb ...
Unpacking libkmlxsd1:x32 (1.3.0-5) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../341-mysql-common_5.8+1.0.4_all.deb ...
Unpacking mysql-common (5.8+1.0.4) ...
Selecting previously unselected package libmariadbclient18:x32.
Preparing to unpack .../342-libmariadbclient18_1%3a10.1.29-6_x32.deb ...
Unpacking libmariadbclient18:x32 (1:10.1.29-6) ...
Selecting previously unselected package libnetcdf13:x32.
Preparing to unpack .../343-libnetcdf13_1%3a4.6.1-1_x32.deb ...
Unpacking libnetcdf13:x32 (1:4.6.1-1) ...
Selecting previously unselected package libodbc1:x32.
Preparing to unpack .../344-libodbc1_2.3.4-1.1_x32.deb ...
Unpacking libodbc1:x32 (2.3.4-1.1) ...
Selecting previously unselected package libogdi3.2.
Preparing to unpack .../345-libogdi3.2_3.2.1+ds-1+b1_x32.deb ...
Unpacking libogdi3.2 (3.2.1+ds-1+b1) ...
Selecting previously unselected package libnspr4:x32.
Preparing to unpack .../346-libnspr4_2%3a4.18-1_x32.deb ...
Unpacking libnspr4:x32 (2:4.18-1) ...
Selecting previously unselected package libnss3:x32.
Preparing to unpack .../347-libnss3_2%3a3.35-2_x32.deb ...
Unpacking libnss3:x32 (2:3.35-2) ...
Selecting previously unselected package libpoppler73:x32.
Preparing to unpack .../348-libpoppler73_0.62.0-2_x32.deb ...
Unpacking libpoppler73:x32 (0.62.0-2) ...
Selecting previously unselected package libpq5:x32.
Preparing to unpack .../349-libpq5_10.3-2_x32.deb ...
Unpacking libpq5:x32 (10.3-2) ...
Selecting previously unselected package libqhull7:x32.
Preparing to unpack .../350-libqhull7_2015.2-4_x32.deb ...
Unpacking libqhull7:x32 (2015.2-4) ...
Selecting previously unselected package libspatialite7:x32.
Preparing to unpack .../351-libspatialite7_4.3.0a-5+b2_x32.deb ...
Unpacking libspatialite7:x32 (4.3.0a-5+b2) ...
Selecting previously unselected package libxerces-c3.2:x32.
Preparing to unpack .../352-libxerces-c3.2_3.2.0+debian-2_x32.deb ...
Unpacking libxerces-c3.2:x32 (3.2.0+debian-2) ...
Selecting previously unselected package odbcinst.
Preparing to unpack .../353-odbcinst_2.3.4-1.1_x32.deb ...
Unpacking odbcinst (2.3.4-1.1) ...
Selecting previously unselected package odbcinst1debian2:x32.
Preparing to unpack .../354-odbcinst1debian2_2.3.4-1.1_x32.deb ...
Unpacking odbcinst1debian2:x32 (2.3.4-1.1) ...
Selecting previously unselected package libgdal20.
Preparing to unpack .../355-libgdal20_2.2.4+dfsg-1_x32.deb ...
Unpacking libgdal20 (2.2.4+dfsg-1) ...
Selecting previously unselected package libsocket++1:x32.
Preparing to unpack .../356-libsocket++1_1.12.13-9_x32.deb ...
Unpacking libsocket++1:x32 (1.12.13-9) ...
Selecting previously unselected package libgdcm2.8:x32.
Preparing to unpack .../357-libgdcm2.8_2.8.4-1_x32.deb ...
Unpacking libgdcm2.8:x32 (2.8.4-1) ...
Selecting previously unselected package libgdcm2-dev.
Preparing to unpack .../358-libgdcm2-dev_2.8.4-1_x32.deb ...
Unpacking libgdcm2-dev (2.8.4-1) ...
Selecting previously unselected package libgirepository1.0-dev:x32.
Preparing to unpack .../359-libgirepository1.0-dev_1.56.0-2_x32.deb ...
Unpacking libgirepository1.0-dev:x32 (1.56.0-2) ...
Selecting previously unselected package mesa-common-dev:x32.
Preparing to unpack .../360-mesa-common-dev_17.3.7-1_x32.deb ...
Unpacking mesa-common-dev:x32 (17.3.7-1) ...
Selecting previously unselected package libgl1-mesa-dev:x32.
Preparing to unpack .../361-libgl1-mesa-dev_17.3.7-1_x32.deb ...
Unpacking libgl1-mesa-dev:x32 (17.3.7-1) ...
Selecting previously unselected package libgl2ps1.4.
Preparing to unpack .../362-libgl2ps1.4_1.4.0+dfsg1-1_x32.deb ...
Unpacking libgl2ps1.4 (1.4.0+dfsg1-1) ...
Selecting previously unselected package libgles2-mesa-dev:x32.
Preparing to unpack .../363-libgles2-mesa-dev_17.3.7-1_x32.deb ...
Unpacking libgles2-mesa-dev:x32 (17.3.7-1) ...
Selecting previously unselected package libglu1-mesa:x32.
Preparing to unpack .../364-libglu1-mesa_9.0.0-2.1_x32.deb ...
Unpacking libglu1-mesa:x32 (9.0.0-2.1) ...
Selecting previously unselected package libgme-dev:x32.
Preparing to unpack .../365-libgme-dev_0.6.2-1_x32.deb ...
Unpacking libgme-dev:x32 (0.6.2-1) ...
Selecting previously unselected package libgmpxx4ldbl:x32.
Preparing to unpack .../366-libgmpxx4ldbl_2%3a6.1.2+dfsg-3_x32.deb ...
Unpacking libgmpxx4ldbl:x32 (2:6.1.2+dfsg-3) ...
Selecting previously unselected package libgmp-dev:x32.
Preparing to unpack .../367-libgmp-dev_2%3a6.1.2+dfsg-3_x32.deb ...
Unpacking libgmp-dev:x32 (2:6.1.2+dfsg-3) ...
Selecting previously unselected package libunbound2:x32.
Preparing to unpack .../368-libunbound2_1.6.7-1_x32.deb ...
Unpacking libunbound2:x32 (1.6.7-1) ...
Selecting previously unselected package libgnutls-dane0:x32.
Preparing to unpack .../369-libgnutls-dane0_3.5.18-1_x32.deb ...
Unpacking libgnutls-dane0:x32 (3.5.18-1) ...
Selecting previously unselected package libgnutls-openssl27:x32.
Preparing to unpack .../370-libgnutls-openssl27_3.5.18-1_x32.deb ...
Unpacking libgnutls-openssl27:x32 (3.5.18-1) ...
Selecting previously unselected package libgnutlsxx28:x32.
Preparing to unpack .../371-libgnutlsxx28_3.5.18-1_x32.deb ...
Unpacking libgnutlsxx28:x32 (3.5.18-1) ...
Selecting previously unselected package nettle-dev:x32.
Preparing to unpack .../372-nettle-dev_3.4-1_x32.deb ...
Unpacking nettle-dev:x32 (3.4-1) ...
Selecting previously unselected package libtasn1-6-dev:x32.
Preparing to unpack .../373-libtasn1-6-dev_4.13-2_x32.deb ...
Unpacking libtasn1-6-dev:x32 (4.13-2) ...
Selecting previously unselected package libp11-kit-dev:x32.
Preparing to unpack .../374-libp11-kit-dev_0.23.9-2_x32.deb ...
Unpacking libp11-kit-dev:x32 (0.23.9-2) ...
Selecting previously unselected package libidn2-dev:x32.
Preparing to unpack .../375-libidn2-dev_2.0.4-1.1_x32.deb ...
Unpacking libidn2-dev:x32 (2.0.4-1.1) ...
Selecting previously unselected package libidn2-0-dev.
Preparing to unpack .../376-libidn2-0-dev_2.0.4-1.1_x32.deb ...
Unpacking libidn2-0-dev (2.0.4-1.1) ...
Selecting previously unselected package libgnutls28-dev:x32.
Preparing to unpack .../377-libgnutls28-dev_3.5.18-1_x32.deb ...
Unpacking libgnutls28-dev:x32 (3.5.18-1) ...
Selecting previously unselected package libgphoto2-port12:x32.
Preparing to unpack .../378-libgphoto2-port12_2.5.16-2_x32.deb ...
Unpacking libgphoto2-port12:x32 (2.5.16-2) ...
Selecting previously unselected package libgphoto2-6:x32.
Preparing to unpack .../379-libgphoto2-6_2.5.16-2_x32.deb ...
Unpacking libgphoto2-6:x32 (2.5.16-2) ...
Selecting previously unselected package libgphoto2-dev:x32.
Preparing to unpack .../380-libgphoto2-dev_2.5.16-2_x32.deb ...
Unpacking libgphoto2-dev:x32 (2.5.16-2) ...
Selecting previously unselected package libgsm1-dev:x32.
Preparing to unpack .../381-libgsm1-dev_1.0.13-4+b2_x32.deb ...
Unpacking libgsm1-dev:x32 (1.0.13-4+b2) ...
Selecting previously unselected package libsoup2.4-dev:x32.
Preparing to unpack .../382-libsoup2.4-dev_2.60.1-1_x32.deb ...
Unpacking libsoup2.4-dev:x32 (2.60.1-1) ...
Selecting previously unselected package libgssdp-1.0-dev.
Preparing to unpack .../383-libgssdp-1.0-dev_1.0.2-2_x32.deb ...
Unpacking libgssdp-1.0-dev (1.0.2-2) ...
Selecting previously unselected package libgstreamer1.0-dev.
Preparing to unpack .../384-libgstreamer1.0-dev_1.14.0-1_x32.deb ...
Adding 'diversion of /usr/bin/dh_gstscancodecs to /usr/bin/dh_gstscancodecs-gst0.10 by libgstreamer1.0-dev'
Adding 'diversion of /usr/share/man/man1/dh_gstscancodecs.1.gz to /usr/share/man/man1/dh_gstscancodecs.1.gz-gst0.10 by libgstreamer1.0-dev'
Unpacking libgstreamer1.0-dev (1.14.0-1) ...
Selecting previously unselected package liborc-0.4-dev-bin.
Preparing to unpack .../385-liborc-0.4-dev-bin_1%3a0.4.28-1_x32.deb ...
Unpacking liborc-0.4-dev-bin (1:0.4.28-1) ...
Selecting previously unselected package liborc-0.4-dev.
Preparing to unpack .../386-liborc-0.4-dev_1%3a0.4.28-1_x32.deb ...
Unpacking liborc-0.4-dev (1:0.4.28-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-dev.
Preparing to unpack .../387-libgstreamer-plugins-base1.0-dev_1.14.0-1_x32.deb ...
Unpacking libgstreamer-plugins-base1.0-dev (1.14.0-1) ...
Selecting previously unselected package libxft-dev.
Preparing to unpack .../388-libxft-dev_2.3.2-1+b2_x32.deb ...
Unpacking libxft-dev (2.3.2-1+b2) ...
Selecting previously unselected package libpango1.0-dev.
Preparing to unpack .../389-libpango1.0-dev_1.40.14-1_x32.deb ...
Unpacking libpango1.0-dev (1.40.14-1) ...
Selecting previously unselected package x11proto-xinerama-dev.
Preparing to unpack .../390-x11proto-xinerama-dev_1.2.1-2_all.deb ...
Unpacking x11proto-xinerama-dev (1.2.1-2) ...
Selecting previously unselected package libxinerama-dev:x32.
Preparing to unpack .../391-libxinerama-dev_2%3a1.1.3-1+b3_x32.deb ...
Unpacking libxinerama-dev:x32 (2:1.1.3-1+b3) ...
Selecting previously unselected package x11proto-randr-dev.
Preparing to unpack .../392-x11proto-randr-dev_1.5.0-1_all.deb ...
Unpacking x11proto-randr-dev (1.5.0-1) ...
Selecting previously unselected package libxrandr-dev:x32.
Preparing to unpack .../393-libxrandr-dev_2%3a1.5.1-1_x32.deb ...
Unpacking libxrandr-dev:x32 (2:1.5.1-1) ...
Selecting previously unselected package libxcursor-dev:x32.
Preparing to unpack .../394-libxcursor-dev_1%3a1.1.15-1_x32.deb ...
Unpacking libxcursor-dev:x32 (1:1.1.15-1) ...
Selecting previously unselected package x11proto-composite-dev.
Preparing to unpack .../395-x11proto-composite-dev_1%3a0.4.2-2_all.deb ...
Unpacking x11proto-composite-dev (1:0.4.2-2) ...
Selecting previously unselected package libxcomposite-dev:x32.
Preparing to unpack .../396-libxcomposite-dev_1%3a0.4.4-2_x32.deb ...
Unpacking libxcomposite-dev:x32 (1:0.4.4-2) ...
Selecting previously unselected package wayland-protocols.
Preparing to unpack .../397-wayland-protocols_1.13-1_all.deb ...
Unpacking wayland-protocols (1.13-1) ...
Selecting previously unselected package libxkbcommon-dev.
Preparing to unpack .../398-libxkbcommon-dev_0.8.0-1_x32.deb ...
Unpacking libxkbcommon-dev (0.8.0-1) ...
Selecting previously unselected package libgtk-3-dev:x32.
Preparing to unpack .../399-libgtk-3-dev_3.22.29-1_x32.deb ...
Unpacking libgtk-3-dev:x32 (3.22.29-1) ...
Selecting previously unselected package libgudev-1.0-dev:x32.
Preparing to unpack .../400-libgudev-1.0-dev_232-2_x32.deb ...
Unpacking libgudev-1.0-dev:x32 (232-2) ...
Selecting previously unselected package uuid-dev:x32.
Preparing to unpack .../401-uuid-dev_2.31.1-0.5_x32.deb ...
Unpacking uuid-dev:x32 (2.31.1-0.5) ...
Selecting previously unselected package libgupnp-1.0-dev:x32.
Preparing to unpack .../402-libgupnp-1.0-dev_1.0.2-2_x32.deb ...
Unpacking libgupnp-1.0-dev:x32 (1.0.2-2) ...
Selecting previously unselected package libgupnp-igd-1.0-dev:x32.
Preparing to unpack .../403-libgupnp-igd-1.0-dev_0.2.5-2_x32.deb ...
Unpacking libgupnp-igd-1.0-dev:x32 (0.2.5-2) ...
Selecting previously unselected package libhwloc5:x32.
Preparing to unpack .../404-libhwloc5_1.11.9-1_x32.deb ...
Unpacking libhwloc5:x32 (1.11.9-1) ...
Selecting previously unselected package libnl-3-200:x32.
Preparing to unpack .../405-libnl-3-200_3.2.27-2_x32.deb ...
Unpacking libnl-3-200:x32 (3.2.27-2) ...
Selecting previously unselected package libnl-route-3-200:x32.
Preparing to unpack .../406-libnl-route-3-200_3.2.27-2_x32.deb ...
Unpacking libnl-route-3-200:x32 (3.2.27-2) ...
Selecting previously unselected package libibverbs1:x32.
Preparing to unpack .../407-libibverbs1_17.1-1_x32.deb ...
Unpacking libibverbs1:x32 (17.1-1) ...
Selecting previously unselected package ocl-icd-libopencl1:x32.
Preparing to unpack .../408-ocl-icd-libopencl1_2.2.12-1_x32.deb ...
Unpacking ocl-icd-libopencl1:x32 (2.2.12-1) ...
Selecting previously unselected package libhwloc-plugins.
Preparing to unpack .../409-libhwloc-plugins_1.11.9-1_x32.deb ...
Unpacking libhwloc-plugins (1.11.9-1) ...
Selecting previously unselected package libopenmpi2:x32.
Preparing to unpack .../410-libopenmpi2_2.1.1-8_x32.deb ...
Unpacking libopenmpi2:x32 (2.1.1-8) ...
Selecting previously unselected package libhdf5-openmpi-100:x32.
Preparing to unpack .../411-libhdf5-openmpi-100_1.10.0-patch1+docs-4_x32.deb ...
Unpacking libhdf5-openmpi-100:x32 (1.10.0-patch1+docs-4) ...
Selecting previously unselected package libiptcdata0.
Preparing to unpack .../412-libiptcdata0_1.0.4-6_x32.deb ...
Unpacking libiptcdata0 (1.0.4-6) ...
Selecting previously unselected package libiptcdata0-dev.
Preparing to unpack .../413-libiptcdata0-dev_1.0.4-6_x32.deb ...
Unpacking libiptcdata0-dev (1.0.4-6) ...
Selecting previously unselected package libjsoncpp1:x32.
Preparing to unpack .../414-libjsoncpp1_1.7.4-3_x32.deb ...
Unpacking libjsoncpp1:x32 (1.7.4-3) ...
Selecting previously unselected package libkate1:x32.
Preparing to unpack .../415-libkate1_0.4.1-8_x32.deb ...
Unpacking libkate1:x32 (0.4.1-8) ...
Selecting previously unselected package libkate-dev:x32.
Preparing to unpack .../416-libkate-dev_0.4.1-8_x32.deb ...
Unpacking libkate-dev:x32 (0.4.1-8) ...
Selecting previously unselected package liblept5.
Preparing to unpack .../417-liblept5_1.75.3-3_x32.deb ...
Unpacking liblept5 (1.75.3-3) ...
Selecting previously unselected package libserd-0-0:x32.
Preparing to unpack .../418-libserd-0-0_0.28.0~dfsg0-1_x32.deb ...
Unpacking libserd-0-0:x32 (0.28.0~dfsg0-1) ...
Selecting previously unselected package libsord-0-0:x32.
Preparing to unpack .../419-libsord-0-0_0.16.0~dfsg0-1_x32.deb ...
Unpacking libsord-0-0:x32 (0.16.0~dfsg0-1) ...
Selecting previously unselected package libsratom-0-0:x32.
Preparing to unpack .../420-libsratom-0-0_0.6.0~dfsg0-1_x32.deb ...
Unpacking libsratom-0-0:x32 (0.6.0~dfsg0-1) ...
Selecting previously unselected package liblilv-0-0.
Preparing to unpack .../421-liblilv-0-0_0.24.2~dfsg0-1_x32.deb ...
Unpacking liblilv-0-0 (0.24.2~dfsg0-1) ...
Selecting previously unselected package libserd-dev:x32.
Preparing to unpack .../422-libserd-dev_0.28.0~dfsg0-1_x32.deb ...
Unpacking libserd-dev:x32 (0.28.0~dfsg0-1) ...
Selecting previously unselected package libsord-dev:x32.
Preparing to unpack .../423-libsord-dev_0.16.0~dfsg0-1_x32.deb ...
Unpacking libsord-dev:x32 (0.16.0~dfsg0-1) ...
Selecting previously unselected package lv2-dev.
Preparing to unpack .../424-lv2-dev_1.14.0~dfsg1-2_x32.deb ...
Unpacking lv2-dev (1.14.0~dfsg1-2) ...
Selecting previously unselected package libsratom-dev:x32.
Preparing to unpack .../425-libsratom-dev_0.6.0~dfsg0-1_x32.deb ...
Unpacking libsratom-dev:x32 (0.6.0~dfsg0-1) ...
Selecting previously unselected package liblilv-dev.
Preparing to unpack .../426-liblilv-dev_0.24.2~dfsg0-1_x32.deb ...
Unpacking liblilv-dev (0.24.2~dfsg0-1) ...
Selecting previously unselected package libmjpegtools-dev.
Preparing to unpack .../427-libmjpegtools-dev_1%3a2.1.0+debian-3+x32.1_x32.deb ...
Unpacking libmjpegtools-dev (1:2.1.0+debian-3+x32.1) ...
Selecting previously unselected package libmms0:x32.
Preparing to unpack .../428-libmms0_0.6.4-2_x32.deb ...
Unpacking libmms0:x32 (0.6.4-2) ...
Selecting previously unselected package libmms-dev:x32.
Preparing to unpack .../429-libmms-dev_0.6.4-2_x32.deb ...
Unpacking libmms-dev:x32 (0.6.4-2) ...
Selecting previously unselected package libmodplug1:x32.
Preparing to unpack .../430-libmodplug1_1%3a0.8.9.0-1_x32.deb ...
Unpacking libmodplug1:x32 (1:0.8.9.0-1) ...
Selecting previously unselected package libmodplug-dev:x32.
Preparing to unpack .../431-libmodplug-dev_1%3a0.8.9.0-1_x32.deb ...
Unpacking libmodplug-dev:x32 (1:0.8.9.0-1) ...
Selecting previously unselected package libmpcdec6:x32.
Preparing to unpack .../432-libmpcdec6_2%3a0.1~r495-1_x32.deb ...
Unpacking libmpcdec6:x32 (2:0.1~r495-1) ...
Selecting previously unselected package libmpcdec-dev:x32.
Preparing to unpack .../433-libmpcdec-dev_2%3a0.1~r495-1_x32.deb ...
Unpacking libmpcdec-dev:x32 (2:0.1~r495-1) ...
Selecting previously unselected package libout123-0:x32.
Preparing to unpack .../434-libout123-0_1.25.10-1_x32.deb ...
Unpacking libout123-0:x32 (1.25.10-1) ...
Selecting previously unselected package libmpg123-dev:x32.
Preparing to unpack .../435-libmpg123-dev_1.25.10-1_x32.deb ...
Unpacking libmpg123-dev:x32 (1.25.10-1) ...
Selecting previously unselected package libnetcdf-c++4.
Preparing to unpack .../436-libnetcdf-c++4_4.2-8_x32.deb ...
Unpacking libnetcdf-c++4 (4.2-8) ...
Selecting previously unselected package libnice10:x32.
Preparing to unpack .../437-libnice10_0.1.14-1_x32.deb ...
Unpacking libnice10:x32 (0.1.14-1) ...
Selecting previously unselected package libnice-dev.
Preparing to unpack .../438-libnice-dev_0.1.14-1_x32.deb ...
Unpacking libnice-dev (0.1.14-1) ...
Selecting previously unselected package libofa0:x32.
Preparing to unpack .../439-libofa0_0.9.3-15_x32.deb ...
Unpacking libofa0:x32 (0.9.3-15) ...
Selecting previously unselected package libofa0-dev:x32.
Preparing to unpack .../440-libofa0-dev_0.9.3-15_x32.deb ...
Unpacking libofa0-dev:x32 (0.9.3-15) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../441-libopenal-data_1%3a1.18.2-2_all.deb ...
Unpacking libopenal-data (1:1.18.2-2) ...
Selecting previously unselected package libsndio6.1:x32.
Preparing to unpack .../442-libsndio6.1_1.1.0-3_x32.deb ...
Unpacking libsndio6.1:x32 (1.1.0-3) ...
Selecting previously unselected package libopenal1:x32.
Preparing to unpack .../443-libopenal1_1%3a1.18.2-2_x32.deb ...
Unpacking libopenal1:x32 (1:1.18.2-2) ...
Selecting previously unselected package libopenal-dev:x32.
Preparing to unpack .../444-libopenal-dev_1%3a1.18.2-2_x32.deb ...
Unpacking libopenal-dev:x32 (1:1.18.2-2) ...
Selecting previously unselected package libopencv-core3.2:x32.
Preparing to unpack .../445-libopencv-core3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-core3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-flann3.2:x32.
Preparing to unpack .../446-libopencv-flann3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-flann3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-imgproc3.2:x32.
Preparing to unpack .../447-libopencv-imgproc3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-imgproc3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-imgcodecs3.2:x32.
Preparing to unpack .../448-libopencv-imgcodecs3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-imgcodecs3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-videoio3.2:x32.
Preparing to unpack .../449-libopencv-videoio3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-videoio3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-highgui3.2:x32.
Preparing to unpack .../450-libopencv-highgui3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-highgui3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-ml3.2:x32.
Preparing to unpack .../451-libopencv-ml3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-ml3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-features2d3.2:x32.
Preparing to unpack .../452-libopencv-features2d3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-features2d3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-calib3d3.2:x32.
Preparing to unpack .../453-libopencv-calib3d3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-calib3d3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-core-dev:x32.
Preparing to unpack .../454-libopencv-core-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-core-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-flann-dev:x32.
Preparing to unpack .../455-libopencv-flann-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-flann-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-imgproc-dev:x32.
Preparing to unpack .../456-libopencv-imgproc-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-imgproc-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-imgcodecs-dev:x32.
Preparing to unpack .../457-libopencv-imgcodecs-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-imgcodecs-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-videoio-dev:x32.
Preparing to unpack .../458-libopencv-videoio-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-videoio-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libswscale-dev:x32.
Preparing to unpack .../459-libswscale-dev_7%3a3.4.2-1+b2_x32.deb ...
Unpacking libswscale-dev:x32 (7:3.4.2-1+b2) ...
Selecting previously unselected package libopencv-highgui-dev:x32.
Preparing to unpack .../460-libopencv-highgui-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-highgui-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-ml-dev:x32.
Preparing to unpack .../461-libopencv-ml-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-ml-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-features2d-dev:x32.
Preparing to unpack .../462-libopencv-features2d-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-features2d-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-calib3d-dev:x32.
Preparing to unpack .../463-libopencv-calib3d-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-calib3d-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-objdetect3.2:x32.
Preparing to unpack .../464-libopencv-objdetect3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-objdetect3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-photo3.2:x32.
Preparing to unpack .../465-libopencv-photo3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-photo3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-video3.2:x32.
Preparing to unpack .../466-libopencv-video3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-video3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-shape3.2:x32.
Preparing to unpack .../467-libopencv-shape3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-shape3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-stitching3.2:x32.
Preparing to unpack .../468-libopencv-stitching3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-stitching3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-superres3.2:x32.
Preparing to unpack .../469-libopencv-superres3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-superres3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-videostab3.2:x32.
Preparing to unpack .../470-libopencv-videostab3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-videostab3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libpython2.7:x32.
Preparing to unpack .../471-libpython2.7_2.7.14-7_x32.deb ...
Unpacking libpython2.7:x32 (2.7.14-7) ...
Selecting previously unselected package libtcl8.6:x32.
Preparing to unpack .../472-libtcl8.6_8.6.8+dfsg-3_x32.deb ...
Unpacking libtcl8.6:x32 (8.6.8+dfsg-3) ...
Selecting previously unselected package libxss1:x32.
Preparing to unpack .../473-libxss1_1%3a1.2.2-1+b2_x32.deb ...
Unpacking libxss1:x32 (1:1.2.2-1+b2) ...
Selecting previously unselected package libtk8.6:x32.
Preparing to unpack .../474-libtk8.6_8.6.8-3_x32.deb ...
Unpacking libtk8.6:x32 (8.6.8-3) ...
Selecting previously unselected package libvtk6.3.
Preparing to unpack .../475-libvtk6.3_6.3.0+dfsg2-1_x32.deb ...
Unpacking libvtk6.3 (6.3.0+dfsg2-1) ...
Selecting previously unselected package libopencv-viz3.2:x32.
Preparing to unpack .../476-libopencv-viz3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-viz3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libtesseract4.
Preparing to unpack .../477-libtesseract4_4.00~git2219-40f43111-1.2_x32.deb ...
Unpacking libtesseract4 (4.00~git2219-40f43111-1.2) ...
Selecting previously unselected package libopencv-contrib3.2:x32.
Preparing to unpack .../478-libopencv-contrib3.2_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-contrib3.2:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-objdetect-dev:x32.
Preparing to unpack .../479-libopencv-objdetect-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-objdetect-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-photo-dev:x32.
Preparing to unpack .../480-libopencv-photo-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-photo-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-video-dev:x32.
Preparing to unpack .../481-libopencv-video-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-video-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-shape-dev:x32.
Preparing to unpack .../482-libopencv-shape-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-shape-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-stitching-dev:x32.
Preparing to unpack .../483-libopencv-stitching-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-stitching-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-superres-dev:x32.
Preparing to unpack .../484-libopencv-superres-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-superres-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-videostab-dev:x32.
Preparing to unpack .../485-libopencv-videostab-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-videostab-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-viz-dev:x32.
Preparing to unpack .../486-libopencv-viz-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-viz-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-contrib-dev:x32.
Preparing to unpack .../487-libopencv-contrib-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-contrib-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv-ts-dev:x32.
Preparing to unpack .../488-libopencv-ts-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-ts-dev:x32 (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv3.2-jni.
Preparing to unpack .../489-libopencv3.2-jni_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv3.2-jni (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libopencv3.2-java.
Preparing to unpack .../490-libopencv3.2-java_3.2.0+dfsg-4_all.deb ...
Unpacking libopencv3.2-java (3.2.0+dfsg-4) ...
Selecting previously unselected package libopencv-dev.
Preparing to unpack .../491-libopencv-dev_3.2.0+dfsg-4+b1_x32.deb ...
Unpacking libopencv-dev (3.2.0+dfsg-4+b1) ...
Selecting previously unselected package libvorbis-dev:x32.
Preparing to unpack .../492-libvorbis-dev_1.3.6-1_x32.deb ...
Unpacking libvorbis-dev:x32 (1.3.6-1) ...
Selecting previously unselected package libopenmpt-dev:x32.
Preparing to unpack .../493-libopenmpt-dev_0.3.6-1_x32.deb ...
Unpacking libopenmpt-dev:x32 (0.3.6-1) ...
Selecting previously unselected package libopus-dev:x32.
Preparing to unpack .../494-libopus-dev_1.2.1-1_x32.deb ...
Unpacking libopus-dev:x32 (1.2.1-1) ...
Selecting previously unselected package libpcap0.8:x32.
Preparing to unpack .../495-libpcap0.8_1.8.1-6_x32.deb ...
Unpacking libpcap0.8:x32 (1.8.1-6) ...
Selecting previously unselected package libpcap0.8-dev:x32.
Preparing to unpack .../496-libpcap0.8-dev_1.8.1-6_x32.deb ...
Unpacking libpcap0.8-dev:x32 (1.8.1-6) ...
Selecting previously unselected package librtmp-dev:x32.
Preparing to unpack .../497-librtmp-dev_2.4+20151223.gitfa8646d.1-1+b1_x32.deb ...
Unpacking librtmp-dev:x32 (2.4+20151223.gitfa8646d.1-1+b1) ...
Selecting previously unselected package libsbc1:x32.
Preparing to unpack .../498-libsbc1_1.3-2_x32.deb ...
Unpacking libsbc1:x32 (1.3-2) ...
Selecting previously unselected package libsbc-dev:x32.
Preparing to unpack .../499-libsbc-dev_1.3-2_x32.deb ...
Unpacking libsbc-dev:x32 (1.3-2) ...
Selecting previously unselected package libsndfile1-dev.
Preparing to unpack .../500-libsndfile1-dev_1.0.28-4_x32.deb ...
Unpacking libsndfile1-dev (1.0.28-4) ...
Selecting previously unselected package libsoundtouch1:x32.
Preparing to unpack .../501-libsoundtouch1_1.9.2-3_x32.deb ...
Unpacking libsoundtouch1:x32 (1.9.2-3) ...
Selecting previously unselected package libsoundtouch-dev:x32.
Preparing to unpack .../502-libsoundtouch-dev_1.9.2-3_x32.deb ...
Unpacking libsoundtouch-dev:x32 (1.9.2-3) ...
Selecting previously unselected package libspandsp2:x32.
Preparing to unpack .../503-libspandsp2_0.0.6+dfsg-0.1_x32.deb ...
Unpacking libspandsp2:x32 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libspandsp-dev:x32.
Preparing to unpack .../504-libspandsp-dev_0.0.6+dfsg-0.1_x32.deb ...
Unpacking libspandsp-dev:x32 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libsrtp2-1:x32.
Preparing to unpack .../505-libsrtp2-1_2.1.0-1_x32.deb ...
Unpacking libsrtp2-1:x32 (2.1.0-1) ...
Selecting previously unselected package libsrtp2-dev.
Preparing to unpack .../506-libsrtp2-dev_2.1.0-1_x32.deb ...
Unpacking libsrtp2-dev (2.1.0-1) ...
Selecting previously unselected package libssl-dev:x32.
Preparing to unpack .../507-libssl-dev_1.1.0g-2_x32.deb ...
Unpacking libssl-dev:x32 (1.1.0g-2) ...
Selecting previously unselected package libusb-1.0-0-dev:x32.
Preparing to unpack .../508-libusb-1.0-0-dev_2%3a1.0.21-2_x32.deb ...
Unpacking libusb-1.0-0-dev:x32 (2:1.0.21-2) ...
Selecting previously unselected package libv4lconvert0:x32.
Preparing to unpack .../509-libv4lconvert0_1.14.2-1_x32.deb ...
Unpacking libv4lconvert0:x32 (1.14.2-1) ...
Selecting previously unselected package libv4l-0:x32.
Preparing to unpack .../510-libv4l-0_1.14.2-1_x32.deb ...
Unpacking libv4l-0:x32 (1.14.2-1) ...
Selecting previously unselected package libvo-aacenc0:x32.
Preparing to unpack .../511-libvo-aacenc0_0.1.3-1+b1_x32.deb ...
Unpacking libvo-aacenc0:x32 (0.1.3-1+b1) ...
Selecting previously unselected package libvo-aacenc-dev:x32.
Preparing to unpack .../512-libvo-aacenc-dev_0.1.3-1+b1_x32.deb ...
Unpacking libvo-aacenc-dev:x32 (0.1.3-1+b1) ...
Selecting previously unselected package libvo-amrwbenc0:x32.
Preparing to unpack .../513-libvo-amrwbenc0_0.1.3-1+b1_x32.deb ...
Unpacking libvo-amrwbenc0:x32 (0.1.3-1+b1) ...
Selecting previously unselected package libvo-amrwbenc-dev:x32.
Preparing to unpack .../514-libvo-amrwbenc-dev_0.1.3-1+b1_x32.deb ...
Unpacking libvo-amrwbenc-dev:x32 (0.1.3-1+b1) ...
Selecting previously unselected package libvulkan1:x32.
Preparing to unpack .../515-libvulkan1_1.0.39.0+dfsg1-1_x32.deb ...
Unpacking libvulkan1:x32 (1.0.39.0+dfsg1-1) ...
Selecting previously unselected package libvulkan-dev:x32.
Preparing to unpack .../516-libvulkan-dev_1.0.39.0+dfsg1-1_x32.deb ...
Unpacking libvulkan-dev:x32 (1.0.39.0+dfsg1-1) ...
Selecting previously unselected package libwebpdemux2:x32.
Preparing to unpack .../517-libwebpdemux2_0.6.1-2_x32.deb ...
Unpacking libwebpdemux2:x32 (0.6.1-2) ...
Selecting previously unselected package libwebp-dev:x32.
Preparing to unpack .../518-libwebp-dev_0.6.1-2_x32.deb ...
Unpacking libwebp-dev:x32 (0.6.1-2) ...
Selecting previously unselected package libwebrtc-audio-processing1:x32.
Preparing to unpack .../519-libwebrtc-audio-processing1_0.3-1_x32.deb ...
Unpacking libwebrtc-audio-processing1:x32 (0.3-1) ...
Selecting previously unselected package libwebrtc-audio-processing-dev:x32.
Preparing to unpack .../520-libwebrtc-audio-processing-dev_0.3-1_x32.deb ...
Unpacking libwebrtc-audio-processing-dev:x32 (0.3-1) ...
Selecting previously unselected package libwildmidi-config.
Preparing to unpack .../521-libwildmidi-config_0.4.2-1_all.deb ...
Unpacking libwildmidi-config (0.4.2-1) ...
Selecting previously unselected package libwildmidi2:x32.
Preparing to unpack .../522-libwildmidi2_0.4.2-1_x32.deb ...
Unpacking libwildmidi2:x32 (0.4.2-1) ...
Selecting previously unselected package libwildmidi-dev.
Preparing to unpack .../523-libwildmidi-dev_0.4.2-1_x32.deb ...
Unpacking libwildmidi-dev (0.4.2-1) ...
Selecting previously unselected package libx265-dev:x32.
Preparing to unpack .../524-libx265-dev_2.6-3_x32.deb ...
Unpacking libx265-dev:x32 (2.6-3) ...
Selecting previously unselected package libxvidcore-dev:x32.
Preparing to unpack .../525-libxvidcore-dev_2%3a1.3.5-1_x32.deb ...
Unpacking libxvidcore-dev:x32 (2:1.3.5-1) ...
Selecting previously unselected package libzbar0:x32.
Preparing to unpack .../526-libzbar0_0.10+doc-10.1+b2_x32.deb ...
Unpacking libzbar0:x32 (0.10+doc-10.1+b2) ...
Selecting previously unselected package libzbar-dev:x32.
Preparing to unpack .../527-libzbar-dev_0.10+doc-10.1+b2_x32.deb ...
Unpacking libzbar-dev:x32 (0.10+doc-10.1+b2) ...
Selecting previously unselected package libzvbi-dev:x32.
Preparing to unpack .../528-libzvbi-dev_0.2.35-13_x32.deb ...
Unpacking libzvbi-dev:x32 (0.2.35-13) ...
Setting up cdbs (0.4.156) ...
Setting up libvulkan1:x32 (1.0.39.0+dfsg1-1) ...
Setting up libminizip1:x32 (1.1-8) ...
Setting up imagemagick-6-common (8:6.9.9.39+dfsg-1) ...
Setting up libout123-0:x32 (1.25.10-1) ...
Setting up libglvnd0:x32 (1.0.0-2) ...
Setting up x11proto-dri2-dev (2.8-2) ...
Setting up libopengl0:x32 (1.0.0-2) ...
Setting up libglib2.0-doc (2.56.0-3) ...
Setting up libsbc1:x32 (1.3-2) ...
Setting up libmms0:x32 (0.6.4-2) ...
Setting up libpopt0:x32 (1.16-10+b2) ...
Setting up lv2-dev (1.14.0~dfsg1-2) ...
Setting up libaec0:x32 (1.0.2-1) ...
Setting up libtwolame0:x32 (0.3.13-3) ...
Setting up libraw1394-11:x32 (2.1.2-1+b1) ...
Setting up libx264-152:x32 (2:0.152.2854+gite9a5903-2) ...
Setting up libjson-glib-1.0-common (1.4.2-3) ...
Setting up libbz2-dev:x32 (1.0.6-8.1) ...
Setting up libevent-2.1-6:x32 (2.1.8-stable-4) ...
Setting up libopenjp2-7:x32 (2.3.0-1) ...
Setting up libqhull7:x32 (2015.2-4) ...
Setting up libasyncns0:x32 (0.8-6) ...
Setting up libip4tc0:x32 (1.6.2-1) ...
Setting up glib-networking-common (2.56.0-1) ...
Setting up libmms-dev:x32 (0.6.4-2) ...
Setting up libjpeg62-turbo:x32 (1:1.5.2-2+b1) ...
Setting up libarchive-zip-perl (1.60-1) ...
Setting up libmodplug1:x32 (1:0.8.9.0-1) ...
Setting up libnghttp2-14:x32 (1.31.0-1) ...
Setting up libde265-0:x32 (1.0.2-2+b1) ...
Setting up ladspa-sdk (1.13-3) ...
Setting up mime-support (3.60) ...
Setting up libgfortran4:x32 (7.3.0-12) ...
Setting up iso-codes (3.79-1) ...
Setting up libpng16-16:x32 (1.6.34-1) ...
Setting up libwavpack1:x32 (5.1.0-2) ...
Setting up libmpcdec6:x32 (2:0.1~r495-1) ...
Setting up liblcms2-2:x32 (2.9-1) ...
Setting up libjbig0:x32 (2.1-3.1+b2) ...
Setting up libsigsegv2:x32 (2.12-1) ...
Setting up libpthread-stubs0-dev:x32 (0.3-4) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libdjvulibre-text (3.5.27.1-8) ...
Setting up libcap2-bin (1:2.25-1.2) ...
Setting up libilmbase23:x32 (2.2.1-2) ...
Setting up libjson-c3:x32 (0.12.1-1.3) ...
Setting up libpsl5:x32 (0.19.1-5) ...
Setting up libvulkan-dev:x32 (1.0.39.0+dfsg1-1) ...
Setting up libcharls1:x32 (1.1.0+dfsg-2) ...
Setting up libv4lconvert0:x32 (1.14.2-1) ...
Setting up libelf1:x32 (0.168-0.2) ...
Setting up libssl-dev:x32 (1.1.0g-2) ...
Setting up libgeos-3.6.2:x32 (3.6.2-1+b1) ...
Setting up groff-base (1.22.3-10) ...
Setting up libsoxr0:x32 (0.1.2-3) ...
Setting up libglib2.0-0:x32 (2.56.0-2) ...
Setting up mysql-common (5.8+1.0.4) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libasound2-data (1.1.3-5+x32.1) ...
Setting up libwebrtc-audio-processing1:x32 (0.3-1) ...
Setting up libxshmfence1:x32 (1.3-1) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up libopencv-core3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libwayland-client0:x32 (1.14.0-2) ...
Setting up xkb-data (2.23.1-1) ...
Setting up libmagickcore-6-arch-config:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libbluetooth3:x32 (5.47-1+b1) ...
Setting up libproxy1v5:x32 (0.4.14-4) ...
Setting up libfaad2:x32 (2.8.8-1) ...
Setting up libkate1:x32 (0.4.1-8) ...
Setting up uuid-dev:x32 (2.31.1-0.5) ...
Setting up libp11-kit-dev:x32 (0.23.9-2) ...
Setting up libsocket++1:x32 (1.12.13-9) ...
Setting up libffi-dev:x32 (3.2.1-8) ...
Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
Setting up libtasn1-6-dev:x32 (4.13-2) ...
Setting up libopenjp2-7-dev (2.3.0-1) ...
Setting up libosp5 (1.5.2-13) ...
Setting up glib-networking-services (2.56.0-1) ...
Setting up libdatrie1:x32 (0.2.10-7) ...
Setting up libtiff5:x32 (4.0.9-4) ...
Setting up x11proto-xf86vidmode-dev (2.3.1-2) ...
Setting up gettext-base (0.19.8.1-4) ...
Setting up libshine3:x32 (3.1.1-1) ...
Setting up libgif7:x32 (5.1.4-2) ...
Setting up libva2:x32 (2.1.0-2) ...
Setting up libpipeline1:x32 (1.5.0-1) ...
Setting up libexempi3:x32 (2.4.5-2) ...
Setting up x11proto-kb-dev (1.0.7-1) ...
Setting up libmariadbclient18:x32 (1:10.1.29-6) ...
Setting up libglapi-mesa:x32 (17.3.7-1) ...
Setting up librtmp1:x32 (2.4+20151223.gitfa8646d.1-1+b1) ...
Setting up libepsilon1:x32 (0.9.2+dfsg-2) ...
Setting up libwebrtc-audio-processing-dev:x32 (0.3-1) ...
Setting up libspeex1:x32 (1.2~rc1.2-1+b2) ...
Setting up m4 (1.4.18-1) ...
Setting up sgml-base (1.29) ...
Setting up libfftw3-double3:x32 (3.3.7-1) ...
Setting up libcdparanoia0:x32 (3.10.2+debian-13) ...
Setting up libxvidcore4:x32 (2:1.3.5-1) ...
Setting up x11proto-record-dev (1.14.2-1) ...
Setting up libicu57:x32 (57.1-9) ...
Setting up libbsd0:x32 (0.8.7-1) ...
Setting up libprocps6:x32 (2:3.3.12-4) ...
Setting up libnspr4:x32 (2:4.18-1) ...
Setting up ucf (3.0038) ...
Setting up libgirepository-1.0-1:x32 (1.56.0-2) ...
Setting up libkmod2:x32 (25-1) ...
Setting up libxml2:x32 (2.9.4+dfsg1-6.1) ...
Setting up libkate-dev:x32 (0.4.1-8) ...
Setting up libfreexl1:x32 (1.0.5-1) ...
Setting up libopus0:x32 (1.2.1-1) ...
Setting up libfreetype6:x32 (2.8.1-2) ...
Setting up libx265-146:x32 (2.6-3) ...
Setting up libmagic-mgc (1:5.32-2) ...
Setting up libasound2:x32 (1.1.3-5+x32.1) ...
Setting up libfyba0:x32 (4.1.1-3) ...
Setting up libopenal-data (1:1.18.2-2) ...
Setting up libmagic1:x32 (1:5.32-2) ...
Setting up libdrm-common (2.4.91-2) ...
Setting up libjson-glib-1.0-0:x32 (1.4.2-3) ...
Setting up libgraphite2-3:x32 (1.3.5-1) ...
Setting up libjbig-dev:x32 (2.1-3.1+b2) ...
Setting up procps (2:3.3.12-4) ...
update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
Setting up libbs2b0:x32 (3.1.0+dfsg-2.2) ...
Setting up libcroco3:x32 (0.6.12-2) ...
Setting up libxslt1.1:x32 (1.1.29-5) ...
Setting up libargon2-0:x32 (0~20161029-1.1) ...
Setting up liborc-0.4-dev-bin (1:0.4.28-1) ...
Setting up libvo-aacenc0:x32 (0.1.3-1+b1) ...
Setting up libogg0:x32 (1.3.2-1+b1) ...
Setting up gdal-data (2.2.4+dfsg-1) ...
Setting up libwildmidi-config (0.4.2-1) ...
Setting up libfftw3-quad3:x32 (3.3.7-1) ...
Setting up libatk1.0-data (2.28.1-1) ...
Setting up pkg-config (0.29-4) ...
Setting up liblqr-1-0:x32 (0.4.2-2.1) ...
Setting up libgeos-c1v5:x32 (3.6.2-1+b1) ...
Setting up libx11-xcb1:x32 (2:1.6.5-1) ...
Setting up libmjpegutils-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libpixman-1-0:x32 (0.34.0-2) ...
Setting up xtrans-dev (1.3.5-1) ...
Setting up libmp3lame0:x32 (3.100-2) ...
Setting up libblas3:x32 (3.7.1-4) ...
update-alternatives: using /usr/lib/x86_64-linux-gnux32/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnux32/libblas.so.3 (libblas.so.3-x86_64-linux-gnux32) in auto mode
Setting up gir1.2-glib-2.0:x32 (1.56.0-2) ...
Setting up libssh2-1:x32 (1.8.0-1) ...
Setting up libglib2.0-data (2.56.0-3) ...
Setting up libgnutlsxx28:x32 (3.5.18-1) ...
Setting up libusb-1.0-0:x32 (2:1.0.21-2) ...
Setting up libvo-amrwbenc0:x32 (0.1.3-1+b1) ...
Processing triggers for libc-bin (2.27-2) ...
Setting up libxvidcore-dev:x32 (2:1.3.5-1) ...
Setting up libepoxy0:x32 (1.4.3-1) ...
Setting up x11proto-xinerama-dev (1.2.1-2) ...
Setting up autotools-dev (20180224.1) ...
Setting up libapparmor1:x32 (2.12-4) ...
Setting up libpixman-1-dev:x32 (0.34.0-2) ...
Setting up libatk1.0-0:x32 (2.28.1-1) ...
Setting up libgdcm2.8:x32 (2.8.4-1) ...
Setting up x11proto-randr-dev (1.5.0-1) ...
Setting up libsnappy1v5:x32 (1.1.7-1) ...
Setting up libgnutls-openssl27:x32 (3.5.18-1) ...
Setting up libvo-aacenc-dev:x32 (0.1.3-1+b1) ...
Setting up libusb-1.0-0-dev:x32 (2:1.0.21-2) ...
Setting up x11proto-gl-dev (1.4.17-1) ...
Setting up libltdl7:x32 (2.4.6-2) ...
Setting up libfaad-dev:x32 (2.8.8-1) ...
Setting up libopencv-ml3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libofa0:x32 (0.9.3-15) ...
Setting up libx265-dev:x32 (2.6-3) ...
Setting up libvisual-0.4-0:x32 (0.4.0-11) ...
Setting up libtiffxx5:x32 (4.0.9-4) ...
Setting up libdconf1:x32 (0.26.1-3) ...
Setting up libzvbi-common (0.2.35-13) ...
Setting up libfribidi0:x32 (0.19.7-2) ...
Setting up libexpat1-dev:x32 (2.2.5-3) ...
Setting up libmagickcore-6-headers (8:6.9.9.39+dfsg-1) ...
Setting up libpciaccess0:x32 (0.14-1) ...
Setting up libfftw3-single3:x32 (3.3.7-1) ...
Setting up libopus-dev:x32 (1.2.1-1) ...
Setting up libsensors4:x32 (1:3.4.0-4) ...
Setting up libgles2:x32 (1.0.0-2) ...
Setting up libxkbcommon0:x32 (0.8.0-1) ...
Setting up shared-mime-info (1.9-2) ...
Setting up libpcrecpp0v5:x32 (2:8.39-9) ...
Setting up libpcre32-3:x32 (2:8.39-9) ...
Setting up libopencv-imgproc3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libgudev-1.0-0:x32 (232-2) ...
Setting up libvpx5:x32 (1.7.0-3) ...
Setting up gir1.2-gudev-1.0:x32 (232-2) ...
Setting up libopencv-flann3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up icu-devtools (57.1-9) ...
Setting up gstreamer1.0-doc (1.14.0-1) ...
Setting up liblua5.2-0:x32 (5.2.4-1.1+b1) ...
Setting up liborc-0.4-0:x32 (1:0.4.28-1) ...
Setting up libpcre16-3:x32 (2:8.39-9) ...
Setting up libgme0:x32 (0.6.2-1) ...
Setting up libtcl8.6:x32 (8.6.8+dfsg-3) ...
Setting up libcolord2:x32 (1.3.3-2) ...
Setting up libthai-data (0.1.27-2) ...
Setting up libjpeg62-turbo-dev:x32 (1:1.5.2-2+b1) ...
Setting up liblzma-dev:x32 (5.2.2-1.3) ...
Setting up libxdmcp6:x32 (1:1.1.2-3) ...
Setting up xml-core (0.18) ...
Setting up libcdaudio1:x32 (0.99.12p2-14) ...
Setting up ocl-icd-libopencl1:x32 (2.2.12-1) ...
Setting up libhdf4-0-alt (4.2.13-2) ...
Setting up libzvbi0:x32 (0.2.35-13) ...
Setting up libkeyutils1:x32 (1.5.9-9.2) ...
Setting up libsoundtouch1:x32 (1.9.2-3) ...
Setting up bsdmainutils (11.1.2) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libgmpxx4ldbl:x32 (2:6.1.2+dfsg-3) ...
Setting up libcaca0:x32 (0.99.beta19-2+b2) ...
Setting up libdca0:x32 (0.0.5-10) ...
Setting up libserd-0-0:x32 (0.28.0~dfsg0-1) ...
Setting up libsamplerate0:x32 (0.1.9-2) ...
Setting up libsndio6.1:x32 (1.1.0-3) ...
Setting up libnl-3-200:x32 (3.2.27-2) ...
Setting up libvorbis0a:x32 (1.3.6-1) ...
Setting up x11-common (1:7.7+19) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
[....] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix[?25l7[ ok 8[?25h.
Setting up libidn2-dev:x32 (2.0.4-1.1) ...
Setting up libmodplug-dev:x32 (1:0.8.9.0-1) ...
Setting up libopencv-video3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libmpg123-0:x32 (1.25.10-1) ...
Setting up libfftw3-long3:x32 (3.3.7-1) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libsbc-dev:x32 (1.3-2) ...
Setting up libexempi-dev:x32 (2.4.5-2) ...
Setting up libglib2.0-bin (2.56.0-2) ...
Setting up libogg-dev:x32 (1.3.2-1+b1) ...
Setting up libexif12:x32 (0.6.21-4) ...
Setting up libglvnd-core-dev:x32 (1.0.0-2) ...
Setting up libgraphite2-dev (1.3.5-1) ...
Setting up libiptcdata0 (1.0.4-6) ...
Setting up wayland-protocols (1.13-1) ...
Setting up libwayland-cursor0:x32 (1.14.0-2) ...
Setting up libidn2-0-dev (2.0.4-1.1) ...
Setting up libgsm1:x32 (1.0.13-4+b2) ...
Setting up libnih1 (1.0.3-10+b1) ...
Setting up libx11-data (2:1.6.5-1) ...
Setting up libpython2.7-stdlib:x32 (2.7.14-7) ...
Setting up libmplex2-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libxau6:x32 (1:1.0.8-1+b2) ...
Setting up autopoint (0.19.8.1-4) ...
Setting up libidn11:x32 (1.33-2.1) ...
Setting up libmpdec2:x32 (2.4.2-1) ...
Setting up highlight-common (3.41-1) ...
Setting up libdbus-1-3:x32 (1.12.6-2) ...
Setting up libdv4:x32 (1.0.0-11) ...
Setting up liblzo2-2:x32 (2.08-1.2+b2) ...
Setting up liburiparser1:x32 (0.8.4-1) ...
Setting up libnih-dbus1 (1.0.3-10+b1) ...
Setting up libwrap0:x32 (7.6.q-27) ...
Setting up libavahi-common-data:x32 (0.7-3.1) ...
Setting up libepoxy-dev:x32 (1.4.3-1) ...
Setting up libdvdread4:x32 (6.0.0-1) ...
Setting up libsz2:x32 (1.0.2-1) ...
Setting up proj-data (5.0.0-4) ...
Setting up libpcap0.8:x32 (1.8.1-6) ...
Setting up libwayland-server0:x32 (1.14.0-2) ...
Setting up libbs2b-dev:x32 (3.1.0+dfsg-2.2) ...
Setting up libwebp6:x32 (0.6.1-2) ...
Setting up zlib1g-dev:x32 (1:1.2.8.dfsg-5) ...
Setting up libfile-stripnondeterminism-perl (0.040-1) ...
Setting up libjsoncpp1:x32 (1.7.4-3) ...
Setting up libvorbisfile3:x32 (1.3.6-1) ...
Setting up libcgmanager0:x32 (0.41-2) ...
Setting up libmpcdec-dev:x32 (2:0.1~r495-1) ...
Setting up libgmp-dev:x32 (2:6.1.2+dfsg-3) ...
Setting up libserd-dev:x32 (0.28.0~dfsg0-1) ...
Setting up libwayland-bin (1.14.0-2) ...
Setting up libraw1394-dev:x32 (2.1.2-1+b1) ...
Setting up libpython3.6-stdlib:x32 (3.6.5~rc1-2) ...
Setting up libde265-dev:x32 (1.0.2-2+b1) ...
Setting up libasound2-dev:x32 (1.1.3-5+x32.1) ...
Setting up libdbus-1-dev:x32 (1.12.6-2) ...
Setting up libdca-dev:x32 (0.0.5-10) ...
Setting up libopencv-photo3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libgphoto2-port12:x32 (2.5.16-2) ...
Setting up libfftw3-bin (3.3.7-1) ...
Setting up libgsm1-dev:x32 (1.0.13-4+b2) ...
Setting up libdvdread-dev:x32 (6.0.0-1) ...
Setting up libunbound2:x32 (1.6.7-1) ...
Setting up libpcre3-dev:x32 (2:8.39-9) ...
Setting up libdap25:x32 (3.19.1-2) ...
Setting up gir1.2-atk-1.0:x32 (2.28.1-1) ...
Setting up fontconfig-config (2.12.6-0.1) ...
Setting up libmpeg2encpp-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libxkbcommon-dev (0.8.0-1) ...
Setting up python3.6 (3.6.5~rc1-2) ...
Setting up opensp (1.5.2-13) ...
Setting up libodbc1:x32 (2.3.4-1.1) ...
Setting up libgstreamer1.0-0:x32 (1.14.0-1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libbluetooth-dev:x32 (5.47-1+b1) ...
Setting up x11proto-core-dev (7.0.31-1) ...
Setting up libhdf5-100:x32 (1.10.0-patch1+docs-4) ...
Setting up libopenexr23:x32 (2.2.1-4) ...
Setting up liblqr-1-0-dev:x32 (0.4.2-2.1) ...
Setting up liblcms2-dev:x32 (2.9-1) ...
Setting up libltdl-dev:x32 (2.4.6-2) ...
Setting up libilmbase-dev (2.2.1-2) ...
Setting up libxshmfence-dev:x32 (1.3-1) ...
Setting up libdjvulibre21:x32 (3.5.27.1-8) ...
Setting up gettext (0.19.8.1-4) ...
Setting up libv4l-0:x32 (1.14.2-1) ...
Setting up libopenmpt0:x32 (0.3.6-1) ...
Setting up libmagickwand-6-headers (8:6.9.9.39+dfsg-1) ...
Setting up libdvdnav4:x32 (6.0.0-1) ...
Setting up libgme-dev:x32 (0.6.2-1) ...
Setting up libdjvulibre-dev:x32 (3.5.27.1-8) ...
Setting up libflite1:x32 (2.1-release-1) ...
Setting up liblapack3:x32 (3.7.1-4) ...
update-alternatives: using /usr/lib/x86_64-linux-gnux32/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnux32/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnux32) in auto mode
Setting up libmpg123-dev:x32 (1.25.10-1) ...
Setting up libvo-amrwbenc-dev:x32 (0.1.3-1+b1) ...
Setting up gir1.2-nice-0.1:x32 (0.1.14-1) ...
Setting up libtiff5-dev:x32 (4.0.9-4) ...
Setting up libflac8:x32 (1.3.2-1) ...
Setting up python2.7 (2.7.14-7) ...
Setting up libspandsp2:x32 (0.0.6+dfsg-0.1) ...
Setting up libnss3:x32 (2:3.35-2) ...
Setting up libproj13:x32 (5.0.0-4) ...
Setting up libpcap0.8-dev:x32 (1.8.1-6) ...
Setting up libharfbuzz0b:x32 (1.7.2-1) ...
Setting up libsord-0-0:x32 (0.16.0~dfsg0-1) ...
Setting up libdc1394-22:x32 (2.2.5-1) ...
Setting up libxau-dev:x32 (1:1.0.8-1+b2) ...
Setting up libnl-route-3-200:x32 (3.2.27-2) ...
Setting up xsltproc (1.1.29-5) ...
Setting up gstreamer1.0-plugins-base-doc (1.14.0-1) ...
Setting up autoconf (2.69-11) ...
Setting up libthai0:x32 (0.1.27-2) ...
Setting up libicu-dev (57.1-9) ...
Setting up libwildmidi2:x32 (0.4.2-1) ...
Setting up libgdcm2-dev (2.8.4-1) ...
Setting up file (1:5.32-2) ...
Setting up libsuperlu5:x32 (5.2.1+dfsg1-3) ...
Setting up libhwloc5:x32 (1.11.9-1) ...
Setting up libkrb5support0:x32 (1.16-2) ...
Setting up libkmlbase1:x32 (1.3.0-5) ...
Setting up cgmanager (0.41-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/cgmanager.service -> /lib/systemd/system/cgmanager.service.
Created symlink /etc/systemd/system/multi-user.target.wants/cgproxy.service -> /lib/systemd/system/cgproxy.service.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up liblavjpeg-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libdrm2:x32 (2.4.91-2) ...
Setting up libxml2-dev:x32 (2.9.4+dfsg1-6.1) ...
Setting up liblept5 (1.75.3-3) ...
Setting up libogdi3.2 (3.2.1+ds-1+b1) ...
Setting up libpython-stdlib:x32 (2.7.14-4) ...
Setting up libhwloc-plugins (1.11.9-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up libkmlxsd1:x32 (1.3.0-5) ...
Setting up libdrm-intel1:x32 (2.4.91-2) ...
Setting up libsord-dev:x32 (0.16.0~dfsg0-1) ...
Setting up libsoundtouch-dev:x32 (1.9.2-3) ...
Setting up libxdmcp-dev:x32 (1:1.1.2-3) ...
Setting up libiptcdata0-dev (1.0.4-6) ...
Setting up libjpeg-dev (1:1.5.2-2) ...
Setting up libdapserver7v5:x32 (3.19.1-2) ...
Setting up libfribidi-dev (0.19.7-2) ...
Setting up libcdaudio-dev (0.99.12p2-14) ...
Setting up libexif-dev:x32 (0.6.21-4) ...
Setting up libgnutls-dane0:x32 (3.5.18-1) ...
Setting up libwebpmux3:x32 (0.6.1-2) ...
Setting up highlight (3.41-1) ...
Setting up libopencv-core-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libva-drm2:x32 (2.1.0-2) ...
Setting up libpython2.7:x32 (2.7.14-7) ...
Setting up libgeotiff2:x32 (1.4.2-2+b2) ...
Setting up libfftw3-dev:x32 (3.3.7-1) ...
Setting up automake (1:1.15.1-3) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
Setting up libspandsp-dev:x32 (0.0.6+dfsg-0.1) ...
Setting up liborc-0.4-dev (1:0.4.28-1) ...
Setting up libjack-jackd2-0:x32 (1.9.12~dfsg-2) ...
Setting up libice6:x32 (2:1.0.9-2) ...
Setting up libopencv-shape3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libwebpdemux2:x32 (0.6.1-2) ...
Setting up libopencv-ml-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libspatialite7:x32 (4.3.0a-5+b2) ...
Setting up libopenexr-dev (2.2.1-4) ...
Setting up libarpack2:x32 (3.5.0+real-2) ...
Setting up man-db (2.8.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up nettle-dev:x32 (3.4-1) ...
Setting up libopenal1:x32 (1:1.18.2-2) ...
Setting up libkmldom1:x32 (1.3.0-5) ...
Setting up libavahi-common3:x32 (0.7-3.1) ...
Setting up libdrm-radeon1:x32 (2.4.91-2) ...
Setting up libpng-dev:x32 (1.6.34-1) ...
Setting up x11proto-render-dev (2:0.11.1-2) ...
Setting up dbus (1.12.6-2) ...
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsrtp2-1:x32 (2.1.0-1) ...
Setting up libvorbisenc2:x32 (1.3.6-1) ...
Setting up libdrm-nouveau2:x32 (2.4.91-2) ...
Setting up libwayland-dev:x32 (1.14.0-2) ...
Setting up libdvdnav-dev:x32 (6.0.0-1) ...
Setting up gir1.2-gstreamer-1.0 (1.14.0-1) ...
Setting up libxcb1:x32 (1.13-1) ...
Setting up x11proto-input-dev (2.3.2-1) ...
Setting up libharfbuzz-gobject0:x32 (1.7.2-1) ...
Setting up systemd-shim (10-3) ...
Setting up python (2.7.14-4) ...
Setting up libopencv-imgproc-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libvorbis-dev:x32 (1.3.6-1) ...
Setting up libmagick++-6-headers (8:6.9.9.39+dfsg-1) ...
Setting up libtool (2.4.6-2) ...
Setting up libpython3-stdlib:x32 (3.6.4-1) ...
Setting up libibverbs1:x32 (17.1-1) ...
Setting up libxcb-present0:x32 (1.13-1) ...
Setting up libgstreamer-plugins-base1.0-0:x32 (1.14.0-1) ...
Setting up libsratom-0-0:x32 (0.6.0~dfsg0-1) ...
Setting up libzvbi-dev:x32 (0.2.35-13) ...
Setting up libtiff-dev (4.0.9-4) ...
Setting up libfontconfig1:x32 (2.12.6-0.1) ...
Setting up libxcb-dri2-0:x32 (1.13-1) ...
Setting up libsm6:x32 (2:1.2.2-1+b3) ...
Setting up libxcb-dri3-0:x32 (1.13-1) ...
Setting up libk5crypto3:x32 (1.16-2) ...
Setting up libxcb-glx0:x32 (1.13-1) ...
Setting up libxcb-randr0:x32 (1.13-1) ...
Setting up libxcb-xfixes0:x32 (1.13-1) ...
Setting up libxcb-render0:x32 (1.13-1) ...
Setting up libopencv-ts-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-photo-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libharfbuzz-icu0:x32 (1.7.2-1) ...
Setting up liblilv-0-0 (0.24.2~dfsg0-1) ...
Setting up po-debconf (1.0.20) ...
Setting up libdrm-amdgpu1:x32 (2.4.91-2) ...
Setting up libofa0-dev:x32 (0.9.3-15) ...
Setting up libwildmidi-dev (0.4.2-1) ...
Setting up flite1-dev:x32 (2.1-release-1) ...
Setting up libdrm-dev:x32 (2.4.91-2) ...
Setting up libsrtp2-dev (2.1.0-1) ...
Setting up libdc1394-22-dev:x32 (2.2.5-1) ...
Setting up libgbm1:x32 (17.3.7-1) ...
Setting up libass9:x32 (1:0.14.0-1) ...
Setting up libopencv-flann-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libx11-6:x32 (2:1.6.5-1) ...
Setting up libflac-dev:x32 (1.3.2-1) ...
Setting up libgl1-mesa-dri:x32 (17.3.7-1) ...
Setting up libtesseract4 (4.00~git2219-40f43111-1.2) ...
Setting up libbluray2:x32 (1:1.0.2-2) ...
Setting up libopenmpt-dev:x32 (0.3.6-1) ...
Setting up libgnutls28-dev:x32 (3.5.18-1) ...
Setting up python-pkg-resources (38.5.2-1) ...
Setting up librtmp-dev:x32 (2.4+20151223.gitfa8646d.1-1+b1) ...
Setting up libwebp-dev:x32 (0.6.1-2) ...
Setting up libxcb-sync1:x32 (1.13-1) ...
Setting up libopenal-dev:x32 (1:1.18.2-2) ...
Setting up libarmadillo8 (1:8.400.0+dfsg-2) ...
Setting up libpoppler73:x32 (0.62.0-2) ...
Setting up libsndfile1:x32 (1.0.28-4) ...
Setting up python-six (1.11.0-2) ...
Setting up x11proto-xext-dev (7.3.0-1) ...
Setting up libkmlengine1:x32 (1.3.0-5) ...
Setting up gir1.2-harfbuzz-0.0:x32 (1.7.2-1) ...
Setting up libfreetype6-dev:x32 (2.8.1-2) ...
Setting up libice-dev:x32 (2:1.0.9-2) ...
Setting up python-pbr (3.1.1-4) ...
update-alternatives: using /usr/bin/python2-pbr to provide /usr/bin/pbr (pbr) in auto mode
Setting up libxcomposite1:x32 (1:0.4.4-2) ...
Setting up libxcb-shm0:x32 (1.13-1) ...
Setting up python-funcsigs (1.0.2-4) ...
Setting up libxpm4:x32 (1:3.5.12-1) ...
Setting up libxt6:x32 (1:1.1.5-1) ...
Setting up libxcb-shape0:x32 (1.13-1) ...
Setting up libxrender1:x32 (1:0.9.10-1) ...
Setting up libxcb1-dev:x32 (1.13-1) ...
Setting up libxcb-glx0-dev:x32 (1.13-1) ...
Setting up libavahi-client3:x32 (0.7-3.1) ...
Setting up libopenmpi2:x32 (2.1.1-8) ...
Setting up libkrb5-3:x32 (1.16-2) ...
Setting up libegl-mesa0:x32 (17.3.7-1) ...
Setting up libx11-dev:x32 (2:1.6.5-1) ...
Setting up libsratom-dev:x32 (0.6.0~dfsg0-1) ...
Setting up libxft2:x32 (2.3.2-1+b2) ...
Setting up libopencv-video-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libwmf0.2-7:x32 (0.2.8.4-12) ...
Setting up libxcb-sync-dev:x32 (1.13-1) ...
Setting up fontconfig (2.12.6-0.1) ...
Regenerating fonts cache... done.
Setting up libopencv-shape-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libfontconfig1-dev:x32 (2.12.6-0.1) ...
Setting up libx11-xcb-dev:x32 (2:1.6.5-1) ...
Setting up libwmf-dev (0.2.8.4-12) ...
Setting up libsm-dev:x32 (2:1.2.2-1+b3) ...
Setting up libsndfile1-dev (1.0.28-4) ...
Setting up libhdf5-openmpi-100:x32 (1.10.0-patch1+docs-4) ...
Setting up mesa-common-dev:x32 (17.3.7-1) ...
Setting up libxext6:x32 (2:1.3.3-1+b2) ...
Setting up libxfixes3:x32 (1:5.0.3-1) ...
Setting up libzbar0:x32 (0.10+doc-10.1+b2) ...
Setting up libatspi2.0-0:x32 (2.28.0-1) ...
Setting up libxss1:x32 (1:1.2.2-1+b2) ...
Setting up x11proto-fixes-dev (1:5.0-2) ...
Setting up libgdk-pixbuf2.0-0:x32 (2.36.11-2) ...
Setting up libxcb-shm0-dev:x32 (1.13-1) ...
Setting up libgd3:x32 (2.2.5-4) ...
Setting up python-mock (2.0.0-3) ...
Setting up libvdpau1:x32 (1.1.1-8) ...
Setting up gir1.2-gdkpixbuf-2.0:x32 (2.36.11-2) ...
Setting up libxrender-dev:x32 (1:0.9.10-1) ...
Setting up liblilv-dev (0.24.2~dfsg0-1) ...
Setting up libkmlconvenience1:x32 (1.3.0-5) ...
Setting up libgssapi-krb5-2:x32 (1.16-2) ...
Setting up libxcb-dri2-0-dev:x32 (1.13-1) ...
Setting up libxcb-render0-dev:x32 (1.13-1) ...
Setting up libegl1:x32 (1.0.0-2) ...
Setting up x11proto-damage-dev (1:1.2.1-2) ...
Setting up libxft-dev (2.3.2-1+b2) ...
Setting up gtk-update-icon-cache (3.22.29-1) ...
Setting up libxcb-dri3-dev:x32 (1.13-1) ...
Setting up libxcursor1:x32 (1:1.1.15-1) ...
Setting up libpq5:x32 (10.3-2) ...
Setting up libkmlregionator1:x32 (1.3.0-5) ...
Setting up libxext-dev:x32 (2:1.3.3-1+b2) ...
Setting up libpango-1.0-0:x32 (1.40.14-1) ...
Setting up libwayland-egl1-mesa:x32 (17.3.7-1) ...
Setting up libxcb-shape0-dev:x32 (1.13-1) ...
Setting up libatk-bridge2.0-0:x32 (2.26.2-1) ...
Setting up libmagickcore-6.q16-5:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libxxf86vm1:x32 (1:1.1.4-1+b2) ...
Setting up libva-x11-2:x32 (2.1.0-2) ...
Setting up libxxf86vm-dev:x32 (1:1.1.4-1+b2) ...
Setting up libxfixes-dev:x32 (1:5.0.3-1) ...
Setting up x11proto-composite-dev (1:0.4.2-2) ...
Setting up libxrandr2:x32 (2:1.5.1-1) ...
Setting up libcups2:x32 (2.2.6-5) ...
Setting up libxi6:x32 (2:1.7.9-1) ...
Setting up libcairo2:x32 (1.15.10-2) ...
Setting up libxinerama1:x32 (2:1.1.3-1+b3) ...
Setting up libxcursor-dev:x32 (1:1.1.15-1) ...
Setting up libxcb-randr0-dev:x32 (1.13-1) ...
Setting up libxt-dev:x32 (1:1.1.5-1) ...
Setting up libxdamage1:x32 (1:1.1.4-3) ...
Setting up libavutil55:x32 (7:3.4.2-1+b2) ...
Setting up libxrandr-dev:x32 (2:1.5.1-1) ...
Setting up libxcomposite-dev:x32 (1:0.4.4-2) ...
Setting up libcairo-script-interpreter2:x32 (1.15.10-2) ...
Setting up libxcb-xfixes0-dev:x32 (1.13-1) ...
Setting up libcurl3-gnutls:x32 (7.58.0-2) ...
Setting up libtk8.6:x32 (8.6.8-3) ...
Setting up libssh-gcrypt-4:x32 (0.8.0~20170825.94fa1e38-1) ...
Setting up libcairo-gobject2:x32 (1.15.10-2) ...
Setting up libxdamage-dev:x32 (1:1.1.4-3) ...
Setting up libgphoto2-6:x32 (2.5.16-2) ...
Setting up libswresample2:x32 (7:3.4.2-1+b2) ...
Setting up libxtst6:x32 (2:1.2.3-1) ...
Setting up libmagickwand-6.q16-5:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libpangoft2-1.0-0:x32 (1.40.14-1) ...
Setting up libdapclient6v5:x32 (3.19.1-2) ...
Setting up libswscale4:x32 (7:3.4.2-1+b2) ...
Setting up libxinerama-dev:x32 (2:1.1.3-1+b3) ...
Setting up libnetcdf13:x32 (1:4.6.1-1) ...
Setting up libxcb-present-dev:x32 (1.13-1) ...
Setting up libxi-dev:x32 (2:1.7.9-1) ...
Setting up libtheora0:x32 (1.1.1+dfsg.1-14+b1) ...
Setting up libcurl4-gnutls-dev:x32 (7.58.0-2) ...
Setting up libxerces-c3.2:x32 (3.2.0+debian-2) ...
Setting up libglx-mesa0:x32 (17.3.7-1) ...
Setting up libavutil-dev:x32 (7:3.4.2-1+b2) ...
Setting up gstreamer1.0-plugins-base:x32 (1.14.0-1) ...
Setting up libnetcdf-c++4 (4.2-8) ...
Setting up libmagick++-6.q16-8:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libavresample3:x32 (7:3.4.2-1+b2) ...
Setting up gir1.2-freedesktop:x32 (1.56.0-2) ...
Setting up libgphoto2-dev:x32 (2.5.16-2) ...
Setting up libavresample-dev:x32 (7:3.4.2-1+b2) ...
Setting up libpangoxft-1.0-0:x32 (1.40.14-1) ...
Setting up libpangocairo-1.0-0:x32 (1.40.14-1) ...
Setting up libpulse0:x32 (11.1-4) ...
Setting up gir1.2-pango-1.0:x32 (1.40.14-1) ...
Setting up libswscale-dev:x32 (7:3.4.2-1+b2) ...
Setting up libxtst-dev:x32 (2:1.2.3-1) ...
Setting up libswresample-dev:x32 (7:3.4.2-1+b2) ...
Setting up libmagickcore-6.q16-5-extra:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libglx0:x32 (1.0.0-2) ...
Setting up libfluidsynth1:x32 (1.1.10-1) ...
Setting up gir1.2-atspi-2.0:x32 (2.28.0-1) ...
Setting up librsvg2-2:x32 (2.40.20-2) ...
Setting up libavcodec57:x32 (7:3.4.2-1+b2) ...
Setting up libsdl1.2debian:x32 (1.2.15+dfsg2-0.1) ...
Setting up librsvg2-common:x32 (2.40.20-2) ...
Setting up libquicktime2:x32 (2:1.2.4-11+b2) ...
Setting up gir1.2-rsvg-2.0:x32 (2.40.20-2) ...
Setting up libgl1:x32 (1.0.0-2) ...
Setting up libglu1-mesa:x32 (9.0.0-2.1) ...
Setting up libfluidsynth-dev:x32 (1.1.10-1) ...
Setting up libgl2ps1.4 (1.4.0+dfsg1-1) ...
Setting up adwaita-icon-theme (3.28.0-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libchromaprint1:x32 (1.4.3-1) ...
Setting up libgstreamer-gl1.0-0:x32 (1.14.0-1) ...
Setting up libavcodec-dev:x32 (7:3.4.2-1+b2) ...
Setting up gir1.2-gst-plugins-base-1.0 (1.14.0-1) ...
Setting up liblavfile-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libchromaprint-dev (1.4.3-1) ...
Setting up libglvnd-dev:x32 (1.0.0-2) ...
Setting up libgl1-mesa-dev:x32 (17.3.7-1) ...
Setting up libegl1-mesa-dev:x32 (17.3.7-1) ...
Setting up liblavplay-2.1-0 (1:2.1.0+debian-3+x32.1) ...
Setting up libavformat57:x32 (7:3.4.2-1+b2) ...
Setting up libgles2-mesa-dev:x32 (17.3.7-1) ...
Setting up libmjpegtools-dev (1:2.1.0+debian-3+x32.1) ...
Setting up libavformat-dev:x32 (7:3.4.2-1+b2) ...
Processing triggers for sgml-base (1.29) ...
Setting up docbook-xsl (1.79.1+dfsg-2) ...
Setting up sgml-data (2.0.10) ...
Processing triggers for sgml-base (1.29) ...
Setting up docbook (4.5-6) ...
Setting up docbook-xml (4.5-8) ...
Processing triggers for sgml-base (1.29) ...
Setting up docbook-to-man (1:2.0.0-41) ...
Setting up gtk-doc-tools (1.27-3) ...
Setting up odbcinst1debian2:x32 (2.3.4-1.1) ...
Setting up dh-autoreconf (17) ...
Setting up python3 (3.6.4-1) ...
Setting up odbcinst (2.3.4-1.1) ...
Setting up libglib2.0-dev-bin (2.56.0-2) ...
Setting up libgdal20 (2.2.4+dfsg-1) ...
Setting up libdevmapper1.02.1:x32 (2:1.02.145-4.1) ...
Setting up libopencv-imgcodecs3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libglib2.0-dev:x32 (2.56.0-2) ...
Setting up python3-markupsafe (1.0-1+b1) ...
Setting up libvtk6.3 (6.3.0+dfsg2-1) ...
Setting up libgdk-pixbuf2.0-dev (2.36.11-2) ...
Setting up dmsetup (2:1.02.145-4.1) ...
Setting up python3-lib2to3 (3.6.5~rc1-1) ...
Setting up libharfbuzz-dev:x32 (1.7.2-1) ...
Setting up dh-python (3.20180318) ...
Setting up libgstreamer1.0-dev (1.14.0-1) ...
Setting up python3-distutils (3.6.5~rc1-1) ...
Setting up debhelper (11.1.5) ...
Setting up libcryptsetup12:x32 (2:2.0.2-1) ...
Setting up libcairo2-dev:x32 (1.15.10-2) ...
Setting up libopencv-imgcodecs-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up python3-mako (1.0.7+ds1-1) ...
Setting up libgudev-1.0-dev:x32 (232-2) ...
Setting up libatk1.0-dev:x32 (2.28.1-1) ...
Setting up librsvg2-dev:x32 (2.40.20-2) ...
Setting up libatspi2.0-dev:x32 (2.28.0-1) ...
Setting up libass-dev:x32 (1:0.14.0-1) ...
Setting up libopencv-viz3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up dh-strip-nondeterminism (0.040-1) ...
Setting up libgstreamer-plugins-base1.0-dev (1.14.0-1) ...
Setting up libatk-bridge2.0-dev:x32 (2.26.2-1) ...
Setting up systemd (238-3) ...
Created symlink /etc/systemd/system/getty.target.wants/getty at tty1.service -> /lib/systemd/system/getty at .service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target -> /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service -> /lib/systemd/system/systemd-timesyncd.service.
Initializing machine ID from D-Bus machine ID.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Setting up libmagickcore-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libpango1.0-dev (1.40.14-1) ...
Setting up libopencv-viz-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up gobject-introspection (1.56.0-2) ...
Setting up libpam-systemd:x32 (238-3) ...
Setting up dbus-user-session (1.12.6-2) ...
Setting up libmagickwand-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Setting up libgirepository1.0-dev:x32 (1.56.0-2) ...
Setting up libmagick++-6.q16-dev:x32 (8:6.9.9.39+dfsg-1) ...
Setting up dconf-service (0.26.1-3) ...
Setting up libmagick++-dev (8:6.9.9.39+dfsg-1) ...
Setting up dconf-gsettings-backend:x32 (0.26.1-3) ...
Setting up libzbar-dev:x32 (0.10+doc-10.1+b2) ...
Setting up gsettings-desktop-schemas (3.28.0-1) ...
Setting up libgtk-3-common (3.22.29-1) ...
Setting up glib-networking:x32 (2.56.0-1) ...
Setting up libsoup2.4-1:x32 (2.60.1-1) ...
Setting up libsoup-gnome2.4-1:x32 (2.60.1-1) ...
Setting up gir1.2-soup-2.4:x32 (2.60.1-1) ...
Setting up libgssdp-1.0-3:x32 (1.0.2-2) ...
Setting up librest-0.7-0:x32 (0.8.0-2) ...
Setting up gir1.2-gssdp-1.0:x32 (1.0.2-2) ...
Setting up libsoup2.4-dev:x32 (2.60.1-1) ...
Setting up libgupnp-1.0-4:x32 (1.0.2-2) ...
Setting up gir1.2-gupnp-1.0:x32 (1.0.2-2) ...
Setting up libgupnp-igd-1.0-4:x32 (0.2.5-2) ...
Setting up libgtk-3-0:x32 (3.22.29-1) ...
Setting up libgssdp-1.0-dev (1.0.2-2) ...
Setting up libnice10:x32 (0.1.14-1) ...
Setting up libopencv-videoio3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up gir1.2-gupnpigd-1.0:x32 (0.2.5-2) ...
Setting up libopencv-videoio-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up gir1.2-gtk-3.0:x32 (3.22.29-1) ...
Setting up libgupnp-1.0-dev:x32 (1.0.2-2) ...
Setting up libgupnp-igd-1.0-dev:x32 (0.2.5-2) ...
Setting up libopencv-superres3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-superres-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-highgui3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libnice-dev (0.1.14-1) ...
Setting up libgtk-3-dev:x32 (3.22.29-1) ...
Setting up libopencv-objdetect3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-highgui-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-features2d3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-features2d-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-calib3d3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-stitching3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-calib3d-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-objdetect-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-videostab3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-stitching-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-contrib3.2:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-videostab-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv-contrib-dev:x32 (3.2.0+dfsg-4+b1) ...
Setting up libopencv3.2-jni (3.2.0+dfsg-4+b1) ...
Setting up libopencv3.2-java (3.2.0+dfsg-4) ...
Setting up libopencv-dev (3.2.0+dfsg-4+b1) ...
Processing triggers for libc-bin (2.27-2) ...
Processing triggers for libgdk-pixbuf2.0-0:x32 (2.36.11-2) ...
Reading package lists...
Building dependency tree...
Reading state information...
debian-ports-archive-keyring is already the newest version (2018.01.05).
eatmydata is already the newest version (105-6).
apt is already the newest version (1.6~beta1).
fakeroot is already the newest version (1.22-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying back the cached apt archive contents
I: new cache content 'libfaad2_2.8.8-1_x32.deb' added
I: new cache content 'libzbar0_0.10+doc-10.1+b2_x32.deb' added
I: new cache content 'libmjpegtools-dev_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'libopencv-contrib3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libsrtp2-dev_2.1.0-1_x32.deb' added
I: new cache content 'libopencv-video3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libserd-dev_0.28.0~dfsg0-1_x32.deb' added
I: new cache content 'libopencv-ts-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libsbc-dev_1.3-2_x32.deb' added
I: new cache content 'libopencv-video-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'gir1.2-gst-plugins-base-1.0_1.14.0-1_x32.deb' added
I: new cache content 'libsratom-dev_0.6.0~dfsg0-1_x32.deb' added
I: new cache content 'libmagickwand-6.q16-5_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libopencv-core-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmagick++-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libgupnp-igd-1.0-4_0.2.5-2_x32.deb' added
I: new cache content 'libmagick++-6-headers_8%3a6.9.9.39+dfsg-1_all.deb' added
I: new cache content 'libwmf0.2-7_0.2.8.4-12_x32.deb' added
I: new cache content 'libvo-aacenc0_0.1.3-1+b1_x32.deb' added
I: new cache content 'libopencv-superres3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmpeg2encpp-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'libgmpxx4ldbl_2%3a6.1.2+dfsg-3_x32.deb' added
I: new cache content 'libopencv-ml-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'gir1.2-gupnpigd-1.0_0.2.5-2_x32.deb' added
I: new cache content 'gstreamer1.0-doc_1.14.0-1_all.deb' added
I: new cache content 'libout123-0_1.25.10-1_x32.deb' added
I: new cache content 'libgstreamer1.0-dev_1.14.0-1_x32.deb' added
I: new cache content 'libopencv3.2-jni_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libsord-dev_0.16.0~dfsg0-1_x32.deb' added
I: new cache content 'libserd-0-0_0.28.0~dfsg0-1_x32.deb' added
I: new cache content 'libgupnp-1.0-4_1.0.2-2_x32.deb' added
I: new cache content 'libmagickcore-6-headers_8%3a6.9.9.39+dfsg-1_all.deb' added
I: new cache content 'libbluetooth-dev_5.47-1+b1_x32.deb' added
I: new cache content 'libkate1_0.4.1-8_x32.deb' added
I: new cache content 'libopencv-videostab-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libdvdread-dev_6.0.0-1_x32.deb' added
I: new cache content 'libsbc1_1.3-2_x32.deb' added
I: new cache content 'libopencv-videostab3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libsord-0-0_0.16.0~dfsg0-1_x32.deb' added
I: new cache content 'libwildmidi-dev_0.4.2-1_x32.deb' added
I: new cache content 'libwebrtc-audio-processing-dev_0.3-1_x32.deb' added
I: new cache content 'libdvdnav-dev_6.0.0-1_x32.deb' added
I: new cache content 'libwmf-dev_0.2.8.4-12_x32.deb' added
I: new cache content 'lv2-dev_1.14.0~dfsg1-2_x32.deb' added
I: new cache content 'libopencv-videoio-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'liblavfile-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'libvorbis-dev_1.3.6-1_x32.deb' added
I: new cache content 'libdvdnav4_6.0.0-1_x32.deb' added
I: new cache content 'libopencv3.2-java_3.2.0+dfsg-4_all.deb' added
I: new cache content 'libcdaudio-dev_0.99.12p2-14_x32.deb' added
I: new cache content 'libde265-dev_1.0.2-2+b1_x32.deb' added
I: new cache content 'libfftw3-single3_3.3.7-1_x32.deb' added
I: new cache content 'libopencv-contrib-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmagickcore-6-arch-config_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libgstreamer-gl1.0-0_1.14.0-1_x32.deb' added
I: new cache content 'libopencv-highgui3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libvo-aacenc-dev_0.1.3-1+b1_x32.deb' added
I: new cache content 'libopencv-shape3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libfluidsynth1_1.1.10-1_x32.deb' added
I: new cache content 'libsoundtouch-dev_1.9.2-3_x32.deb' added
I: new cache content 'libusb-1.0-0-dev_2%3a1.0.21-2_x32.deb' added
I: new cache content 'libgstreamer-plugins-base1.0-dev_1.14.0-1_x32.deb' added
I: new cache content 'libjack-jackd2-0_1.9.12~dfsg-2_x32.deb' added
I: new cache content 'liblilv-dev_0.24.2~dfsg0-1_x32.deb' added
I: new cache content 'libsratom-0-0_0.6.0~dfsg0-1_x32.deb' added
I: new cache content 'libnice-dev_0.1.14-1_x32.deb' added
I: new cache content 'libiptcdata0-dev_1.0.4-6_x32.deb' added
I: new cache content 'liblavjpeg-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'libofa0_0.9.3-15_x32.deb' added
I: new cache content 'libdvdread4_6.0.0-1_x32.deb' added
I: new cache content 'libfaad-dev_2.8.8-1_x32.deb' added
I: new cache content 'libwildmidi-config_0.4.2-1_all.deb' added
I: new cache content 'libzbar-dev_0.10+doc-10.1+b2_x32.deb' added
I: new cache content 'libvtk6.3_6.3.0+dfsg2-1_x32.deb' added
I: new cache content 'libopencv-features2d-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmagick++-6.q16-8_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'gir1.2-nice-0.1_0.1.14-1_x32.deb' added
I: new cache content 'libopencv-stitching3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'liblavplay-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'imagemagick-6-common_8%3a6.9.9.39+dfsg-1_all.deb' added
I: new cache content 'libvulkan1_1.0.39.0+dfsg1-1_x32.deb' added
I: new cache content 'liblqr-1-0-dev_0.4.2-2.1_x32.deb' added
I: new cache content 'libiptcdata0_1.0.4-6_x32.deb' added
I: new cache content 'libmagickwand-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libsdl1.2debian_1.2.15+dfsg2-0.1_x32.deb' added
I: new cache content 'libexempi-dev_2.4.5-2_x32.deb' added
I: new cache content 'libdca0_0.0.5-10_x32.deb' added
I: new cache content 'libmagickcore-6.q16-5_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libopencv-stitching-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libdjvulibre21_3.5.27.1-8_x32.deb' added
I: new cache content 'libfftw3-quad3_3.3.7-1_x32.deb' added
I: new cache content 'libpcap0.8-dev_1.8.1-6_x32.deb' added
I: new cache content 'libmagickwand-6-headers_8%3a6.9.9.39+dfsg-1_all.deb' added
I: new cache content 'libopencv-objdetect3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'gstreamer1.0-plugins-base-doc_1.14.0-1_all.deb' added
I: new cache content 'libfftw3-bin_3.3.7-1_x32.deb' added
I: new cache content 'libopencv-photo-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'liblilv-0-0_0.24.2~dfsg0-1_x32.deb' added
I: new cache content 'libopencv-objdetect-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmjpegutils-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'libspandsp2_0.0.6+dfsg-0.1_x32.deb' added
I: new cache content 'libvulkan-dev_1.0.39.0+dfsg1-1_x32.deb' added
I: new cache content 'libgmp-dev_2%3a6.1.2+dfsg-3_x32.deb' added
I: new cache content 'libkate-dev_0.4.1-8_x32.deb' added
I: new cache content 'gir1.2-gupnp-1.0_1.0.2-2_x32.deb' added
I: new cache content 'libopencv-features2d3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libdjvulibre-dev_3.5.27.1-8_x32.deb' added
I: new cache content 'libfluidsynth-dev_1.1.10-1_x32.deb' added
I: new cache content 'libopencv-calib3d3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libquicktime2_2%3a1.2.4-11+b2_x32.deb' added
I: new cache content 'libmpg123-dev_1.25.10-1_x32.deb' added
I: new cache content 'libopencv-imgcodecs3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libopencv-flann-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmplex2-2.1-0_1%3a2.1.0+debian-3+x32.1_x32.deb' added
I: new cache content 'gir1.2-gstreamer-1.0_1.14.0-1_x32.deb' added
I: new cache content 'libopencv-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libwildmidi2_0.4.2-1_x32.deb' added
I: new cache content 'libsoundtouch1_1.9.2-3_x32.deb' added
I: new cache content 'libmms0_0.6.4-2_x32.deb' added
I: new cache content 'libglib2.0-doc_2.56.0-3_all.deb' added
I: new cache content 'liblqr-1-0_0.4.2-2.1_x32.deb' added
I: new cache content 'libgupnp-1.0-dev_1.0.2-2_x32.deb' added
I: new cache content 'libdjvulibre-text_3.5.27.1-8_all.deb' added
I: new cache content 'libpcap0.8_1.8.1-6_x32.deb' added
I: new cache content 'libspandsp-dev_0.0.6+dfsg-0.1_x32.deb' added
I: new cache content 'libmagickcore-6.q16-dev_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libopencv-calib3d-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libsamplerate0_0.1.9-2_x32.deb' added
I: new cache content 'libgupnp-igd-1.0-dev_0.2.5-2_x32.deb' added
I: new cache content 'libopencv-highgui-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmodplug1_1%3a0.8.9.0-1_x32.deb' added
I: new cache content 'libmpcdec6_2%3a0.1~r495-1_x32.deb' added
I: new cache content 'libcdaudio1_0.99.12p2-14_x32.deb' added
I: new cache content 'gobject-introspection_1.56.0-2_x32.deb' added
I: new cache content 'libde265-0_1.0.2-2+b1_x32.deb' added
I: new cache content 'libopencv-imgproc-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'gstreamer1.0-plugins-base_1.14.0-1_x32.deb' added
I: new cache content 'libopencv-viz3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libgssdp-1.0-dev_1.0.2-2_x32.deb' added
I: new cache content 'libnice10_0.1.14-1_x32.deb' added
I: new cache content 'libexempi3_2.4.5-2_x32.deb' added
I: new cache content 'libgles2-mesa-dev_17.3.7-1_x32.deb' added
I: new cache content 'libmms-dev_0.6.4-2_x32.deb' added
I: new cache content 'libopencv-ml3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libopencv-core3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libwebrtc-audio-processing1_0.3-1_x32.deb' added
I: new cache content 'libgssdp-1.0-3_1.0.2-2_x32.deb' added
I: new cache content 'libofa0-dev_0.9.3-15_x32.deb' added
I: new cache content 'libopencv-flann3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libfftw3-dev_3.3.7-1_x32.deb' added
I: new cache content 'liblcms2-dev_2.9-1_x32.deb' added
I: new cache content 'libopencv-imgcodecs-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmodplug-dev_1%3a0.8.9.0-1_x32.deb' added
I: new cache content 'libopencv-shape-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libopencv-videoio3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'gir1.2-gssdp-1.0_1.0.2-2_x32.deb' added
I: new cache content 'libmpcdec-dev_2%3a0.1~r495-1_x32.deb' added
I: new cache content 'libgirepository1.0-dev_1.56.0-2_x32.deb' added
I: new cache content 'libdca-dev_0.0.5-10_x32.deb' added
I: new cache content 'libopencv-imgproc3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmagick++-dev_8%3a6.9.9.39+dfsg-1_all.deb' added
I: new cache content 'libopencv-viz-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libmagickcore-6.q16-5-extra_8%3a6.9.9.39+dfsg-1_x32.deb' added
I: new cache content 'libopencv-photo3.2_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'librtmp-dev_2.4+20151223.gitfa8646d.1-1+b1_x32.deb' added
I: new cache content 'libopencv-superres-dev_3.2.0+dfsg-4+b1_x32.deb' added
I: new cache content 'libglib2.0-data_2.56.0-3_all.deb' added
I: new cache content 'libfftw3-long3_3.3.7-1_x32.deb' added
I: new cache content 'libsrtp2-1_2.1.0-1_x32.deb' added
I: Building the package
W: execute priv not set on file A50wait, not executing.
W: execute priv not set on file A88shell-raw, not executing.
I: Running cd /tmp/buildd/gst-plugins-bad1.0-1.14.0/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" HOME="/nonexistent" dpkg-buildpackage -us -uc -m'Thorsten Glaser <tg at mirbsd.de>' -B -B -rfakeroot
dpkg-buildpackage: info: source package gst-plugins-bad1.0
dpkg-buildpackage: info: source version 1.14.0-1
dpkg-buildpackage: info: source distribution unstable
 dpkg-source --before-build gst-plugins-bad1.0-1.14.0
dpkg-buildpackage: info: host architecture x32
 fakeroot debian/rules clean
CDBS WARNING:  copyright-check disabled - touch debian/copyright_hints to enable.
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -j8 -k distclean
make[1]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
make[1]: *** No rule to make target 'distclean'.
make[1]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
/usr/share/cdbs/1/class/makefile.mk:91: recipe for target 'makefile-clean' failed
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-check
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove '.': Invalid argument
/usr/share/cdbs/1/class/autotools.mk:64: recipe for target 'makefile-clean' failed
make: [makefile-clean] Error 1 (ignored)
set -e;      
if test -e debian/autoreconf.before; then \
	dh_autoreconf_clean ; \
fi
dh_clean 
rm -f debian/stamp-autotools-files
cd "." && rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache
rm -f debian/copyright_newhints
rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
rm -rf "debian/upstream-cruft"
rm -f debian/stamp-upstream-cruft
# get rid of the sym links
for i in plugins-bad opencv ; do \
	rm -f debian/gstreamer1.0-$i.install; \
	rm -f debian/gstreamer1.0-$i.preinst; \
done
for f in plugins-bad-doc.install ; do \
	rm -f debian/gstreamer1.0-$f; \
done
 debian/rules build-arch
CDBS WARNING:  copyright-check disabled - touch debian/copyright_hints to enable.
test -x debian/rules
mkdir -p "."
CDBS WARNING:    DEB_DH_STRIP_ARGS is deprecated since 0.4.85
CDBS WARNING:    DEB_DH_BUILDDEB_ARGS is deprecated since 0.4.85

Scanning upstream source for new/changed copyright notices...

set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive --copyright --deb-fmt --ignore '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 * | /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
/bin/sh: 1: /usr/bin/licensecheck: not found
0 combinations of copyright and licensing found.
diff: debian/copyright_hints: No such file or directory
No new copyright notices found - assuming no news is good news...
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
for p in plugins-bad opencv ; do \
	rm -f debian/gstreamer1.0-$p.install; \
	sed \
		-e 's, at dvb@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstdvb.so,g' \
		-e 's, at decklink@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstdecklink.so,g' \
		-e 's, at linsys@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstlinsys.so,g' \
		-e 's, at fbdev@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstfbdevsink.so,g' \
		-e 's, at vcd@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstvcdsrc.so,g' \
		-e 's, at dc1394@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstdc1394.so,g' \
		-e 's, at cdaudio@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstcdaudio.so,g' \
		-e 's, at resindvd@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstresindvd.so,g' \
		-e 's, at uvch264@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstuvch264.so,g' \
		-e 's, at bluez@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstbluez.so,g' \
		-e 's, at sbc@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstsbc.so,g' \
		-e 's, at waylandsink@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstwaylandsink.so,g' \
		-e 's, at kms@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstkms.so,g' \
		-e 's, at vulkan@,debian/tmp/usr/lib/x86_64-linux-gnux32/gstreamer-1.0/libgstvulkan.so,g' \
		-e 's/@GST_ABI@/1.0/g' \
		debian/gstreamer-$p.install \
		> debian/gstreamer1.0-$p.install; \
done
for f in plugins-bad-doc.install ; do \
	sed 's/@GST_ABI@/1.0/g' debian/gstreamer-$f \
		> debian/gstreamer1.0-$f; \
done
sed -e 's/@GST_ABI@/1.0/g' -e 's, at wayland@,debian/tmp/usr/lib/x86_64-linux-gnux32/libgstwayland-1.0.so.*,g' \
		debian/libgstreamer-plugins-bad.install \
		> debian/libgstreamer-plugins-bad1.0-0.install
sed -e 's/@GST_ABI@/1.0/g' \
		debian/libgstreamer-opencv.install \
		> debian/libgstreamer-opencv1.0-0.install
sed 's/@GST_ABI@/1.0/g' debian/libgstreamer-plugins-bad-dev.install \
		> debian/libgstreamer-plugins-bad1.0-dev.install
cp debian/gir1.2-gst-plugins-bad.install \
		debian/gir1.2-gst-plugins-bad-1.0.install
set -e;   mv ./config.guess ./config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./config.guess;
set -e;   mv ./config.sub ./config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./config.sub;
dh_autoreconf --as-needed
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/Makevars.template
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: Remember to add 'LT_INIT' to configure.ac.
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:71: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
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.
configure.ac:54: installing './compile'
configure.ac:11: installing './missing'
ext/aom/Makefile.am: installing './depcomp'
tests/check/Makefile.am:582: warning: variable 'elements_msdk_SOURCES' is defined but no program or
tests/check/Makefile.am:582: library has 'elements_msdk' as canonical name (possible typo)
tests/check/Makefile.am:581: warning: variable 'elements_msdk_LDADD' is defined but no program or
tests/check/Makefile.am:581: library has 'elements_msdk' as canonical name (possible typo)
patching file ./ltmain.sh
touch debian/stamp-autotools-files
chmod a+x /tmp/buildd/gst-plugins-bad1.0-1.14.0/./configure
mkdir -p .
cd . && CFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" CXXFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" /tmp/buildd/gst-plugins-bad1.0-1.14.0/./configure --build=x86_64-linux-gnux32 --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gst-plugins-bad1.0" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnux32 --disable-examples --enable-DEBUG --enable-debug --with-package-name="GStreamer Bad Plugins (Debian)" --with-package-origin="http://packages.qa.debian.org/gst-plugins-bad1.0" --disable-pvr --enable-gtk-doc
configure: WARNING: unrecognized options: --enable-DEBUG, --disable-pvr
checking build system type... x86_64-pc-linux-gnux32
checking host system type... x86_64-pc-linux-gnux32
checking target system type... x86_64-pc-linux-gnux32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1234' is supported by ustar format... yes
checking whether GID '1234' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 how to convert x86_64-pc-linux-gnux32 file names to x86_64-pc-linux-gnux32 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnux32 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... no
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 a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
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 elf32_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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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 elf32_x86_64
checking if the linker (/usr/bin/ld -m elf32_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
DOMAIN = gst-plugins-bad-1.0
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 Bad Plugins (Debian) as package name
configure: Using http://packages.qa.debian.org/gst-plugins-bad1.0 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: not building experimental plug-ins
configure: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig
checking whether byte ordering is bigendian... no
checking whether byte ordering is bigendian... (cached) no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 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 whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
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++... none
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf32_x86_64
checking if the linker (/usr/bin/ld -m elf32_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf32_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 elf32_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 for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... none
checking for working do while(0) macros... yes
checking for valgrind... no
checking for gobject-introspection... yes
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking for GTKDOC_DEPS... yes
checking whether to build gtk-doc documentation... yes
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking whether to build plugin documentation... yes
checking for cos in -lm... 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 whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for gmtime_r... yes
checking for pipe2... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for socket... yes
checking for gethostbyname... yes
checking for GLIB... yes
checking for glib-genmarshal... glib-genmarshal (from pkg-config path)
checking for glib-mkenums... glib-mkenums
checking for GIO... yes
checking for GMODULE_NO_EXPORT... yes
checking for GST... yes
configure: using GStreamer tools in /usr/bin
configure: using GStreamer plug-ins in /usr/lib/x86_64-linux-gnux32/gstreamer-1.0
checking for GST_BASE... yes
checking for GST_CHECK... yes
checking for GST_CONTROLLER... yes
checking for GST_NET... yes
checking for GST_VIDEO... yes
checking for GST_AUDIO... yes
checking for GST_PBUTILS... yes
checking for GST_GL... yes
checking for GST_SDP... yes
checking GStreamer OpenGL window systems ...... gbm wayland x11
checking GStreamer OpenGL platforms ...... glx egl
checking GStreamer OpenGL apis ...... gl
checking for GST_PLUGINS_BASE... yes
configure: using GStreamer Base Plugins in /usr/lib/x86_64-linux-gnux32/gstreamer-1.0
checking whether this is an uninstalled GStreamer setup... no
checking for -Bsymbolic-functions linker flag... yes
checking for X11... yes
checking for EXIF... yes

configure: *** checking feature: iqa ***
configure: *** for plug-ins: iqa  ***
checking for DSSIM... no
configure: *** These plugins will not be built: iqa 
checking for ORC... yes
checking for usable orcc... /usr/bin/orcc
configure: Using /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 as the plugin install location
configure: Setting GST_PACKAGE_RELEASE_DATETIME to 2018-03-19
checking whether the GStreamer debugging system is enabled... yes
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 -Wformat-security... yes
checking to see if compiler understands -Wold-style-definition... 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 -Wformat-security -Wold-style-definition -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 -Wformat-nonliteral... yes
checking to see if c++ compiler understands -Wformat-security... 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 -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
configure: set ERROR_CXXFLAGS to 
checking to see if Objective C compiler understands ... no
checking to see if Objective C compiler understands -Wall... no
checking to see if Objective C compiler understands -Wmissing-declarations... no
checking to see if Objective C compiler understands -Wredundant-decls... no
checking to see if Objective C compiler understands -Wwrite-strings... no
checking to see if Objective C compiler understands -Wformat-nonliteral... no
checking to see if Objective C compiler understands -Wformat-security... no
checking to see if Objective C compiler understands -Winit-self... no
checking to see if Objective C compiler understands -Wmissing-include-dirs... no
checking to see if Objective C compiler understands -Wno-multichar... no
configure: unsupported compiler flags:  -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Wno-multichar
configure: set WARNING_OBJCFLAGS to 
configure: set ERROR_OBJCFLAGS 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 AVFoundation/AVFoundation.h... no
checking for MobileCoreServices/MobileCoreServices.h... no
checking for VideoToolbox/VideoToolbox.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for XCB... yes
checking for VULKAN_WAYLAND... yes

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

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

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

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

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

configure: *** checking feature: Android Media ***
configure: *** for plug-ins: androidmedia ***
configure: *** These plugins will not be built: androidmedia

configure: *** checking feature: Apple video ***
configure: *** for plug-ins: applemedia ***
checking SystemConfiguration/SystemConfiguration.h usability... no
checking SystemConfiguration/SystemConfiguration.h presence... no
checking for SystemConfiguration/SystemConfiguration.h... no
checking for VideoToolbox/VideoToolbox.h... (cached) no
configure: *** These plugins will not be built: applemedia

configure: *** checking feature: Bluez ***
configure: *** for plug-ins: bluez ***
checking for BLUEZ5... yes
checking for GIO_UNIX... yes
checking for gdbus-codegen... gdbus-codegen
configure: *** These plugins will be built: bluez

configure: *** checking feature: AVC Video Services ***
configure: *** for plug-ins: avcsrc ***
configure: *** These plugins will not be built: avcsrc

configure: *** checking feature: POSIX shared memory source and sink ***
configure: *** for plug-ins: shm ***
checking for shm_open in -lrt... yes
checking whether MSG_NOSIGNAL is declared... yes
configure: *** These plugins will be built: shm

configure: *** checking feature: Unix sockets ***
configure: *** for plug-ins: ipcpipeline ***
checking for pipe... yes
checking for socketpair... yes
configure: *** These plugins will be built: ipcpipeline

configure: *** checking feature: Video CD ***
configure: *** for plug-ins: vcdsrc ***
checking linux/cdrom.h usability... yes
checking linux/cdrom.h presence... yes
checking for linux/cdrom.h... yes
configure: *** These plugins will be built: vcdsrc

configure: *** checking feature: OpenSL ES ***
configure: *** for plug-ins: opensl ***
checking SLES/OpenSLES.h usability... no
checking SLES/OpenSLES.h presence... no
checking for SLES/OpenSLES.h... no
configure: *** These plugins will not be built: opensl

configure: *** checking feature: UVC H264 ***
configure: *** for plug-ins: uvch264 ***
checking linux/uvcvideo.h usability... yes
checking linux/uvcvideo.h presence... yes
checking for linux/uvcvideo.h... yes
checking for G_UDEV... yes
checking for LIBUSB... yes
configure: *** These plugins will be built: uvch264

configure: *** checking feature: NVIDIA CUDA API ***
checking for CUDA... no
checking for CUDA... no
checking for CUDA... no
checking for CUDA... no
configure: WARNING: Could not find cuda headers/libraries
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
configure: WARNING: Could not find cuda.h
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
configure: WARNING: Could not find cuda_runtime_api.h
checking for cudaGetErrorString in -lcudart... no
configure: WARNING: Could not find cudart library
checking for cuInit in -lcuda... no
configure: WARNING: Could not find cuda library

configure: *** checking feature: nvdec ***
configure: *** for plug-ins: nvdec ***
checking nvcuvid.h usability... no
checking nvcuvid.h presence... no
checking for nvcuvid.h... no
configure: WARNING: Could not find nvcuvid.h
checking for cuvidCtxLock in -lnvcuvid... no
configure: WARNING: Could not find library nvcuvid
configure: *** These plugins will not be built: nvdec

configure: *** checking feature: NVIDIA Encode API ***
configure: *** for plug-ins: nvenc ***
checking nvEncodeAPI.h usability... no
checking nvEncodeAPI.h presence... no
checking for nvEncodeAPI.h... no
configure: WARNING: Could not find nvEncodeAPI.h
checking for NvEncodeAPICreateInstance in -lnvidia-encode... no
configure: WARNING: Could not find library nvidia-encode
configure: *** These plugins will not be built: nvenc

configure: *** checking feature: tinyalsa ***
configure: *** for plug-ins: tinyalsa ***
checking tinyalsa/asoundlib.h usability... no
checking tinyalsa/asoundlib.h presence... no
checking for tinyalsa/asoundlib.h... no
configure: *** These plugins will not be built: tinyalsa

configure: *** checking feature: Intel MediaSDK ***
configure: *** for plug-ins: msdk ***
checking for G_UDEV... yes
checking for LIBMFX... no
checking mfxdefs.h usability... no
checking mfxdefs.h presence... no
checking for mfxdefs.h... no
checking for MFXInit in -lmfx... no
checking for LIBVA_DRM... no
configure: *** These plugins will not be built: msdk

configure: *** checking feature: ASS/SSA renderer ***
configure: *** for plug-ins: assrender ***
checking for ASSRENDER... yes
configure: *** These plugins will be built: assrender

configure: *** checking feature: AV1 encoder/decoder ***
configure: *** for plug-ins: aom ***
checking for AOM... no
configure: No package 'aom' found
configure: *** These plugins will not be built: aom

configure: *** checking feature: vo-amrwbenc library ***
configure: *** for plug-ins: vo-amrwbenc ***
checking for VOAMRWBENC... yes
configure: *** These plugins will be built: vo-amrwbenc

configure: *** checking feature: vo-aacenc library ***
configure: *** for plug-ins: vo-aacenc ***
checking for VOAACENC... yes
configure: *** These plugins will be built: vo-aacenc

configure: *** checking feature: bs2b ***
configure: *** for plug-ins: bs2b ***
checking for BS2B... yes
configure: *** These plugins will be built: bs2b

configure: *** checking feature: bz2 library ***
configure: *** for plug-ins: bz2 ***
checking for BZ2_bzlibVersion in -lbz2... yes
configure: *** These plugins will be built: bz2

configure: *** checking feature: chromaprint ***
configure: *** for plug-ins: chromaprint ***
checking for CHROMAPRINT... yes
configure: *** These plugins will be built: chromaprint

configure: *** checking feature: Curl plugin ***
configure: *** for plug-ins: curl ***
checking for CURL... yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/types.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for netinet/ip.h... yes
checking for socket support needed by curlsink... yes
checking for SSH2... no
configure: *** These plugins will be built: curl

configure: *** checking feature: DASH plug-in ***
configure: *** for plug-ins: dash ***
checking for LIBXML2... yes
configure: *** These plugins will be built: dash

configure: *** checking feature: libdc1394 ***
configure: *** for plug-ins: dc1394 ***
checking for LIBDC1394... yes
configure: *** These plugins will be built: dc1394

configure: *** checking feature: decklink ***
configure: *** for plug-ins: decklink ***
checking for dlopen in -ldl... (cached) yes
configure: *** These plugins will be built: decklink

configure: *** checking feature: directfb ***
configure: *** for plug-ins: dfbvideosink  ***
checking for DIRECTFB... no
configure: *** These plugins will not be built: dfbvideosink 
checking for wayland-scanner... /usr/bin/wayland-scanner

configure: *** checking feature: wayland sink ***
configure: *** for plug-ins: wayland  ***
checking for WAYLAND... yes
configure: *** These plugins will be built: wayland 

configure: *** checking feature: WebP ***
configure: *** for plug-ins: webp  ***
checking for WEBP... yes
configure: *** These plugins will be built: webp 

configure: *** checking feature: daala ***
configure: *** for plug-ins: daala ***
configure: *** These plugins will not be built: daala

configure: *** checking feature: dts library ***
configure: *** for plug-ins: dtsdec ***
checking for dca_init in -ldca... yes
checking dca.h usability... yes
checking dca.h presence... yes
checking for dca.h... yes
configure: *** These plugins will be built: dtsdec

configure: *** checking feature: resindvd plugin ***
configure: *** for plug-ins: resindvd ***
checking for DVDNAV... yes
configure: *** These plugins will be built: resindvd

configure: *** checking feature: AAC encoder plug-in ***
configure: *** for plug-ins: faac ***
checking for faacEncOpen in -lfaac... no
configure: *** These plugins will not be built: faac

configure: *** checking feature: FAAD2 AAC decoder plug-in ***
configure: *** for plug-ins: faad ***
checking for NeAACDecOpen in -lfaad... yes
checking neaacdec.h usability... yes
checking neaacdec.h presence... yes
checking for neaacdec.h... yes
configure: *** These plugins will be built: faad

configure: *** checking feature: linux framebuffer ***
configure: *** for plug-ins: fbdevsink ***
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
configure: *** These plugins will be built: fbdevsink

configure: *** checking feature: fdkaac plugin ***
configure: *** for plug-ins: fdkaac ***
checking for FDK_AAC... no
checking for FDK_AAC... no
configure: *** These plugins will not be built: fdkaac

configure: *** checking feature: Flite plugin ***
configure: *** for plug-ins: flite ***
checking for flite_init in -lflite... yes
checking flite/flite.h usability... yes
checking flite/flite.h presence... yes
checking for flite/flite.h... yes
configure: *** These plugins will be built: flite

configure: *** checking feature: GSM library ***
configure: *** for plug-ins: gsmenc gsmdec ***
checking for gsm_create in -lgsm... yes
checking gsm.h usability... yes
checking gsm.h presence... yes
checking for gsm.h... yes
configure: *** These plugins will be built: gsmenc gsmdec

configure: *** checking feature: fluidsynth ***
configure: *** for plug-ins: fluidsynth ***
checking for FLUIDSYNTH... yes
configure: *** These plugins will be built: fluidsynth

configure: *** checking feature: Kate ***
configure: *** for plug-ins: kate ***
checking for KATE... yes
checking for TIGER... no
configure: *** These plugins will be built: kate

configure: *** checking feature: drm/kms libraries ***
configure: *** for plug-ins: kms ***
checking for GST_ALLOCATORS... yes
checking for KMS_DRM... yes
configure: *** These plugins will be built: kms

configure: *** checking feature: ladspa ***
configure: *** for plug-ins: ladspa ***
checking ladspa.h usability... yes
checking ladspa.h presence... yes
checking for ladspa.h... yes
checking for LRDF... no
configure: *** These plugins will be built: ladspa

configure: *** checking feature: LCMS colormanagement plugin ***
configure: *** for plug-ins: lcms2 ***
checking for LCMS2... yes
configure: *** These plugins will be built: lcms2

configure: *** checking feature: lv2 ***
configure: *** for plug-ins: lv2 ***
checking for LILV... yes
configure: *** These plugins will be built: lv2

configure: *** checking feature: libde265 HEVC/H.265 decoder ***
configure: *** for plug-ins: libde265 ***
checking for LIBDE265... yes
configure: *** These plugins will be built: libde265

configure: *** checking feature: mms protocol library ***
configure: *** for plug-ins: libmms ***
checking for LIBMMS... yes
configure: *** These plugins will be built: libmms

configure: *** checking feature: srt library ***
configure: *** for plug-ins: srt ***
checking for SRT... no
configure: *** These plugins will not be built: srt

configure: *** checking feature: srtp library ***
configure: *** for plug-ins: srtp ***
checking for SRTP... yes
configure: *** These plugins will be built: srtp

configure: *** checking feature: DTLS plugin ***
configure: *** for plug-ins: dtls ***
checking for DTLS... yes
configure: *** These plugins will be built: dtls

configure: *** checking feature: TTML plugin ***
configure: *** for plug-ins: ttml ***
checking for TTML... yes
configure: *** These plugins will be built: ttml

configure: *** checking feature: modplug ***
configure: *** for plug-ins: modplug ***
checking for MODPLUG... yes
configure: *** These plugins will be built: modplug


configure: *** checking feature: mpeg2enc ***
configure: *** for plug-ins: mpeg2enc ***
checking for MPEG2ENC... yes
checking mpeg2encoder.hh usability... yes
checking mpeg2encoder.hh presence... yes
checking for mpeg2encoder.hh... yes
checking for valid mpeg2enc objects... yes
checking mpeg2syntaxcodes.h usability... yes
checking mpeg2syntaxcodes.h presence... yes
checking for mpeg2syntaxcodes.h... yes
configure: *** These plugins will be built: mpeg2enc

configure: *** checking feature: mplex ***
configure: *** for plug-ins: mplex ***
checking for MPLEX... yes
checking interact.hpp usability... yes
checking interact.hpp presence... yes
checking for interact.hpp... yes
checking for valid mplex objects... yes
configure: *** These plugins will be built: mplex

configure: *** checking feature: musepackdec ***
configure: *** for plug-ins: musepack ***
checking mpc/mpcdec.h usability... yes
checking mpc/mpcdec.h presence... yes
checking for mpc/mpcdec.h... yes
configure: *** These plugins will be built: musepack

configure: *** checking feature: neon http client plugins ***
configure: *** for plug-ins: neonhttpsrc ***
checking for NEON... no
configure: *** These plugins will not be built: neonhttpsrc

configure: *** checking feature: ofa plugins ***
configure: *** for plug-ins: ofa ***
checking for OFA... yes
configure: *** These plugins will be built: ofa

configure: *** checking feature: OpenAL plugin ***
configure: *** for plug-ins: openal ***
checking for OPENAL... yes
configure: *** These plugins will be built: openal

configure: *** checking feature: opencv plugins ***
configure: *** for plug-ins: opencv ***
checking for OPENCV... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) none
checking opencv2/core/core_c.h usability... yes
checking opencv2/core/core_c.h presence... yes
checking for opencv2/core/core_c.h... yes
checking opencv2/core/version.hpp usability... yes
checking opencv2/core/version.hpp presence... yes
checking for opencv2/core/version.hpp... yes
checking opencv2/highgui/highgui_c.h usability... yes
checking opencv2/highgui/highgui_c.h presence... yes
checking for opencv2/highgui/highgui_c.h... yes
checking opencv2/imgproc/imgproc.hpp usability... yes
checking opencv2/imgproc/imgproc.hpp presence... yes
checking for opencv2/imgproc/imgproc.hpp... yes
checking opencv2/imgproc/imgproc_c.h usability... yes
checking opencv2/imgproc/imgproc_c.h presence... yes
checking for opencv2/imgproc/imgproc_c.h... yes
checking opencv2/objdetect/objdetect.hpp usability... yes
checking opencv2/objdetect/objdetect.hpp presence... yes
checking for opencv2/objdetect/objdetect.hpp... yes
checking opencv2/video/background_segm.hpp usability... yes
checking opencv2/video/background_segm.hpp presence... yes
checking for opencv2/video/background_segm.hpp... yes
checking for OPENCV_3... yes
checking opencv2/bgsegm.hpp usability... yes
checking opencv2/bgsegm.hpp presence... yes
checking for opencv2/bgsegm.hpp... yes
configure: *** These plugins will be built: opencv

configure: *** checking feature: openexr library ***
configure: *** for plug-ins: openexr ***
checking for OPENEXR... yes
configure: *** These plugins will be built: openexr

configure: *** checking feature: openh264 library ***
configure: *** for plug-ins: openh264 ***
checking for OPENH264... no
configure: No package 'openh264' found
configure: *** These plugins will not be built: openh264

configure: *** checking feature: openjpeg library ***
configure: *** for plug-ins: openjpeg ***
checking for OPENJPEG... yes
configure: *** These plugins will be built: openjpeg

configure: *** checking feature: openmpt ***
configure: *** for plug-ins: openmpt ***
checking for OPENMPT... yes
configure: *** These plugins will be built: openmpt

configure: *** checking feature: openni2 library ***
configure: *** for plug-ins: openni2 ***
checking for OPENNI2... no
configure: *** These plugins will not be built: openni2

configure: *** checking feature: opus ***
configure: *** for plug-ins: opus ***
checking for OPUS... yes
configure: *** These plugins will be built: opus

configure: *** checking feature: rsvg decoder ***
configure: *** for plug-ins: rsvg ***
checking for RSVG... yes
configure: *** These plugins will be built: rsvg

configure: *** checking feature: gl elements ***
configure: *** for plug-ins: gl ***
configure: *** These plugins will be built: gl

configure: *** checking feature: Vulkan elements ***
configure: *** for plug-ins: vulkan ***
checking vulkan/vulkan.h usability... yes
checking vulkan/vulkan.h presence... yes
checking for vulkan/vulkan.h... yes
checking for vkCreateDevice in -lvulkan... yes
configure: *** These plugins will be built: vulkan

configure: *** checking feature: Teletext decoder ***
configure: *** for plug-ins: teletextdec ***
checking for TELETEXTDEC... yes
configure: *** These plugins will be built: teletextdec

configure: *** checking feature: wildmidi midi soft synth plugin ***
configure: *** for plug-ins: wildmidi ***
checking for WildMidi_Init in -lWildMidi... yes
checking wildmidi_lib.h usability... yes
checking wildmidi_lib.h presence... yes
checking for wildmidi_lib.h... yes
checking for wildmidi >= 4.0... yes
configure: *** These plugins will be built: wildmidi

configure: *** checking feature: Smooth Streaming plug-in ***
configure: *** for plug-ins: smoothstreaming ***
checking for LIBXML2... yes
configure: *** These plugins will be built: smoothstreaming

configure: *** checking feature: sndfile plug-in ***
configure: *** for plug-ins: sfdec sfenc ***
checking for SNDFILE... yes
configure: *** These plugins will be built: sfdec sfenc

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

configure: *** checking feature: spc decoder ***
configure: *** for plug-ins: spc ***
checking openspc.h usability... no
checking openspc.h presence... no
checking for openspc.h... no
configure: *** These plugins will not be built: spc

configure: *** checking feature: gme decoder ***
configure: *** for plug-ins: gme ***
checking gme/gme.h usability... yes
checking gme/gme.h presence... yes
checking for gme/gme.h... yes
checking for gme_new_emu in -lgme... yes
checking for gme_enable_accuracy in -lgme... yes
configure: *** These plugins will be built: gme

configure: *** checking feature: DVB Source ***
configure: *** for plug-ins: dvb ***
checking Checking for up to date dvb installation... checking linux/dvb/version.h usability... yes
checking linux/dvb/version.h presence... yes
checking for linux/dvb/version.h... yes
checking for up-to-date dvb API... yes
configure: *** These plugins will be built: dvb

configure: *** checking feature: Windows ACM library ***
configure: *** for plug-ins: acm ***
checking Checking for ACM support... checking for windows.h... no
checking for msacm.h... no
configure: *** These plugins will not be built: acm

configure: *** checking feature: VDPAU ***
configure: *** for plug-ins: vdpau ***
checking for VDPAU... no
checking vdpau/vdpau.h usability... no
checking vdpau/vdpau.h presence... no
checking for vdpau/vdpau.h... no
configure: VDPAU header not in standard path. Checking /usr/include/nvidia
checking vdpau/vdpau.h usability... no
checking vdpau/vdpau.h presence... no
checking for vdpau/vdpau.h... no
checking vdpau/vdpau_x11.h usability... no
checking vdpau/vdpau_x11.h presence... no
checking for vdpau/vdpau_x11.h... no
configure: *** These plugins will not be built: vdpau

configure: *** checking feature: SBC bluetooth audio codec ***
configure: *** for plug-ins: sbc ***
checking for SBC... yes
configure: *** These plugins will be built: sbc

configure: *** checking feature: ZBar barcode detector ***
configure: *** for plug-ins: zbar ***
checking for ZBAR... yes
configure: *** These plugins will be built: zbar

configure: *** checking feature: rtmp library ***
configure: *** for plug-ins: rtmp ***
checking for RTMP... yes
configure: *** These plugins will be built: rtmp

configure: *** checking feature: Spandsp ***
configure: *** for plug-ins: spandsp ***
checking for SPANDSP... yes
configure: *** These plugins will be built: spandsp

configure: *** checking feature: http live streaming plugin ***
configure: *** for plug-ins: hls ***
checking for NETTLE... yes
configure: *** These plugins will be built: hls

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

configure: *** checking feature: WebRTC Audio Processing ***
configure: *** for plug-ins: webrtcdsp ***
checking for WEBRTCDSP... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
configure: *** These plugins will be built: webrtcdsp

configure: *** checking feature: WebRTC ***
configure: *** for plug-ins: webrtc ***
checking for NICE... yes
configure: *** These plugins will be built: webrtc
checking to see if compiler understands -fvisibility=hidden... yes
checking to see if c++ compiler understands -fvisibility=hidden... yes
checking to see if compiler understands -fno-strict-aliasing... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating common/Makefile
config.status: creating common/m4/Makefile
config.status: creating gst/Makefile
config.status: creating gst/accurip/Makefile
config.status: creating gst/adpcmdec/Makefile
config.status: creating gst/adpcmenc/Makefile
config.status: creating gst/aiff/Makefile
config.status: creating gst/videoframe_audiolevel/Makefile
config.status: creating gst/asfmux/Makefile
config.status: creating gst/audiobuffersplit/Makefile
config.status: creating gst/audiofxbad/Makefile
config.status: creating gst/audiolatency/Makefile
config.status: creating gst/audiomixmatrix/Makefile
config.status: creating gst/audiovisualizers/Makefile
config.status: creating gst/autoconvert/Makefile
config.status: creating gst/bayer/Makefile
config.status: creating gst/camerabin2/Makefile
config.status: creating gst/coloreffects/Makefile
config.status: creating gst/debugutils/Makefile
config.status: creating gst/dvbsuboverlay/Makefile
config.status: creating gst/dvdspu/Makefile
config.status: creating gst/faceoverlay/Makefile
config.status: creating gst/festival/Makefile
config.status: creating gst/fieldanalysis/Makefile
config.status: creating gst/freeverb/Makefile
config.status: creating gst/frei0r/Makefile
config.status: creating gst/gaudieffects/Makefile
config.status: creating gst/geometrictransform/Makefile
config.status: creating gst/gdp/Makefile
config.status: creating gst/id3tag/Makefile
config.status: creating gst/inter/Makefile
config.status: creating gst/interlace/Makefile
config.status: creating gst/ivfparse/Makefile
config.status: creating gst/ivtc/Makefile
config.status: creating gst/jp2kdecimator/Makefile
config.status: creating gst/jpegformat/Makefile
config.status: creating gst/librfb/Makefile
config.status: creating gst/midi/Makefile
config.status: creating gst/mpegdemux/Makefile
config.status: creating gst/mpegtsdemux/Makefile
config.status: creating gst/mpegtsmux/Makefile
config.status: creating gst/mpegtsmux/tsmux/Makefile
config.status: creating gst/mpegpsmux/Makefile
config.status: creating gst/mxf/Makefile
config.status: creating gst/netsim/Makefile
config.status: creating gst/onvif/Makefile
config.status: creating gst/pcapparse/Makefile
config.status: creating gst/pnm/Makefile
config.status: creating gst/proxy/Makefile
config.status: creating gst/rawparse/Makefile
config.status: creating gst/removesilence/Makefile
config.status: creating gst/sdp/Makefile
config.status: creating gst/segmentclip/Makefile
config.status: creating gst/siren/Makefile
config.status: creating gst/smooth/Makefile
config.status: creating gst/speed/Makefile
config.status: creating gst/subenc/Makefile
config.status: creating gst/stereo/Makefile
config.status: creating gst/timecode/Makefile
config.status: creating gst/videofilters/Makefile
config.status: creating gst/videoparsers/Makefile
config.status: creating gst/videosignal/Makefile
config.status: creating gst/vmnc/Makefile
config.status: creating gst/y4m/Makefile
config.status: creating gst/yadif/Makefile
config.status: creating gst/compositor/Makefile
config.status: creating gst-libs/Makefile
config.status: creating gst-libs/gst/Makefile
config.status: creating gst-libs/gst/adaptivedemux/Makefile
config.status: creating gst-libs/gst/basecamerabinsrc/Makefile
config.status: creating gst-libs/gst/insertbin/Makefile
config.status: creating gst-libs/gst/interfaces/Makefile
config.status: creating gst-libs/gst/isoff/Makefile
config.status: creating gst-libs/gst/codecparsers/Makefile
config.status: creating gst-libs/gst/mpegts/Makefile
config.status: creating gst-libs/gst/uridownloader/Makefile
config.status: creating gst-libs/gst/wayland/Makefile
config.status: creating gst-libs/gst/webrtc/Makefile
config.status: creating gst-libs/gst/player/Makefile
config.status: creating gst-libs/gst/video/Makefile
config.status: creating gst-libs/gst/audio/Makefile
config.status: creating gst-libs/gst/opencv/Makefile
config.status: creating sys/Makefile
config.status: creating sys/dshowdecwrapper/Makefile
config.status: creating sys/acmenc/Makefile
config.status: creating sys/acmmp3dec/Makefile
config.status: creating sys/androidmedia/Makefile
config.status: creating sys/applemedia/Makefile
config.status: creating sys/bluez/Makefile
config.status: creating sys/d3dvideosink/Makefile
config.status: creating sys/decklink/Makefile
config.status: creating sys/directsound/Makefile
config.status: creating sys/dshowsrcwrapper/Makefile
config.status: creating sys/dshowvideosink/Makefile
config.status: creating sys/dvb/Makefile
config.status: creating sys/fbdev/Makefile
config.status: creating sys/ipcpipeline/Makefile
config.status: creating sys/kms/Makefile
config.status: creating sys/msdk/Makefile
config.status: creating sys/nvdec/Makefile
config.status: creating sys/nvenc/Makefile
config.status: creating sys/opensles/Makefile
config.status: creating sys/shm/Makefile
config.status: creating sys/tinyalsa/Makefile
config.status: creating sys/uvch264/Makefile
config.status: creating sys/vcd/Makefile
config.status: creating sys/vdpau/Makefile
config.status: creating sys/wasapi/Makefile
config.status: creating sys/winks/Makefile
config.status: creating sys/winscreencap/Makefile
config.status: creating tests/Makefile
config.status: creating tests/check/Makefile
config.status: creating tests/files/Makefile
config.status: creating tests/examples/Makefile
config.status: creating tests/examples/avsamplesink/Makefile
config.status: creating tests/examples/camerabin2/Makefile
config.status: creating tests/examples/codecparsers/Makefile
config.status: creating tests/examples/compositor/Makefile
config.status: creating tests/examples/directfb/Makefile
config.status: creating tests/examples/audiomixmatrix/Makefile
config.status: creating tests/examples/ipcpipeline/Makefile
config.status: creating tests/examples/mpegts/Makefile
config.status: creating tests/examples/mxf/Makefile
config.status: creating tests/examples/opencv/Makefile
config.status: creating tests/examples/uvch264/Makefile
config.status: creating tests/examples/waylandsink/Makefile
config.status: creating tests/examples/webrtc/Makefile
config.status: creating tests/icles/Makefile
config.status: creating ext/voamrwbenc/Makefile
config.status: creating ext/voaacenc/Makefile
config.status: creating ext/assrender/Makefile
config.status: creating ext/aom/Makefile
config.status: creating ext/bs2b/Makefile
config.status: creating ext/bz2/Makefile
config.status: creating ext/chromaprint/Makefile
config.status: creating ext/colormanagement/Makefile
config.status: creating ext/curl/Makefile
config.status: creating ext/dash/Makefile
config.status: creating ext/dc1394/Makefile
config.status: creating ext/directfb/Makefile
config.status: creating ext/wayland/Makefile
config.status: creating ext/daala/Makefile
config.status: creating ext/dts/Makefile
config.status: creating ext/faac/Makefile
config.status: creating ext/faad/Makefile
config.status: creating ext/fdkaac/Makefile
config.status: creating ext/flite/Makefile
config.status: creating ext/fluidsynth/Makefile
config.status: creating ext/gl/Makefile
config.status: creating ext/gsm/Makefile
config.status: creating ext/hls/Makefile
config.status: creating ext/iqa/Makefile
config.status: creating ext/kate/Makefile
config.status: creating ext/ladspa/Makefile
config.status: creating ext/lv2/Makefile
config.status: creating ext/libde265/Makefile
config.status: creating ext/libmms/Makefile
config.status: creating ext/Makefile
config.status: creating ext/modplug/Makefile
config.status: creating ext/mpeg2enc/Makefile
config.status: creating ext/mplex/Makefile
config.status: creating ext/musepack/Makefile
config.status: creating ext/neon/Makefile
config.status: creating ext/ofa/Makefile
config.status: creating ext/openal/Makefile
config.status: creating ext/opencv/Makefile
config.status: creating ext/openexr/Makefile
config.status: creating ext/openh264/Makefile
config.status: creating ext/openjpeg/Makefile
config.status: creating ext/openmpt/Makefile
config.status: creating ext/openni2/Makefile
config.status: creating ext/opus/Makefile
config.status: creating ext/rsvg/Makefile
config.status: creating ext/resindvd/Makefile
config.status: creating ext/rtmp/Makefile
config.status: creating ext/sbc/Makefile
config.status: creating ext/smoothstreaming/Makefile
config.status: creating ext/sndfile/Makefile
config.status: creating ext/soundtouch/Makefile
config.status: creating ext/spandsp/Makefile
config.status: creating ext/srt/Makefile
config.status: creating ext/srtp/Makefile
config.status: creating ext/teletextdec/Makefile
config.status: creating ext/gme/Makefile
config.status: creating ext/spc/Makefile
config.status: creating ext/wildmidi/Makefile
config.status: creating ext/vulkan/Makefile
config.status: creating ext/vulkan/xcb/Makefile
config.status: creating ext/vulkan/wayland/Makefile
config.status: creating ext/webp/Makefile
config.status: creating ext/x265/Makefile
config.status: creating ext/zbar/Makefile
config.status: creating ext/dtls/Makefile
config.status: creating ext/webrtc/Makefile
config.status: creating ext/webrtcdsp/Makefile
config.status: creating ext/ttml/Makefile
config.status: creating po/Makefile.in
config.status: creating docs/Makefile
config.status: creating docs/plugins/Makefile
config.status: creating docs/libs/Makefile
config.status: creating docs/version.entities
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gstreamer-plugins-bad.pc
config.status: creating pkgconfig/gstreamer-plugins-bad-uninstalled.pc
config.status: creating pkgconfig/gstreamer-codecparsers.pc
config.status: creating pkgconfig/gstreamer-codecparsers-uninstalled.pc
config.status: creating pkgconfig/gstreamer-insertbin.pc
config.status: creating pkgconfig/gstreamer-insertbin-uninstalled.pc
config.status: creating pkgconfig/gstreamer-mpegts.pc
config.status: creating pkgconfig/gstreamer-mpegts-uninstalled.pc
config.status: creating pkgconfig/gstreamer-player.pc
config.status: creating pkgconfig/gstreamer-player-uninstalled.pc
config.status: creating pkgconfig/gstreamer-wayland.pc
config.status: creating pkgconfig/gstreamer-wayland-uninstalled.pc
config.status: creating pkgconfig/gstreamer-webrtc.pc
config.status: creating pkgconfig/gstreamer-webrtc-uninstalled.pc
config.status: creating pkgconfig/gstreamer-bad-video.pc
config.status: creating pkgconfig/gstreamer-bad-video-uninstalled.pc
config.status: creating pkgconfig/gstreamer-bad-audio.pc
config.status: creating pkgconfig/gstreamer-bad-audio-uninstalled.pc
config.status: creating tools/Makefile
config.status: creating m4/Makefile
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_BAD__STDINT_H
config.status: executing ext/vulkan/vkconfig.h commands
config.status: ext/vulkan/vkconfig.h is unchanged
configure: WARNING: unrecognized options: --enable-DEBUG, --disable-pvr
configure: *** Plug-ins without external dependencies that will be built:
	accurip
	adpcmdec
	adpcmenc
	aiff
	asfmux
	audiobuffersplit
	audiofxbad
	audiolatency
	audiomixmatrix
	audiovisualizers
	autoconvert
	bayer
	camerabin2
	coloreffects
	compositor
	debugutils
	dvbsuboverlay
	dvdspu
	faceoverlay
	festival
	fieldanalysis
	freeverb
	frei0r
	gaudieffects
	gdp
	geometrictransform
	id3tag
	inter
	interlace
	ivfparse
	ivtc
	jp2kdecimator
	jpegformat
	librfb
	midi
	mpegdemux
	mpegpsmux
	mpegtsdemux
	mpegtsmux
	mxf
	netsim
	onvif
	pcapparse
	pnm
	proxy
	rawparse
	removesilence
	sdp
	segmentclip
	siren
	smooth
	speed
	stereo
	subenc
	timecode
	videofilters
	videoframe_audiolevel
	videoparsers
	videosignal
	vmnc
	y4m
	yadif

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

configure: *** Plug-ins that have NOT been ported:

configure: *** Plug-ins with dependencies that will be built:
	assrender
	bluez
	bs2b
	bz2
	chromaprint
	curl
	dash
	dc1394
	decklink
	dtls
	dtsdec
	dvb
	faad
	fbdevsink
	flite
	fluidsynth
	gl
	gme
	gsmenc gsmdec
	hls
	ipcpipeline
	kate
	kms
	ladspa
	lcms2
	libde265
	libmms
	lv2
	modplug
	mpeg2enc
	mplex
	musepack
	ofa
	openal
	opencv
	openexr
	openjpeg
	openmpt
	opus
	resindvd
	rsvg
	rtmp
	sbc
	sfdec sfenc
	shm
	smoothstreaming
	soundtouch
	spandsp
	srtp
	teletextdec
	ttml
	uvch264
	vcdsrc
	vo-aacenc
	vo-amrwbenc
	vulkan
	wayland 
	webp 
	webrtc
	webrtcdsp
	wildmidi
	x265
	zbar

configure: *** Plug-ins with dependencies that will NOT be built:
	acm
	androidmedia
	aom
	applemedia
	avcsrc
	daala
	dfbvideosink 
	direct3dsink
	directsoundsrc
	faac
	fdkaac
	iqa 
	msdk
	neonhttpsrc
	nvdec
	nvenc
	openh264
	openni2
	opensl
	spc
	srt
	tinyalsa
	vdpau
	wasapi
	winks
	winscreencap

configure: *** Orc acceleration enabled.

touch debian/stamp-autotools
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -j8 
make[1]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
/usr/bin/make  all-recursive
make[2]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
Making all in gst-libs
make[3]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs'
Making all in gst
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst'
/usr/bin/make -C interfaces
/usr/bin/make -C basecamerabinsrc
/usr/bin/make -C codecparsers
/usr/bin/make -C insertbin
/usr/bin/make -C uridownloader
/usr/bin/make -C mpegts
/usr/bin/make -C player
/usr/bin/make -C isoff
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/basecamerabinsrc'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.lo `test -f 'gstcamerabin-enum.c' || echo './'`gstcamerabin-enum.c
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers'
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinsertbin_1.0_la-gstinsertbin.lo `test -f 'gstinsertbin.c' || echo './'`gstinsertbin.c
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/uridownloader'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsturidownloader_1.0_la-gstfragment.lo `test -f 'gstfragment.c' || echo './'`gstfragment.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstmpegvideoparser.lo `test -f 'gstmpegvideoparser.c' || echo './'`gstmpegvideoparser.c
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
glib-mkenums \
--fhead "#include \"photography-enumtypes.h\"\n\n#include \"photography.h\"" \
--fprod "\n/* enumerations from \"@filename@\" */" \
--vhead "GType\n at enum_name@_get_type (void)\n{\n  static volatile gsize g_define_type_id__volatile = 0;\n  if (g_once_init_enter (&g_define_type_id__volatile)) {\n    static const G at Type@Value values[] = {"     \
--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail "      { 0, NULL, NULL }\n    };\n    GType g_define_type_id = g_ at type@_register_static (\"@EnumName@\", values);\n    g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n  }\n  return g_define_type_id__volatile;\n}\n" \
photography.h > photography-enumtypes.c
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer.lo `test -f 'gstplayer.c' || echo './'`gstplayer.c
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/isoff'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstisoff_1.0_la-gstisoff.lo `test -f 'gstisoff.c' || echo './'`gstisoff.c
glib-mkenums \
--fhead "#include \"gstmpegts-enumtypes.h\"\n\n#include \"gstmpegtssection.h\" \n#include \"gstmpegtsdescriptor.h\" \n#include \"gst-atsc-section.h\" \n#include \"gst-dvb-section.h\" \n#include \"gst-scte-section.h\" \n#include \"gst-dvb-descriptor.h\"" \
--fprod "\n/* enumerations from \"@filename@\" */" \
--vhead "GType\n at enum_name@_get_type (void)\n{\n  static volatile gsize g_define_type_id__volatile = 0;\n  if (g_once_init_enter (&g_define_type_id__volatile)) {\n    static const G at Type@Value values[] = {"     \
--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail "      { 0, NULL, NULL }\n    };\n    GType g_define_type_id = g_ at type@_register_static (\"@EnumName@\", values);\n    g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n  }\n  return g_define_type_id__volatile;\n}\n" \
gstmpegtssection.h gstmpegtsdescriptor.h gst-atsc-section.h gst-dvb-section.h gst-scte-section.h gst-dvb-descriptor.h > gstmpegts-enumtypes.c
glib-mkenums \
--fhead "#ifndef __GST_PHOTOGRAPHY_ENUM_TYPES_H__\n#define __GST_PHOTOGRAPHY_ENUM_TYPES_H__\n\n#include <gst/gst.h>\n#include <gst/interfaces/photography-prelude.h>\nG_BEGIN_DECLS\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n" \
--vhead "GST_PHOTOGRAPHY_API\nGType @enum_name at _get_type (void);\n#define GST_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n"         \
--ftail "G_END_DECLS\n\n#endif /* __GST_PHOTOGRAPHY_ENUM_TYPES_H__ */" \
photography.h > photography-enumtypes.h
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstinsertbin.c  -fPIC -DPIC -o .libs/libgstinsertbin_1.0_la-gstinsertbin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstisoff.c  -fPIC -DPIC -o .libs/libgstisoff_1.0_la-gstisoff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfragment.c  -fPIC -DPIC -o .libs/libgsturidownloader_1.0_la-gstfragment.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegvideoparser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpegvideoparser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcamerabin-enum.c  -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.o
glib-mkenums \
--fhead "#ifndef __GST_MPEGTS_ENUM_TYPES_H__\n#define __GST_MPEGTS_ENUM_TYPES_H__\n\n#include <gst/gst.h>\n#include <gst/mpegts/mpegts-prelude.h>\nG_BEGIN_DECLS\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n" \
--vhead "GST_MPEGTS_API\nGType @enum_name at _get_type (void);\n#define GST_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n"         \
--ftail "G_END_DECLS\n\n#endif /* __GST_MPEGTS_ENUM_TYPES_H__ */" \
gstmpegtssection.h gstmpegtsdescriptor.h gst-atsc-section.h gst-dvb-section.h gst-scte-section.h gst-dvb-descriptor.h > gstmpegts-enumtypes.h
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer.o
/usr/bin/make  all-am
make[6]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstphotography_1.0_la-photography.lo `test -f 'photography.c' || echo './'`photography.c
/usr/bin/make  all-am
make[6]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gstmpegtssection.lo `test -f 'gstmpegtssection.c' || echo './'`gstmpegtssection.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c photography.c  -fPIC -DPIC -o .libs/libgstphotography_1.0_la-photography.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo `test -f 'gstcamerabinpreview.c' || echo './'`gstcamerabinpreview.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsturidownloader_1.0_la-gsturidownloader.lo `test -f 'gsturidownloader.c' || echo './'`gsturidownloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegtssection.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegtssection.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcamerabinpreview.c  -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsturidownloader.c  -fPIC -DPIC -o .libs/libgsturidownloader_1.0_la-gsturidownloader.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstinsertbin-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstinsertbin_1.0_la-gstinsertbin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstphotography_1.0_la-photography-enumtypes.lo `test -f 'photography-enumtypes.c' || echo './'`photography-enumtypes.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.lo `test -f 'gstbasecamerasrc.c' || echo './'`gstbasecamerasrc.c
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstisoff-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstisoff_1.0_la-gstisoff.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c photography-enumtypes.c  -fPIC -DPIC -o .libs/libgstphotography_1.0_la-photography-enumtypes.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstinsertbin_1.0_la-gstinsertbin.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstinsertbin-1.0.so.0 -o .libs/libgstinsertbin-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstinsertbin-1.0.so.0" && ln -s "libgstinsertbin-1.0.so.0.1400.0" "libgstinsertbin-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstinsertbin-1.0.so" && ln -s "libgstinsertbin-1.0.so.0.1400.0" "libgstinsertbin-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstinsertbin-1.0.la" && ln -s "../libgstinsertbin-1.0.la" "libgstinsertbin-1.0.la" )
PKG_CONFIG_PATH="../../../pkgconfig"  GI_SCANNER_DISABLE_CACHE=yes\
	GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
	CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
	/usr/bin/g-ir-scanner -v --namespace GstInsertBin \
	--nsversion=1.0 \
	--identifier-prefix=Gst \
	--symbol-prefix=gst \
	--warn-all \
	--c-include "gst/insertbin/gstinsertbin.h" \
	-I../../../gst-libs \
	-I../../../gst-libs \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	--library=libgstinsertbin-1.0.la \
	--include=Gst-1.0 \
	--include=GstBase-1.0 \
	--libtool="../../../libtool" \
	--pkg gstreamer-1.0 \
	--pkg gstreamer-base-1.0 \
	--pkg-export gstreamer-insertbin-1.0 \
	--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
	-DGST_USE_UNSTABLE_API \
	--output GstInsertBin-1.0.gir \
	./gstinsertbin.h  \
	./gstinsertbin.c 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gstmpegtsdescriptor.lo `test -f 'gstmpegtsdescriptor.c' || echo './'`gstmpegtsdescriptor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstbasecamerasrc.c  -fPIC -DPIC -o .libs/libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgsturidownloader-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgsturidownloader_1.0_la-gstfragment.lo libgsturidownloader_1.0_la-gsturidownloader.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegtsdescriptor.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegtsdescriptor.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstphotography-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstphotography_1.0_la-photography.lo libgstphotography_1.0_la-photography-enumtypes.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstisoff_1.0_la-gstisoff.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstisoff-1.0.so.0 -o .libs/libgstisoff-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstisoff-1.0.so.0" && ln -s "libgstisoff-1.0.so.0.1400.0" "libgstisoff-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstisoff-1.0.so" && ln -s "libgstisoff-1.0.so.0.1400.0" "libgstisoff-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstisoff-1.0.la" && ln -s "../libgstisoff-1.0.la" "libgstisoff-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/isoff'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gsth264parser.lo `test -f 'gsth264parser.c' || echo './'`gsth264parser.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgsturidownloader_1.0_la-gstfragment.o .libs/libgsturidownloader_1.0_la-gsturidownloader.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgsturidownloader-1.0.so.0 -o .libs/libgsturidownloader-1.0.so.0.1400.0
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsth264parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gsth264parser.o
libtool: link: (cd ".libs" && rm -f "libgsturidownloader-1.0.so.0" && ln -s "libgsturidownloader-1.0.so.0.1400.0" "libgsturidownloader-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgsturidownloader-1.0.so" && ln -s "libgsturidownloader-1.0.so.0.1400.0" "libgsturidownloader-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgsturidownloader-1.0.la" && ln -s "../libgsturidownloader-1.0.la" "libgsturidownloader-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/uridownloader'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstvc1parser.lo `test -f 'gstvc1parser.c' || echo './'`gstvc1parser.c
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstbasecamerabinsrc-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.lo libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.lo libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.lo -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstphotography_1.0_la-photography.o .libs/libgstphotography_1.0_la-photography-enumtypes.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstphotography-1.0.so.0 -o .libs/libgstphotography-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstphotography-1.0.so.0" && ln -s "libgstphotography-1.0.so.0.1400.0" "libgstphotography-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstphotography-1.0.so" && ln -s "libgstphotography-1.0.so.0.1400.0" "libgstphotography-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstphotography-1.0.la" && ln -s "../libgstphotography-1.0.la" "libgstphotography-1.0.la" )
make[6]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
/usr/bin/make -C wayland
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/wayland'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/libdrm -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwayland_1.0_la-wayland.lo `test -f 'wayland.c' || echo './'`wayland.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvc1parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvc1parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/libdrm -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c wayland.c  -fPIC -DPIC -o .libs/libgstwayland_1.0_la-wayland.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstmpeg4parser.lo `test -f 'gstmpeg4parser.c' || echo './'`gstmpeg4parser.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabin-enum.o .libs/libgstbasecamerabinsrc_1.0_la-gstcamerabinpreview.o .libs/libgstbasecamerabinsrc_1.0_la-gstbasecamerasrc.o   -Wl,--as-needed -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstbasecamerabinsrc-1.0.so.0 -o .libs/libgstbasecamerabinsrc-1.0.so.0.1400.0
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gst-dvb-descriptor.lo `test -f 'gst-dvb-descriptor.c' || echo './'`gst-dvb-descriptor.c
libtool: link: (cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.so.0" && ln -s "libgstbasecamerabinsrc-1.0.so.0.1400.0" "libgstbasecamerabinsrc-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.so" && ln -s "libgstbasecamerabinsrc-1.0.so.0.1400.0" "libgstbasecamerabinsrc-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstbasecamerabinsrc-1.0.la" && ln -s "../libgstbasecamerabinsrc-1.0.la" "libgstbasecamerabinsrc-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/basecamerabinsrc'
/usr/bin/make -C opencv
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/opencv'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar   -g    -fvisibility=hidden -I/usr/include/opencv -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstopencv_1.0_la-gstopencvutils.lo `test -f 'gstopencvutils.cpp' || echo './'`gstopencvutils.cpp
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpeg4parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpeg4parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gst-dvb-descriptor.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-dvb-descriptor.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/libdrm -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstwayland-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstwayland_1.0_la-wayland.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwayland-client -ldrm -lgstvideo-1.0 
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/opencv -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstopencvutils.cpp  -fPIC -DPIC -o .libs/libgstopencv_1.0_la-gstopencvutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-signal-dispatcher.lo `test -f 'gstplayer-signal-dispatcher.c' || echo './'`gstplayer-signal-dispatcher.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstwayland_1.0_la-wayland.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lwayland-client -ldrm -lgstvideo-1.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstwayland-1.0.so.0 -o .libs/libgstwayland-1.0.so.0.1400.0
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-signal-dispatcher.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-signal-dispatcher.o
libtool: link: (cd ".libs" && rm -f "libgstwayland-1.0.so.0" && ln -s "libgstwayland-1.0.so.0.1400.0" "libgstwayland-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstwayland-1.0.so" && ln -s "libgstwayland-1.0.so.0.1400.0" "libgstwayland-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstwayland-1.0.la" && ln -s "../libgstwayland-1.0.la" "libgstwayland-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/wayland'
/bin/bash ../../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar   -g    -fvisibility=hidden -I/usr/include/opencv -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstopencv_1.0_la-gstopencvvideofilter.lo `test -f 'gstopencvvideofilter.cpp' || echo './'`gstopencvvideofilter.cpp
g-ir-scanner: link: ../../../libtool --mode=link --tag=CC gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin/tmp-introspectk6thpnot/GstInsertBin-1.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin/tmp-introspectk6thpnot/GstInsertBin-1.0.o -L. libgstinsertbin-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -g -fvisibility=hidden -I/usr/include/opencv -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstopencvvideofilter.cpp  -fPIC -DPIC -o .libs/libgstopencv_1.0_la-gstopencvvideofilter.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-video-renderer.lo `test -f 'gstplayer-video-renderer.c' || echo './'`gstplayer-video-renderer.c
libtool: link: gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin/tmp-introspectk6thpnot/.libs/GstInsertBin-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin/tmp-introspectk6thpnot/GstInsertBin-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -Wl,--export-dynamic  -L. ./.libs/libgstinsertbin-1.0.so -lgio-2.0 -lgmodule-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,--as-needed -pthread
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-video-renderer.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-video-renderer.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-media-info.lo `test -f 'gstplayer-media-info.c' || echo './'`gstplayer-media-info.c
PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-compiler \
	--includedir=. \
	--includedir=. \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	 GstInsertBin-1.0.gir -o GstInsertBin-1.0.typelib
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gst-dvb-section.lo `test -f 'gst-dvb-section.c' || echo './'`gst-dvb-section.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-media-info.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-media-info.o
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gst-atsc-section.lo `test -f 'gst-atsc-section.c' || echo './'`gst-atsc-section.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gst-dvb-section.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-dvb-section.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gst-atsc-section.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gst-atsc-section.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.lo `test -f 'gstplayer-g-main-context-signal-dispatcher.c' || echo './'`gstplayer-g-main-context-signal-dispatcher.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gsth265parser.lo `test -f 'gsth265parser.c' || echo './'`gsth265parser.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstvp8parser.lo `test -f 'gstvp8parser.c' || echo './'`gstvp8parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsth265parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gsth265parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvp8parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp8parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-g-main-context-signal-dispatcher.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstvp8rangedecoder.lo `test -f 'gstvp8rangedecoder.c' || echo './'`gstvp8rangedecoder.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegts_1.0_la-gstmpegts-enumtypes.lo `test -f 'gstmpegts-enumtypes.c' || echo './'`gstmpegts-enumtypes.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.lo `test -f 'gstplayer-video-overlay-video-renderer.c' || echo './'`gstplayer-video-overlay-video-renderer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvp8rangedecoder.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp8rangedecoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegts-enumtypes.c  -fPIC -DPIC -o .libs/libgstmpegts_1.0_la-gstmpegts-enumtypes.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstplayer_1.0_la-gstplayer-visualization.lo `test -f 'gstplayer-visualization.c' || echo './'`gstplayer-visualization.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-video-overlay-video-renderer.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplayer-visualization.c  -fPIC -DPIC -o .libs/libgstplayer_1.0_la-gstplayer-visualization.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-parserutils.lo `test -f 'parserutils.c' || echo './'`parserutils.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-nalutils.lo `test -f 'nalutils.c' || echo './'`nalutils.c
/bin/bash ../../../libtool  --tag=CXX   --mode=link g++ -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar   -g    -fvisibility=hidden -I/usr/include/opencv -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstopencv-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstopencv_1.0_la-gstopencvutils.lo libgstopencv_1.0_la-gstopencvvideofilter.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopencv_shape -lopencv_stitching -lopencv_superres -lopencv_videostab -lopencv_aruco -lopencv_bgsegm -lopencv_bioinspired -lopencv_ccalib -lopencv_datasets -lopencv_dpm -lopencv_face -lopencv_freetype -lopencv_fuzzy -lopencv_hdf -lopencv_line_descriptor -lopencv_optflow -lopencv_video -lopencv_plot -lopencv_reg -lopencv_saliency -lopencv_stereo -lopencv_structured_light -lopencv_phase_unwrapping -lopencv_rgbd -lopencv_viz -lopencv_surface_matching -lopencv_text -lopencv_ximgproc -lopencv_calib3d -lopencv_features2d -lopencv_flann -lopencv_xobjdetect -lopencv_objdetect -lopencv_ml -lopencv_xphoto -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_photo -lopencv_imgproc -lopencv_core -lgstvideo-1.0 
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmpegts-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstmpegts_1.0_la-gstmpegtssection.lo libgstmpegts_1.0_la-gstmpegtsdescriptor.lo libgstmpegts_1.0_la-gst-dvb-descriptor.lo libgstmpegts_1.0_la-gst-dvb-section.lo libgstmpegts_1.0_la-gst-atsc-section.lo libgstmpegts_1.0_la-gstmpegts-enumtypes.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-dboolhuff.lo `test -f 'dboolhuff.c' || echo './'`dboolhuff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c parserutils.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-parserutils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c nalutils.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-nalutils.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstplayer-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstplayer_1.0_la-gstplayer.lo libgstplayer_1.0_la-gstplayer-signal-dispatcher.lo libgstplayer_1.0_la-gstplayer-video-renderer.lo libgstplayer_1.0_la-gstplayer-media-info.lo libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.lo libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.lo libgstplayer_1.0_la-gstplayer-visualization.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dboolhuff.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-dboolhuff.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-vp8utils.lo `test -f 'vp8utils.c' || echo './'`vp8utils.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstjpegparser.lo `test -f 'gstjpegparser.c' || echo './'`gstjpegparser.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmpegts_1.0_la-gstmpegtssection.o .libs/libgstmpegts_1.0_la-gstmpegtsdescriptor.o .libs/libgstmpegts_1.0_la-gst-dvb-descriptor.o .libs/libgstmpegts_1.0_la-gst-dvb-section.o .libs/libgstmpegts_1.0_la-gst-atsc-section.o .libs/libgstmpegts_1.0_la-gstmpegts-enumtypes.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmpegts-1.0.so.0 -o .libs/libgstmpegts-1.0.so.0.1400.0
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstmpegvideometa.lo `test -f 'gstmpegvideometa.c' || echo './'`gstmpegvideometa.c
libtool: link: (cd ".libs" && rm -f "libgstmpegts-1.0.so.0" && ln -s "libgstmpegts-1.0.so.0.1400.0" "libgstmpegts-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstmpegts-1.0.so" && ln -s "libgstmpegts-1.0.so.0.1400.0" "libgstmpegts-1.0.so")
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c vp8utils.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-vp8utils.o
libtool: link: ( cd ".libs" && rm -f "libgstmpegts-1.0.la" && ln -s "../libgstmpegts-1.0.la" "libgstmpegts-1.0.la" )
PKG_CONFIG_PATH="../../../pkgconfig"  GI_SCANNER_DISABLE_CACHE=yes\
	GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
	CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
	/usr/bin/g-ir-scanner -v --namespace GstMpegts \
	--nsversion=1.0 \
	--identifier-prefix=GstMpegts \
	--symbol-prefix=gst_mpegts \
	--symbol-prefix=gst \
	--warn-all -v \
	--c-include "gst/mpegts/mpegts.h" \
	-I../../../gst-libs \
	-I../../../gst-libs \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-video-1.0` \
	--library=libgstmpegts-1.0.la \
	--include=Gst-1.0 \
	--libtool="../../../libtool" \
	--pkg gstreamer-1.0 \
	--pkg gstreamer-video-1.0 \
	--pkg-export gstreamer-mpegts-1.0 \
	--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
	-DGST_USE_UNSTABLE_API \
	--output GstMpegts-1.0.gir \
	./gstmpegtssection.h ./gst-atsc-section.h ./gst-dvb-section.h ./gst-scte-section.h ./gstmpegtsdescriptor.h ./gst-dvb-descriptor.h ./mpegts-prelude.h ./mpegts.h  \
	./gstmpegtssection.c ./gstmpegtsdescriptor.c ./gst-dvb-descriptor.c ./gst-dvb-section.c ./gst-atsc-section.c 
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstjpeg2000sampling.lo `test -f 'gstjpeg2000sampling.c' || echo './'`gstjpeg2000sampling.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstplayer_1.0_la-gstplayer.o .libs/libgstplayer_1.0_la-gstplayer-signal-dispatcher.o .libs/libgstplayer_1.0_la-gstplayer-video-renderer.o .libs/libgstplayer_1.0_la-gstplayer-media-info.o .libs/libgstplayer_1.0_la-gstplayer-g-main-context-signal-dispatcher.o .libs/libgstplayer_1.0_la-gstplayer-video-overlay-video-renderer.o .libs/libgstplayer_1.0_la-gstplayer-visualization.o   -Wl,--as-needed -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstplayer-1.0.so.0 -o .libs/libgstplayer-1.0.so.0.1400.0
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjpegparser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstjpegparser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegvideometa.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstmpegvideometa.o
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnux32/7/../../../x86_64-linux-gnux32/crti.o /usr/lib/gcc/x86_64-linux-gnux32/7/crtbeginS.o  .libs/libgstopencv_1.0_la-gstopencvutils.o .libs/libgstopencv_1.0_la-gstopencvvideofilter.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lopencv_shape -lopencv_stitching -lopencv_superres -lopencv_videostab -lopencv_aruco -lopencv_bgsegm -lopencv_bioinspired -lopencv_ccalib -lopencv_datasets -lopencv_dpm -lopencv_face -lopencv_freetype -lopencv_fuzzy -lopencv_hdf -lopencv_line_descriptor -lopencv_optflow -lopencv_video -lopencv_plot -lopencv_reg -lopencv_saliency -lopencv_stereo -lopencv_structured_light -lopencv_phase_unwrapping -lopencv_rgbd -lopencv_viz -lopencv_surface_matching -lopencv_text -lopencv_ximgproc -lopencv_calib3d -lopencv_features2d -lopencv_flann -lopencv_xobjdetect -lopencv_objdetect -lopencv_ml -lopencv_xphoto -lopencv_highgui -lopencv_videoio -lopencv_imgcodecs -lopencv_photo -lopencv_imgproc -lopencv_core -lgstvideo-1.0 -L/usr/lib/gcc/x86_64-linux-gnux32/7 -L/usr/lib/gcc/x86_64-linux-gnux32/7/../../../x86_64-linux-gnux32 -L/usr/lib/gcc/x86_64-linux-gnux32/7/../../../../lib -L/lib/x86_64-linux-gnux32 -L/lib/../lib -L/usr/lib/x86_64-linux-gnux32 -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnux32/7/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnux32/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnux32/7/../../../x86_64-linux-gnux32/crtn.o  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstopencv-1.0.so.0 -o .libs/libgstopencv-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstplayer-1.0.so.0" && ln -s "libgstplayer-1.0.so.0.1400.0" "libgstplayer-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstplayer-1.0.so" && ln -s "libgstplayer-1.0.so.0.1400.0" "libgstplayer-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstplayer-1.0.la" && ln -s "../libgstplayer-1.0.la" "libgstplayer-1.0.la" )
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \
	CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
	PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-scanner -v --namespace GstPlayer \
	--nsversion=1.0 \
	--warn-all \
	--strip-prefix=Gst \
	-I../../../gst-libs \
	-I../../../gst-libs \
	--c-include "gst/player/player.h" \
	--add-include-path=../../../gst-libs \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-video-1.0` \
	--library-path=../../../gst-libs \
	--library=libgstplayer-1.0.la \
	--include=Gst-1.0 \
	--include=GstVideo-1.0 \
	--libtool="/bin/bash ../../../libtool" \
	--pkg gstreamer-1.0 \
	--pkg gstreamer-audio-1.0 \
	--pkg gstreamer-video-1.0 \
	--pkg gstreamer-tag-1.0 \
	--pkg gstreamer-pbutils-1.0 \
	--pkg-export gstreamer-player-1.0 \
	--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
	--output GstPlayer-1.0.gir \
	./player.h ./player-prelude.h ./gstplayer.h ./gstplayer-types.h ./gstplayer-signal-dispatcher.h ./gstplayer-video-renderer.h ./gstplayer-media-info.h ./gstplayer-g-main-context-signal-dispatcher.h ./gstplayer-video-overlay-video-renderer.h ./gstplayer-visualization.h \
	./gstplayer.c ./gstplayer-signal-dispatcher.c ./gstplayer-video-renderer.c ./gstplayer-media-info.c ./gstplayer-g-main-context-signal-dispatcher.c ./gstplayer-video-overlay-video-renderer.c ./gstplayer-visualization.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjpeg2000sampling.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstjpeg2000sampling.o
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-gstvp9parser.lo `test -f 'gstvp9parser.c' || echo './'`gstvp9parser.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcodecparsers_1.0_la-vp9utils.lo `test -f 'vp9utils.c' || echo './'`vp9utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvp9parser.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-gstvp9parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c vp9utils.c  -fPIC -DPIC -o .libs/libgstcodecparsers_1.0_la-vp9utils.o
libtool: link: (cd ".libs" && rm -f "libgstopencv-1.0.so.0" && ln -s "libgstopencv-1.0.so.0.1400.0" "libgstopencv-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstopencv-1.0.so" && ln -s "libgstopencv-1.0.so.0.1400.0" "libgstopencv-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstopencv-1.0.la" && ln -s "../libgstopencv-1.0.la" "libgstopencv-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/opencv'
g-ir-scanner: link: ../../../libtool --mode=link --tag=CC gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/tmp-introspectytfuqfvc/GstMpegts-1.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/tmp-introspectytfuqfvc/GstMpegts-1.0.o -L. libgstmpegts-1.0.la -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dvp8_norm=gst_codecparsers_vp8_norm -Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode -Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstcodecparsers-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstcodecparsers_1.0_la-gstmpegvideoparser.lo libgstcodecparsers_1.0_la-gsth264parser.lo libgstcodecparsers_1.0_la-gstvc1parser.lo libgstcodecparsers_1.0_la-gstmpeg4parser.lo libgstcodecparsers_1.0_la-gsth265parser.lo libgstcodecparsers_1.0_la-gstvp8parser.lo libgstcodecparsers_1.0_la-gstvp8rangedecoder.lo libgstcodecparsers_1.0_la-parserutils.lo libgstcodecparsers_1.0_la-nalutils.lo libgstcodecparsers_1.0_la-dboolhuff.lo libgstcodecparsers_1.0_la-vp8utils.lo libgstcodecparsers_1.0_la-gstjpegparser.lo libgstcodecparsers_1.0_la-gstmpegvideometa.lo libgstcodecparsers_1.0_la-gstjpeg2000sampling.lo libgstcodecparsers_1.0_la-gstvp9parser.lo libgstcodecparsers_1.0_la-vp9utils.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
g-ir-scanner: link: /bin/bash ../../../libtool --mode=link --tag=CC gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player/tmp-introspectk31hui96/GstPlayer-1.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player/tmp-introspectk31hui96/GstPlayer-1.0.o -L. libgstplayer-1.0.la -L../../../gst-libs -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
libtool: link: gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/tmp-introspectytfuqfvc/.libs/GstMpegts-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/tmp-introspectytfuqfvc/GstMpegts-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -Wl,--export-dynamic  -L. ./.libs/libgstmpegts-1.0.so -lgio-2.0 -lgmodule-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,--as-needed -pthread
libtool: link: gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player/tmp-introspectk31hui96/.libs/GstPlayer-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player/tmp-introspectk31hui96/GstPlayer-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -Wl,--export-dynamic  -L. ./.libs/libgstplayer-1.0.so -L../../../gst-libs -lgio-2.0 -lgmodule-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -Wl,--as-needed -pthread
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstcodecparsers_1.0_la-gstmpegvideoparser.o .libs/libgstcodecparsers_1.0_la-gsth264parser.o .libs/libgstcodecparsers_1.0_la-gstvc1parser.o .libs/libgstcodecparsers_1.0_la-gstmpeg4parser.o .libs/libgstcodecparsers_1.0_la-gsth265parser.o .libs/libgstcodecparsers_1.0_la-gstvp8parser.o .libs/libgstcodecparsers_1.0_la-gstvp8rangedecoder.o .libs/libgstcodecparsers_1.0_la-parserutils.o .libs/libgstcodecparsers_1.0_la-nalutils.o .libs/libgstcodecparsers_1.0_la-dboolhuff.o .libs/libgstcodecparsers_1.0_la-vp8utils.o .libs/libgstcodecparsers_1.0_la-gstjpegparser.o .libs/libgstcodecparsers_1.0_la-gstmpegvideometa.o .libs/libgstcodecparsers_1.0_la-gstjpeg2000sampling.o .libs/libgstcodecparsers_1.0_la-gstvp9parser.o .libs/libgstcodecparsers_1.0_la-vp9utils.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstcodecparsers-1.0.so.0 -o .libs/libgstcodecparsers-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstcodecparsers-1.0.so.0" && ln -s "libgstcodecparsers-1.0.so.0.1400.0" "libgstcodecparsers-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstcodecparsers-1.0.so" && ln -s "libgstcodecparsers-1.0.so.0.1400.0" "libgstcodecparsers-1.0.so")
PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-compiler \
	--includedir=. \
	--includedir=. \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	 GstMpegts-1.0.gir -o GstMpegts-1.0.typelib
libtool: link: ( cd ".libs" && rm -f "libgstcodecparsers-1.0.la" && ln -s "../libgstcodecparsers-1.0.la" "libgstcodecparsers-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers'
PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-compiler \
	--includedir=./gst-libs \
	--includedir=./gst-libs \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-video-1.0` \
	 GstPlayer-1.0.gir -o GstPlayer-1.0.typelib
make[6]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player'
Making all in uridownloader
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/uridownloader'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/uridownloader'
Making all in adaptivedemux
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/adaptivedemux'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstadaptivedemux_1.0_la-gstadaptivedemux.lo `test -f 'gstadaptivedemux.c' || echo './'`gstadaptivedemux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstadaptivedemux.c  -fPIC -DPIC -o .libs/libgstadaptivedemux_1.0_la-gstadaptivedemux.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstadaptivedemux-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstadaptivedemux_1.0_la-gstadaptivedemux.lo ../../../gst-libs/gst/uridownloader/libgsturidownloader-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstadaptivedemux_1.0_la-gstadaptivedemux.o   -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/uridownloader/.libs -Wl,--as-needed ../../../gst-libs/gst/uridownloader/.libs/libgsturidownloader-1.0.so -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstadaptivedemux-1.0.so.0 -o .libs/libgstadaptivedemux-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstadaptivedemux-1.0.so.0" && ln -s "libgstadaptivedemux-1.0.so.0.1400.0" "libgstadaptivedemux-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstadaptivedemux-1.0.so" && ln -s "libgstadaptivedemux-1.0.so.0.1400.0" "libgstadaptivedemux-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstadaptivedemux-1.0.la" && ln -s "../libgstadaptivedemux-1.0.la" "libgstadaptivedemux-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/adaptivedemux'
Making all in interfaces
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
/usr/bin/make  all-am
make[6]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces'
Making all in basecamerabinsrc
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/basecamerabinsrc'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/basecamerabinsrc'
Making all in codecparsers
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers'
Making all in insertbin
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/insertbin'
Making all in mpegts
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
/usr/bin/make  all-am
make[6]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts'
Making all in video
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/video'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbadvideo_1.0_la-gstvideoaggregator.lo `test -f 'gstvideoaggregator.c' || echo './'`gstvideoaggregator.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideoaggregator.c  -fPIC -DPIC -o .libs/libgstbadvideo_1.0_la-gstvideoaggregator.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstbadvideo-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstbadvideo_1.0_la-gstvideoaggregator.lo  -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstbadvideo_1.0_la-gstvideoaggregator.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstbadvideo-1.0.so.0 -o .libs/libgstbadvideo-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstbadvideo-1.0.so.0" && ln -s "libgstbadvideo-1.0.so.0.1400.0" "libgstbadvideo-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstbadvideo-1.0.so" && ln -s "libgstbadvideo-1.0.so.0.1400.0" "libgstbadvideo-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstbadvideo-1.0.la" && ln -s "../libgstbadvideo-1.0.la" "libgstbadvideo-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/video'
Making all in audio
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/audio'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.lo `test -f 'gstnonstreamaudiodecoder.c' || echo './'`gstnonstreamaudiodecoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstnonstreamaudiodecoder.c  -fPIC -DPIC -o .libs/libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -DGST_USE_UNSTABLE_API -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstbadaudio-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.lo  -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstbadaudio_1.0_la-gstnonstreamaudiodecoder.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstbadaudio-1.0.so.0 -o .libs/libgstbadaudio-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstbadaudio-1.0.so.0" && ln -s "libgstbadaudio-1.0.so.0.1400.0" "libgstbadaudio-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstbadaudio-1.0.so" && ln -s "libgstbadaudio-1.0.so.0.1400.0" "libgstbadaudio-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstbadaudio-1.0.la" && ln -s "../libgstbadaudio-1.0.la" "libgstbadaudio-1.0.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/audio'
Making all in player
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/player'
Making all in isoff
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/isoff'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/isoff'
Making all in webrtc
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc'
glib-mkenums \
--fhead "#ifndef __GST_WEBRTC_ENUM_TYPES_H__\n#define __GST_WEBRTC_ENUM_TYPES_H__\n\n#include <gst/gst.h>\n\nG_BEGIN_DECLS\n" \
--fprod "\n/* enumerations from \"@filename@\" */\n" \
--vhead "GST_EXPORT\nGType @enum_name at _get_type (void);\n#define GST_TYPE_ at ENUMSHORT@ (@enum_name at _get_type())\n"         \
--ftail "G_END_DECLS\n\n#endif /* __GST_WEBRTC_ENUM_TYPES_H__ */" \
dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h > webrtc-enumtypes.h
glib-mkenums \
--fhead "#include \"webrtc-enumtypes.h\"\n\n#include \"dtlstransport.h\" \n#include \"icetransport.h\" \n#include \"rtptransceiver.h\" \n#include \"webrtc_fwd.h\"" \
--fprod "\n/* enumerations from \"@filename@\" */" \
--vhead "GType\n at enum_name@_get_type (void)\n{\n  static volatile gsize g_define_type_id__volatile = 0;\n  if (g_once_init_enter (&g_define_type_id__volatile)) {\n    static const G at Type@Value values[] = {"     \
--vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
--vtail "      { 0, NULL, NULL }\n    };\n    GType g_define_type_id = g_ at type@_register_static (\"@EnumName@\", values);\n    g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);\n  }\n  return g_define_type_id__volatile;\n}\n" \
dtlstransport.h icetransport.h rtptransceiver.h webrtc_fwd.h > webrtc-enumtypes.c
/usr/bin/make  all-am
make[6]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-dtlstransport.lo `test -f 'dtlstransport.c' || echo './'`dtlstransport.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-icetransport.lo `test -f 'icetransport.c' || echo './'`icetransport.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-rtcsessiondescription.lo `test -f 'rtcsessiondescription.c' || echo './'`rtcsessiondescription.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-rtpreceiver.lo `test -f 'rtpreceiver.c' || echo './'`rtpreceiver.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-rtpsender.lo `test -f 'rtpsender.c' || echo './'`rtpsender.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-rtptransceiver.lo `test -f 'rtptransceiver.c' || echo './'`rtptransceiver.c
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstwebrtc_1.0_la-webrtc-enumtypes.lo `test -f 'webrtc-enumtypes.c' || echo './'`webrtc-enumtypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rtcsessiondescription.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtcsessiondescription.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dtlstransport.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-dtlstransport.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rtpreceiver.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtpreceiver.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c icetransport.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-icetransport.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c webrtc-enumtypes.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-webrtc-enumtypes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rtptransceiver.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtptransceiver.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rtpsender.c  -fPIC -DPIC -o .libs/libgstwebrtc_1.0_la-rtpsender.o
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -no-undefined -Wl,-Bsymbolic-functions -version-info 1400:0:1400 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstwebrtc-1.0.la -rpath /usr/lib/x86_64-linux-gnux32 libgstwebrtc_1.0_la-dtlstransport.lo libgstwebrtc_1.0_la-icetransport.lo libgstwebrtc_1.0_la-rtcsessiondescription.lo libgstwebrtc_1.0_la-rtpreceiver.lo libgstwebrtc_1.0_la-rtpsender.lo libgstwebrtc_1.0_la-rtptransceiver.lo libgstwebrtc_1.0_la-webrtc-enumtypes.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstsdp-1.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstwebrtc_1.0_la-dtlstransport.o .libs/libgstwebrtc_1.0_la-icetransport.o .libs/libgstwebrtc_1.0_la-rtcsessiondescription.o .libs/libgstwebrtc_1.0_la-rtpreceiver.o .libs/libgstwebrtc_1.0_la-rtpsender.o .libs/libgstwebrtc_1.0_la-rtptransceiver.o .libs/libgstwebrtc_1.0_la-webrtc-enumtypes.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0  -pthread -pthread -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstwebrtc-1.0.so.0 -o .libs/libgstwebrtc-1.0.so.0.1400.0
libtool: link: (cd ".libs" && rm -f "libgstwebrtc-1.0.so.0" && ln -s "libgstwebrtc-1.0.so.0.1400.0" "libgstwebrtc-1.0.so.0")
libtool: link: (cd ".libs" && rm -f "libgstwebrtc-1.0.so" && ln -s "libgstwebrtc-1.0.so.0.1400.0" "libgstwebrtc-1.0.so")
libtool: link: ( cd ".libs" && rm -f "libgstwebrtc-1.0.la" && ln -s "../libgstwebrtc-1.0.la" "libgstwebrtc-1.0.la" )
GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \
	CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CFLAGS="-g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error" LDFLAGS="-Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed" CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" \
	PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-scanner -v --namespace GstWebRTC \
	--nsversion=1.0 \
	--warn-all \
	--strip-prefix=Gst \
	-I../../../gst-libs \
	-I../../../gst-libs \
	--c-include "gst/webrtc/webrtc.h" \
	--add-include-path=../../../gst-libs \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-sdp-1.0` \
	--library-path=../../../gst-libs \
	--library=libgstwebrtc-1.0.la \
	--include=Gst-1.0 \
	--include=GstSdp-1.0 \
	--libtool="/bin/bash ../../../libtool" \
	--pkg gstreamer-1.0 \
	--pkg gstreamer-sdp-1.0 \
	--pkg-export gstreamer-webrtc-1.0 \
	--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
	--output GstWebRTC-1.0.gir \
	./dtlstransport.h ./icetransport.h ./rtcsessiondescription.h ./rtpreceiver.h ./rtpsender.h ./rtptransceiver.h ./webrtc_fwd.h ./webrtc.h \
	./dtlstransport.c ./icetransport.c ./rtcsessiondescription.c ./rtpreceiver.c ./rtpsender.c ./rtptransceiver.c webrtc-enumtypes.c webrtc-enumtypes.h
In file included from /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/dtlstransport.h:24:0,
                 from /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/g-ir-cpp-6i01cpz2.c:4:
/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/webrtc_fwd.h:24:2: warning: #warning "The WebRTC library from gst-plugins-bad is unstable API and may change in future." [-Wcpp]
 #warning "The WebRTC library from gst-plugins-bad is unstable API and may change in future."
  ^~~~~~~
/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/webrtc_fwd.h:25:2: warning: #warning "You can define GST_USE_UNSTABLE_API to avoid this warning." [-Wcpp]
 #warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
  ^~~~~~~
g-ir-scanner: warning: Option --strip-prefix has been deprecated;
see --identifier-prefix and --symbol-prefix.
g-ir-scanner: link: /bin/bash ../../../libtool --mode=link --tag=CC gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/tmp-introspecteuqz1g3z/GstWebRTC-1.0 -export-dynamic -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/tmp-introspecteuqz1g3z/GstWebRTC-1.0.o -L. libgstwebrtc-1.0.la -L../../../gst-libs -lgio-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0 -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
libtool: link: gcc -o /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/tmp-introspecteuqz1g3z/.libs/GstWebRTC-1.0 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc/tmp-introspecteuqz1g3z/GstWebRTC-1.0.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -Wl,--export-dynamic  -L. ./.libs/libgstwebrtc-1.0.so -L../../../gst-libs -lgio-2.0 -lgmodule-2.0 -lgstreamer-1.0 -lgobject-2.0 -lgstsdp-1.0 -lglib-2.0 -Wl,--as-needed -pthread
rtcsessiondescription.h:38: Warning: GstWebRTC: GObject-Introspection specific GTK-Doc tag "type" has been deprecated, please use annotations on the identifier instead:
 * type: the #GstWebRTCSDPType of the description
   ^
<unknown>:: Warning: GstWebRTC: "type" annotation needs one option, 5 given
PKG_CONFIG_PATH="../../../pkgconfig" \
	/usr/bin/g-ir-compiler \
	--includedir=./gst-libs \
	--includedir=./gst-libs \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--includedir=`PKG_CONFIG_PATH="../../../pkgconfig" /usr/bin/pkg-config --variable=girdir gstreamer-sdp-1.0` \
	 GstWebRTC-1.0.gir -o GstWebRTC-1.0.typelib
make[6]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc'
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/webrtc'
Making all in wayland
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/wayland'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/wayland'
Making all in opencv
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/opencv'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/opencv'
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst'
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs'
make[3]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs'
Making all in gst
make[3]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst'
/usr/bin/make -C accurip
/usr/bin/make -C adpcmdec
/usr/bin/make -C adpcmenc
/usr/bin/make -C aiff
/usr/bin/make -C videoframe_audiolevel
/usr/bin/make -C asfmux
/usr/bin/make -C audiobuffersplit
/usr/bin/make -C audiofxbad
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/accurip'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaccurip_la-gstaccurip.lo `test -f 'gstaccurip.c' || echo './'`gstaccurip.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/adpcmdec'
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/adpcmenc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstadpcmenc_la-adpcmenc.lo `test -f 'adpcmenc.c' || echo './'`adpcmenc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstadpcmdec_la-adpcmdec.lo `test -f 'adpcmdec.c' || echo './'`adpcmdec.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/aiff'
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videoframe_audiolevel'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.lo `test -f 'gstvideoframe-audiolevel.c' || echo './'`gstvideoframe-audiolevel.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaiff_la-aiff.lo `test -f 'aiff.c' || echo './'`aiff.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/asfmux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstasfmux_la-gstasfmux.lo `test -f 'gstasfmux.c' || echo './'`gstasfmux.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiobuffersplit'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiobuffersplit_la-gstaudiobuffersplit.lo `test -f 'gstaudiobuffersplit.c' || echo './'`gstaudiobuffersplit.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiofxbad'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiofxbad_la-gstaudiofxbad.lo `test -f 'gstaudiofxbad.c' || echo './'`gstaudiofxbad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c adpcmenc.c  -fPIC -DPIC -o .libs/libgstadpcmenc_la-adpcmenc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c adpcmdec.c  -fPIC -DPIC -o .libs/libgstadpcmdec_la-adpcmdec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideoframe-audiolevel.c  -fPIC -DPIC -o .libs/libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c aiff.c  -fPIC -DPIC -o .libs/libgstaiff_la-aiff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiobuffersplit.c  -fPIC -DPIC -o .libs/libgstaudiobuffersplit_la-gstaudiobuffersplit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstasfmux.c  -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfmux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaccurip.c  -fPIC -DPIC -o .libs/libgstaccurip_la-gstaccurip.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiofxbad.c  -fPIC -DPIC -o .libs/libgstaudiofxbad_la-gstaudiofxbad.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiofxbad_la-gstaudiochannelmix.lo `test -f 'gstaudiochannelmix.c' || echo './'`gstaudiochannelmix.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaiff_la-aiffmux.lo `test -f 'aiffmux.c' || echo './'`aiffmux.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstadpcmenc.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstadpcmenc_la-adpcmenc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaccurip.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaccurip_la-gstaccurip.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstadpcmdec.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstadpcmdec_la-adpcmdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiochannelmix.c  -fPIC -DPIC -o .libs/libgstaudiofxbad_la-gstaudiochannelmix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c aiffmux.c  -fPIC -DPIC -o .libs/libgstaiff_la-aiffmux.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaudiobuffersplit.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaudiobuffersplit_la-gstaudiobuffersplit.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstvideoframe_audiolevel.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstadpcmenc_la-adpcmenc.o   -Wl,--as-needed -lgstaudio-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstadpcmenc.so -o .libs/libgstadpcmenc.so
libtool: link: ( cd ".libs" && rm -f "libgstadpcmenc.la" && ln -s "../libgstadpcmenc.la" "libgstadpcmenc.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/adpcmenc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstasfmux_la-gstasfobjects.lo `test -f 'gstasfobjects.c' || echo './'`gstasfobjects.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaccurip_la-gstaccurip.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaccurip.so -o .libs/libgstaccurip.so
libtool: link: ( cd ".libs" && rm -f "libgstaccurip.la" && ln -s "../libgstaccurip.la" "libgstaccurip.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/accurip'
/usr/bin/make -C audiolatency
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiolatency'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiolatency_la-gstaudiolatency.lo `test -f 'gstaudiolatency.c' || echo './'`gstaudiolatency.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstadpcmdec_la-adpcmdec.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstadpcmdec.so -o .libs/libgstadpcmdec.so
libtool: link: ( cd ".libs" && rm -f "libgstadpcmdec.la" && ln -s "../libgstadpcmdec.la" "libgstadpcmdec.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/adpcmdec'
/usr/bin/make -C audiomixmatrix
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiomixmatrix'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiomixmatrix_la-gstaudiomixmatrix.lo `test -f 'gstaudiomixmatrix.c' || echo './'`gstaudiomixmatrix.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaudiofxbad.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaudiofxbad_la-gstaudiofxbad.lo libgstaudiofxbad_la-gstaudiochannelmix.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaudiobuffersplit_la-gstaudiobuffersplit.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaudiobuffersplit.so -o .libs/libgstaudiobuffersplit.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstasfobjects.c  -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfobjects.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiolatency.c  -fPIC -DPIC -o .libs/libgstaudiolatency_la-gstaudiolatency.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstvideoframe_audiolevel_la-gstvideoframe-audiolevel.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstvideoframe_audiolevel.so -o .libs/libgstvideoframe_audiolevel.so
libtool: link: ( cd ".libs" && rm -f "libgstaudiobuffersplit.la" && ln -s "../libgstaudiobuffersplit.la" "libgstaudiobuffersplit.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiobuffersplit'
/usr/bin/make -C compositor
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/compositor'
/usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./compositororc.orc
/usr/bin/orcc --compat 0.4.17 --header --include glib.h -o compositororc.h ./compositororc.orc
/usr/bin/make  all-am
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/compositor'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcompositor_la-blend.lo `test -f 'blend.c' || echo './'`blend.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaiff_la-aiffparse.lo `test -f 'aiffparse.c' || echo './'`aiffparse.c
libtool: link: ( cd ".libs" && rm -f "libgstvideoframe_audiolevel.la" && ln -s "../libgstvideoframe_audiolevel.la" "libgstvideoframe_audiolevel.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videoframe_audiolevel'
/usr/bin/make -C audiovisualizers
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiomixmatrix.c  -fPIC -DPIC -o .libs/libgstaudiomixmatrix_la-gstaudiomixmatrix.o
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiovisualizers'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiovisualizers_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c blend.c  -fPIC -DPIC -o .libs/libgstcompositor_la-blend.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaudiofxbad_la-gstaudiofxbad.o .libs/libgstaudiofxbad_la-gstaudiochannelmix.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaudiofxbad.so -o .libs/libgstaudiofxbad.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c aiffparse.c  -fPIC -DPIC -o .libs/libgstaiff_la-aiffparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-plugin.o
libtool: link: ( cd ".libs" && rm -f "libgstaudiofxbad.la" && ln -s "../libgstaudiofxbad.la" "libgstaudiofxbad.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiofxbad'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiovisualizers_la-gstspacescope.lo `test -f 'gstspacescope.c' || echo './'`gstspacescope.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiovisualizers_la-gstspectrascope.lo `test -f 'gstspectrascope.c' || echo './'`gstspectrascope.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaudiolatency.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaudiolatency_la-gstaudiolatency.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspacescope.c  -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstspacescope.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspectrascope.c  -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstspectrascope.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiovisualizers_la-gstsynaescope.lo `test -f 'gstsynaescope.c' || echo './'`gstsynaescope.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaudiolatency_la-gstaudiolatency.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaudiolatency.so -o .libs/libgstaudiolatency.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstasfmux_la-gstasfparse.lo `test -f 'gstasfparse.c' || echo './'`gstasfparse.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaudiomixmatrix.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaudiomixmatrix_la-gstaudiomixmatrix.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: ( cd ".libs" && rm -f "libgstaudiolatency.la" && ln -s "../libgstaudiolatency.la" "libgstaudiolatency.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiolatency'
/usr/bin/make -C autoconvert
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/autoconvert'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstautoconvert_la-gstautoconvert.lo `test -f 'gstautoconvert.c' || echo './'`gstautoconvert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsynaescope.c  -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstsynaescope.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstasfparse.c  -fPIC -DPIC -o .libs/libgstasfmux_la-gstasfparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstautoconvert.c  -fPIC -DPIC -o .libs/libgstautoconvert_la-gstautoconvert.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstautoconvert_la-gstautovideoconvert.lo `test -f 'gstautovideoconvert.c' || echo './'`gstautovideoconvert.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaudiomixmatrix_la-gstaudiomixmatrix.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaudiomixmatrix.so -o .libs/libgstaudiomixmatrix.so
libtool: link: ( cd ".libs" && rm -f "libgstaudiomixmatrix.la" && ln -s "../libgstaudiomixmatrix.la" "libgstaudiomixmatrix.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiomixmatrix'
/usr/bin/make -C bayer
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstautovideoconvert.c  -fPIC -DPIC -o .libs/libgstautoconvert_la-gstautovideoconvert.o
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/bayer'
/usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstbayerorc.orc
/usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstbayerorc.h ./gstbayerorc.orc
/usr/bin/make  all-am
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/bayer'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbayer_la-gstbayer.lo `test -f 'gstbayer.c' || echo './'`gstbayer.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbayer_la-gstbayer2rgb.lo `test -f 'gstbayer2rgb.c' || echo './'`gstbayer2rgb.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstasfmux_la-gstrtpasfpay.lo `test -f 'gstrtpasfpay.c' || echo './'`gstrtpasfpay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstbayer.c  -fPIC -DPIC -o .libs/libgstbayer_la-gstbayer.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstaudiovisualizers_la-gstwavescope.lo `test -f 'gstwavescope.c' || echo './'`gstwavescope.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstautoconvert_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstbayer2rgb.c  -fPIC -DPIC -o .libs/libgstbayer_la-gstbayer2rgb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrtpasfpay.c  -fPIC -DPIC -o .libs/libgstasfmux_la-gstrtpasfpay.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaiff.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaiff_la-aiff.lo libgstaiff_la-aiffmux.lo libgstaiff_la-aiffparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstaudio-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstwavescope.c  -fPIC -DPIC -o .libs/libgstaudiovisualizers_la-gstwavescope.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbayer_la-gstrgb2bayer.lo `test -f 'gstrgb2bayer.c' || echo './'`gstrgb2bayer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstautoconvert_la-plugin.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstbayer_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrgb2bayer.c  -fPIC -DPIC -o .libs/libgstbayer_la-gstrgb2bayer.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcompositor_la-compositor.lo `test -f 'compositor.c' || echo './'`compositor.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstautoconvert.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstautoconvert_la-gstautoconvert.lo libgstautoconvert_la-gstautovideoconvert.lo libgstautoconvert_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tmp-orc.c  -fPIC -DPIC -o .libs/libgstbayer_la-tmp-orc.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcompositor_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaiff_la-aiff.o .libs/libgstaiff_la-aiffmux.o .libs/libgstaiff_la-aiffparse.o   -Wl,--as-needed -lgsttag-1.0 -lgstaudio-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaiff.so -o .libs/libgstaiff.so
libtool: link: ( cd ".libs" && rm -f "libgstaiff.la" && ln -s "../libgstaiff.la" "libgstaiff.la" )
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstasfmux_la-gstasf.lo `test -f 'gstasf.c' || echo './'`gstasf.c
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/aiff'
/usr/bin/make -C camerabin2
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/camerabin2'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-gstviewfinderbin.lo `test -f 'gstviewfinderbin.c' || echo './'`gstviewfinderbin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c compositor.c  -fPIC -DPIC -o .libs/libgstcompositor_la-compositor.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tmp-orc.c  -fPIC -DPIC -o .libs/libgstcompositor_la-tmp-orc.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstautoconvert_la-gstautoconvert.o .libs/libgstautoconvert_la-gstautovideoconvert.o .libs/libgstautoconvert_la-plugin.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstautoconvert.so -o .libs/libgstautoconvert.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-gstdigitalzoom.lo `test -f 'gstdigitalzoom.c' || echo './'`gstdigitalzoom.c
libtool: link: ( cd ".libs" && rm -f "libgstautoconvert.la" && ln -s "../libgstautoconvert.la" "libgstautoconvert.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/autoconvert'
/usr/bin/make -C coloreffects
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstasf.c  -fPIC -DPIC -o .libs/libgstasfmux_la-gstasf.o
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/coloreffects'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcoloreffects_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstviewfinderbin.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-gstviewfinderbin.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstaudiovisualizers.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstaudiovisualizers_la-plugin.lo libgstaudiovisualizers_la-gstspacescope.lo libgstaudiovisualizers_la-gstspectrascope.lo libgstaudiovisualizers_la-gstsynaescope.lo libgstaudiovisualizers_la-gstwavescope.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstfft-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdigitalzoom.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-gstdigitalzoom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplugin.c  -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstplugin.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstasfmux.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstasfmux_la-gstasfmux.lo libgstasfmux_la-gstasfobjects.lo libgstasfmux_la-gstasfparse.lo libgstasfmux_la-gstrtpasfpay.lo libgstasfmux_la-gstasf.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I/usr/include/orc-0.4 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstbayer.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstbayer_la-gstbayer.lo libgstbayer_la-gstbayer2rgb.lo libgstbayer_la-gstrgb2bayer.lo libgstbayer_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lorc-0.4 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-camerabingeneral.lo `test -f 'camerabingeneral.c' || echo './'`camerabingeneral.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstaudiovisualizers_la-plugin.o .libs/libgstaudiovisualizers_la-gstspacescope.o .libs/libgstaudiovisualizers_la-gstspectrascope.o .libs/libgstaudiovisualizers_la-gstsynaescope.o .libs/libgstaudiovisualizers_la-gstwavescope.o   -Wl,--as-needed -lgstaudio-1.0 -lgstvideo-1.0 -lgstfft-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstaudiovisualizers.so -o .libs/libgstaudiovisualizers.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcoloreffects_la-gstcoloreffects.lo `test -f 'gstcoloreffects.c' || echo './'`gstcoloreffects.c
libtool: link: ( cd ".libs" && rm -f "libgstaudiovisualizers.la" && ln -s "../libgstaudiovisualizers.la" "libgstaudiovisualizers.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/audiovisualizers'
/usr/bin/make -C debugutils
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/debugutils'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstdebugspy.lo `test -f 'gstdebugspy.c' || echo './'`gstdebugspy.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-debugutilsbad.lo `test -f 'debugutilsbad.c' || echo './'`debugutilsbad.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-fpsdisplaysink.lo `test -f 'fpsdisplaysink.c' || echo './'`fpsdisplaysink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c camerabingeneral.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-camerabingeneral.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstbayer_la-gstbayer.o .libs/libgstbayer_la-gstbayer2rgb.o .libs/libgstbayer_la-gstrgb2bayer.o .libs/libgstbayer_la-tmp-orc.o   -Wl,--as-needed -lgstvideo-1.0 -lorc-0.4 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstbayer.so -o .libs/libgstbayer.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcoloreffects.c  -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstcoloreffects.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstcompositor.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstcompositor_la-blend.lo libgstcompositor_la-compositor.lo libgstcompositor_la-tmp-orc.lo ../../gst-libs/gst/video/libgstbadvideo-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstasfmux_la-gstasfmux.o .libs/libgstasfmux_la-gstasfobjects.o .libs/libgstasfmux_la-gstasfparse.o .libs/libgstasfmux_la-gstrtpasfpay.o .libs/libgstasfmux_la-gstasf.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstasfmux.so -o .libs/libgstasfmux.so
libtool: link: ( cd ".libs" && rm -f "libgstbayer.la" && ln -s "../libgstbayer.la" "libgstbayer.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/bayer'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/bayer'
/usr/bin/make -C dvbsuboverlay
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/dvbsuboverlay'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvbsuboverlay_la-dvb-sub.lo `test -f 'dvb-sub.c' || echo './'`dvb-sub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdebugspy.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstdebugspy.o
libtool: link: ( cd ".libs" && rm -f "libgstasfmux.la" && ln -s "../libgstasfmux.la" "libgstasfmux.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/asfmux'
/usr/bin/make -C dvdspu
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c debugutilsbad.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-debugutilsbad.o
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/dvdspu'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvdspu_la-gstdvdspu.lo `test -f 'gstdvdspu.c' || echo './'`gstdvdspu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c fpsdisplaysink.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-fpsdisplaysink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dvb-sub.c  -fPIC -DPIC -o .libs/libgstdvbsuboverlay_la-dvb-sub.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdvdspu.c  -fPIC -DPIC -o .libs/libgstdvdspu_la-gstdvdspu.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-gstwrappercamerabinsrc.lo `test -f 'gstwrappercamerabinsrc.c' || echo './'`gstwrappercamerabinsrc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstchecksumsink.lo `test -f 'gstchecksumsink.c' || echo './'`gstchecksumsink.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstchopmydata.lo `test -f 'gstchopmydata.c' || echo './'`gstchopmydata.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcoloreffects_la-gstchromahold.lo `test -f 'gstchromahold.c' || echo './'`gstchromahold.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstcompositor_la-blend.o .libs/libgstcompositor_la-compositor.o .libs/libgstcompositor_la-tmp-orc.o   -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/video/.libs -Wl,--as-needed ../../gst-libs/gst/video/.libs/libgstbadvideo-1.0.so -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstcompositor.so -o .libs/libgstcompositor.so
libtool: link: ( cd ".libs" && rm -f "libgstcompositor.la" && ln -s "../libgstcompositor.la" "libgstcompositor.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/compositor'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/compositor'
/usr/bin/make -C faceoverlay
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstwrappercamerabinsrc.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-gstwrappercamerabinsrc.o
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/faceoverlay'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfaceoverlay_la-gstfaceoverlay.lo `test -f 'gstfaceoverlay.c' || echo './'`gstfaceoverlay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstchecksumsink.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstchecksumsink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstchopmydata.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstchopmydata.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstcompare.lo `test -f 'gstcompare.c' || echo './'`gstcompare.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstchromahold.c  -fPIC -DPIC -o .libs/libgstcoloreffects_la-gstchromahold.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfaceoverlay.c  -fPIC -DPIC -o .libs/libgstfaceoverlay_la-gstfaceoverlay.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcompare.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstcompare.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstwatchdog.lo `test -f 'gstwatchdog.c' || echo './'`gstwatchdog.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gsterrorignore.lo `test -f 'gsterrorignore.c' || echo './'`gsterrorignore.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstwatchdog.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstwatchdog.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsterrorignore.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gsterrorignore.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstfaceoverlay.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstfaceoverlay_la-gstfaceoverlay.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstcoloreffects.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstcoloreffects_la-gstplugin.lo libgstcoloreffects_la-gstcoloreffects.lo libgstcoloreffects_la-gstchromahold.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvdspu_la-gstdvdspu-render.lo `test -f 'gstdvdspu-render.c' || echo './'`gstdvdspu-render.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-gstcamerabin2.lo `test -f 'gstcamerabin2.c' || echo './'`gstcamerabin2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdvdspu-render.c  -fPIC -DPIC -o .libs/libgstdvdspu_la-gstdvdspu-render.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcamerabin2.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-gstcamerabin2.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdebugutilsbad_la-gstfakevideosink.lo `test -f 'gstfakevideosink.c' || echo './'`gstfakevideosink.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvbsuboverlay_la-gstdvbsuboverlay.lo `test -f 'gstdvbsuboverlay.c' || echo './'`gstdvbsuboverlay.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstfaceoverlay_la-gstfaceoverlay.o   -Wl,--as-needed -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstfaceoverlay.so -o .libs/libgstfaceoverlay.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstcamerabin_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c
/usr/bin/make -C festival
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/festival'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfestival_la-gstfestival.lo `test -f 'gstfestival.c' || echo './'`gstfestival.c
libtool: link: ( cd ".libs" && rm -f "libgstfaceoverlay.la" && ln -s "../libgstfaceoverlay.la" "libgstfaceoverlay.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstcoloreffects_la-gstplugin.o .libs/libgstcoloreffects_la-gstcoloreffects.o .libs/libgstcoloreffects_la-gstchromahold.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstcoloreffects.so -o .libs/libgstcoloreffects.so
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/faceoverlay'
/usr/bin/make -C fieldanalysis
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/fieldanalysis'
/usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstfieldanalysisorc.orc
/usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstfieldanalysisorc.h ./gstfieldanalysisorc.orc
/usr/bin/make  all-am
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/fieldanalysis'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfieldanalysis_la-gstfieldanalysis.lo `test -f 'gstfieldanalysis.c' || echo './'`gstfieldanalysis.c
libtool: link: ( cd ".libs" && rm -f "libgstcoloreffects.la" && ln -s "../libgstcoloreffects.la" "libgstcoloreffects.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/coloreffects'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfieldanalysis_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvdspu_la-gstspu-vobsub.lo `test -f 'gstspu-vobsub.c' || echo './'`gstspu-vobsub.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdvbsuboverlay.c  -fPIC -DPIC -o .libs/libgstdvbsuboverlay_la-gstdvbsuboverlay.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfakevideosink.c  -fPIC -DPIC -o .libs/libgstdebugutilsbad_la-gstfakevideosink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfestival.c  -fPIC -DPIC -o .libs/libgstfestival_la-gstfestival.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplugin.c  -fPIC -DPIC -o .libs/libgstcamerabin_la-gstplugin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfieldanalysis.c  -fPIC -DPIC -o .libs/libgstfieldanalysis_la-gstfieldanalysis.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tmp-orc.c  -fPIC -DPIC -o .libs/libgstfieldanalysis_la-tmp-orc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspu-vobsub.c  -fPIC -DPIC -o .libs/libgstdvdspu_la-gstspu-vobsub.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvdspu_la-gstspu-vobsub-render.lo `test -f 'gstspu-vobsub-render.c' || echo './'`gstspu-vobsub-render.c
/usr/bin/make -C freeverb
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/freeverb'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfreeverb_la-gstfreeverb.lo `test -f 'gstfreeverb.c' || echo './'`gstfreeverb.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstdebugutilsbad.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstdebugutilsbad_la-gstdebugspy.lo libgstdebugutilsbad_la-debugutilsbad.lo libgstdebugutilsbad_la-fpsdisplaysink.lo libgstdebugutilsbad_la-gstchecksumsink.lo libgstdebugutilsbad_la-gstchopmydata.lo libgstdebugutilsbad_la-gstcompare.lo libgstdebugutilsbad_la-gstwatchdog.lo libgstdebugutilsbad_la-gsterrorignore.lo libgstdebugutilsbad_la-gstfakevideosink.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspu-vobsub-render.c  -fPIC -DPIC -o .libs/libgstdvdspu_la-gstspu-vobsub-render.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstfestival.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstfestival_la-gstfestival.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0  
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfreeverb.c  -fPIC -DPIC -o .libs/libgstfreeverb_la-gstfreeverb.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstdvdspu_la-gstspu-pgs.lo `test -f 'gstspu-pgs.c' || echo './'`gstspu-pgs.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstdebugutilsbad_la-gstdebugspy.o .libs/libgstdebugutilsbad_la-debugutilsbad.o .libs/libgstdebugutilsbad_la-fpsdisplaysink.o .libs/libgstdebugutilsbad_la-gstchecksumsink.o .libs/libgstdebugutilsbad_la-gstchopmydata.o .libs/libgstdebugutilsbad_la-gstcompare.o .libs/libgstdebugutilsbad_la-gstwatchdog.o .libs/libgstdebugutilsbad_la-gsterrorignore.o .libs/libgstdebugutilsbad_la-gstfakevideosink.o   -Wl,--as-needed -lgstbase-1.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstdebugutilsbad.so -o .libs/libgstdebugutilsbad.so
libtool: link: ( cd ".libs" && rm -f "libgstdebugutilsbad.la" && ln -s "../libgstdebugutilsbad.la" "libgstdebugutilsbad.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/debugutils'
/usr/bin/make -C frei0r
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/frei0r'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfrei0r_la-gstfrei0r.lo `test -f 'gstfrei0r.c' || echo './'`gstfrei0r.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstdvbsuboverlay.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstdvbsuboverlay_la-dvb-sub.lo libgstdvbsuboverlay_la-gstdvbsuboverlay.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspu-pgs.c  -fPIC -DPIC -o .libs/libgstdvdspu_la-gstspu-pgs.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -DGST_USE_UNSTABLE_API -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstcamerabin.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstcamerabin_la-gstviewfinderbin.lo libgstcamerabin_la-gstdigitalzoom.lo libgstcamerabin_la-camerabingeneral.lo libgstcamerabin_la-gstwrappercamerabinsrc.lo libgstcamerabin_la-gstcamerabin2.lo libgstcamerabin_la-gstplugin.lo ../../gst-libs/gst/interfaces/libgstphotography-1.0.la ../../gst-libs/gst/basecamerabinsrc/libgstbasecamerabinsrc-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstfestival_la-gstfestival.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0  -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstfestival.so -o .libs/libgstfestival.so
libtool: link: ( cd ".libs" && rm -f "libgstfestival.la" && ln -s "../libgstfestival.la" "libgstfestival.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/festival'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfrei0r_la-gstfrei0rfilter.lo `test -f 'gstfrei0rfilter.c' || echo './'`gstfrei0rfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfrei0r.c  -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0r.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstfieldanalysis.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstfieldanalysis_la-gstfieldanalysis.lo libgstfieldanalysis_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfrei0r_la-gstfrei0rsrc.lo `test -f 'gstfrei0rsrc.c' || echo './'`gstfrei0rsrc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfrei0rfilter.c  -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rfilter.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstdvbsuboverlay_la-dvb-sub.o .libs/libgstdvbsuboverlay_la-gstdvbsuboverlay.o   -Wl,--as-needed -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstdvbsuboverlay.so -o .libs/libgstdvbsuboverlay.so
libtool: link: ( cd ".libs" && rm -f "libgstdvbsuboverlay.la" && ln -s "../libgstdvbsuboverlay.la" "libgstdvbsuboverlay.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/dvbsuboverlay'
/usr/bin/make -C gaudieffects
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gaudieffects'
/usr/bin/orcc --compat 0.4.17 --implementation --include glib.h -o tmp-orc.c ./gstgaudieffectsorc.orc
/usr/bin/orcc --compat 0.4.17 --header --include glib.h -o gstgaudieffectsorc.h ./gstgaudieffectsorc.orc
/usr/bin/make  all-am
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gaudieffects'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstburn.lo `test -f 'gstburn.c' || echo './'`gstburn.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstfreeverb.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstfreeverb_la-gstfreeverb.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfrei0rsrc.c  -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rsrc.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstcamerabin_la-gstviewfinderbin.o .libs/libgstcamerabin_la-gstdigitalzoom.o .libs/libgstcamerabin_la-camerabingeneral.o .libs/libgstcamerabin_la-gstwrappercamerabinsrc.o .libs/libgstcamerabin_la-gstcamerabin2.o .libs/libgstcamerabin_la-gstplugin.o   -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/interfaces/.libs -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/basecamerabinsrc/.libs -Wl,--as-needed ../../gst-libs/gst/interfaces/.libs/libgstphotography-1.0.so ../../gst-libs/gst/basecamerabinsrc/.libs/libgstbasecamerabinsrc-1.0.so -lgsttag-1.0 -lgstapp-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstcamerabin.so -o .libs/libgstcamerabin.so
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstdvdspu.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstdvdspu_la-gstdvdspu.lo libgstdvdspu_la-gstdvdspu-render.lo libgstdvdspu_la-gstspu-vobsub.lo libgstdvdspu_la-gstspu-vobsub-render.lo libgstdvdspu_la-gstspu-pgs.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: ( cd ".libs" && rm -f "libgstcamerabin.la" && ln -s "../libgstcamerabin.la" "libgstcamerabin.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/camerabin2'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstchromium.lo `test -f 'gstchromium.c' || echo './'`gstchromium.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstfieldanalysis_la-gstfieldanalysis.o .libs/libgstfieldanalysis_la-tmp-orc.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstfieldanalysis.so -o .libs/libgstfieldanalysis.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstburn.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstburn.o
libtool: link: ( cd ".libs" && rm -f "libgstfieldanalysis.la" && ln -s "../libgstfieldanalysis.la" "libgstfieldanalysis.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/fieldanalysis'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/fieldanalysis'
/usr/bin/make -C geometrictransform
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/geometrictransform'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstgeometrictransform.lo `test -f 'gstgeometrictransform.c' || echo './'`gstgeometrictransform.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstchromium.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstchromium.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstfreeverb_la-gstfreeverb.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lm  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstfreeverb.so -o .libs/libgstfreeverb.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstfrei0r_la-gstfrei0rmixer.lo `test -f 'gstfrei0rmixer.c' || echo './'`gstfrei0rmixer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-plugin.o
libtool: link: ( cd ".libs" && rm -f "libgstfreeverb.la" && ln -s "../libgstfreeverb.la" "libgstfreeverb.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/freeverb'
/usr/bin/make -C gdp
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gdp'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgdp_la-dataprotocol.lo `test -f 'dataprotocol.c' || echo './'`dataprotocol.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstdvdspu_la-gstdvdspu.o .libs/libgstdvdspu_la-gstdvdspu-render.o .libs/libgstdvdspu_la-gstspu-vobsub.o .libs/libgstdvdspu_la-gstspu-vobsub-render.o .libs/libgstdvdspu_la-gstspu-pgs.o   -Wl,--as-needed -lgstvideo-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstdvdspu.so -o .libs/libgstdvdspu.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgdp_la-gstgdp.lo `test -f 'gstgdp.c' || echo './'`gstgdp.c
libtool: link: ( cd ".libs" && rm -f "libgstdvdspu.la" && ln -s "../libgstdvdspu.la" "libgstdvdspu.la" )
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstgeometrictransform.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstgeometrictransform.o
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/dvdspu'
/usr/bin/make -C id3tag
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/id3tag'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstid3tag_la-gstid3mux.lo `test -f 'gstid3mux.c' || echo './'`gstid3mux.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstdilate.lo `test -f 'gstdilate.c' || echo './'`gstdilate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfrei0rmixer.c  -fPIC -DPIC -o .libs/libgstfrei0r_la-gstfrei0rmixer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dataprotocol.c  -fPIC -DPIC -o .libs/libgstgdp_la-dataprotocol.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstdodge.lo `test -f 'gstdodge.c' || echo './'`gstdodge.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstgdp.c  -fPIC -DPIC -o .libs/libgstgdp_la-gstgdp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstid3mux.c  -fPIC -DPIC -o .libs/libgstid3tag_la-gstid3mux.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstcirclegeometrictransform.lo `test -f 'gstcirclegeometrictransform.c' || echo './'`gstcirclegeometrictransform.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdilate.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstdilate.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdodge.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstdodge.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcirclegeometrictransform.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstcirclegeometrictransform.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstexclusion.lo `test -f 'gstexclusion.c' || echo './'`gstexclusion.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgdp_la-gstgdppay.lo `test -f 'gstgdppay.c' || echo './'`gstgdppay.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstid3tag_la-id3tag.lo `test -f 'id3tag.c' || echo './'`id3tag.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstgaussblur.lo `test -f 'gstgaussblur.c' || echo './'`gstgaussblur.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstexclusion.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstexclusion.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgdp_la-gstgdpdepay.lo `test -f 'gstgdpdepay.c' || echo './'`gstgdpdepay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstgdppay.c  -fPIC -DPIC -o .libs/libgstgdp_la-gstgdppay.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c id3tag.c  -fPIC -DPIC -o .libs/libgstid3tag_la-id3tag.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstfrei0r.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstfrei0r_la-gstfrei0r.lo libgstfrei0r_la-gstfrei0rfilter.lo libgstfrei0r_la-gstfrei0rsrc.lo libgstfrei0r_la-gstfrei0rmixer.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgmodule-2.0 -pthread -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstsolarize.lo `test -f 'gstsolarize.c' || echo './'`gstsolarize.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-geometricmath.lo `test -f 'geometricmath.c' || echo './'`geometricmath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstgaussblur.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstgaussblur.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstgdpdepay.c  -fPIC -DPIC -o .libs/libgstgdp_la-gstgdpdepay.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsolarize.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstsolarize.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c geometricmath.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-geometricmath.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-gstplugin.lo `test -f 'gstplugin.c' || echo './'`gstplugin.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstfrei0r_la-gstfrei0r.o .libs/libgstfrei0r_la-gstfrei0rfilter.o .libs/libgstfrei0r_la-gstfrei0rsrc.o .libs/libgstfrei0r_la-gstfrei0rmixer.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -pthread   -pthread -Wl,-soname -Wl,libgstfrei0r.so -o .libs/libgstfrei0r.so
libtool: link: ( cd ".libs" && rm -f "libgstfrei0r.la" && ln -s "../libgstfrei0r.la" "libgstfrei0r.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/frei0r'
/usr/bin/make -C inter
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/inter'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstinteraudiosink.lo `test -f 'gstinteraudiosink.c' || echo './'`gstinteraudiosink.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstplugin.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-gstplugin.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstinteraudiosrc.lo `test -f 'gstinteraudiosrc.c' || echo './'`gstinteraudiosrc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstcircle.lo `test -f 'gstcircle.c' || echo './'`gstcircle.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgaudieffects_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstintersubsink.lo `test -f 'gstintersubsink.c' || echo './'`gstintersubsink.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstgdp.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstgdp_la-dataprotocol.lo libgstgdp_la-gstgdp.lo libgstgdp_la-gstgdppay.lo libgstgdp_la-gstgdpdepay.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstinteraudiosink.c  -fPIC -DPIC -o .libs/libgstinter_la-gstinteraudiosink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstinteraudiosrc.c  -fPIC -DPIC -o .libs/libgstinter_la-gstinteraudiosrc.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstdiffuse.lo `test -f 'gstdiffuse.c' || echo './'`gstdiffuse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tmp-orc.c  -fPIC -DPIC -o .libs/libgstgaudieffects_la-tmp-orc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcircle.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstcircle.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstintersubsink.c  -fPIC -DPIC -o .libs/libgstinter_la-gstintersubsink.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstid3tag.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstid3tag_la-gstid3mux.lo libgstid3tag_la-id3tag.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdiffuse.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstdiffuse.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstgaudieffects.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstgaudieffects_la-gstburn.lo libgstgaudieffects_la-gstchromium.lo libgstgaudieffects_la-gstdilate.lo libgstgaudieffects_la-gstdodge.lo libgstgaudieffects_la-gstexclusion.lo libgstgaudieffects_la-gstgaussblur.lo libgstgaudieffects_la-gstsolarize.lo libgstgaudieffects_la-gstplugin.lo libgstgaudieffects_la-tmp-orc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lorc-0.4 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstgdp_la-dataprotocol.o .libs/libgstgdp_la-gstgdp.o .libs/libgstgdp_la-gstgdppay.o .libs/libgstgdp_la-gstgdpdepay.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstgdp.so -o .libs/libgstgdp.so
libtool: link: ( cd ".libs" && rm -f "libgstgdp.la" && ln -s "../libgstgdp.la" "libgstgdp.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gdp'
/usr/bin/make -C interlace
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/interlace'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinterlace_la-gstinterlace.lo `test -f 'gstinterlace.c' || echo './'`gstinterlace.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstkaleidoscope.lo `test -f 'gstkaleidoscope.c' || echo './'`gstkaleidoscope.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstintersubsrc.lo `test -f 'gstintersubsrc.c' || echo './'`gstintersubsrc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstintervideosink.lo `test -f 'gstintervideosink.c' || echo './'`gstintervideosink.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstintervideosrc.lo `test -f 'gstintervideosrc.c' || echo './'`gstintervideosrc.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstid3tag_la-gstid3mux.o .libs/libgstid3tag_la-id3tag.o   -Wl,--as-needed -lgsttag-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstid3tag.so -o .libs/libgstid3tag.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstinterlace.c  -fPIC -DPIC -o .libs/libgstinterlace_la-gstinterlace.o
libtool: link: ( cd ".libs" && rm -f "libgstid3tag.la" && ln -s "../libgstid3tag.la" "libgstid3tag.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/id3tag'
/usr/bin/make -C ivfparse
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/ivfparse'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstivfparse_la-gstivfparse.lo `test -f 'gstivfparse.c' || echo './'`gstivfparse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstmarble.lo `test -f 'gstmarble.c' || echo './'`gstmarble.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstkaleidoscope.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstkaleidoscope.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstintervideosink.c  -fPIC -DPIC -o .libs/libgstinter_la-gstintervideosink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstintersubsrc.c  -fPIC -DPIC -o .libs/libgstinter_la-gstintersubsrc.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstgaudieffects_la-gstburn.o .libs/libgstgaudieffects_la-gstchromium.o .libs/libgstgaudieffects_la-gstdilate.o .libs/libgstgaudieffects_la-gstdodge.o .libs/libgstgaudieffects_la-gstexclusion.o .libs/libgstgaudieffects_la-gstgaussblur.o .libs/libgstgaudieffects_la-gstsolarize.o .libs/libgstgaudieffects_la-gstplugin.o .libs/libgstgaudieffects_la-tmp-orc.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lorc-0.4  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstgaudieffects.so -o .libs/libgstgaudieffects.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstintervideosrc.c  -fPIC -DPIC -o .libs/libgstinter_la-gstintervideosrc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstivfparse.c  -fPIC -DPIC -o .libs/libgstivfparse_la-gstivfparse.o
libtool: link: ( cd ".libs" && rm -f "libgstgaudieffects.la" && ln -s "../libgstgaudieffects.la" "libgstgaudieffects.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gaudieffects'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/gaudieffects'
/usr/bin/make -C ivtc
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/ivtc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstivtc_la-gstivtc.lo `test -f 'gstivtc.c' || echo './'`gstivtc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmarble.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstmarble.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstivtc.c  -fPIC -DPIC -o .libs/libgstivtc_la-gstivtc.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstivtc_la-gstcombdetect.lo `test -f 'gstcombdetect.c' || echo './'`gstcombdetect.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstinter.lo `test -f 'gstinter.c' || echo './'`gstinter.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstinter_la-gstintersurface.lo `test -f 'gstintersurface.c' || echo './'`gstintersurface.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstpinch.lo `test -f 'gstpinch.c' || echo './'`gstpinch.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstivfparse.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstivfparse_la-gstivfparse.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o gstintertest-gstintertest.o `test -f 'gstintertest.c' || echo './'`gstintertest.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstinterlace.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstinterlace_la-gstinterlace.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstcombdetect.c  -fPIC -DPIC -o .libs/libgstivtc_la-gstcombdetect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstinter.c  -fPIC -DPIC -o .libs/libgstinter_la-gstinter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstintersurface.c  -fPIC -DPIC -o .libs/libgstinter_la-gstintersurface.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpinch.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstpinch.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstivfparse_la-gstivfparse.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstivfparse.so -o .libs/libgstivfparse.so
libtool: link: ( cd ".libs" && rm -f "libgstivfparse.la" && ln -s "../libgstivfparse.la" "libgstivfparse.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/ivfparse'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstrotate.lo `test -f 'gstrotate.c' || echo './'`gstrotate.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstinterlace_la-gstinterlace.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lm  -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstinterlace.so -o .libs/libgstinterlace.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstsphere.lo `test -f 'gstsphere.c' || echo './'`gstsphere.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstinter.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstinter_la-gstinteraudiosink.lo libgstinter_la-gstinteraudiosrc.lo libgstinter_la-gstintersubsink.lo libgstinter_la-gstintersubsrc.lo libgstinter_la-gstintervideosink.lo libgstinter_la-gstintervideosrc.lo libgstinter_la-gstinter.lo libgstinter_la-gstintersurface.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error  -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o gstintertest gstintertest-gstintertest.o -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: ( cd ".libs" && rm -f "libgstinterlace.la" && ln -s "../libgstinterlace.la" "libgstinterlace.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/interlace'
/usr/bin/make -C jp2kdecimator
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gsttwirl.lo `test -f 'gsttwirl.c' || echo './'`gsttwirl.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/jp2kdecimator'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstjp2kdecimator_la-gstjp2kdecimator.lo `test -f 'gstjp2kdecimator.c' || echo './'`gstjp2kdecimator.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstjp2kdecimator_la-jp2kcodestream.lo `test -f 'jp2kcodestream.c' || echo './'`jp2kcodestream.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstivtc.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstivtc_la-gstivtc.lo libgstivtc_la-gstcombdetect.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrotate.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstrotate.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsphere.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstsphere.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjp2kdecimator.c  -fPIC -DPIC -o .libs/libgstjp2kdecimator_la-gstjp2kdecimator.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsttwirl.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gsttwirl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c jp2kcodestream.c  -fPIC -DPIC -o .libs/libgstjp2kdecimator_la-jp2kcodestream.o
libtool: link: gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1 -o gstintertest gstintertest-gstintertest.o  -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
/usr/bin/make -C jpegformat
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/jpegformat'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstjpegformat_la-gstjpegformat.lo `test -f 'gstjpegformat.c' || echo './'`gstjpegformat.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstinter_la-gstinteraudiosink.o .libs/libgstinter_la-gstinteraudiosrc.o .libs/libgstinter_la-gstintersubsink.o .libs/libgstinter_la-gstintersubsrc.o .libs/libgstinter_la-gstintervideosink.o .libs/libgstinter_la-gstintervideosrc.o .libs/libgstinter_la-gstinter.o .libs/libgstinter_la-gstintersurface.o   -Wl,--as-needed -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstinter.so -o .libs/libgstinter.so
libtool: link: ( cd ".libs" && rm -f "libgstinter.la" && ln -s "../libgstinter.la" "libgstinter.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/inter'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstjpegformat_la-gstjpegparse.lo `test -f 'gstjpegparse.c' || echo './'`gstjpegparse.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstivtc_la-gstivtc.o .libs/libgstivtc_la-gstcombdetect.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstivtc.so -o .libs/libgstivtc.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstwaterripple.lo `test -f 'gstwaterripple.c' || echo './'`gstwaterripple.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gststretch.lo `test -f 'gststretch.c' || echo './'`gststretch.c
libtool: link: ( cd ".libs" && rm -f "libgstivtc.la" && ln -s "../libgstivtc.la" "libgstivtc.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/ivtc'
/usr/bin/make -C librfb
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/librfb'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrfbsrc_la-gstrfbsrc.lo `test -f 'gstrfbsrc.c' || echo './'`gstrfbsrc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjpegformat.c  -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjpegformat.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrfbsrc_la-rfbdecoder.lo `test -f 'rfbdecoder.c' || echo './'`rfbdecoder.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrfbsrc_la-d3des.lo `test -f 'd3des.c' || echo './'`d3des.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjpegparse.c  -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjpegparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstwaterripple.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstwaterripple.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gststretch.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gststretch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrfbsrc.c  -fPIC -DPIC -o .libs/libgstrfbsrc_la-gstrfbsrc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rfbdecoder.c  -fPIC -DPIC -o .libs/libgstrfbsrc_la-rfbdecoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c d3des.c  -fPIC -DPIC -o .libs/libgstrfbsrc_la-d3des.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstjpegformat_la-gstjifmux.lo `test -f 'gstjifmux.c' || echo './'`gstjifmux.c
/usr/bin/make -C midi
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/midi'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmidi_la-midi.lo `test -f 'midi.c' || echo './'`midi.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmidi_la-midiparse.lo `test -f 'midiparse.c' || echo './'`midiparse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjifmux.c  -fPIC -DPIC -o .libs/libgstjpegformat_la-gstjifmux.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstbulge.lo `test -f 'gstbulge.c' || echo './'`gstbulge.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c midi.c  -fPIC -DPIC -o .libs/libgstmidi_la-midi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c midiparse.c  -fPIC -DPIC -o .libs/libgstmidi_la-midiparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstbulge.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstbulge.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gsttunnel.lo `test -f 'gsttunnel.c' || echo './'`gsttunnel.c
/usr/bin/make -C mpegdemux
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegdemux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsdemux_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsdemux_la-gstmpegdemux.lo `test -f 'gstmpegdemux.c' || echo './'`gstmpegdemux.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsdemux_la-gstpesfilter.lo `test -f 'gstpesfilter.c' || echo './'`gstpesfilter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsttunnel.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gsttunnel.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegdemux.c  -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-gstmpegdemux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-plugin.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions  -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstrfbsrc.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstrfbsrc_la-gstrfbsrc.lo libgstrfbsrc_la-rfbdecoder.lo libgstrfbsrc_la-d3des.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstjpegformat.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstjpegformat_la-gstjpegformat.lo libgstjpegformat_la-gstjpegparse.lo libgstjpegformat_la-gstjifmux.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpesfilter.c  -fPIC -DPIC -o .libs/libgstmpegpsdemux_la-gstpesfilter.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstjp2kdecimator.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstjp2kdecimator_la-gstjp2kdecimator.lo libgstjp2kdecimator_la-jp2kcodestream.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/usr/bin/make -C mpegtsdemux
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsdemux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-mpegtspacketizer.lo `test -f 'mpegtspacketizer.c' || echo './'`mpegtspacketizer.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstsquare.lo `test -f 'gstsquare.c' || echo './'`gstsquare.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmidi.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmidi_la-midi.lo libgstmidi_la-midiparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstrfbsrc_la-gstrfbsrc.o .libs/libgstrfbsrc_la-rfbdecoder.o .libs/libgstrfbsrc_la-d3des.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lX11 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstrfbsrc.so -o .libs/libgstrfbsrc.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstjpegformat_la-gstjpegformat.o .libs/libgstjpegformat_la-gstjpegparse.o .libs/libgstjpegformat_la-gstjifmux.o   -Wl,--as-needed -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstjpegformat.so -o .libs/libgstjpegformat.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtspacketizer.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtspacketizer.o
libtool: link: ( cd ".libs" && rm -f "libgstrfbsrc.la" && ln -s "../libgstrfbsrc.la" "libgstrfbsrc.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/librfb'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-mpegtsbase.lo `test -f 'mpegtsbase.c' || echo './'`mpegtsbase.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsquare.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstsquare.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstjp2kdecimator_la-gstjp2kdecimator.o .libs/libgstjp2kdecimator_la-jp2kcodestream.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstjp2kdecimator.so -o .libs/libgstjp2kdecimator.so
libtool: link: ( cd ".libs" && rm -f "libgstjpegformat.la" && ln -s "../libgstjpegformat.la" "libgstjpegformat.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/jpegformat'
/usr/bin/make -C mpegtsmux
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux'
Making all in tsmux
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux/tsmux'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libtsmux_la-tsmux.lo `test -f 'tsmux.c' || echo './'`tsmux.c
libtool: link: ( cd ".libs" && rm -f "libgstjp2kdecimator.la" && ln -s "../libgstjp2kdecimator.la" "libgstjp2kdecimator.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/jp2kdecimator'
/bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libtsmux_la-tsmuxstream.lo `test -f 'tsmuxstream.c' || echo './'`tsmuxstream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsbase.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtsbase.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tsmux.c  -fPIC -DPIC -o .libs/libtsmux_la-tsmux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tsmuxstream.c  -fPIC -DPIC -o .libs/libtsmux_la-tsmuxstream.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-mpegtsparse.lo `test -f 'mpegtsparse.c' || echo './'`mpegtsparse.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmidi_la-midi.o .libs/libgstmidi_la-midiparse.o   -Wl,--as-needed -lgsttag-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmidi.so -o .libs/libgstmidi.so
libtool: link: ( cd ".libs" && rm -f "libgstmidi.la" && ln -s "../libgstmidi.la" "libgstmidi.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/midi'
/usr/bin/make -C mpegpsmux
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegpsmux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsmux_la-mpegpsmux.lo `test -f 'mpegpsmux.c' || echo './'`mpegpsmux.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstmirror.lo `test -f 'gstmirror.c' || echo './'`gstmirror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsparse.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-mpegtsparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegpsmux.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmirror.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstmirror.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsmux_la-psmux.lo `test -f 'psmux.c' || echo './'`psmux.c
/bin/bash ../../../libtool  --tag=CC   --mode=link gcc -I../../../gst-libs -I../../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libtsmux.la  libtsmux_la-tsmux.lo libtsmux_la-tsmuxstream.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 ../../../gst-libs/gst/mpegts/libgstmpegts-1.0.la 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstfisheye.lo `test -f 'gstfisheye.c' || echo './'`gstfisheye.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c psmux.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-psmux.o
libtool: link: ar cru .libs/libtsmux.a .libs/libtsmux_la-tsmux.o .libs/libtsmux_la-tsmuxstream.o 
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libtsmux.a
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstgeometrictransform_la-gstperspective.lo `test -f 'gstperspective.c' || echo './'`gstperspective.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-tsdemux.lo `test -f 'tsdemux.c' || echo './'`tsdemux.c
libtool: link: ( cd ".libs" && rm -f "libtsmux.la" && ln -s "../libtsmux.la" "libtsmux.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux/tsmux'
make[5]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsmux_la-mpegtsmux.lo `test -f 'mpegtsmux.c' || echo './'`mpegtsmux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstfisheye.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstfisheye.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsmux_la-mpegtsmux_aac.lo `test -f 'mpegtsmux_aac.c' || echo './'`mpegtsmux_aac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstperspective.c  -fPIC -DPIC -o .libs/libgstgeometrictransform_la-gstperspective.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c tsdemux.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-tsdemux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsmux.c  -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsmux_la-mpegtsmux_ttxt.lo `test -f 'mpegtsmux_ttxt.c' || echo './'`mpegtsmux_ttxt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsmux_aac.c  -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_aac.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstgeometrictransform.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstgeometrictransform_la-plugin.lo libgstgeometrictransform_la-gstgeometrictransform.lo libgstgeometrictransform_la-gstcirclegeometrictransform.lo libgstgeometrictransform_la-geometricmath.lo libgstgeometrictransform_la-gstcircle.lo libgstgeometrictransform_la-gstdiffuse.lo libgstgeometrictransform_la-gstkaleidoscope.lo libgstgeometrictransform_la-gstmarble.lo libgstgeometrictransform_la-gstpinch.lo libgstgeometrictransform_la-gstrotate.lo libgstgeometrictransform_la-gstsphere.lo libgstgeometrictransform_la-gsttwirl.lo libgstgeometrictransform_la-gstwaterripple.lo libgstgeometrictransform_la-gststretch.lo libgstgeometrictransform_la-gstbulge.lo libgstgeometrictransform_la-gsttunnel.lo libgstgeometrictransform_la-gstsquare.lo libgstgeometrictransform_la-gstmirror.lo libgstgeometrictransform_la-gstfisheye.lo libgstgeometrictransform_la-gstperspective.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsmux_la-psmuxstream.lo `test -f 'psmuxstream.c' || echo './'`psmuxstream.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsmux_ttxt.c  -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_ttxt.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsmux_la-mpegtsmux_opus.lo `test -f 'mpegtsmux_opus.c' || echo './'`mpegtsmux_opus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c psmuxstream.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-psmuxstream.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsmux_opus.c  -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_opus.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsmux_la-mpegtsmux_jpeg2000.lo `test -f 'mpegtsmux_jpeg2000.c' || echo './'`mpegtsmux_jpeg2000.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstgeometrictransform_la-plugin.o .libs/libgstgeometrictransform_la-gstgeometrictransform.o .libs/libgstgeometrictransform_la-gstcirclegeometrictransform.o .libs/libgstgeometrictransform_la-geometricmath.o .libs/libgstgeometrictransform_la-gstcircle.o .libs/libgstgeometrictransform_la-gstdiffuse.o .libs/libgstgeometrictransform_la-gstkaleidoscope.o .libs/libgstgeometrictransform_la-gstmarble.o .libs/libgstgeometrictransform_la-gstpinch.o .libs/libgstgeometrictransform_la-gstrotate.o .libs/libgstgeometrictransform_la-gstsphere.o .libs/libgstgeometrictransform_la-gsttwirl.o .libs/libgstgeometrictransform_la-gstwaterripple.o .libs/libgstgeometrictransform_la-gststretch.o .libs/libgstgeometrictransform_la-gstbulge.o .libs/libgstgeometrictransform_la-gsttunnel.o .libs/libgstgeometrictransform_la-gstsquare.o .libs/libgstgeometrictransform_la-gstmirror.o .libs/libgstgeometrictransform_la-gstfisheye.o .libs/libgstgeometrictransform_la-gstperspective.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstgeometrictransform.so -o .libs/libgstgeometrictransform.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-gsttsdemux.lo `test -f 'gsttsdemux.c' || echo './'`gsttsdemux.c
libtool: link: ( cd ".libs" && rm -f "libgstgeometrictransform.la" && ln -s "../libgstgeometrictransform.la" "libgstgeometrictransform.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/geometrictransform'
/usr/bin/make -C mxf
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mxf'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxf.lo `test -f 'mxf.c' || echo './'`mxf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegtsmux_jpeg2000.c  -fPIC -DPIC -o .libs/libgstmpegtsmux_la-mpegtsmux_jpeg2000.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsmux_la-mpegpsmux_aac.lo `test -f 'mpegpsmux_aac.c' || echo './'`mpegpsmux_aac.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxful.lo `test -f 'mxful.c' || echo './'`mxful.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsttsdemux.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-gsttsdemux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxf.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegpsmux_aac.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux_aac.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxful.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxful.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxftypes.lo `test -f 'mxftypes.c' || echo './'`mxftypes.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmpegpsdemux.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmpegpsdemux_la-plugin.lo libgstmpegpsdemux_la-gstmpegdemux.lo libgstmpegpsdemux_la-gstpesfilter.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegtsdemux_la-pesparse.lo `test -f 'pesparse.c' || echo './'`pesparse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfmetadata.lo `test -f 'mxfmetadata.c' || echo './'`mxfmetadata.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmpegpsmux_la-mpegpsmux_h264.lo `test -f 'mpegpsmux_h264.c' || echo './'`mpegpsmux_h264.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxftypes.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxftypes.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -I../.. -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmpegtsmux.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmpegtsmux_la-mpegtsmux.lo libgstmpegtsmux_la-mpegtsmux_aac.lo libgstmpegtsmux_la-mpegtsmux_ttxt.lo libgstmpegtsmux_la-mpegtsmux_opus.lo libgstmpegtsmux_la-mpegtsmux_jpeg2000.lo ../../gst/mpegtsmux/tsmux/libtsmux.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfessence.lo `test -f 'mxfessence.c' || echo './'`mxfessence.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c pesparse.c  -fPIC -DPIC -o .libs/libgstmpegtsdemux_la-pesparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mpegpsmux_h264.c  -fPIC -DPIC -o .libs/libgstmpegpsmux_la-mpegpsmux_h264.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfmetadata.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfmetadata.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmpegpsdemux_la-plugin.o .libs/libgstmpegpsdemux_la-gstmpegdemux.o .libs/libgstmpegpsdemux_la-gstpesfilter.o   -Wl,--as-needed -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmpegpsdemux.so -o .libs/libgstmpegpsdemux.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfessence.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfessence.o
libtool: link: ( cd ".libs" && rm -f "libgstmpegpsdemux.la" && ln -s "../libgstmpegpsdemux.la" "libgstmpegpsdemux.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegdemux'
/usr/bin/make -C netsim
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/netsim'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstnetsim_la-gstnetsim.lo `test -f 'gstnetsim.c' || echo './'`gstnetsim.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmpegtsmux_la-mpegtsmux.o .libs/libgstmpegtsmux_la-mpegtsmux_aac.o .libs/libgstmpegtsmux_la-mpegtsmux_ttxt.o .libs/libgstmpegtsmux_la-mpegtsmux_opus.o .libs/libgstmpegtsmux_la-mpegtsmux_jpeg2000.o  -Wl,--whole-archive ../../gst/mpegtsmux/tsmux/.libs/libtsmux.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/.libs -Wl,--as-needed /tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so -lgstvideo-1.0 -lgstaudio-1.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmpegtsmux.so -o .libs/libgstmpegtsmux.so
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmpegpsmux.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmpegpsmux_la-mpegpsmux.lo libgstmpegpsmux_la-psmux.lo libgstmpegpsmux_la-psmuxstream.lo libgstmpegpsmux_la-mpegpsmux_aac.lo libgstmpegpsmux_la-mpegpsmux_h264.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstnetsim.c  -fPIC -DPIC -o .libs/libgstnetsim_la-gstnetsim.o
libtool: link: ( cd ".libs" && rm -f "libgstmpegtsmux.la" && ln -s "../libgstmpegtsmux.la" "libgstmpegtsmux.la" )
make[5]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux'
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsmux'
/usr/bin/make -C onvif
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/onvif'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrtponvif_la-gstrtponvif.lo `test -f 'gstrtponvif.c' || echo './'`gstrtponvif.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrtponvif_la-gstrtponviftimestamp.lo `test -f 'gstrtponviftimestamp.c' || echo './'`gstrtponviftimestamp.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstrtponvif_la-gstrtponvifparse.lo `test -f 'gstrtponvifparse.c' || echo './'`gstrtponvifparse.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmpegtsdemux.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmpegtsdemux_la-mpegtspacketizer.lo libgstmpegtsdemux_la-mpegtsbase.lo libgstmpegtsdemux_la-mpegtsparse.lo libgstmpegtsdemux_la-tsdemux.lo libgstmpegtsdemux_la-gsttsdemux.lo libgstmpegtsdemux_la-pesparse.lo ../../gst-libs/gst/mpegts/libgstmpegts-1.0.la ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrtponviftimestamp.c  -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponviftimestamp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrtponvif.c  -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponvif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstrtponvifparse.c  -fPIC -DPIC -o .libs/libgstrtponvif_la-gstrtponvifparse.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmpegpsmux_la-mpegpsmux.o .libs/libgstmpegpsmux_la-psmux.o .libs/libgstmpegpsmux_la-psmuxstream.o .libs/libgstmpegpsmux_la-mpegpsmux_aac.o .libs/libgstmpegpsmux_la-mpegpsmux_h264.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmpegpsmux.so -o .libs/libgstmpegpsmux.so
libtool: link: ( cd ".libs" && rm -f "libgstmpegpsmux.la" && ln -s "../libgstmpegpsmux.la" "libgstmpegpsmux.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegpsmux'
/usr/bin/make -C pcapparse
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/pcapparse'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpcapparse_la-gstpcapparse.lo `test -f 'gstpcapparse.c' || echo './'`gstpcapparse.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmpegtsdemux_la-mpegtspacketizer.o .libs/libgstmpegtsdemux_la-mpegtsbase.o .libs/libgstmpegtsdemux_la-mpegtsparse.o .libs/libgstmpegtsdemux_la-tsdemux.o .libs/libgstmpegtsdemux_la-gsttsdemux.o .libs/libgstmpegtsdemux_la-pesparse.o   -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/mpegts/.libs -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers/.libs -Wl,--as-needed ../../gst-libs/gst/mpegts/.libs/libgstmpegts-1.0.so ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgsttag-1.0 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmpegtsdemux.so -o .libs/libgstmpegtsdemux.so
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstnetsim.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstnetsim_la-gstnetsim.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpcapparse_la-gstirtspparse.lo `test -f 'gstirtspparse.c' || echo './'`gstirtspparse.c
/usr/bin/make -C pnm
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/pnm'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpnm_la-gstpnmutils.lo `test -f 'gstpnmutils.c' || echo './'`gstpnmutils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpcapparse.c  -fPIC -DPIC -o .libs/libgstpcapparse_la-gstpcapparse.o
libtool: link: ( cd ".libs" && rm -f "libgstmpegtsdemux.la" && ln -s "../libgstmpegtsdemux.la" "libgstmpegtsdemux.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mpegtsdemux'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpnm_la-gstpnm.lo `test -f 'gstpnm.c' || echo './'`gstpnm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstirtspparse.c  -fPIC -DPIC -o .libs/libgstpcapparse_la-gstirtspparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpnmutils.c  -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmutils.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstrtponvif.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstrtponvif_la-gstrtponvif.lo libgstrtponvif_la-gstrtponviftimestamp.lo libgstrtponvif_la-gstrtponvifparse.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfquark.lo `test -f 'mxfquark.c' || echo './'`mxfquark.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpnm.c  -fPIC -DPIC -o .libs/libgstpnm_la-gstpnm.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstnetsim_la-gstnetsim.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstnetsim.so -o .libs/libgstnetsim.so
libtool: link: ( cd ".libs" && rm -f "libgstnetsim.la" && ln -s "../libgstnetsim.la" "libgstnetsim.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/netsim'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpcapparse_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpnm_la-gstpnmdec.lo `test -f 'gstpnmdec.c' || echo './'`gstpnmdec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfquark.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfquark.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstpnm_la-gstpnmenc.lo `test -f 'gstpnmenc.c' || echo './'`gstpnmenc.c
/usr/bin/make -C proxy
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/proxy'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstproxy_la-gstproxy.lo `test -f 'gstproxy.c' || echo './'`gstproxy.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstproxy_la-gstproxysink.lo `test -f 'gstproxysink.c' || echo './'`gstproxysink.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstrtponvif_la-gstrtponvif.o .libs/libgstrtponvif_la-gstrtponviftimestamp.o .libs/libgstrtponvif_la-gstrtponvifparse.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstrtponvif.so -o .libs/libgstrtponvif.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstpcapparse_la-plugin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpnmdec.c  -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmdec.o
libtool: link: ( cd ".libs" && rm -f "libgstrtponvif.la" && ln -s "../libgstrtponvif.la" "libgstrtponvif.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/onvif'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstproxy_la-gstproxysrc.lo `test -f 'gstproxysrc.c' || echo './'`gstproxysrc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfmux.lo `test -f 'mxfmux.c' || echo './'`mxfmux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpnmenc.c  -fPIC -DPIC -o .libs/libgstpnm_la-gstpnmenc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstproxy.c  -fPIC -DPIC -o .libs/libgstproxy_la-gstproxy.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstproxysink.c  -fPIC -DPIC -o .libs/libgstproxy_la-gstproxysink.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstproxysrc.c  -fPIC -DPIC -o .libs/libgstproxy_la-gstproxysrc.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstpcapparse.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstpcapparse_la-gstpcapparse.lo libgstpcapparse_la-gstirtspparse.lo libgstpcapparse_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfmux.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfmux.o
/usr/bin/make -C rawparse
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/rawparse'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstlegacyrawparse_la-gstaudioparse.lo `test -f 'gstaudioparse.c' || echo './'`gstaudioparse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstlegacyrawparse_la-gstvideoparse.lo `test -f 'gstvideoparse.c' || echo './'`gstvideoparse.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstproxy.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstproxy_la-gstproxy.lo libgstproxy_la-gstproxysink.lo libgstproxy_la-gstproxysrc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstlegacyrawparse_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudioparse.c  -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-gstaudioparse.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstpnm.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstpnm_la-gstpnmutils.lo libgstpnm_la-gstpnm.lo libgstpnm_la-gstpnmdec.lo libgstpnm_la-gstpnmenc.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstpcapparse_la-gstpcapparse.o .libs/libgstpcapparse_la-gstirtspparse.o .libs/libgstpcapparse_la-plugin.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstpcapparse.so -o .libs/libgstpcapparse.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideoparse.c  -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-gstvideoparse.o
libtool: link: ( cd ".libs" && rm -f "libgstpcapparse.la" && ln -s "../libgstpcapparse.la" "libgstpcapparse.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/pcapparse'
/usr/bin/make -C removesilence
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/removesilence'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstremovesilence_la-gstremovesilence.lo `test -f 'gstremovesilence.c' || echo './'`gstremovesilence.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstlegacyrawparse_la-plugin.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstproxy_la-gstproxy.o .libs/libgstproxy_la-gstproxysink.o .libs/libgstproxy_la-gstproxysrc.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstproxy.so -o .libs/libgstproxy.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstremovesilence.c  -fPIC -DPIC -o .libs/libgstremovesilence_la-gstremovesilence.o
libtool: link: ( cd ".libs" && rm -f "libgstproxy.la" && ln -s "../libgstproxy.la" "libgstproxy.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/proxy'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstremovesilence_la-vad_private.lo `test -f 'vad_private.c' || echo './'`vad_private.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfdemux.lo `test -f 'mxfdemux.c' || echo './'`mxfdemux.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstpnm_la-gstpnmutils.o .libs/libgstpnm_la-gstpnm.o .libs/libgstpnm_la-gstpnmdec.o .libs/libgstpnm_la-gstpnmenc.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstpnm.so -o .libs/libgstpnm.so
libtool: link: ( cd ".libs" && rm -f "libgstpnm.la" && ln -s "../libgstpnm.la" "libgstpnm.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/pnm'
/usr/bin/make -C sdp
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/sdp'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsdpelem_la-gstsdpelem.lo `test -f 'gstsdpelem.c' || echo './'`gstsdpelem.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsdpelem_la-gstsdpsrc.lo `test -f 'gstsdpsrc.c' || echo './'`gstsdpsrc.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstlegacyrawparse.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstlegacyrawparse_la-gstaudioparse.lo libgstlegacyrawparse_la-gstvideoparse.lo libgstlegacyrawparse_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfdemux.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfdemux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c vad_private.c  -fPIC -DPIC -o .libs/libgstremovesilence_la-vad_private.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsdpelem_la-gstsdpdemux.lo `test -f 'gstsdpdemux.c' || echo './'`gstsdpdemux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsdpelem.c  -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpelem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsdpsrc.c  -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpsrc.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstremovesilence.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstremovesilence_la-gstremovesilence.lo libgstremovesilence_la-vad_private.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsdpdemux.c  -fPIC -DPIC -o .libs/libgstsdpelem_la-gstsdpdemux.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstlegacyrawparse_la-gstaudioparse.o .libs/libgstlegacyrawparse_la-gstvideoparse.o .libs/libgstlegacyrawparse_la-plugin.o   -Wl,--as-needed -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstlegacyrawparse.so -o .libs/libgstlegacyrawparse.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfaes-bwf.lo `test -f 'mxfaes-bwf.c' || echo './'`mxfaes-bwf.c
libtool: link: ( cd ".libs" && rm -f "libgstlegacyrawparse.la" && ln -s "../libgstlegacyrawparse.la" "libgstlegacyrawparse.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/rawparse'
/usr/bin/make -C segmentclip
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/segmentclip'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsegmentclip_la-gstsegmentclip.lo `test -f 'gstsegmentclip.c' || echo './'`gstsegmentclip.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsegmentclip_la-gstaudiosegmentclip.lo `test -f 'gstaudiosegmentclip.c' || echo './'`gstaudiosegmentclip.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsegmentclip_la-gstvideosegmentclip.lo `test -f 'gstvideosegmentclip.c' || echo './'`gstvideosegmentclip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfaes-bwf.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfaes-bwf.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstremovesilence_la-gstremovesilence.o .libs/libgstremovesilence_la-vad_private.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstremovesilence.so -o .libs/libgstremovesilence.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsegmentclip.c  -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstsegmentclip.o
libtool: link: ( cd ".libs" && rm -f "libgstremovesilence.la" && ln -s "../libgstremovesilence.la" "libgstremovesilence.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/removesilence'
/usr/bin/make -C siren
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/siren'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-gstsiren.lo `test -f 'gstsiren.c' || echo './'`gstsiren.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstaudiosegmentclip.c  -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstaudiosegmentclip.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideosegmentclip.c  -fPIC -DPIC -o .libs/libgstsegmentclip_la-gstvideosegmentclip.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsiren.c  -fPIC -DPIC -o .libs/libgstsiren_la-gstsiren.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-gstsirendec.lo `test -f 'gstsirendec.c' || echo './'`gstsirendec.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-gstsirenenc.lo `test -f 'gstsirenenc.c' || echo './'`gstsirenenc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsegmentclip_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstsdpelem.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstsdpelem_la-gstsdpelem.lo libgstsdpelem_la-gstsdpsrc.lo libgstsdpelem_la-gstsdpdemux.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgstrtp-1.0 -lgstsdp-1.0 -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfmpeg.lo `test -f 'mxfmpeg.c' || echo './'`mxfmpeg.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-common.lo `test -f 'common.c' || echo './'`common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsirendec.c  -fPIC -DPIC -o .libs/libgstsiren_la-gstsirendec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstsegmentclip_la-plugin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsirenenc.c  -fPIC -DPIC -o .libs/libgstsiren_la-gstsirenenc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfmpeg.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfmpeg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c common.c  -fPIC -DPIC -o .libs/libgstsiren_la-common.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfdv-dif.lo `test -f 'mxfdv-dif.c' || echo './'`mxfdv-dif.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstsdpelem_la-gstsdpelem.o .libs/libgstsdpelem_la-gstsdpsrc.o .libs/libgstsdpelem_la-gstsdpdemux.o   -Wl,--as-needed -lgstbase-1.0 -lgio-2.0 -lgstrtp-1.0 -lgstsdp-1.0 -lgstapp-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstsdpelem.so -o .libs/libgstsdpelem.so
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstsegmentclip.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstsegmentclip_la-gstsegmentclip.lo libgstsegmentclip_la-gstaudiosegmentclip.lo libgstsegmentclip_la-gstvideosegmentclip.lo libgstsegmentclip_la-plugin.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 
libtool: link: ( cd ".libs" && rm -f "libgstsdpelem.la" && ln -s "../libgstsdpelem.la" "libgstsdpelem.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/sdp'
/usr/bin/make -C smooth
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-dct4.lo `test -f 'dct4.c' || echo './'`dct4.c
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/smooth'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsmooth_la-gstsmooth.lo `test -f 'gstsmooth.c' || echo './'`gstsmooth.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-decoder.lo `test -f 'decoder.c' || echo './'`decoder.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-encoder.lo `test -f 'encoder.c' || echo './'`encoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfdv-dif.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfdv-dif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dct4.c  -fPIC -DPIC -o .libs/libgstsiren_la-dct4.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsmooth.c  -fPIC -DPIC -o .libs/libgstsmooth_la-gstsmooth.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c decoder.c  -fPIC -DPIC -o .libs/libgstsiren_la-decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c encoder.c  -fPIC -DPIC -o .libs/libgstsiren_la-encoder.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstsegmentclip_la-gstsegmentclip.o .libs/libgstsegmentclip_la-gstaudiosegmentclip.o .libs/libgstsegmentclip_la-gstvideosegmentclip.o .libs/libgstsegmentclip_la-plugin.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstsegmentclip.so -o .libs/libgstsegmentclip.so
libtool: link: ( cd ".libs" && rm -f "libgstsegmentclip.la" && ln -s "../libgstsegmentclip.la" "libgstsegmentclip.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/segmentclip'
/usr/bin/make -C speed
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/speed'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstspeed_la-gstspeed.lo `test -f 'gstspeed.c' || echo './'`gstspeed.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-huffman.lo `test -f 'huffman.c' || echo './'`huffman.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsiren_la-rmlt.lo `test -f 'rmlt.c' || echo './'`rmlt.c
/usr/bin/make -C subenc
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/subenc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsubenc_la-gstsrtenc.lo `test -f 'gstsrtenc.c' || echo './'`gstsrtenc.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsubenc_la-gstsubenc.lo `test -f 'gstsubenc.c' || echo './'`gstsubenc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstspeed.c  -fPIC -DPIC -o .libs/libgstspeed_la-gstspeed.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c huffman.c  -fPIC -DPIC -o .libs/libgstsiren_la-huffman.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c rmlt.c  -fPIC -DPIC -o .libs/libgstsiren_la-rmlt.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstsmooth.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstsmooth_la-gstsmooth.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsrtenc.c  -fPIC -DPIC -o .libs/libgstsubenc_la-gstsrtenc.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfalaw.lo `test -f 'mxfalaw.c' || echo './'`mxfalaw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsubenc.c  -fPIC -DPIC -o .libs/libgstsubenc_la-gstsubenc.o
/usr/bin/make -C stereo
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/stereo'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgststereo_la-gststereo.lo `test -f 'gststereo.c' || echo './'`gststereo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfalaw.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfalaw.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstsubenc_la-gstwebvttenc.lo `test -f 'gstwebvttenc.c' || echo './'`gstwebvttenc.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstsiren.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstsiren_la-gstsiren.lo libgstsiren_la-gstsirendec.lo libgstsiren_la-gstsirenenc.lo libgstsiren_la-common.lo libgstsiren_la-dct4.lo libgstsiren_la-decoder.lo libgstsiren_la-encoder.lo libgstsiren_la-huffman.lo libgstsiren_la-rmlt.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gststereo.c  -fPIC -DPIC -o .libs/libgststereo_la-gststereo.o
/usr/bin/make -C timecode
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/timecode'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsttimecode_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstsmooth_la-gstsmooth.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstsmooth.so -o .libs/libgstsmooth.so
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstspeed.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstspeed_la-gstspeed.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lgstaudio-1.0 
libtool: link: ( cd ".libs" && rm -f "libgstsmooth.la" && ln -s "../libgstsmooth.la" "libgstsmooth.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/smooth'
/usr/bin/make -C videofilters
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videofilters'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideofiltersbad_la-gstzebrastripe.lo `test -f 'gstzebrastripe.c' || echo './'`gstzebrastripe.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstwebvttenc.c  -fPIC -DPIC -o .libs/libgstsubenc_la-gstwebvttenc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgsttimecode_la-plugin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstzebrastripe.c  -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstzebrastripe.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideofiltersbad_la-gstscenechange.lo `test -f 'gstscenechange.c' || echo './'`gstscenechange.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgststereo.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgststereo_la-gststereo.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstsiren_la-gstsiren.o .libs/libgstsiren_la-gstsirendec.o .libs/libgstsiren_la-gstsirenenc.o .libs/libgstsiren_la-common.o .libs/libgstsiren_la-dct4.o .libs/libgstsiren_la-decoder.o .libs/libgstsiren_la-encoder.o .libs/libgstsiren_la-huffman.o .libs/libgstsiren_la-rmlt.o   -Wl,--as-needed -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstsiren.so -o .libs/libgstsiren.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstspeed_la-gstspeed.o   -Wl,--as-needed -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm -lgstaudio-1.0  -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstspeed.so -o .libs/libgstspeed.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfjpeg2000.lo `test -f 'mxfjpeg2000.c' || echo './'`mxfjpeg2000.c
libtool: link: ( cd ".libs" && rm -f "libgstsiren.la" && ln -s "../libgstsiren.la" "libgstsiren.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/siren'
/usr/bin/make -C videoparsers
libtool: link: ( cd ".libs" && rm -f "libgstspeed.la" && ln -s "../libgstspeed.la" "libgstspeed.la" )
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videoparsers'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/speed'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-h263parse.lo `test -f 'h263parse.c' || echo './'`h263parse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsttimecode_la-gsttimecodestamper.lo `test -f 'gsttimecodestamper.c' || echo './'`gsttimecodestamper.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstsubenc.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstsubenc_la-gstsrtenc.lo libgstsubenc_la-gstsubenc.lo libgstsubenc_la-gstwebvttenc.lo -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstscenechange.c  -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstscenechange.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfjpeg2000.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfjpeg2000.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gsth263parse.lo `test -f 'gsth263parse.c' || echo './'`gsth263parse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c plugin.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-plugin.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgststereo_la-gststereo.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstaudio-1.0  -pthread -g -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgststereo.so -o .libs/libgststereo.so
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c h263parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-h263parse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsttimecodestamper.c  -fPIC -DPIC -o .libs/libgsttimecode_la-gsttimecodestamper.o
libtool: link: ( cd ".libs" && rm -f "libgststereo.la" && ln -s "../libgststereo.la" "libgststereo.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/stereo'
/usr/bin/make -C videosignal
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videosignal'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideosignal_la-gstvideosignal.lo `test -f 'gstvideosignal.c' || echo './'`gstvideosignal.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstsubenc_la-gstsrtenc.o .libs/libgstsubenc_la-gstsubenc.o .libs/libgstsubenc_la-gstwebvttenc.o   -Wl,--as-needed -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstsubenc.so -o .libs/libgstsubenc.so
libtool: link: ( cd ".libs" && rm -f "libgstsubenc.la" && ln -s "../libgstsubenc.la" "libgstsubenc.la" )
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsth263parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth263parse.o
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/subenc'
/usr/bin/make -C vmnc
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/vmnc'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvmnc_la-vmncdec.lo `test -f 'vmncdec.c' || echo './'`vmncdec.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideofiltersbad_la-gstvideodiff.lo `test -f 'gstvideodiff.c' || echo './'`gstvideodiff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideosignal.c  -fPIC -DPIC -o .libs/libgstvideosignal_la-gstvideosignal.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstdiracparse.lo `test -f 'gstdiracparse.c' || echo './'`gstdiracparse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfd10.lo `test -f 'mxfd10.c' || echo './'`mxfd10.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsttimecode_la-gstavwait.lo `test -f 'gstavwait.c' || echo './'`gstavwait.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c vmncdec.c  -fPIC -DPIC -o .libs/libgstvmnc_la-vmncdec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideodiff.c  -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstvideodiff.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideosignal_la-gstvideoanalyse.lo `test -f 'gstvideoanalyse.c' || echo './'`gstvideoanalyse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstdiracparse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstdiracparse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfd10.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfd10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstavwait.c  -fPIC -DPIC -o .libs/libgsttimecode_la-gstavwait.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideoanalyse.c  -fPIC -DPIC -o .libs/libgstvideosignal_la-gstvideoanalyse.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-dirac_parse.lo `test -f 'dirac_parse.c' || echo './'`dirac_parse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideofiltersbad_la-gstvideofiltersbad.lo `test -f 'gstvideofiltersbad.c' || echo './'`gstvideofiltersbad.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gsth264parse.lo `test -f 'gsth264parse.c' || echo './'`gsth264parse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfup.lo `test -f 'mxfup.c' || echo './'`mxfup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c dirac_parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-dirac_parse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvideofiltersbad.c  -fPIC -DPIC -o .libs/libgstvideofiltersbad_la-gstvideofiltersbad.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstmpegvideoparse.lo `test -f 'gstmpegvideoparse.c' || echo './'`gstmpegvideoparse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideosignal_la-gstsimplevideomarkdetect.lo `test -f 'gstsimplevideomarkdetect.c' || echo './'`gstsimplevideomarkdetect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsth264parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth264parse.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstmpeg4videoparse.lo `test -f 'gstmpeg4videoparse.c' || echo './'`gstmpeg4videoparse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfup.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfup.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstvmnc.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstvmnc_la-vmncdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -I/usr/include/orc-0.4 -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstvideofiltersbad.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstvideofiltersbad_la-gstzebrastripe.lo libgstvideofiltersbad_la-gstscenechange.lo libgstvideofiltersbad_la-gstvideodiff.lo libgstvideofiltersbad_la-gstvideofiltersbad.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsimplevideomarkdetect.c  -fPIC -DPIC -o .libs/libgstvideosignal_la-gstsimplevideomarkdetect.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpegvideoparse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstmpegvideoparse.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgsttimecode.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgsttimecode_la-plugin.lo libgsttimecode_la-gsttimecodestamper.lo libgsttimecode_la-gstavwait.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstmpeg4videoparse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstmpeg4videoparse.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstvmnc_la-vmncdec.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstvmnc.so -o .libs/libgstvmnc.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstvideofiltersbad_la-gstzebrastripe.o .libs/libgstvideofiltersbad_la-gstscenechange.o .libs/libgstvideofiltersbad_la-gstvideodiff.o .libs/libgstvideofiltersbad_la-gstvideofiltersbad.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lorc-0.4 -lm  -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstvideofiltersbad.so -o .libs/libgstvideofiltersbad.so
libtool: link: ( cd ".libs" && rm -f "libgstvmnc.la" && ln -s "../libgstvmnc.la" "libgstvmnc.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/vmnc'
/usr/bin/make -C y4m
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/y4m'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgsty4mdec_la-gsty4mdec.lo `test -f 'gsty4mdec.c' || echo './'`gsty4mdec.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstmxf_la-mxfvc3.lo `test -f 'mxfvc3.c' || echo './'`mxfvc3.c
libtool: link: ( cd ".libs" && rm -f "libgstvideofiltersbad.la" && ln -s "../libgstvideofiltersbad.la" "libgstvideofiltersbad.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videofilters'
/usr/bin/make -C yadif
make[4]: Entering directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/yadif'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstyadif_la-gstyadif.lo `test -f 'gstyadif.c' || echo './'`gstyadif.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgsttimecode_la-plugin.o .libs/libgsttimecode_la-gsttimecodestamper.o .libs/libgsttimecode_la-gstavwait.o   -Wl,--as-needed -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lm  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgsttimecode.so -o .libs/libgsttimecode.so
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideosignal_la-gstsimplevideomark.lo `test -f 'gstsimplevideomark.c' || echo './'`gstsimplevideomark.c
libtool: link: ( cd ".libs" && rm -f "libgsttimecode.la" && ln -s "../libgsttimecode.la" "libgsttimecode.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/timecode'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstyadif_la-vf_yadif.lo `test -f 'vf_yadif.c' || echo './'`vf_yadif.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsty4mdec.c  -fPIC -DPIC -o .libs/libgsty4mdec_la-gsty4mdec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c mxfvc3.c  -fPIC -DPIC -o .libs/libgstmxf_la-mxfvc3.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstyadif.c  -fPIC -DPIC -o .libs/libgstyadif_la-gstyadif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstsimplevideomark.c  -fPIC -DPIC -o .libs/libgstvideosignal_la-gstsimplevideomark.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c vf_yadif.c  -fPIC -DPIC -o .libs/libgstyadif_la-vf_yadif.o
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstjpeg2000parse.lo `test -f 'gstjpeg2000parse.c' || echo './'`gstjpeg2000parse.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstyadif_la-yadif.lo `test -f 'yadif.c' || echo './'`yadif.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstpngparse.lo `test -f 'gstpngparse.c' || echo './'`gstpngparse.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstmxf.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstmxf_la-mxf.lo libgstmxf_la-mxful.lo libgstmxf_la-mxftypes.lo libgstmxf_la-mxfmetadata.lo libgstmxf_la-mxfessence.lo libgstmxf_la-mxfquark.lo libgstmxf_la-mxfmux.lo libgstmxf_la-mxfdemux.lo libgstmxf_la-mxfaes-bwf.lo libgstmxf_la-mxfmpeg.lo libgstmxf_la-mxfdv-dif.lo libgstmxf_la-mxfalaw.lo libgstmxf_la-mxfjpeg2000.lo libgstmxf_la-mxfd10.lo libgstmxf_la-mxfup.lo libgstmxf_la-mxfvc3.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gstvc1parse.lo `test -f 'gstvc1parse.c' || echo './'`gstvc1parse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstjpeg2000parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstjpeg2000parse.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstvideosignal.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstvideosignal_la-gstvideosignal.lo libgstvideosignal_la-gstvideoanalyse.lo libgstvideosignal_la-gstsimplevideomarkdetect.lo libgstvideosignal_la-gstsimplevideomark.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c yadif.c  -fPIC -DPIC -o .libs/libgstyadif_la-yadif.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstpngparse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstpngparse.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgsty4mdec.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgsty4mdec_la-gsty4mdec.lo -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gstvc1parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gstvc1parse.o
yadif_template.c: Assembler messages:
yadif_template.c:244: Error: `(%edx,%rax)' is not a valid base/index expression
yadif_template.c:246: Error: `(%edx,%r9)' is not a valid base/index expression
yadif_template.c:262: Error: `(%esi,%rax)' is not a valid base/index expression
yadif_template.c:264: Error: `(%esi,%r9)' is not a valid base/index expression
yadif_template.c:278: Error: `(%ecx,%rax)' is not a valid base/index expression
yadif_template.c:280: Error: `(%ecx,%r9)' is not a valid base/index expression
yadif_template.c:301: Error: `-1(%edx,%rax)' is not a valid base/index expression
yadif_template.c:302: Error: `-1(%edx,%r9)' is not a valid base/index expression
yadif_template.c:313: Error: `-2(%edx,%rax)' is not a valid base/index expression
yadif_template.c:314: Error: `0(%edx,%r9)' is not a valid base/index expression
yadif_template.c:344: Error: `-3(%edx,%rax)' is not a valid base/index expression
yadif_template.c:345: Error: `1(%edx,%r9)' is not a valid base/index expression
yadif_template.c:377: Error: `0(%edx,%rax)' is not a valid base/index expression
yadif_template.c:378: Error: `-2(%edx,%r9)' is not a valid base/index expression
yadif_template.c:408: Error: `1(%edx,%rax)' is not a valid base/index expression
yadif_template.c:409: Error: `-3(%edx,%r9)' is not a valid base/index expression
yadif_template.c:444: Error: `(%edx,%rax,2)' is not a valid base/index expression
yadif_template.c:446: Error: `(%ecx,%rax,2)' is not a valid base/index expression
yadif_template.c:448: Error: `(%edx,%r9,2)' is not a valid base/index expression
yadif_template.c:450: Error: `(%ecx,%r9,2)' is not a valid base/index expression
yadif_template.c:238: Error: `(%edx,%rax)' is not a valid base/index expression
yadif_template.c:240: Error: `(%edx,%r9)' is not a valid base/index expression
yadif_template.c:256: Error: `(%esi,%rax)' is not a valid base/index expression
yadif_template.c:258: Error: `(%esi,%r9)' is not a valid base/index expression
yadif_template.c:272: Error: `(%ecx,%rax)' is not a valid base/index expression
yadif_template.c:274: Error: `(%ecx,%r9)' is not a valid base/index expression
yadif_template.c:295: Error: `-1(%edx,%rax)' is not a valid base/index expression
yadif_template.c:296: Error: `-1(%edx,%r9)' is not a valid base/index expression
yadif_template.c:307: Error: `-2(%edx,%rax)' is not a valid base/index expression
yadif_template.c:308: Error: `0(%edx,%r9)' is not a valid base/index expression
yadif_template.c:338: Error: `-3(%edx,%rax)' is not a valid base/index expression
yadif_template.c:339: Error: `1(%edx,%r9)' is not a valid base/index expression
yadif_template.c:371: Error: `0(%edx,%rax)' is not a valid base/index expression
yadif_template.c:372: Error: `-2(%edx,%r9)' is not a valid base/index expression
yadif_template.c:402: Error: `1(%edx,%rax)' is not a valid base/index expression
yadif_template.c:403: Error: `-3(%edx,%r9)' is not a valid base/index expression
yadif_template.c:438: Error: `(%esi,%rax,2)' is not a valid base/index expression
yadif_template.c:440: Error: `(%edx,%rax,2)' is not a valid base/index expression
yadif_template.c:442: Error: `(%esi,%r9,2)' is not a valid base/index expression
yadif_template.c:444: Error: `(%edx,%r9,2)' is not a valid base/index expression
Makefile:871: recipe for target 'libgstyadif_la-yadif.lo' failed
make[4]: *** [libgstyadif_la-yadif.lo] Error 1
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/yadif'
Makefile:1037: recipe for target 'yadif' failed
make[3]: *** [yadif] Error 2
make[3]: *** Waiting for unfinished jobs....
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c -o libgstvideoparsersbad_la-gsth265parse.lo `test -f 'gsth265parse.c' || echo './'`gsth265parse.c
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstmxf_la-mxf.o .libs/libgstmxf_la-mxful.o .libs/libgstmxf_la-mxftypes.o .libs/libgstmxf_la-mxfmetadata.o .libs/libgstmxf_la-mxfessence.o .libs/libgstmxf_la-mxfquark.o .libs/libgstmxf_la-mxfmux.o .libs/libgstmxf_la-mxfdemux.o .libs/libgstmxf_la-mxfaes-bwf.o .libs/libgstmxf_la-mxfmpeg.o .libs/libgstmxf_la-mxfdv-dif.o .libs/libgstmxf_la-mxfalaw.o .libs/libgstmxf_la-mxfjpeg2000.o .libs/libgstmxf_la-mxfd10.o .libs/libgstmxf_la-mxfup.o .libs/libgstmxf_la-mxfvc3.o   -Wl,--as-needed -lgstvideo-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstmxf.so -o .libs/libgstmxf.so
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstvideosignal_la-gstvideosignal.o .libs/libgstvideosignal_la-gstvideoanalyse.o .libs/libgstvideosignal_la-gstsimplevideomarkdetect.o .libs/libgstvideosignal_la-gstsimplevideomark.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstvideosignal.so -o .libs/libgstvideosignal.so
libtool: link: ( cd ".libs" && rm -f "libgstvideosignal.la" && ln -s "../libgstvideosignal.la" "libgstvideosignal.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videosignal'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -fno-strict-aliasing -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs -g -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -c gsth265parse.c  -fPIC -DPIC -o .libs/libgstvideoparsersbad_la-gsth265parse.o
libtool: link: ( cd ".libs" && rm -f "libgstmxf.la" && ln -s "../libgstmxf.la" "libgstmxf.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/mxf'
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgsty4mdec_la-gsty4mdec.o   -Wl,--as-needed -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -g -pthread -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgsty4mdec.so -o .libs/libgsty4mdec.so
libtool: link: ( cd ".libs" && rm -f "libgsty4mdec.la" && ln -s "../libgsty4mdec.la" "libgsty4mdec.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/y4m'
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -DGST_USE_UNSTABLE_API -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnux32/glib-2.0/include  -DGST_USE_UNSTABLE_API -fno-strict-aliasing  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs   -g    -fvisibility=hidden -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec -g -O2 -fdebug-prefix-map=/tmp/buildd/gst-plugins-bad1.0-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-error -module -avoid-version -no-undefined -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -o libgstvideoparsersbad.la -rpath /usr/lib/x86_64-linux-gnux32/gstreamer-1.0 libgstvideoparsersbad_la-plugin.lo libgstvideoparsersbad_la-h263parse.lo libgstvideoparsersbad_la-gsth263parse.lo libgstvideoparsersbad_la-gstdiracparse.lo libgstvideoparsersbad_la-dirac_parse.lo libgstvideoparsersbad_la-gsth264parse.lo libgstvideoparsersbad_la-gstmpegvideoparse.lo libgstvideoparsersbad_la-gstmpeg4videoparse.lo libgstvideoparsersbad_la-gstjpeg2000parse.lo libgstvideoparsersbad_la-gstpngparse.lo libgstvideoparsersbad_la-gstvc1parse.lo libgstvideoparsersbad_la-gsth265parse.lo ../../gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgstvideoparsersbad_la-plugin.o .libs/libgstvideoparsersbad_la-h263parse.o .libs/libgstvideoparsersbad_la-gsth263parse.o .libs/libgstvideoparsersbad_la-gstdiracparse.o .libs/libgstvideoparsersbad_la-dirac_parse.o .libs/libgstvideoparsersbad_la-gsth264parse.o .libs/libgstvideoparsersbad_la-gstmpegvideoparse.o .libs/libgstvideoparsersbad_la-gstmpeg4videoparse.o .libs/libgstvideoparsersbad_la-gstjpeg2000parse.o .libs/libgstvideoparsersbad_la-gstpngparse.o .libs/libgstvideoparsersbad_la-gstvc1parse.o .libs/libgstvideoparsersbad_la-gsth265parse.o   -Wl,-rpath -Wl,/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst-libs/gst/codecparsers/.libs -Wl,--as-needed ../../gst-libs/gst/codecparsers/.libs/libgstcodecparsers-1.0.so -lgstpbutils-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0  -pthread -pthread -pthread -g -g -O2 -fstack-protector-strong -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,-O1   -pthread -Wl,-soname -Wl,libgstvideoparsersbad.so -o .libs/libgstvideoparsersbad.so
libtool: link: ( cd ".libs" && rm -f "libgstvideoparsersbad.la" && ln -s "../libgstvideoparsersbad.la" "libgstvideoparsersbad.la" )
make[4]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst/videoparsers'
make[3]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0/gst'
Makefile:952: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
Makefile:883: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/buildd/gst-plugins-bad1.0-1.14.0'
/usr/share/cdbs/1/class/makefile.mk:77: recipe for target 'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2
I: copying local configuration
E: Failed autobuilding of package
I: user script /var/cache/pbuilder/build/cow.20506/tmp/hooks/C80shell-jupp starting
I: Current time: Thu Mar 22 17:39:07 UTC 2018

Build failed. Trying to invoke a shell.

Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  ed jupp less mksh
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 277 kB/970 kB of archives.
After this operation, 2086 kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org/debian-ports unstable/main x32 ed x32 1.14.2-2 [59.3 kB]
Get:2 http://ftp.de.debian.org/debian-ports unstable/main x32 jupp x32 3.1.36-1 [218 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 277 kB in 0s (1101 kB/s)
Selecting previously unselected package less.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 43742 files and directories currently installed.)
Preparing to unpack .../archives/less_487-0.1_x32.deb ...
Unpacking less (487-0.1) ...
Selecting previously unselected package ed.
Preparing to unpack .../archives/ed_1.14.2-2_x32.deb ...
Unpacking ed (1.14.2-2) ...
Selecting previously unselected package jupp.
Preparing to unpack .../archives/jupp_3.1.36-1_x32.deb ...
Unpacking jupp (3.1.36-1) ...
Selecting previously unselected package mksh.
Preparing to unpack .../archives/mksh_56c-1_x32.deb ...
Unpacking mksh (56c-1) ...
Setting up less (487-0.1) ...
Processing triggers for mime-support (3.60) ...
Setting up ed (1.14.2-2) ...
Processing triggers for man-db (2.8.2-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up jupp (3.1.36-1) ...
update-alternatives: using /usr/bin/jupp to provide /usr/bin/editor (editor) in auto mode
Setting up mksh (56c-1) ...
update-alternatives: using /bin/mksh to provide /bin/ksh (ksh) in auto mode


More information about the pkg-gstreamer-maintainers mailing list