All of lore.kernel.org
 help / color / mirror / Atom feed
* [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
@ 2016-10-22 12:26 Karim ATIKI
  2016-10-22 15:16 ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 12:26 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

Hi all,


Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.


The underlying error seems to be:


| ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size


This function seems to come from bcm_host library.

Isn't it related to  RaspberryPi graphic libs ?


Should I add a specific dependency ?


Weird.


Karim



[-- Attachment #2: Type: text/html, Size: 1077 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 12:26 [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 Karim ATIKI
@ 2016-10-22 15:16 ` Karim ATIKI
  2016-10-22 15:26   ` Paul Barker
  2016-10-22 16:13   ` Khem Raj
  0 siblings, 2 replies; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 15:16 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe.


This function, graphics_get_display_size, comes from libbcm_host which seems to be present in sysroot.


In log.doconfigure i found:


checking for bcm_host_init in -lbcm_host... yes
checking bcm_host.h usability... yes
checking bcm_host.h presence... yes
checking for bcm_host.h... yes

So it seems that it found the necessary library.


However, in the logfile of the compile error, there is no "-lbcm_host" dependency at all.


Any idea to solve it ?


Karim



________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : samedi 22 octobre 2016 14:26
À : yocto
Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


Hi all,


Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.


The underlying error seems to be:


| ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size


This function seems to come from bcm_host library.

Isn't it related to  RaspberryPi graphic libs ?


Should I add a specific dependency ?


Weird.


Karim



[-- Attachment #2: Type: text/html, Size: 2554 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 15:16 ` Karim ATIKI
@ 2016-10-22 15:26   ` Paul Barker
  2016-10-22 16:21     ` Karim ATIKI
  2016-10-22 16:13   ` Khem Raj
  1 sibling, 1 reply; 13+ messages in thread
From: Paul Barker @ 2016-10-22 15:26 UTC (permalink / raw)
  To: Karim ATIKI; +Cc: yocto

On Sat, 22 Oct 2016 15:16:18 +0000
Karim ATIKI <karim_atiki@hotmail.com> wrote:

> Actually, it looks like the issue comes from gstreamer1.0-plugins-bad
> recipe.
> 
> 
> This function, graphics_get_display_size, comes from libbcm_host
> which seems to be present in sysroot.
> 
> 
> In log.doconfigure i found:
> 
> 
> checking for bcm_host_init in -lbcm_host... yes
> checking bcm_host.h usability... yes
> checking bcm_host.h presence... yes
> checking for bcm_host.h... yes
> 
> So it seems that it found the necessary library.
> 
> 
> However, in the logfile of the compile error, there is no
> "-lbcm_host" dependency at all.
> 
> 
> Any idea to solve it ?
> 

Could you post more of the compile log? It would be good to see the
full set of arguments being used for compiling/linking.

Thanks,
Paul


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 15:16 ` Karim ATIKI
  2016-10-22 15:26   ` Paul Barker
@ 2016-10-22 16:13   ` Khem Raj
  2016-10-22 16:19     ` Karim ATIKI
  1 sibling, 1 reply; 13+ messages in thread
From: Khem Raj @ 2016-10-22 16:13 UTC (permalink / raw)
  To: Karim ATIKI; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 1636 bytes --]


> On Oct 22, 2016, at 8:16 AM, Karim ATIKI <karim_atiki@hotmail.com> wrote:
> 
> Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe.
> 
> This function, graphics_get_display_size, comes from libbcm_host which seems to be present in sysroot.
> 
> In log.doconfigure i found:
> 
> checking for bcm_host_init in -lbcm_host... yes
> checking bcm_host.h usability... yes
> checking bcm_host.h presence... yes
> checking for bcm_host.h... yes
> 
> So it seems that it found the necessary library.
> 
> However, in the logfile of the compile error, there is no "-lbcm_host" dependency at all.
> 
> Any idea to solve it ?

Look at the packageconfig files from userland package and see if its exporting the right libraries in .pc files.

> 
> Karim
> 
> 
> 
> De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
> Envoyé : samedi 22 octobre 2016 14:26
> À : yocto
> Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
> 
> Hi all,
> 
> Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.
> 
> The underlying error seems to be:
> 
> | ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size
> 
> This function seems to come from bcm_host library.
> Isn't it related to  RaspberryPi graphic libs ?
> 
> Should I add a specific dependency ?
> 
> Weird.
> 
> Karim
> 
> 
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #1.2: Type: text/html, Size: 9664 bytes --]

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 16:13   ` Khem Raj
@ 2016-10-22 16:19     ` Karim ATIKI
  2016-10-22 17:03       ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 16:19 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5271 bytes --]

Khem,


I found the follwoing pc files, and bcm_host is found.



kai@odyssey:~/yocto/build-magnolia/tmp/work$ find . -name *.pc | grep userland
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/git/.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmglesv2.pc




________________________________
De : Khem Raj <raj.khem@gmail.com>
Envoyé : samedi 22 octobre 2016 18:13
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


On Oct 22, 2016, at 8:16 AM, Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>> wrote:

Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe.

This function, graphics_get_display_size, comes from libbcm_host which seems to be present in sysroot.

In log.doconfigure i found:


checking for bcm_host_init in -lbcm_host... yes
checking bcm_host.h usability... yes
checking bcm_host.h presence... yes
checking for bcm_host.h... yes

So it seems that it found the necessary library.

However, in the logfile of the compile error, there is no "-lbcm_host" dependency at all.

Any idea to solve it ?

Look at the packageconfig files from userland package and see if its exporting the right libraries in .pc files.


Karim



________________________________
De : yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> <yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>> de la part de Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>>
Envoyé : samedi 22 octobre 2016 14:26
À : yocto
Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

Hi all,

Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.

The underlying error seems to be:

| ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size

This function seems to come from bcm_host library.
Isn't it related to  RaspberryPi graphic libs ?

Should I add a specific dependency ?

Weird.

Karim


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 13408 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 15:26   ` Paul Barker
@ 2016-10-22 16:21     ` Karim ATIKI
  2016-11-02 11:03       ` Ionel Badisor
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 16:21 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 1124 bytes --]

Hi Paul,


the compile log file is attached with this mail.



________________________________
De : Paul Barker <paul@paulbarker.me.uk>
Envoyé : samedi 22 octobre 2016 17:26
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

On Sat, 22 Oct 2016 15:16:18 +0000
Karim ATIKI <karim_atiki@hotmail.com> wrote:

> Actually, it looks like the issue comes from gstreamer1.0-plugins-bad
> recipe.
>
>
> This function, graphics_get_display_size, comes from libbcm_host
> which seems to be present in sysroot.
>
>
> In log.doconfigure i found:
>
>
> checking for bcm_host_init in -lbcm_host... yes
> checking bcm_host.h usability... yes
> checking bcm_host.h presence... yes
> checking for bcm_host.h... yes
>
> So it seems that it found the necessary library.
>
>
> However, in the logfile of the compile error, there is no
> "-lbcm_host" dependency at all.
>
>
> Any idea to solve it ?
>

Could you post more of the compile log? It would be good to see the
full set of arguments being used for compiling/linking.

Thanks,
Paul

[-- Attachment #1.2: Type: text/html, Size: 2150 bytes --]

[-- Attachment #2: log.do_compile.2574 --]
[-- Type: application/octet-stream, Size: 21622 bytes --]

DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j 8
make  all-recursive
make[1]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build'
Making all in gst-libs
make[2]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs'
Making all in gst
make[3]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst'
make -C interfaces
make -C basecamerabinsrc
make -C codecparsers
make -C insertbin
make -C uridownloader
make -C mpegts
make -C base
make -C player
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/basecamerabinsrc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/basecamerabinsrc'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/interfaces'
make  all-am
make -C gl
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/insertbin'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/insertbin'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/uridownloader'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/uridownloader'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/base'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/base'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/mpegts'
make  all-am
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/codecparsers'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/codecparsers'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/player'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/player'
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/interfaces'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/interfaces'
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/interfaces'
make[4]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl'
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/mpegts'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/mpegts'
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/mpegts'
Making all in glprototypes
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/glprototypes'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/glprototypes'
Making all in dispmanx
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/dispmanx'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/dispmanx'
Making all in egl
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/egl'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/egl'
make[5]: Entering directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl'
PKG_CONFIG_PATH="../../../pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig" GI_SCANNER_DISABLE_CACHE=yes\
	GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no \
	CPPFLAGS="-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux" CFLAGS="-O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3= " LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed" CC="arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3" PKG_CONFIG="/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config" DLLTOOL="false" \
	/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/bin/g-ir-scanner-wrapper -v --namespace GstGL \
	--nsversion=1.0 \
	--identifier-prefix=Gst \
	--symbol-prefix=gst \
	--warn-all \
	--c-include "gst/gl/gl.h" \
	-I../../../../gst-plugins-bad-1.8.3/gst-libs \
	-I../../../gst-libs \
	-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include \
	 \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig" /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config --variable=girdir gstreamer-1.0` \
	--add-include-path=`PKG_CONFIG_PATH="../../../pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig" /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config --variable=girdir gstreamer-base-1.0` \
	--library=libgstgl-1.0.la \
	--include=Gst-1.0 \
	--include=GstBase-1.0 \
	--libtool="../../../arm-poky-linux-gnueabi-libtool" \
	--pkg gstreamer-1.0 \
	--pkg gstreamer-base-1.0 \
	--pkg gstreamer-video-1.0 \
	--pkg-export gstreamer-gl-1.0 \
	--add-init-section="extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);" \
	-DGST_USE_UNSTABLE_API \
	--output GstGL-1.0.gir \
	../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgldisplay.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcontext.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgldebug.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbasememory.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbuffer.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglmemory.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglmemorypbo.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbufferpool.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglfilter.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglformat.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbasefilter.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglshader.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglshaderstrings.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglsl.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglslstage.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcolorconvert.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglupload.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglapi.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglfeature.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglframebuffer.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglsyncmeta.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglviewconvert.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgloverlaycompositor.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglquery.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcontrolbindingproxy.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgl_fwd.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgl_enums.h ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gl.h \
	../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgldisplay.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcontext.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgldebug.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbasememory.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbuffer.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglmemory.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglmemorypbo.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbufferpool.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglfilter.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglformat.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglbasefilter.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglshader.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglshaderstrings.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglsl.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglslstage.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcolorconvert.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglupload.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglapi.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglfeature.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglframebuffer.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglsyncmeta.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglviewconvert.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstgloverlaycompositor.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglquery.c ../../../../gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglcontrolbindingproxy.c
g-ir-scanner: link: ../../../arm-poky-linux-gnueabi-libtool --mode=link --tag=CC arm-poky-linux-gnueabi-gcc -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/GstGL-1.0 -export-dynamic -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed tmp-introspectiz1tq54m/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/GstGL-1.0.o -L. libgstgl-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
arm-poky-linux-gnueabi-libtool: link: arm-poky-linux-gnueabi-gcc -march=armv7ve -marm -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/.libs/GstGL-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed tmp-introspectiz1tq54m/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/GstGL-1.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic  -L. ./.libs/libgstgl-1.0.so -lGLESv2 /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgstallocators-1.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgio-2.0.so -lz -lresolv /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgstvideo-1.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/liborc-0.4.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgstbase-1.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgstreamer-1.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgmodule-2.0.so -lm -lrt -ldl /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libgobject-2.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libffi.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libglib-2.0.so /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libpcre.so -lpthread -pthread
./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size'
collect2: error: ld returned 1 exit status
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglmemorypbo.c:832: Warning: GstGL: multiple comment blocks documenting 'gst_gl_memory_pbo_download_transfer:' identifier (already seen at gstglmemorypbo.c:798).
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglformat.c:350: Warning: GstGL: multiple comment blocks documenting 'gst_gl_texture_target_to_string:' identifier (already seen at gstglformat.c:329).
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.c:706: Warning: GstGL: "destroy" annotation needs one option, none given
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.c:732: Warning: GstGL: "destroy" annotation needs one option, none given
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.c:761: Warning: GstGL: "destroy" annotation needs one option, none given
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglwindow.c:790: Warning: GstGL: "destroy" annotation needs one option, none given
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:51: Warning: GstGL: symbol='CDCB': Unknown namespace for identifier 'CDCB'
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:61: Warning: GstGL: symbol='GLCB': missing parameter name; undocumentable
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:61: Warning: GstGL: symbol='GLCB': missing parameter name; undocumentable
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:61: Warning: GstGL: symbol='GLCB': missing parameter name; undocumentable
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:61: Warning: GstGL: symbol='GLCB': Skipping foreign identifier 'GLCB' from namespace GModule
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglutils.h:68: Warning: GstGL: symbol='GLCB_V2': Unknown namespace for symbol 'GLCB_V2'
gst-plugins-bad-1.8.3/gst-libs/gst/gl/gstglapi.h:36: Warning: GstGL: symbol='GL_GLEXT_PROTOTYPES': Unknown namespace for symbol 'GL_GLEXT_PROTOTYPES'
linking of temporary binary failed: Command '['../../../arm-poky-linux-gnueabi-libtool', '--mode=link', '--tag=CC', 'arm-poky-linux-gnueabi-gcc', '-march=armv7ve', '-marm', '-mfpu=neon-vfpv4', '-mfloat-abi=hard', '-mcpu=cortex-a7', '--sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3', '-o', '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/GstGL-1.0', '-export-dynamic', '-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads', '-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux', '-O2', '-pipe', '-g', '-feliminate-unused-debug-types', '-fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0', '-fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux=', '-fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=', '-Wl,-O1', '-Wl,--hash-style=gnu', '-Wl,--as-needed', 'tmp-introspectiz1tq54m/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl/tmp-introspectiz1tq54m/GstGL-1.0.o', '-L.', 'libgstgl-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']' returned non-zero exit status 1
Makefile:1665: recipe for target 'GstGL-1.0.gir' failed
make[5]: *** [GstGL-1.0.gir] Error 1
make[5]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl'
Makefile:1374: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst/gl'
Makefile:1063: recipe for target 'gl' failed
make[3]: *** [gl] Error 2
make[3]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs/gst'
Makefile:772: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build/gst-libs'
Makefile:948: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/build'
ERROR: oe_runmake failed
Makefile:877: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: Function failed: do_compile (log file is located at /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/temp/log.do_compile.2574)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 16:19     ` Karim ATIKI
@ 2016-10-22 17:03       ` Karim ATIKI
  2016-10-22 18:59         ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 17:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 5762 bytes --]

Hi Khem,


Furthermore, please find fattached the config.log of the gstreamer1.0-plugins-bad.

It looks like bcm_hoist is correctly detected thuogh.



Cheers,


Karim


________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : samedi 22 octobre 2016 18:19
À : Khem Raj
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


Khem,


I found the follwoing pc files, and bcm_host is found.



kai@odyssey:~/yocto/build-magnolia/tmp/work$ find . -name *.pc | grep userland
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/git/.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmglesv2.pc




________________________________
De : Khem Raj <raj.khem@gmail.com>
Envoyé : samedi 22 octobre 2016 18:13
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


On Oct 22, 2016, at 8:16 AM, Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>> wrote:

Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe.

This function, graphics_get_display_size, comes from libbcm_host which seems to be present in sysroot.

In log.doconfigure i found:


checking for bcm_host_init in -lbcm_host... yes
checking bcm_host.h usability... yes
checking bcm_host.h presence... yes
checking for bcm_host.h... yes

So it seems that it found the necessary library.

However, in the logfile of the compile error, there is no "-lbcm_host" dependency at all.

Any idea to solve it ?

Look at the packageconfig files from userland package and see if its exporting the right libraries in .pc files.


Karim



________________________________
De : yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> <yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>> de la part de Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>>
Envoyé : samedi 22 octobre 2016 14:26
À : yocto
Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

Hi all,

Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.

The underlying error seems to be:

| ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size

This function seems to come from bcm_host library.
Isn't it related to  RaspberryPi graphic libs ?

Should I add a specific dependency ?

Weird.

Karim


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #1.2: Type: text/html, Size: 14407 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: config.log --]
[-- Type: text/x-log; name="config.log", Size: 443397 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GStreamer Bad Plug-ins configure 1.8.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ../gst-plugins-bad-1.8.3/configure --build=x86_64-linux --host=arm-poky-linux-gnueabi --target=arm-poky-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --disable-gtk-doc --enable-introspection --disable-examples --enable-decklink --enable-dvb --enable-fbdev --enable-netsim --enable-shm --enable-vcd --disable-acm --disable-android_media --disable-apexsink --disable-apple_media --disable-avc --disable-bs2b --disable-chromaprint --disable-cocoa --disable-daala --disable-dc1394 --disable-direct3d --disable-directsound --disable-dts --disable-gme --disable-gsm --disable-kate --disable-ladspa --disable-libde265 --disable-libvisual --disable-linsys --disable-lv2 --disable-mimic --disable-mpeg2enc --disable-mplex --disable-musepack --disable-nas --disable-nvenc --disable-ofa --disable-openexr --disable-openh264 --disable-openjpeg --disable-openni2 --disable-opensles --disable-pvr --disable-qt --disable-sdl --disable-sdltest --disable-sndio --disable-soundtouch --disable-spandsp --disable-spc --disable-teletextdec --disable-timidity --disable-tinyalsa --disable-vdpau --disable-vulkan --disable-wasapi --disable-wildmidi --disable-wininet --disable-winks --disable-winscreencap --disable-x265 --disable-xvid --disable-zbar --disable-static --disable-assrender --enable-bluez --enable-bz2 --enable-curl --enable-dash --disable-debug --disable-directfb --enable-dtls --disable-egl --disable-faac --disable-faad --disable-flite --disable-fluidsynth --enable-gles2 --disable-gtk3 --enable-hls --with-hls-crypto=openssl --disable-libmms --disable-libssh2 --disable-modplug --enable-neon --disable-openal --disable-opencv --disable-opengl --disable-opus --enable-orc --disable-resindvd --enable-rsvg --disable-rtmp --enable-sbc --disable-schro --enable-smoothstreaming --enable-sndfile --disable-srtp --enable-uvch264 --disable-valgrind --disable-voaacenc --disable-voamrwbenc --disable-wayland --enable-webp --enable-nls CPPFLAGS=-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux

## --------- ##
## Platform. ##
## --------- ##

hostname = odyssey
uname -m = x86_64
uname -r = 3.16.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09)

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/kai/yocto/build-magnolia/tmp/sysroots-uninative/x86_64-linux/usr/bin
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/python3-native
PATH: /home/kai/yocto/poky-krogoth/scripts
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/bin/crossscripts
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/sbin
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/sbin
PATH: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/bin
PATH: /home/kai/yocto/poky-krogoth/scripts
PATH: /home/kai/yocto/poky-krogoth/bitbake/bin
PATH: /home/kai/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/endian-little
| ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
| ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
| 
| # libnet
| ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil}
| 
| # libmemcached
| ac_cv_c_endian=little
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/arm-common
| # general
| ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
| ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
| ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
| ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
| ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
| ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
| ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
| ac_cv_sctp=${ac_cv_sctp=no}
| 
| # bash
| ac_cv_c_long_double=${ac_cv_c_long_double=yes}
| bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
| 
| # coreutils
| utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
| 
| # cvs
| cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
| 
| # db (sleepycat)
| db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
| db_cv_sprintf_count=${db_cv_sprintf_count=yes}
| db_cv_align_t=${db_cv_align_t='unsigned long long'}
| db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
| 
| # D-BUS
| ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
| 
| # edb
| db_cv_spinlocks=${db_cv_spinlocks=no}
| 
| # ettercap
| ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
| 
| # fget
| compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
| compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
| compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
| 
| # fnmatch
| ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
| 
| # gettext
| am_cv_func_working_getline=${am_cv_func_working_getline=yes}
| 
| # glib
| glib_cv_stack_grows=${glib_cv_stack_grows=no}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
| glib_cv_has__inline=${glib_cv_has__inline=yes}
| glib_cv_has__inline__=${glib_cv_has__inline__=yes}
| glib_cv_hasinline=${glib_cv_hasinline=yes}
| glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
| glib_cv_uscore=${glib_cv_uscore=no}
| glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
| glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
| glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
| glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
| glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
| 
| # glib-2.0
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
| 
| #gstreamer
| as_cv_unaligned_access=${as_cv_unaligned_access=no}
| 
| # httppc
| ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
| 
| # lftp
| ac_cv_need_trio=${ac_cv_need_trio=no}
| lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
| 
| # libesmtp
| acx_working_snprintf=${acx_working_snprintf=yes}
| 
| # libidl
| libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
| 
| # libnet 
| ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
| 
| # libpcap
| ac_cv_linux_vers=${ac_cv_linux_vers=2}
| 
| # libxfce4util
| with_broken_putenv=${with_broken_putenv=no}
| 
| # links
| ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
| 
| # mysql
| mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
| mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
| 
| # nano
| ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
| nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
| 
| # php
| ac_cv_pread=${ac_cv_pread=no}
| ac_cv_pwrite=${ac_cv_pwrite=no}
| php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
| 
| # rsync
| rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
| rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
| rsync_cv_HAVE_LONGLONG=${rsync_cv_HAVE_LONGLONG=yes}
| rsync_cv_HAVE_OFF64_T=${rsync_cv_HAVE_OFF64_T=no}
| rsync_cv_HAVE_SHORT_INO_T=${rsync_cv_HAVE_SHORT_INO_T=no}
| rsync_cv_HAVE_UNSIGNED_CHAR=${rsync_cv_HAVE_UNSIGNED_CHAR=no}
| rsync_cv_HAVE_BROKEN_READDIR=${rsync_cv_HAVE_BROKEN_READDIR=no}
| rsync_cv_HAVE_GETTIMEOFDAY_TZ=${rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
| rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
| rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
| 
| # screen
| screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
| screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
| screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
| screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
| screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
| screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
| screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
| screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
| screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
| 
| # slrn
| slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
| 
| # socat
| ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
| sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
| 
| # ssh
| ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
| ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
| ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
| ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
| ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
| 
| # startup-notification
| lf_cv_sane_realloc=yes
| 
| # xffm
| jm_cv_func_working_readdir=yes
| 
| # evolution-data-server
| ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
| 
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/arm-32
| # definitions assuming 32-bit arm architecture
| 
| # apache
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
| 
| # glib
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| 
| # glib-2.0
| glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
| glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
| glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
| glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
| ac_cv_alignof_guint32=4
| ac_cv_alignof_guint64=8
| ac_cv_alignof_unsigned_long=4
| 
| # jikes
| ac_cv_sizeof_wchar_t=4
| 
| # ORBit2
| ac_cv_alignof_CORBA_boolean=1
| ac_cv_alignof_CORBA_char=1
| ac_cv_alignof_CORBA_double=8
| ac_cv_alignof_CORBA_float=4
| ac_cv_alignof_CORBA_long=4
| ac_cv_alignof_CORBA_long_double=8
| ac_cv_alignof_CORBA_long_long=8
| ac_cv_alignof_CORBA_octet=1
| ac_cv_alignof_CORBA_pointer=4
| ac_cv_alignof_CORBA_short=2
| ac_cv_alignof_CORBA_struct=1
| ac_cv_alignof_CORBA_wchar=2
| 
| # at-spi2-core
| ac_cv_alignof_char=1
| ac_cv_alignof_dbind_pointer=4
| ac_cv_alignof_dbind_struct=1
| ac_cv_alignof_dbus_bool_t=4
| ac_cv_alignof_dbus_int16_t=2
| ac_cv_alignof_dbus_int32_t=4
| ac_cv_alignof_dbus_int64_t=8
| ac_cv_alignof_double=8
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/common-linux
| # gettext - these add sleep delays otherwise
| gl_cv_func_sleep_works=${gl_cv_func_sleep_works=yes}
| gl_cv_header_working_fcntl_h=${gl_cv_header_working_fcntl_h=yes}
| 
| # apr
| ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
| ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
| ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
| apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
| apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
| 
| # samba
| samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
| samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
| samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
| samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
| 
| # db
| db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
| db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
| db_cv_path_cp=${db_cv_path_cp=/bin/cp}
| db_cv_path_ln=${db_cv_path_ln=/bin/ln}
| db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
| db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
| db_cv_path_rm=${db_cv_path_rm=/bin/rm}
| db_cv_path_sh=${db_cv_path_sh=/bin/sh}
| db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
| 
| # bash
| bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
| bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
| bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
| bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
| bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
| bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
| bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
| bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
| bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
| bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
| bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
| bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
| bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
| bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
| 
| # ccache
| hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes}
| hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
| 
| # coreutils
| gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
| 
| # mysql
| ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
| ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
| 
| # TCL
| tcl_cv_api_serial=${tcl_cv_api_serial=termios}
| 
| # python
| ac_cv_have_long_long_format=yes
| 
| # apache
| ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
| 
| # rsync
| rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/common-glibc
| # general
| ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
| ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
| ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
| ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
| ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
| ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
| ac_cv_func_getpgrp_void=yes
| ac_cv_func_setpgrp_void=yes
| ac_cv_func_setgrent_void=yes
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
| ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
| ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| 
| # bash
| bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
| bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
| bash_cv_getcwd_malloc=${bash_cv_getcwd_malloc=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| # coreutils
| fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
| 
| # glib
| glib_cv_strlcpy=${glib_cv_strlcpy=no}
| ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
| ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
| ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
| glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
| glib_cv_long_long_format=${glib_cv_long_long_format=ll}
| # glib-1.x requires this and pkgconfig-native / pkgconfig-nativesdk use
| # that to avoid a dependency loop.
| glib_cv___va_copy=${glib_cv___va_copy=yes}
| glib_cv_va_copy=${glib_cv_va_copy=yes}
| glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
| 
| #dbus-glib
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # gnucash
| am_cv_scanf_lld=${am_cv_scanf_lld=yes}
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| #gcc-zlib
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| 
| # squid
| ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| ac_cv_epoll_works=${ac_cv_epoll_works=yes}
| 
| ac_cv_check_sjlj=ssjlj
| 
| # m4
| gt_cv_locale_fr=${gt_cv_locale_fr=fr_FR}
| gl_cv_func_btowc_eof=${gl_cv_func_btowc_eof=yes}
| gl_cv_func_wcrtomb_retval=${gl_cv_func_wcrtomb_retval=yes}
| gl_cv_func_wctob_works=${gl_cv_func_wctob_works=yes}
| gl_cv_func_mbrtowc_incomplete_state=${gl_cv_func_mbrtowc_incomplete_state=yes}
| gl_cv_func_mbrtowc_sanitycheck=${gl_cv_func_mbrtowc_sanitycheck=yes}
| gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
| gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
| gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
| 
| # va_copy and _va_copy
| ac_cv_va_copy=${ac_cv_va_copy=yes}
| ac_cv___va_copy=${ac_cv___va_copy=yes}
| ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
| ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
| 
| # Xorg
| xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/arm-linux
| ac_cv_func_setvbuf_reversed=no
| ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
| ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| 
| ac_cv_uchar=${ac_cv_uchar=no}
| ac_cv_uint=${ac_cv_uint=yes}
| ac_cv_ulong=${ac_cv_ulong=yes}
| ac_cv_ushort=${ac_cv_ushort=yes}
| ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
| 
| # samba
| samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=${samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes}
| samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no}
| samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
| samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
| samba_cv_HAVE_BROKEN_LINUX_SENDFILE=${samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes}
| samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
| samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
| samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
| samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
| samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
| samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
| samba_cv_HAVE_DQB_FSOFTLIMIT=${samba_cv_HAVE_DQB_FSOFTLIMIT=no}
| samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes}
| samba_cv_HAVE_FAM_H=${samba_cv_HAVE_FAM_H=no}
| samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
| samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
| samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
| samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
| samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
| samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
| samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
| samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
| samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
| samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
| samba_cv_HAVE_NATIVE_ICONV=${samba_cv_HAVE_NATIVE_ICONV=yes}
| samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
| samba_cv_HAVE_ROOT=${samba_cv_HAVE_ROOT=yes}
| samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=${samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no}
| samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
| samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
| samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
| samba_cv_HAVE_SOCK_SIN_LEN=${samba_cv_HAVE_SOCK_SIN_LEN=no}
| samba_cv_HAVE_STAT_ST_BLKSIZE=${samba_cv_HAVE_STAT_ST_BLKSIZE=yes}
| samba_cv_HAVE_STAT_ST_BLOCKS=${samba_cv_HAVE_STAT_ST_BLOCKS=yes}
| samba_cv_HAVE_STRUCT_DIR64=${samba_cv_HAVE_STRUCT_DIR64=no}
| samba_cv_HAVE_STRUCT_DIRENT64=${samba_cv_HAVE_STRUCT_DIRENT64=yes}
| samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
| samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
| samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no}
| samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
| samba_cv_HAVE_UTIMBUF=${samba_cv_HAVE_UTIMBUF=yes}
| samba_cv_HAVE_UT_UT_ADDR=${samba_cv_HAVE_UT_UT_ADDR=yes}
| samba_cv_HAVE_UT_UT_EXIT=${samba_cv_HAVE_UT_UT_EXIT=yes}
| samba_cv_HAVE_UT_UT_HOST=${samba_cv_HAVE_UT_UT_HOST=yes}
| samba_cv_HAVE_UT_UT_ID=${samba_cv_HAVE_UT_UT_ID=yes}
| samba_cv_HAVE_UT_UT_NAME=${samba_cv_HAVE_UT_UT_NAME=yes}
| samba_cv_HAVE_UT_UT_PID=${samba_cv_HAVE_UT_UT_PID=yes}
| samba_cv_HAVE_UT_UT_TIME=${samba_cv_HAVE_UT_UT_TIME=yes}
| samba_cv_HAVE_UT_UT_TV=${samba_cv_HAVE_UT_UT_TV=yes}
| samba_cv_HAVE_UT_UT_TYPE=${samba_cv_HAVE_UT_UT_TYPE=yes}
| samba_cv_HAVE_UT_UT_USER=${samba_cv_HAVE_UT_UT_USER=yes}
| samba_cv_HAVE_UX_UT_SYSLEN=${samba_cv_HAVE_UX_UT_SYSLEN=no}
| samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
| samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
| samba_cv_HAVE_Werror=${samba_cv_HAVE_Werror=yes}
| samba_cv_PUTUTLINE_RETURNS_UTMP=${samba_cv_PUTUTLINE_RETURNS_UTMP=yes}
| samba_cv_QUOTA_WORKS=${samba_cv_QUOTA_WORKS=yes}
| samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
| samba_cv_REPLACE_GETPASS=${samba_cv_REPLACE_GETPASS=yes}
| samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
| samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
| samba_cv_RUN_QUOTA_TESTS=${samba_cv_RUN_QUOTA_TESTS=yes}
| samba_cv_SEEKDIR_RETURNS_VOID=${samba_cv_SEEKDIR_RETURNS_VOID=yes}
| samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
| samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
| samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
| samba_cv_SYSCONF_SC_NGROUPS_MAX=${samba_cv_SYSCONF_SC_NGROUPS_MAX=yes}
| samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=${samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes}
| samba_cv_SYSCONF_SC_NPROC_ONLN=${samba_cv_SYSCONF_SC_NPROC_ONLN=no}
| samba_cv_SYSCONF_SC_PAGESIZE=${samba_cv_SYSCONF_SC_PAGESIZE=yes}
| samba_cv_SYSQUOTA_FOUND=${samba_cv_SYSQUOTA_FOUND=yes}
| samba_cv_SYSQUOTA_WORKS=${samba_cv_SYSQUOTA_WORKS=yes}
| samba_cv_SYSQUOTA_WORKS_XFS=${samba_cv_SYSQUOTA_WORKS_XFS=yes}
| samba_cv_TRY_QUOTAS=${samba_cv_TRY_QUOTAS=no}
| samba_cv_TRY_SYS_QUOTAS=${samba_cv_TRY_SYS_QUOTAS=yes}
| samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
| samba_cv_WE_USE_SYS_QUOTAS=${samba_cv_WE_USE_SYS_QUOTAS=yes}
| samba_cv_WITH_AFS=${samba_cv_WITH_AFS=no}
| samba_cv_WITH_FAKE_KASERVER=${samba_cv_WITH_FAKE_KASERVER=no}
| samba_cv_WITH_QUOTAS=${samba_cv_WITH_QUOTAS=auto}
| samba_cv_WITH_SYS_QUOTAS=${samba_cv_WITH_SYS_QUOTAS=auto}
| samba_cv_WITH_VFS_AFSACL=${samba_cv_WITH_VFS_AFSACL=no}
| samba_cv_compiler_supports_ll=${samba_cv_compiler_supports_ll=yes}
| samba_cv_found_xfs_header=${samba_cv_found_xfs_header=yes}
| samba_cv_have_longlong=${samba_cv_have_longlong=yes}
| samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
| samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
| samba_cv_immediate_structures=${samba_cv_immediate_structures=yes}
| samba_cv_optimize_out_funcation_calls=${samba_cv_optimize_out_funcation_calls=yes}
| samba_cv_sig_atomic_t=${samba_cv_sig_atomic_t=yes}
| samba_cv_socklen_t=${samba_cv_socklen_t=yes}
| samba_cv_struct_timespec=${samba_cv_struct_timespec=yes}
| samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_linux.c}
| samba_cv_unixsocket=${samba_cv_unixsocket=yes}
| samba_cv_volatile=${samba_cv_volatile=yes}
| 
| #older sambe defines
| samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
| samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
| samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
| samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
| 
| # clamav
| clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
| clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
| clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
| ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
| 
| #dbus
| ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
| 
| # lftp
| ac_cv_file___dev_ptc_=yes
| 
| # guile
| ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
| 
| # gnet
| ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
| ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
| gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta/site/common
| # libelf
| mr_cv_target_elf=${mr_cv_target_elf=yes}
| 
| # Normally kernels have /dev/random enabled
| ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
| 
| # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
| # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
| sudo_cv_func_unsetenv_void=no
| 
| # shadow dir info, to avoid searching build system
| shadow_cv_maildir=${localstatedir}/spool/mail
| shadow_cv_mailfile=Mailbox
| shadow_cv_utmpdir=${localstatedir}/run
| shadow_cv_logdir=${localstatedir}/log
| shadow_cv_passwd_dir=${bindir}
| 
| # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
| ac_cv_buggy_getaddrinfo=no
| 
| ac_cv_path_SED=sed
configure:4622: loading site script /home/kai/yocto/poky-krogoth/meta-openembedded/meta-oe/site/endian-little
| # rp-pppoe
| rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
configure:4622: loading site script /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/aclocal-copy/ncurses_config
| ac_cv_header_X=${ac_cv_header_X=no}
| ac_cv_header__CC=${ac_cv_header__CC=no}
| ac_cv_header__CFLAGS=${ac_cv_header__CFLAGS=no}
| ac_cv_header__CPPFLAGS=${ac_cv_header__CPPFLAGS=no}
| ac_cv_header___5=${ac_cv_header___5=no}
| ac_cv_header__c=${ac_cv_header__c=no}
| ac_cv_header_conftest__ac_ext=${ac_cv_header_conftest__ac_ext=no}
| ac_cv_header_curses_h=${ac_cv_header_curses_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_ncurses_curses_h=${ac_cv_header_ncurses_curses_h=no}
| ac_cv_header_ncurses_h=${ac_cv_header_ncurses_h=yes}
| ac_cv_header_ncurses_termcap_h=${ac_cv_header_ncurses_termcap_h=no}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
configure:4622: loading site script /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/aclocal-copy/glibc_config
| ac_cv_func___adjtimex=${ac_cv_func___adjtimex=yes}
| ac_cv_func___argz_count=${ac_cv_func___argz_count=yes}
| ac_cv_func___argz_next=${ac_cv_func___argz_next=yes}
| ac_cv_func___argz_stringify=${ac_cv_func___argz_stringify=yes}
| ac_cv_func___fpending=${ac_cv_func___fpending=yes}
| ac_cv_func___fsetlocking=${ac_cv_func___fsetlocking=yes}
| ac_cv_func___progname=${ac_cv_func___progname=yes}
| ac_cv_func___secure_getenv=${ac_cv_func___secure_getenv=no}
| ac_cv_func__obstack_free=${ac_cv_func__obstack_free=yes}
| ac_cv_func__setjmp=${ac_cv_func__setjmp=yes}
| ac_cv_func__sys_siglist=${ac_cv_func__sys_siglist=yes}
| ac_cv_func_a64l=${ac_cv_func_a64l=yes}
| ac_cv_func_abs=${ac_cv_func_abs=yes}
| ac_cv_func_access=${ac_cv_func_access=yes}
| ac_cv_func_alarm=${ac_cv_func_alarm=yes}
| ac_cv_func_alphasort=${ac_cv_func_alphasort=yes}
| ac_cv_func_argz_append=${ac_cv_func_argz_append=yes}
| ac_cv_func_argz_create_sep=${ac_cv_func_argz_create_sep=yes}
| ac_cv_func_argz_insert=${ac_cv_func_argz_insert=yes}
| ac_cv_func_argz_next=${ac_cv_func_argz_next=yes}
| ac_cv_func_argz_stringify=${ac_cv_func_argz_stringify=yes}
| ac_cv_func_asprintf=${ac_cv_func_asprintf=yes}
| ac_cv_func_atexit=${ac_cv_func_atexit=yes}
| ac_cv_func_atof=${ac_cv_func_atof=yes}
| ac_cv_func_atoi=${ac_cv_func_atoi=yes}
| ac_cv_func_bcmp=${ac_cv_func_bcmp=yes}
| ac_cv_func_bcopy=${ac_cv_func_bcopy=yes}
| ac_cv_func_bind_textdomain_codeset=${ac_cv_func_bind_textdomain_codeset=yes}
| ac_cv_func_bindresvport=${ac_cv_func_bindresvport=yes}
| ac_cv_func_btowc=${ac_cv_func_btowc=yes}
| ac_cv_func_bzero=${ac_cv_func_bzero=yes}
| ac_cv_func_calloc=${ac_cv_func_calloc=yes}
| ac_cv_func_canonicalize_file_name=${ac_cv_func_canonicalize_file_name=yes}
| ac_cv_func_catgets=${ac_cv_func_catgets=yes}
| ac_cv_func_cfgetospeed=${ac_cv_func_cfgetospeed=yes}
| ac_cv_func_cfsetispeed=${ac_cv_func_cfsetispeed=yes}
| ac_cv_func_cfsetspeed=${ac_cv_func_cfsetspeed=yes}
| ac_cv_func_chmod=${ac_cv_func_chmod=yes}
| ac_cv_func_chown=${ac_cv_func_chown=yes}
| ac_cv_func_chroot=${ac_cv_func_chroot=yes}
| ac_cv_func_clock=${ac_cv_func_clock=yes}
| ac_cv_func_close=${ac_cv_func_close=yes}
| ac_cv_func_closedir=${ac_cv_func_closedir=yes}
| ac_cv_func_closelog=${ac_cv_func_closelog=yes}
| ac_cv_func_confstr=${ac_cv_func_confstr=yes}
| ac_cv_func_connect=${ac_cv_func_connect=yes}
| ac_cv_func_daemon=${ac_cv_func_daemon=yes}
| ac_cv_func_dcgettext=${ac_cv_func_dcgettext=yes}
| ac_cv_func_difftime=${ac_cv_func_difftime=yes}
| ac_cv_func_dirfd=${ac_cv_func_dirfd=yes}
| ac_cv_func_dirname=${ac_cv_func_dirname=yes}
| ac_cv_func_dngettext=${ac_cv_func_dngettext=yes}
| ac_cv_func_dup2=${ac_cv_func_dup2=yes}
| ac_cv_func_ecvt=${ac_cv_func_ecvt=yes}
| ac_cv_func_endgrent=${ac_cv_func_endgrent=yes}
| ac_cv_func_endmntent=${ac_cv_func_endmntent=yes}
| ac_cv_func_endpwent=${ac_cv_func_endpwent=yes}
| ac_cv_func_endutent=${ac_cv_func_endutent=yes}
| ac_cv_func_endutxent=${ac_cv_func_endutxent=yes}
| ac_cv_func_epoll_ctl=${ac_cv_func_epoll_ctl=yes}
| ac_cv_func_err=${ac_cv_func_err=yes}
| ac_cv_func_ether_hostton=${ac_cv_func_ether_hostton=yes}
| ac_cv_func_ether_ntohost=${ac_cv_func_ether_ntohost=yes}
| ac_cv_func_euidaccess=${ac_cv_func_euidaccess=yes}
| ac_cv_func_execv=${ac_cv_func_execv=yes}
| ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
| ac_cv_func_fchmod=${ac_cv_func_fchmod=yes}
| ac_cv_func_fchmodat=${ac_cv_func_fchmodat=yes}
| ac_cv_func_fchown=${ac_cv_func_fchown=yes}
| ac_cv_func_fchownat=${ac_cv_func_fchownat=yes}
| ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
| ac_cv_func_fcvt=${ac_cv_func_fcvt=yes}
| ac_cv_func_fdatasync=${ac_cv_func_fdatasync=yes}
| ac_cv_func_fdopendir=${ac_cv_func_fdopendir=yes}
| ac_cv_func_feof_unlocked=${ac_cv_func_feof_unlocked=yes}
| ac_cv_func_fgets_unlocked=${ac_cv_func_fgets_unlocked=yes}
| ac_cv_func_fgetxattr=${ac_cv_func_fgetxattr=yes}
| ac_cv_func_finite=${ac_cv_func_finite=yes}
| ac_cv_func_flistxattr=${ac_cv_func_flistxattr=yes}
| ac_cv_func_flock=${ac_cv_func_flock=yes}
| ac_cv_func_flockfile=${ac_cv_func_flockfile=yes}
| ac_cv_func_fnmatch=${ac_cv_func_fnmatch=yes}
| ac_cv_func_fork=${ac_cv_func_fork=yes}
| ac_cv_func_fpathconf=${ac_cv_func_fpathconf=yes}
| ac_cv_func_fprintf=${ac_cv_func_fprintf=yes}
| ac_cv_func_free=${ac_cv_func_free=yes}
| ac_cv_func_freeaddrinfo=${ac_cv_func_freeaddrinfo=yes}
| ac_cv_func_freeifaddrs=${ac_cv_func_freeifaddrs=yes}
| ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
| ac_cv_func_fsetxattr=${ac_cv_func_fsetxattr=yes}
| ac_cv_func_fstat64=${ac_cv_func_fstat64=yes}
| ac_cv_func_fstat=${ac_cv_func_fstat=yes}
| ac_cv_func_fstatfs=${ac_cv_func_fstatfs=yes}
| ac_cv_func_fsync=${ac_cv_func_fsync=yes}
| ac_cv_func_ftello=${ac_cv_func_ftello=yes}
| ac_cv_func_ftime=${ac_cv_func_ftime=yes}
| ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
| ac_cv_func_funlockfile=${ac_cv_func_funlockfile=yes}
| ac_cv_func_futimes=${ac_cv_func_futimes=yes}
| ac_cv_func_futimesat=${ac_cv_func_futimesat=yes}
| ac_cv_func_gai_strerror=${ac_cv_func_gai_strerror=yes}
| ac_cv_func_gcvt=${ac_cv_func_gcvt=yes}
| ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
| ac_cv_func_getc_unlocked=${ac_cv_func_getc_unlocked=yes}
| ac_cv_func_getcwd=${ac_cv_func_getcwd=yes}
| ac_cv_func_getdelim=${ac_cv_func_getdelim=yes}
| ac_cv_func_getdomainname=${ac_cv_func_getdomainname=yes}
| ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize=yes}
| ac_cv_func_getegid=${ac_cv_func_getegid=yes}
| ac_cv_func_getenv=${ac_cv_func_getenv=yes}
| ac_cv_func_geteuid=${ac_cv_func_geteuid=yes}
| ac_cv_func_getgid=${ac_cv_func_getgid=yes}
| ac_cv_func_getgrent=${ac_cv_func_getgrent=yes}
| ac_cv_func_getgrent_r=${ac_cv_func_getgrent_r=yes}
| ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
| ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
| ac_cv_func_getgrnam_r=${ac_cv_func_getgrnam_r=yes}
| ac_cv_func_getgrouplist=${ac_cv_func_getgrouplist=yes}
| ac_cv_func_getgroups=${ac_cv_func_getgroups=yes}
| ac_cv_func_gethostbyaddr_r=${ac_cv_func_gethostbyaddr_r=yes}
| ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
| ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes}
| ac_cv_func_gethostbyname_r=${ac_cv_func_gethostbyname_r=yes}
| ac_cv_func_gethostent=${ac_cv_func_gethostent=yes}
| ac_cv_func_gethostid=${ac_cv_func_gethostid=yes}
| ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
| ac_cv_func_getifaddrs=${ac_cv_func_getifaddrs=yes}
| ac_cv_func_getline=${ac_cv_func_getline=yes}
| ac_cv_func_getloadavg=${ac_cv_func_getloadavg=yes}
| ac_cv_func_getmntent=${ac_cv_func_getmntent=yes}
| ac_cv_func_getmsg=${ac_cv_func_getmsg=no}
| ac_cv_func_getnameinfo=${ac_cv_func_getnameinfo=yes}
| ac_cv_func_getnetbyaddr_r=${ac_cv_func_getnetbyaddr_r=yes}
| ac_cv_func_getnetgrent_r=${ac_cv_func_getnetgrent_r=yes}
| ac_cv_func_getopt=${ac_cv_func_getopt=yes}
| ac_cv_func_getopt_long=${ac_cv_func_getopt_long=yes}
| ac_cv_func_getopt_long_only=${ac_cv_func_getopt_long_only=yes}
| ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
| ac_cv_func_getpass=${ac_cv_func_getpass=yes}
| ac_cv_func_getpeername=${ac_cv_func_getpeername=yes}
| ac_cv_func_getpgrp=${ac_cv_func_getpgrp=yes}
| ac_cv_func_getpid=${ac_cv_func_getpid=yes}
| ac_cv_func_getppid=${ac_cv_func_getppid=yes}
| ac_cv_func_getprotoent_r=${ac_cv_func_getprotoent_r=yes}
| ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
| ac_cv_func_getpwent_r=${ac_cv_func_getpwent_r=yes}
| ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
| ac_cv_func_getpwnam_r=${ac_cv_func_getpwnam_r=yes}
| ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
| ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
| ac_cv_func_getresuid=${ac_cv_func_getresuid=yes}
| ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
| ac_cv_func_getrusage=${ac_cv_func_getrusage=yes}
| ac_cv_func_getservbyname=${ac_cv_func_getservbyname=yes}
| ac_cv_func_getservbyname_r=${ac_cv_func_getservbyname_r=yes}
| ac_cv_func_getservbyport_r=${ac_cv_func_getservbyport_r=yes}
| ac_cv_func_getservent=${ac_cv_func_getservent=yes}
| ac_cv_func_getservent_r=${ac_cv_func_getservent_r=yes}
| ac_cv_func_getspnam=${ac_cv_func_getspnam=yes}
| ac_cv_func_getspnam_r=${ac_cv_func_getspnam_r=yes}
| ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
| ac_cv_func_getttyent=${ac_cv_func_getttyent=yes}
| ac_cv_func_getttynam=${ac_cv_func_getttynam=yes}
| ac_cv_func_getuid=${ac_cv_func_getuid=yes}
| ac_cv_func_getusershell=${ac_cv_func_getusershell=yes}
| ac_cv_func_getutent=${ac_cv_func_getutent=yes}
| ac_cv_func_getutid=${ac_cv_func_getutid=yes}
| ac_cv_func_getutline=${ac_cv_func_getutline=yes}
| ac_cv_func_getutmp=${ac_cv_func_getutmp=yes}
| ac_cv_func_getutmpx=${ac_cv_func_getutmpx=yes}
| ac_cv_func_getutxent=${ac_cv_func_getutxent=yes}
| ac_cv_func_getutxid=${ac_cv_func_getutxid=yes}
| ac_cv_func_getutxline=${ac_cv_func_getutxline=yes}
| ac_cv_func_getwd=${ac_cv_func_getwd=yes}
| ac_cv_func_getxattr=${ac_cv_func_getxattr=yes}
| ac_cv_func_glob=${ac_cv_func_glob=yes}
| ac_cv_func_gmtime=${ac_cv_func_gmtime=yes}
| ac_cv_func_gmtime_r=${ac_cv_func_gmtime_r=yes}
| ac_cv_func_grantpt=${ac_cv_func_grantpt=yes}
| ac_cv_func_group_member=${ac_cv_func_group_member=yes}
| ac_cv_func_herror=${ac_cv_func_herror=yes}
| ac_cv_func_hstrerror=${ac_cv_func_hstrerror=yes}
| ac_cv_func_iconv=${ac_cv_func_iconv=yes}
| ac_cv_func_iconv_open=${ac_cv_func_iconv_open=yes}
| ac_cv_func_if_freenameindex=${ac_cv_func_if_freenameindex=yes}
| ac_cv_func_if_indextoname=${ac_cv_func_if_indextoname=yes}
| ac_cv_func_if_nameindex=${ac_cv_func_if_nameindex=yes}
| ac_cv_func_if_nametoindex=${ac_cv_func_if_nametoindex=yes}
| ac_cv_func_index=${ac_cv_func_index=yes}
| ac_cv_func_inet_addr=${ac_cv_func_inet_addr=yes}
| ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
| ac_cv_func_inet_ntoa=${ac_cv_func_inet_ntoa=yes}
| ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
| ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
| ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
| ac_cv_func_innetgr=${ac_cv_func_innetgr=yes}
| ac_cv_func_iruserok=${ac_cv_func_iruserok=yes}
| ac_cv_func_isascii=${ac_cv_func_isascii=yes}
| ac_cv_func_isatty=${ac_cv_func_isatty=yes}
| ac_cv_func_isblank=${ac_cv_func_isblank=yes}
| ac_cv_func_isgraph=${ac_cv_func_isgraph=yes}
| ac_cv_func_isinf=${ac_cv_func_isinf=yes}
| ac_cv_func_isnan=${ac_cv_func_isnan=yes}
| ac_cv_func_isprint=${ac_cv_func_isprint=yes}
| ac_cv_func_isspace=${ac_cv_func_isspace=yes}
| ac_cv_func_iswalnum=${ac_cv_func_iswalnum=yes}
| ac_cv_func_iswcntrl=${ac_cv_func_iswcntrl=yes}
| ac_cv_func_iswctype=${ac_cv_func_iswctype=yes}
| ac_cv_func_iswprint=${ac_cv_func_iswprint=yes}
| ac_cv_func_iswspace=${ac_cv_func_iswspace=yes}
| ac_cv_func_iswupper=${ac_cv_func_iswupper=yes}
| ac_cv_func_isxdigit=${ac_cv_func_isxdigit=yes}
| ac_cv_func_kill=${ac_cv_func_kill=yes}
| ac_cv_func_killpg=${ac_cv_func_killpg=yes}
| ac_cv_func_lchown=${ac_cv_func_lchown=yes}
| ac_cv_func_lckpwdf=${ac_cv_func_lckpwdf=yes}
| ac_cv_func_lgetxattr=${ac_cv_func_lgetxattr=yes}
| ac_cv_func_link=${ac_cv_func_link=yes}
| ac_cv_func_listxattr=${ac_cv_func_listxattr=yes}
| ac_cv_func_llistxattr=${ac_cv_func_llistxattr=yes}
| ac_cv_func_localtime=${ac_cv_func_localtime=yes}
| ac_cv_func_localtime_r=${ac_cv_func_localtime_r=yes}
| ac_cv_func_lockf=${ac_cv_func_lockf=yes}
| ac_cv_func_lrand48=${ac_cv_func_lrand48=yes}
| ac_cv_func_lsearch=${ac_cv_func_lsearch=yes}
| ac_cv_func_lseek64=${ac_cv_func_lseek64=yes}
| ac_cv_func_lsetxattr=${ac_cv_func_lsetxattr=yes}
| ac_cv_func_lstat=${ac_cv_func_lstat=yes}
| ac_cv_func_mallinfo=${ac_cv_func_mallinfo=yes}
| ac_cv_func_malloc=${ac_cv_func_malloc=yes}
| ac_cv_func_mblen=${ac_cv_func_mblen=yes}
| ac_cv_func_mbrlen=${ac_cv_func_mbrlen=yes}
| ac_cv_func_mbrtowc=${ac_cv_func_mbrtowc=yes}
| ac_cv_func_mbsinit=${ac_cv_func_mbsinit=yes}
| ac_cv_func_mbsrtowcs=${ac_cv_func_mbsrtowcs=yes}
| ac_cv_func_mbtowc=${ac_cv_func_mbtowc=yes}
| ac_cv_func_memalign=${ac_cv_func_memalign=yes}
| ac_cv_func_memchr=${ac_cv_func_memchr=yes}
| ac_cv_func_memcmp=${ac_cv_func_memcmp=yes}
| ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
| ac_cv_func_memmove=${ac_cv_func_memmove=yes}
| ac_cv_func_mempcpy=${ac_cv_func_mempcpy=yes}
| ac_cv_func_memrchr=${ac_cv_func_memrchr=yes}
| ac_cv_func_memset=${ac_cv_func_memset=yes}
| ac_cv_func_mkdir=${ac_cv_func_mkdir=yes}
| ac_cv_func_mkdirat=${ac_cv_func_mkdirat=yes}
| ac_cv_func_mkdtemp=${ac_cv_func_mkdtemp=yes}
| ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
| ac_cv_func_mknod=${ac_cv_func_mknod=yes}
| ac_cv_func_mkstemp64=${ac_cv_func_mkstemp64=yes}
| ac_cv_func_mkstemp=${ac_cv_func_mkstemp=yes}
| ac_cv_func_mktime=${ac_cv_func_mktime=yes}
| ac_cv_func_mlock=${ac_cv_func_mlock=yes}
| ac_cv_func_mmap=${ac_cv_func_mmap=yes}
| ac_cv_func_mtrace=${ac_cv_func_mtrace=yes}
| ac_cv_func_munlock=${ac_cv_func_munlock=yes}
| ac_cv_func_munmap=${ac_cv_func_munmap=yes}
| ac_cv_func_nanosleep=${ac_cv_func_nanosleep=yes}
| ac_cv_func_nice=${ac_cv_func_nice=yes}
| ac_cv_func_nl_langinfo=${ac_cv_func_nl_langinfo=yes}
| ac_cv_func_ntp_adjtime=${ac_cv_func_ntp_adjtime=yes}
| ac_cv_func_ntp_gettime=${ac_cv_func_ntp_gettime=yes}
| ac_cv_func_on_exit=${ac_cv_func_on_exit=yes}
| ac_cv_func_open64=${ac_cv_func_open64=yes}
| ac_cv_func_open=${ac_cv_func_open=yes}
| ac_cv_func_openat=${ac_cv_func_openat=yes}
| ac_cv_func_opendir=${ac_cv_func_opendir=yes}
| ac_cv_func_openlog=${ac_cv_func_openlog=yes}
| ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
| ac_cv_func_pipe=${ac_cv_func_pipe=yes}
| ac_cv_func_poll=${ac_cv_func_poll=yes}
| ac_cv_func_popen=${ac_cv_func_popen=yes}
| ac_cv_func_posix_memalign=${ac_cv_func_posix_memalign=yes}
| ac_cv_func_prctl=${ac_cv_func_prctl=yes}
| ac_cv_func_pread=${ac_cv_func_pread=yes}
| ac_cv_func_printf=${ac_cv_func_printf=yes}
| ac_cv_func_pselect=${ac_cv_func_pselect=yes}
| ac_cv_func_pthread_mutex_lock=${ac_cv_func_pthread_mutex_lock=yes}
| ac_cv_func_ptsname=${ac_cv_func_ptsname=yes}
| ac_cv_func_putenv=${ac_cv_func_putenv=yes}
| ac_cv_func_putgrent=${ac_cv_func_putgrent=yes}
| ac_cv_func_putpwent=${ac_cv_func_putpwent=yes}
| ac_cv_func_putspent=${ac_cv_func_putspent=yes}
| ac_cv_func_pututline=${ac_cv_func_pututline=yes}
| ac_cv_func_pututxline=${ac_cv_func_pututxline=yes}
| ac_cv_func_putwc=${ac_cv_func_putwc=yes}
| ac_cv_func_pwrite=${ac_cv_func_pwrite=yes}
| ac_cv_func_qsort=${ac_cv_func_qsort=yes}
| ac_cv_func_raise=${ac_cv_func_raise=yes}
| ac_cv_func_rand=${ac_cv_func_rand=yes}
| ac_cv_func_rand_r=${ac_cv_func_rand_r=yes}
| ac_cv_func_random=${ac_cv_func_random=yes}
| ac_cv_func_re_comp=${ac_cv_func_re_comp=yes}
| ac_cv_func_re_exec=${ac_cv_func_re_exec=yes}
| ac_cv_func_re_search=${ac_cv_func_re_search=yes}
| ac_cv_func_read=${ac_cv_func_read=yes}
| ac_cv_func_readdir=${ac_cv_func_readdir=yes}
| ac_cv_func_readdir_r=${ac_cv_func_readdir_r=yes}
| ac_cv_func_readlink=${ac_cv_func_readlink=yes}
| ac_cv_func_realloc=${ac_cv_func_realloc=yes}
| ac_cv_func_realpath=${ac_cv_func_realpath=yes}
| ac_cv_func_recvmsg=${ac_cv_func_recvmsg=yes}
| ac_cv_func_regcomp=${ac_cv_func_regcomp=yes}
| ac_cv_func_regexec=${ac_cv_func_regexec=yes}
| ac_cv_func_remove=${ac_cv_func_remove=yes}
| ac_cv_func_rename=${ac_cv_func_rename=yes}
| ac_cv_func_rmdir=${ac_cv_func_rmdir=yes}
| ac_cv_func_rpmatch=${ac_cv_func_rpmatch=yes}
| ac_cv_func_rresvport_af=${ac_cv_func_rresvport_af=yes}
| ac_cv_func_ruserok=${ac_cv_func_ruserok=yes}
| ac_cv_func_ruserok_af=${ac_cv_func_ruserok_af=yes}
| ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
| ac_cv_func_scandir=${ac_cv_func_scandir=yes}
| ac_cv_func_sched_setscheduler=${ac_cv_func_sched_setscheduler=yes}
| ac_cv_func_sched_yield=${ac_cv_func_sched_yield=yes}
| ac_cv_func_select=${ac_cv_func_select=yes}
| ac_cv_func_semctl=${ac_cv_func_semctl=yes}
| ac_cv_func_semget=${ac_cv_func_semget=yes}
| ac_cv_func_sendmsg=${ac_cv_func_sendmsg=yes}
| ac_cv_func_setbuf=${ac_cv_func_setbuf=yes}
| ac_cv_func_setbuffer=${ac_cv_func_setbuffer=yes}
| ac_cv_func_setegid=${ac_cv_func_setegid=yes}
| ac_cv_func_setenv=${ac_cv_func_setenv=yes}
| ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
| ac_cv_func_setgid=${ac_cv_func_setgid=yes}
| ac_cv_func_setgroups=${ac_cv_func_setgroups=yes}
| ac_cv_func_sethostname=${ac_cv_func_sethostname=yes}
| ac_cv_func_setitimer=${ac_cv_func_setitimer=yes}
| ac_cv_func_setjmp=${ac_cv_func_setjmp=yes}
| ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf=yes}
| ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
| ac_cv_func_setmntent=${ac_cv_func_setmntent=yes}
| ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
| ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
| ac_cv_func_setpriority=${ac_cv_func_setpriority=yes}
| ac_cv_func_setregid=${ac_cv_func_setregid=yes}
| ac_cv_func_setresgid=${ac_cv_func_setresgid=yes}
| ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
| ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
| ac_cv_func_setrlimit=${ac_cv_func_setrlimit=yes}
| ac_cv_func_setsid=${ac_cv_func_setsid=yes}
| ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes}
| ac_cv_func_settimeofday=${ac_cv_func_settimeofday=yes}
| ac_cv_func_setuid=${ac_cv_func_setuid=yes}
| ac_cv_func_setutent=${ac_cv_func_setutent=yes}
| ac_cv_func_setutxent=${ac_cv_func_setutxent=yes}
| ac_cv_func_setvbuf=${ac_cv_func_setvbuf=yes}
| ac_cv_func_setxattr=${ac_cv_func_setxattr=yes}
| ac_cv_func_sgetspent=${ac_cv_func_sgetspent=yes}
| ac_cv_func_shmat=${ac_cv_func_shmat=yes}
| ac_cv_func_shmctl=${ac_cv_func_shmctl=yes}
| ac_cv_func_shmdt=${ac_cv_func_shmdt=yes}
| ac_cv_func_shmget=${ac_cv_func_shmget=yes}
| ac_cv_func_shutdown=${ac_cv_func_shutdown=yes}
| ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
| ac_cv_func_sigaddset=${ac_cv_func_sigaddset=yes}
| ac_cv_func_sigaltstack=${ac_cv_func_sigaltstack=yes}
| ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
| ac_cv_func_sigemptyset=${ac_cv_func_sigemptyset=yes}
| ac_cv_func_sighold=${ac_cv_func_sighold=yes}
| ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt=yes}
| ac_cv_func_signal=${ac_cv_func_signal=yes}
| ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
| ac_cv_func_sigset=${ac_cv_func_sigset=yes}
| ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
| ac_cv_func_sigstack=${ac_cv_func_sigstack=yes}
| ac_cv_func_sigsuspend=${ac_cv_func_sigsuspend=yes}
| ac_cv_func_sigvec=${ac_cv_func_sigvec=no}
| ac_cv_func_snprintf=${ac_cv_func_snprintf=yes}
| ac_cv_func_socket=${ac_cv_func_socket=yes}
| ac_cv_func_socketpair=${ac_cv_func_socketpair=yes}
| ac_cv_func_sprintf=${ac_cv_func_sprintf=yes}
| ac_cv_func_srand48=${ac_cv_func_srand48=yes}
| ac_cv_func_srand=${ac_cv_func_srand=yes}
| ac_cv_func_srandom=${ac_cv_func_srandom=yes}
| ac_cv_func_sscanf=${ac_cv_func_sscanf=yes}
| ac_cv_func_stat=${ac_cv_func_stat=yes}
| ac_cv_func_statfs=${ac_cv_func_statfs=yes}
| ac_cv_func_statvfs=${ac_cv_func_statvfs=yes}
| ac_cv_func_stime=${ac_cv_func_stime=yes}
| ac_cv_func_stpcpy=${ac_cv_func_stpcpy=yes}
| ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp=yes}
| ac_cv_func_strcasestr=${ac_cv_func_strcasestr=yes}
| ac_cv_func_strchr=${ac_cv_func_strchr=yes}
| ac_cv_func_strchrnul=${ac_cv_func_strchrnul=yes}
| ac_cv_func_strcmp=${ac_cv_func_strcmp=yes}
| ac_cv_func_strcspn=${ac_cv_func_strcspn=yes}
| ac_cv_func_strdup=${ac_cv_func_strdup=yes}
| ac_cv_func_strerror=${ac_cv_func_strerror=yes}
| ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes}
| ac_cv_func_strftime=${ac_cv_func_strftime=yes}
| ac_cv_func_strlen=${ac_cv_func_strlen=yes}
| ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp=yes}
| ac_cv_func_strncmp=${ac_cv_func_strncmp=yes}
| ac_cv_func_strndup=${ac_cv_func_strndup=yes}
| ac_cv_func_strnlen=${ac_cv_func_strnlen=yes}
| ac_cv_func_strpbrk=${ac_cv_func_strpbrk=yes}
| ac_cv_func_strptime=${ac_cv_func_strptime=yes}
| ac_cv_func_strrchr=${ac_cv_func_strrchr=yes}
| ac_cv_func_strsep=${ac_cv_func_strsep=yes}
| ac_cv_func_strsignal=${ac_cv_func_strsignal=yes}
| ac_cv_func_strspn=${ac_cv_func_strspn=yes}
| ac_cv_func_strstr=${ac_cv_func_strstr=yes}
| ac_cv_func_strtod=${ac_cv_func_strtod=yes}
| ac_cv_func_strtoimax=${ac_cv_func_strtoimax=yes}
| ac_cv_func_strtok_r=${ac_cv_func_strtok_r=yes}
| ac_cv_func_strtol=${ac_cv_func_strtol=yes}
| ac_cv_func_strtoll=${ac_cv_func_strtoll=yes}
| ac_cv_func_strtoul=${ac_cv_func_strtoul=yes}
| ac_cv_func_strtoull=${ac_cv_func_strtoull=yes}
| ac_cv_func_strtoumax=${ac_cv_func_strtoumax=yes}
| ac_cv_func_strverscmp=${ac_cv_func_strverscmp=yes}
| ac_cv_func_strxfrm=${ac_cv_func_strxfrm=yes}
| ac_cv_func_symlink=${ac_cv_func_symlink=yes}
| ac_cv_func_sync=${ac_cv_func_sync=yes}
| ac_cv_func_sys_siglist=${ac_cv_func_sys_siglist=yes}
| ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
| ac_cv_func_sysctl=${ac_cv_func_sysctl=yes}
| ac_cv_func_sysinfo=${ac_cv_func_sysinfo=yes}
| ac_cv_func_syslog=${ac_cv_func_syslog=yes}
| ac_cv_func_system=${ac_cv_func_system=yes}
| ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
| ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp=yes}
| ac_cv_func_tcsetattr=${ac_cv_func_tcsetattr=yes}
| ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
| ac_cv_func_time=${ac_cv_func_time=yes}
| ac_cv_func_timegm=${ac_cv_func_timegm=yes}
| ac_cv_func_times=${ac_cv_func_times=yes}
| ac_cv_func_timezone=${ac_cv_func_timezone=yes}
| ac_cv_func_tmpnam=${ac_cv_func_tmpnam=yes}
| ac_cv_func_towlower=${ac_cv_func_towlower=yes}
| ac_cv_func_towupper=${ac_cv_func_towupper=yes}
| ac_cv_func_truncate=${ac_cv_func_truncate=yes}
| ac_cv_func_tsearch=${ac_cv_func_tsearch=yes}
| ac_cv_func_ttyname=${ac_cv_func_ttyname=yes}
| ac_cv_func_tzset=${ac_cv_func_tzset=yes}
| ac_cv_func_ulimit=${ac_cv_func_ulimit=yes}
| ac_cv_func_umask=${ac_cv_func_umask=yes}
| ac_cv_func_uname=${ac_cv_func_uname=yes}
| ac_cv_func_unlink=${ac_cv_func_unlink=yes}
| ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes}
| ac_cv_func_unshare=${ac_cv_func_unshare=yes}
| ac_cv_func_updwtmp=${ac_cv_func_updwtmp=yes}
| ac_cv_func_updwtmpx=${ac_cv_func_updwtmpx=yes}
| ac_cv_func_usleep=${ac_cv_func_usleep=yes}
| ac_cv_func_ustat=${ac_cv_func_ustat=yes}
| ac_cv_func_utime=${ac_cv_func_utime=yes}
| ac_cv_func_utimes=${ac_cv_func_utimes=yes}
| ac_cv_func_utmpname=${ac_cv_func_utmpname=yes}
| ac_cv_func_utmpxname=${ac_cv_func_utmpxname=yes}
| ac_cv_func_valloc=${ac_cv_func_valloc=yes}
| ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes}
| ac_cv_func_verrx=${ac_cv_func_verrx=yes}
| ac_cv_func_vfork=${ac_cv_func_vfork=yes}
| ac_cv_func_vfprintf=${ac_cv_func_vfprintf=yes}
| ac_cv_func_vfscanf=${ac_cv_func_vfscanf=yes}
| ac_cv_func_vhangup=${ac_cv_func_vhangup=yes}
| ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
| ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes}
| ac_cv_func_vsprintf=${ac_cv_func_vsprintf=yes}
| ac_cv_func_wait3=${ac_cv_func_wait3=yes}
| ac_cv_func_wait4=${ac_cv_func_wait4=yes}
| ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
| ac_cv_func_wcrtomb=${ac_cv_func_wcrtomb=yes}
| ac_cv_func_wcscoll=${ac_cv_func_wcscoll=yes}
| ac_cv_func_wcsdup=${ac_cv_func_wcsdup=yes}
| ac_cv_func_wcslen=${ac_cv_func_wcslen=yes}
| ac_cv_func_wctob=${ac_cv_func_wctob=yes}
| ac_cv_func_wctomb=${ac_cv_func_wctomb=yes}
| ac_cv_func_wctype=${ac_cv_func_wctype=yes}
| ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes}
| ac_cv_func_wmemchr=${ac_cv_func_wmemchr=yes}
| ac_cv_func_wmemcpy=${ac_cv_func_wmemcpy=yes}
| ac_cv_func_wmempcpy=${ac_cv_func_wmempcpy=yes}
| ac_cv_header_aio_h=${ac_cv_header_aio_h=yes}
| ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
| ac_cv_header_argz_h=${ac_cv_header_argz_h=yes}
| ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h=yes}
| ac_cv_header_arpa_nameser_h=${ac_cv_header_arpa_nameser_h=yes}
| ac_cv_header_asm_byteorder_h=${ac_cv_header_asm_byteorder_h=yes}
| ac_cv_header_asm_ioctls_h=${ac_cv_header_asm_ioctls_h=yes}
| ac_cv_header_asm_page_h=${ac_cv_header_asm_page_h=no}
| ac_cv_header_asm_types_h=${ac_cv_header_asm_types_h=yes}
| ac_cv_header_assert_h=${ac_cv_header_assert_h=yes}
| ac_cv_header_byteswap_h=${ac_cv_header_byteswap_h=yes}
| ac_cv_header_crypt_h=${ac_cv_header_crypt_h=yes}
| ac_cv_header_ctype_h=${ac_cv_header_ctype_h=yes}
| ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
| ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
| ac_cv_header_elf_h=${ac_cv_header_elf_h=yes}
| ac_cv_header_endian_h=${ac_cv_header_endian_h=yes}
| ac_cv_header_err_h=${ac_cv_header_err_h=yes}
| ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
| ac_cv_header_execinfo_h=${ac_cv_header_execinfo_h=yes}
| ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
| ac_cv_header_features_h=${ac_cv_header_features_h=yes}
| ac_cv_header_float_h=${ac_cv_header_float_h=yes}
| ac_cv_header_fstab_h=${ac_cv_header_fstab_h=yes}
| ac_cv_header_ftw_h=${ac_cv_header_ftw_h=yes}
| ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes}
| ac_cv_header_glob_h=${ac_cv_header_glob_h=yes}
| ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
| ac_cv_header_iconv_h=${ac_cv_header_iconv_h=yes}
| ac_cv_header_ifaddrs_h=${ac_cv_header_ifaddrs_h=yes}
| ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
| ac_cv_header_langinfo_h=${ac_cv_header_langinfo_h=yes}
| ac_cv_header_lastlog_h=${ac_cv_header_lastlog_h=yes}
| ac_cv_header_libgen_h=${ac_cv_header_libgen_h=yes}
| ac_cv_header_libintl_h=${ac_cv_header_libintl_h=yes}
| ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
| ac_cv_header_linux_capability_h=${ac_cv_header_linux_capability_h=yes}
| ac_cv_header_linux_fd_h=${ac_cv_header_linux_fd_h=yes}
| ac_cv_header_linux_fs_h=${ac_cv_header_linux_fs_h=yes}
| ac_cv_header_linux_hayesesp_h=${ac_cv_header_linux_hayesesp_h=no}
| ac_cv_header_linux_hdreg_h=${ac_cv_header_linux_hdreg_h=yes}
| ac_cv_header_linux_icmp_h=${ac_cv_header_linux_icmp_h=yes}
| ac_cv_header_linux_in6_h=${ac_cv_header_linux_in6_h=yes}
| ac_cv_header_linux_joystick_h=${ac_cv_header_linux_joystick_h=yes}
| ac_cv_header_linux_ptrace_h=${ac_cv_header_linux_ptrace_h=yes}
| ac_cv_header_linux_serial_h=${ac_cv_header_linux_serial_h=yes}
| ac_cv_header_linux_sonypi_h=${ac_cv_header_linux_sonypi_h=yes}
| ac_cv_header_linux_unistd_h=${ac_cv_header_linux_unistd_h=yes}
| ac_cv_header_linux_utsname_h=${ac_cv_header_linux_utsname_h=yes}
| ac_cv_header_linux_version_h=${ac_cv_header_linux_version_h=yes}
| ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
| ac_cv_header_malloc_h=${ac_cv_header_malloc_h=yes}
| ac_cv_header_math_h=${ac_cv_header_math_h=yes}
| ac_cv_header_mcheck_h=${ac_cv_header_mcheck_h=yes}
| ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
| ac_cv_header_mntent_h=${ac_cv_header_mntent_h=yes}
| ac_cv_header_mqueue_h=${ac_cv_header_mqueue_h=yes}
| ac_cv_header_net_if_h=${ac_cv_header_net_if_h=yes}
| ac_cv_header_net_route_h=${ac_cv_header_net_route_h=yes}
| ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes}
| ac_cv_header_netinet_ether_h=${ac_cv_header_netinet_ether_h=yes}
| ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h=yes}
| ac_cv_header_netinet_ip6_h=${ac_cv_header_netinet_ip6_h=yes}
| ac_cv_header_netinet_ip_h=${ac_cv_header_netinet_ip_h=yes}
| ac_cv_header_netinet_tcp_h=${ac_cv_header_netinet_tcp_h=yes}
| ac_cv_header_netinet_udp_h=${ac_cv_header_netinet_udp_h=yes}
| ac_cv_header_netipx_ipx_h=${ac_cv_header_netipx_ipx_h=yes}
| ac_cv_header_paths_h=${ac_cv_header_paths_h=yes}
| ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
| ac_cv_header_pthread_h=${ac_cv_header_pthread_h=yes}
| ac_cv_header_pty_h=${ac_cv_header_pty_h=yes}
| ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
| ac_cv_header_regex_h=${ac_cv_header_regex_h=yes}
| ac_cv_header_resolv_h=${ac_cv_header_resolv_h=yes}
| ac_cv_header_rpc_rpc_h=${ac_cv_header_rpc_rpc_h=yes}
| ac_cv_header_rpc_types_h=${ac_cv_header_rpc_types_h=yes}
| ac_cv_header_sched_h=${ac_cv_header_sched_h=yes}
| ac_cv_header_scsi_scsi_h=${ac_cv_header_scsi_scsi_h=yes}
| ac_cv_header_search_h=${ac_cv_header_search_h=yes}
| ac_cv_header_semaphore_h=${ac_cv_header_semaphore_h=yes}
| ac_cv_header_setjmp_h=${ac_cv_header_setjmp_h=yes}
| ac_cv_header_sgtty_h=${ac_cv_header_sgtty_h=yes}
| ac_cv_header_shadow_h=${ac_cv_header_shadow_h=yes}
| ac_cv_header_signal_h=${ac_cv_header_signal_h=yes}
| ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
| ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
| ac_cv_header_stdc=${ac_cv_header_stdc=yes}
| ac_cv_header_stddef_h=${ac_cv_header_stddef_h=yes}
| ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
| ac_cv_header_stdio_h=${ac_cv_header_stdio_h=yes}
| ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
| ac_cv_header_string_h=${ac_cv_header_string_h=yes}
| ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
| ac_cv_header_stropts_h=${ac_cv_header_stropts_h=yes}
| ac_cv_header_sys_bitypes_h=${ac_cv_header_sys_bitypes_h=yes}
| ac_cv_header_sys_cdefs_h=${ac_cv_header_sys_cdefs_h=yes}
| ac_cv_header_sys_dir_h=${ac_cv_header_sys_dir_h=yes}
| ac_cv_header_sys_epoll_h=${ac_cv_header_sys_epoll_h=yes}
| ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes}
| ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h=yes}
| ac_cv_header_sys_fsuid_h=${ac_cv_header_sys_fsuid_h=yes}
| ac_cv_header_sys_ioctl_h=${ac_cv_header_sys_ioctl_h=yes}
| ac_cv_header_sys_ipc_h=${ac_cv_header_sys_ipc_h=yes}
| ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
| ac_cv_header_sys_mount_h=${ac_cv_header_sys_mount_h=yes}
| ac_cv_header_sys_mtio_h=${ac_cv_header_sys_mtio_h=yes}
| ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
| ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h=yes}
| ac_cv_header_sys_prctl_h=${ac_cv_header_sys_prctl_h=yes}
| ac_cv_header_sys_ptrace_h=${ac_cv_header_sys_ptrace_h=yes}
| ac_cv_header_sys_queue_h=${ac_cv_header_sys_queue_h=yes}
| ac_cv_header_sys_reg_h=${ac_cv_header_sys_reg_h=no}
| ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
| ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
| ac_cv_header_sys_sem_h=${ac_cv_header_sys_sem_h=yes}
| ac_cv_header_sys_shm_h=${ac_cv_header_sys_shm_h=yes}
| ac_cv_header_sys_signal_h=${ac_cv_header_sys_signal_h=yes}
| ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
| ac_cv_header_sys_socketvar_h=${ac_cv_header_sys_socketvar_h=yes}
| ac_cv_header_sys_soundcard_h=${ac_cv_header_sys_soundcard_h=yes}
| ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
| ac_cv_header_sys_statfs_h=${ac_cv_header_sys_statfs_h=yes}
| ac_cv_header_sys_statvfs_h=${ac_cv_header_sys_statvfs_h=yes}
| ac_cv_header_sys_stropts_h=${ac_cv_header_sys_stropts_h=yes}
| ac_cv_header_sys_swap_h=${ac_cv_header_sys_swap_h=yes}
| ac_cv_header_sys_sysctl_h=${ac_cv_header_sys_sysctl_h=yes}
| ac_cv_header_sys_sysinfo_h=${ac_cv_header_sys_sysinfo_h=yes}
| ac_cv_header_sys_sysmacros_h=${ac_cv_header_sys_sysmacros_h=yes}
| ac_cv_header_sys_termios_h=${ac_cv_header_sys_termios_h=yes}
| ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
| ac_cv_header_sys_timeb_h=${ac_cv_header_sys_timeb_h=yes}
| ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
| ac_cv_header_sys_timex_h=${ac_cv_header_sys_timex_h=yes}
| ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
| ac_cv_header_sys_uio_h=${ac_cv_header_sys_uio_h=yes}
| ac_cv_header_sys_un_h=${ac_cv_header_sys_un_h=yes}
| ac_cv_header_sys_unistd_h=${ac_cv_header_sys_unistd_h=yes}
| ac_cv_header_sys_user_h=${ac_cv_header_sys_user_h=yes}
| ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
| ac_cv_header_sys_vfs_h=${ac_cv_header_sys_vfs_h=yes}
| ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
| ac_cv_header_sysexits_h=${ac_cv_header_sysexits_h=yes}
| ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes}
| ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
| ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
| ac_cv_header_time_h=${ac_cv_header_time_h=yes}
| ac_cv_header_ttyent_h=${ac_cv_header_ttyent_h=yes}
| ac_cv_header_ulimit_h=${ac_cv_header_ulimit_h=yes}
| ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
| ac_cv_header_ustat_h=${ac_cv_header_ustat_h=yes}
| ac_cv_header_utime_h=${ac_cv_header_utime_h=yes}
| ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
| ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
| ac_cv_header_values_h=${ac_cv_header_values_h=yes}
| ac_cv_header_wchar_h=${ac_cv_header_wchar_h=yes}
| ac_cv_header_wctype_h=${ac_cv_header_wctype_h=yes}
| ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
| ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
| ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
| ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
| ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
| ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
| ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
| ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
| ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
| ac_cv_sizeof_long_long_int=${ac_cv_sizeof_long_long_int=8}
| ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
| ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
| ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
| ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
| ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
| ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
| ac_cv_sizeof_unsigned_long_int=${ac_cv_sizeof_unsigned_long_int=4}
| ac_cv_sizeof_unsigned_long_long_int=${ac_cv_sizeof_unsigned_long_long_int=8}
| ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
| ac_cv_sizeof_unsigned_short_int=${ac_cv_sizeof_unsigned_short_int=2}
| ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
configure:4756: checking build system type
configure:4770: result: x86_64-pc-linux-gnu
configure:4790: checking host system type
configure:4803: result: arm-poky-linux-gnueabi
configure:4823: checking target system type
configure:4836: result: arm-poky-linux-gnueabi
configure:4883: checking for a BSD-compatible install
configure:4951: result: /usr/bin/install -c
configure:4962: checking whether build environment is sane
configure:4977: result: yes
configure:5027: checking for arm-poky-linux-gnueabi-strip
configure:5054: result: arm-poky-linux-gnueabi-strip
configure:5119: checking for a thread-safe mkdir -p
configure:5158: result: /bin/mkdir -p
configure:5165: checking for gawk
configure:5181: found /usr/bin/gawk
configure:5192: result: gawk
configure:5203: checking whether make sets $(MAKE)
configure:5225: result: yes
configure:5254: checking whether make supports nested variables
configure:5271: result: yes
configure:5360: checking whether UID '1000' is supported by ustar format
configure:5363: result: yes
configure:5370: checking whether GID '1000' is supported by ustar format
configure:5373: result: yes
configure:5381: checking how to create a ustar tar archive
configure:5392: tar --version
tar (GNU tar) 1.27.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:5395: $? = 0
configure:5435: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:5438: $? = 0
configure:5442: tar -xf - <conftest.tar
configure:5445: $? = 0
configure:5447: cat conftest.dir/file
GrepMe
configure:5450: $? = 0
configure:5463: result: gnutar
configure:5525: checking nano version
configure:5531: result: 0 (release)
configure:5557: checking whether to enable maintainer-specific portions of Makefiles
configure:5566: result: yes
configure:5593: checking whether make supports nested variables
configure:5610: result: yes
configure:5686: checking how to print strings
configure:5713: result: printf
configure:5746: checking for style of include used by make
configure:5774: result: GNU
configure:5805: checking for arm-poky-linux-gnueabi-gcc
configure:5832: result: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:6101: checking for C compiler version
configure:6110: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --version >&5
arm-poky-linux-gnueabi-gcc (GCC) 6.2.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6121: $? = 0
configure:6110: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -v >&5
Using built-in specs.
COLLECT_GCC=arm-poky-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-linux-gnueabi --prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --bindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/com --localstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/var --libdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/6.2.0 --with-sysroot=/not/exist --with-build-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --without-long-double-128 --enable-poison-system-directories --with-mpfr=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-static --disable-nls --enable-initfini-array --with-arch=armv7-a
Thread model: posix
gcc version 6.2.0 (GCC) 
configure:6121: $? = 0
configure:6110: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -V >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:6121: $? = 1
configure:6110: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -qversion >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:6121: $? = 1
configure:6141: checking whether the C compiler works
configure:6163: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:6167: $? = 0
configure:6215: result: yes
configure:6218: checking for C compiler default output file name
configure:6220: result: a.out
configure:6226: checking for suffix of executables
configure:6233: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:6237: $? = 0
configure:6259: result: 
configure:6281: checking whether we are cross compiling
configure:6319: result: yes
configure:6324: checking for suffix of object files
configure:6346: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:6350: $? = 0
configure:6371: result: o
configure:6375: checking whether we are using the GNU C compiler
configure:6394: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:6394: $? = 0
configure:6403: result: yes
configure:6412: checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 accepts -g
configure:6432: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c -g -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:6432: $? = 0
configure:6473: result: yes
configure:6490: checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to accept ISO C89
configure:6553: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:6553: $? = 0
configure:6566: result: none needed
configure:6591: checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 understands -c and -o together
configure:6613: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c conftest.c -o conftest2.o
configure:6616: $? = 0
configure:6613: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c conftest.c -o conftest2.o
configure:6616: $? = 0
configure:6628: result: yes
configure:6647: checking dependency style of arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:6758: result: none
configure:6773: checking for a sed that does not truncate output
configure:6837: result: sed
configure:6855: checking for grep that handles long lines and -e
configure:6913: result: /bin/grep
configure:6918: checking for egrep
configure:6980: result: /bin/grep -E
configure:6985: checking for fgrep
configure:7047: result: /bin/grep -F
configure:7082: checking for ld used by arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:7149: result: arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 
configure:7156: checking if the linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) is GNU ld
configure:7171: result: yes
configure:7183: checking for BSD- or MS-compatible name lister (nm)
configure:7237: result: arm-poky-linux-gnueabi-nm
configure:7367: checking the name lister (arm-poky-linux-gnueabi-nm) interface
configure:7374: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:7377: arm-poky-linux-gnueabi-nm "conftest.o"
configure:7380: output
00000000 B some_variable
configure:7387: result: BSD nm
configure:7390: checking whether ln -s works
configure:7394: result: yes
configure:7402: checking the maximum length of command line arguments
configure:7533: result: 1572864
configure:7581: checking how to convert x86_64-pc-linux-gnu file names to arm-poky-linux-gnueabi format
configure:7621: result: func_convert_file_noop
configure:7628: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:7648: result: func_convert_file_noop
configure:7655: checking for arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  option to reload object files
configure:7662: result: -r
configure:7696: checking for arm-poky-linux-gnueabi-objdump
configure:7723: result: arm-poky-linux-gnueabi-objdump
configure:7792: checking how to recognize dependent libraries
configure:7992: result: pass_all
configure:8037: checking for arm-poky-linux-gnueabi-dlltool
configure:8067: result: no
configure:8077: checking for dlltool
configure:8107: result: no
configure:8134: checking how to associate runtime and link libraries
configure:8161: result: printf %s\n
configure:8178: checking for arm-poky-linux-gnueabi-ar
configure:8205: result: arm-poky-linux-gnueabi-ar
configure:8286: checking for archiver @FILE support
configure:8303: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:8303: $? = 0
configure:8306: arm-poky-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5
arm-poky-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U')
configure:8309: $? = 0
configure:8314: arm-poky-linux-gnueabi-ar cru libconftest.a @conftest.lst >&5
arm-poky-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U')
arm-poky-linux-gnueabi-ar: conftest.o: No such file or directory
configure:8317: $? = 1
configure:8329: result: @
configure:8347: checking for arm-poky-linux-gnueabi-strip
configure:8374: result: arm-poky-linux-gnueabi-strip
configure:8446: checking for arm-poky-linux-gnueabi-ranlib
configure:8473: result: arm-poky-linux-gnueabi-ranlib
configure:8615: checking command to parse arm-poky-linux-gnueabi-nm output from arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 object
configure:8768: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:8771: $? = 0
configure:8775: arm-poky-linux-gnueabi-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8778: $? = 0
configure:8844: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c conftstm.o >&5
configure:8847: $? = 0
configure:8885: result: ok
configure:8932: checking for sysroot
configure:8967: result: /home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:8974: checking for a working dd
configure:9012: result: /bin/dd
configure:9016: checking how to truncate binary pipes
configure:9031: result: /bin/dd bs=4096 count=1
configure:9320: checking for arm-poky-linux-gnueabi-mt
configure:9350: result: no
configure:9360: checking for mt
configure:9376: found /bin/mt
configure:9387: result: mt
configure:9399: WARNING: using cross tools not prefixed with host triplet
configure:9410: checking if mt is a manifest tool
configure:9416: mt '-?'
configure:9424: result: no
configure:10101: checking how to run the C preprocessor
configure:10171: result: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7
configure:10191: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:10191: $? = 0
configure:10205: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:10205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10234: checking for ANSI C header files
configure:10338: result: yes
configure:10351: checking for sys/types.h
configure:10351: result: yes
configure:10351: checking for sys/stat.h
configure:10351: result: yes
configure:10351: checking for stdlib.h
configure:10351: result: yes
configure:10351: checking for string.h
configure:10351: result: yes
configure:10351: checking for memory.h
configure:10351: result: yes
configure:10351: checking for strings.h
configure:10351: result: yes
configure:10351: checking for inttypes.h
configure:10351: result: yes
configure:10351: checking for stdint.h
configure:10351: result: yes
configure:10351: checking for unistd.h
configure:10351: result: yes
configure:10365: checking for dlfcn.h
configure:10365: result: yes
configure:10936: checking for objdir
configure:10951: result: .libs
configure:11211: checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 supports -fno-rtti -fno-exceptions
configure:11229: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:11233: $? = 0
configure:11246: result: no
configure:11604: checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to produce PIC
configure:11611: result: -fPIC -DPIC
configure:11619: checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 PIC flag -fPIC -DPIC works
configure:11637: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -fPIC -DPIC -DPIC conftest.c >&5
configure:11641: $? = 0
configure:11654: result: yes
configure:11683: checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 static flag -static works
configure:11711: result: yes
configure:11726: checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 supports -c -o file.o
configure:11747: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -o out/conftest2.o conftest.c >&5
configure:11751: $? = 0
configure:11773: result: yes
configure:11781: checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 supports -c -o file.o
configure:11828: result: yes
configure:11861: checking whether the arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) supports shared libraries
configure:13120: result: yes
configure:13157: checking whether -lc should be explicitly linked in
configure:13165: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:13168: $? = 0
configure:13183: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:13186: $? = 0
configure:13200: result: no
configure:13360: checking dynamic linker characteristics
configure:13941: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:13941: $? = 0
configure:14178: result: GNU/Linux ld.so
configure:14300: checking how to hardcode library paths into programs
configure:14325: result: immediate
configure:14427: checking for shl_load
configure:14427: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
/tmp/cc41UXXR.o: In function `main':
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:58: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:14427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:14427: result: no
configure:14431: checking for shl_load in -ldld
configure:14456: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldld   >&5
/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:14456: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:14465: result: no
configure:14470: checking for dlopen
configure:14470: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
/tmp/ccUmEufY.o: In function `main':
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:58: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:14470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:14470: result: no
configure:14474: checking for dlopen in -ldl
configure:14499: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl   >&5
configure:14499: $? = 0
configure:14508: result: yes
configure:14627: checking whether a program can dlopen itself
configure:14728: result: cross
configure:14873: checking whether stripping libraries is possible
configure:14878: result: yes
configure:14913: checking if libtool supports shared libraries
configure:14915: result: yes
configure:14918: checking whether to build shared libraries
configure:14943: result: yes
configure:14946: checking whether to build static libraries
configure:14950: result: no
configure:15056: checking whether NLS is requested
configure:15065: result: yes
configure:15105: checking for msgfmt
configure: trying /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt...
0 translated messages.
configure:15137: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:15146: checking for gmsgfmt
configure:15177: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
configure:15227: checking for xgettext
configure: trying /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext...
/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:15259: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext
configure:15304: checking for msgmerge
configure: trying /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgmerge...
configure:15335: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
configure:15393: checking for ld used by arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:15460: result: arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 
configure:15467: checking if the linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) is GNU ld
configure:15482: result: yes
configure:15489: checking for shared library run path origin
configure:15502: result: done
configure:16074: checking for CFPreferencesCopyAppValue
configure:16092: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:24:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:16092: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:16101: result: no
configure:16108: checking for CFLocaleCopyCurrent
configure:16126: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:24:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:16126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:16135: result: no
configure:16184: checking for GNU gettext in libc
configure:16213: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:16213: $? = 0
configure:16222: result: yes
configure:17069: checking whether to use NLS
configure:17071: result: yes
configure:17074: checking where the gettext function comes from
configure:17085: result: libc
configure:17285: checking for arm-poky-linux-gnueabi-pkg-config
configure:17318: result: no
configure:17328: checking for pkg-config
configure:17346: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
configure:17358: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
configure:17383: checking pkg-config is at least version 0.9.0
configure:17386: result: yes
configure:17681: Using GStreamer Bad Plug-ins source release as package name
configure:17705: Using Unknown package origin as package origin
configure:17736: *** checking feature: building of plug-ins with external deps ***
configure:17797: building external plug-ins
configure:17840: *** checking feature: building of experimental plug-ins ***
configure:17917: not building experimental plug-ins
configure:17948: Using GST_PKG_CONFIG_PATH = $(top_builddir)/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig
configure:18174: checking whether byte ordering is bigendian
configure:18380: result: no
configure:18532: checking whether byte ordering is bigendian
configure:18738: result: no
configure:18766: checking for arm-poky-linux-gnueabi-gcc
configure:18793: result: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:19062: checking for C compiler version
configure:19071: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --version >&5
arm-poky-linux-gnueabi-gcc (GCC) 6.2.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:19082: $? = 0
configure:19071: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -v >&5
Using built-in specs.
COLLECT_GCC=arm-poky-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-linux-gnueabi --prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --bindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/com --localstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/var --libdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/6.2.0 --with-sysroot=/not/exist --with-build-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --without-long-double-128 --enable-poison-system-directories --with-mpfr=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-static --disable-nls --enable-initfini-array --with-arch=armv7-a
Thread model: posix
gcc version 6.2.0 (GCC) 
configure:19082: $? = 0
configure:19071: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -V >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:19082: $? = 1
configure:19071: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -qversion >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:19082: $? = 1
configure:19086: checking whether we are using the GNU C compiler
configure:19114: result: yes
configure:19123: checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 accepts -g
configure:19184: result: yes
configure:19201: checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to accept ISO C89
configure:19277: result: none needed
configure:19302: checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 understands -c and -o together
configure:19339: result: yes
configure:19358: checking dependency style of arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:19469: result: none
configure:19488: checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to accept ISO C99
configure:19637: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:19637: $? = 0
configure:19650: result: none needed
configure:19758: checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to accept ISO Standard C
configure:19769: result: none needed
configure:19889: checking for C++ compiler version
configure:19898: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --version >&5
arm-poky-linux-gnueabi-g++ (GCC) 6.2.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:19909: $? = 0
configure:19898: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -v >&5
Using built-in specs.
COLLECT_GCC=arm-poky-linux-gnueabi-g++
COLLECT_LTO_WRAPPER=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-linux-gnueabi --prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --bindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/com --localstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/var --libdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/6.2.0 --with-sysroot=/not/exist --with-build-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --without-long-double-128 --enable-poison-system-directories --with-mpfr=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-static --disable-nls --enable-initfini-array --with-arch=armv7-a
Thread model: posix
gcc version 6.2.0 (GCC) 
configure:19909: $? = 0
configure:19898: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -V >&5
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:19909: $? = 1
configure:19898: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -qversion >&5
arm-poky-linux-gnueabi-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
arm-poky-linux-gnueabi-g++: fatal error: no input files
compilation terminated.
configure:19909: $? = 1
configure:19913: checking whether we are using the GNU C++ compiler
configure:19932: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp >&5
configure:19932: $? = 0
configure:19941: result: yes
configure:19950: checking whether arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 accepts -g
configure:19970: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c -g -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp >&5
configure:19970: $? = 0
configure:20011: result: yes
configure:20036: checking dependency style of arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:20147: result: none
configure:20180: checking how to run the C++ preprocessor
configure:20207: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp
configure:20207: $? = 0
configure:20221: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp
conftest.cpp:35:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:20221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20246: result: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E
configure:20266: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp
configure:20266: $? = 0
configure:20280: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp
conftest.cpp:35:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:20280: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:20442: checking for ld used by arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3
configure:20509: result: arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 
configure:20516: checking if the linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) is GNU ld
configure:20531: result: yes
configure:20586: checking whether the arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) supports shared libraries
configure:21659: result: yes
configure:21695: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.cpp >&5
configure:21698: $? = 0
configure:22179: checking for arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 option to produce PIC
configure:22186: result: -fPIC -DPIC
configure:22194: checking if arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 PIC flag -fPIC -DPIC works
configure:22212: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -fPIC -DPIC -DPIC conftest.cpp >&5
configure:22216: $? = 0
configure:22229: result: yes
configure:22252: checking if arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 static flag -static works
configure:22280: result: yes
configure:22292: checking if arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 supports -c -o file.o
configure:22313: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -o out/conftest2.o conftest.cpp >&5
configure:22317: $? = 0
configure:22339: result: yes
configure:22344: checking if arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 supports -c -o file.o
configure:22391: result: yes
configure:22421: checking whether the arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 linker (arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 ) supports shared libraries
configure:22461: result: yes
configure:22602: checking dynamic linker characteristics
configure:23347: result: GNU/Linux ld.so
configure:23412: checking how to hardcode library paths into programs
configure:23437: result: immediate
configure:23479: checking for arm-poky-linux-gnueabi-g++
configure:23495: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
configure:23507: result: yes
configure:23526: checking for arm-poky-linux-gnueabi-gcc
configure:23542: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
configure:23553: result: arm-poky-linux-gnueabi-gcc
configure:23622: checking for Objective C compiler version
configure:23631: arm-poky-linux-gnueabi-gcc --version >&5
arm-poky-linux-gnueabi-gcc (GCC) 6.2.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:23642: $? = 0
configure:23631: arm-poky-linux-gnueabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-poky-linux-gnueabi-gcc
COLLECT_LTO_WRAPPER=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/lto-wrapper
Target: arm-poky-linux-gnueabi
Configured with: ../../../../../../work-shared/gcc-6.2.0-r0/gcc-6.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-linux-gnueabi --prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --bindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --sbindir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi --libexecdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi --datadir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/com --localstatedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/var --libdir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/lib/arm-poky-linux-gnueabi --includedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-linux-gnueabi- --without-local-prefix --enable-lto --enable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/6.2.0 --with-sysroot=/not/exist --with-build-sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 --without-long-double-128 --enable-poison-system-directories --with-mpfr=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-static --disable-nls --enable-initfini-array --with-arch=armv7-a
Thread model: posix
gcc version 6.2.0 (GCC) 
configure:23642: $? = 0
configure:23631: arm-poky-linux-gnueabi-gcc -V >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:23642: $? = 1
configure:23631: arm-poky-linux-gnueabi-gcc -qversion >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.
configure:23642: $? = 1
configure:23646: checking whether we are using the GNU Objective C compiler
configure:23665: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:23665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:23674: result: no
configure:23683: checking whether arm-poky-linux-gnueabi-gcc accepts -g
configure:23703: arm-poky-linux-gnueabi-gcc -c -g -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:23703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:23718: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:23718: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:23734: arm-poky-linux-gnueabi-gcc -c -g -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:23734: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:23744: result: no
configure:23769: checking dependency style of arm-poky-linux-gnueabi-gcc
configure:23878: result: none
configure:23898: checking for working do while(0) macros
configure:23919: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:23919: $? = 0
configure:23927: result: yes
configure:23938: checking for valgrind
configure:23969: result: no
configure:23997: checking for gobject-introspection
configure:24006: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0"
configure:24009: $? = 0
configure:24016: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.31.1"
configure:24019: $? = 0
configure:24042: result: yes
configure:24089: checking for gtk-doc
configure:24092: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
configure:24095: $? = 0
configure:24101: result: yes
configure:24117: checking for gtkdoc-check
configure:24133: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-check
configure:24144: result: gtkdoc-check.test
configure:24154: checking for gtkdoc-check
configure:24172: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-check
configure:24184: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-check
configure:24196: checking for gtkdoc-rebase
configure:24214: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-rebase
configure:24226: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-rebase
configure:24240: checking for gtkdoc-mkpdf
configure:24258: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-mkpdf
configure:24270: result: /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-mkpdf
configure:24298: checking whether to build gtk-doc documentation
configure:24300: result: no
configure:24313: checking for GTKDOC_DEPS
configure:24320: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
configure:24323: $? = 0
configure:24337: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
configure:24340: $? = 0
configure:24378: result: yes
configure:24520: checking for python version
configure:24527: result: 3.5
configure:24541: checking for python platform
configure:24548: result: linux
configure:24574: checking for python script directory
configure:24602: result: ${libdir}/python3.5/site-packages
configure:24611: checking for python extension module directory
configure:24639: result: ${libdir}/python3.5/site-packages
configure:24655: checking whether to build plugin documentation
configure:24667: result: no (gtk-doc disabled or not available)
configure:24770: checking for cos in -lm
configure:24795: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm   >&5
conftest.c:43:6: warning: conflicting types for built-in function 'cos'
 char cos ();
      ^~~
configure:24795: $? = 0
configure:24804: result: yes
configure:24822: checking for stdlib.h
configure:24822: result: yes
configure:24822: checking for unistd.h
configure:24822: result: yes
configure:24822: checking for sys/param.h
configure:24822: result: yes
configure:24842: checking for getpagesize
configure:24842: result: yes
configure:24851: checking for working mmap
configure:25008: result: yes
configure:25130: checking if compiler needs -Werror to reject unknown flags
configure:25146: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Werror -Wunknown-warning-option -Wsizeof-array-argument -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
configure:25146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| int foo(void);
| int
| main ()
| {
| foo()
|   ;
|   return 0;
| }
configure:25151: result: no
configure:25217: checking for the pthreads library -lpthreads
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthreads  >&5
/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:25255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:25264: result: no
configure:25162: checking whether pthreads work without any flags
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
/tmp/ccdieq4I.o: In function `main':
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:48: undefined reference to `pthread_create'
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:49: undefined reference to `pthread_join'
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:51: undefined reference to `__pthread_register_cancel'
/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0/build/conftest.c:52: undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:25255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:25264: result: no
configure:25167: checking whether pthreads work with -Kthread
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Kthread  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
configure:25255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:25264: result: no
configure:25167: checking whether pthreads work with -kthread
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -kthread  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
configure:25255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:25264: result: no
configure:25217: checking for the pthreads library -llthread
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -llthread  >&5
/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:25255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <pthread.h>
|                         static void routine(void *a) { a = 0; }
|                         static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
|                         pthread_create(&th, 0, start_routine, 0);
|                         pthread_join(th, 0);
|                         pthread_attr_init(&attr);
|                         pthread_cleanup_push(routine, 0);
|                         pthread_cleanup_pop(0) /* ; */
|   ;
|   return 0;
| }
configure:25264: result: no
configure:25167: checking whether pthreads work with -pthread
configure:25255: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -pthread  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
configure:25255: $? = 0
configure:25264: result: yes
configure:25283: checking for joinable pthread attribute
configure:25298: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
configure:25298: $? = 0
configure:25304: result: PTHREAD_CREATE_JOINABLE
configure:25314: checking if more special flags are required for pthreads
configure:25329: result: no
configure:25335: checking for PTHREAD_PRIO_INHERIT
configure:25352: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c   >&5
configure:25352: $? = 0
configure:25361: result: yes
configure:25464: checking for unistd.h
configure:25464: result: yes
configure:25489: checking for sys/time.h
configure:25489: result: yes
configure:25501: checking for stdint types
configure:25524: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   conftest.c >&5
configure:25524: $? = 0
configure:25568: result: stdint.h (shortcircuit)
configure:25955: result: make use of stdint.h in _stdint.h (assuming C99 compatible system)
configure:25965: checking for pthread.h
configure:25965: result: yes
configure:25991: checking for FIONREAD in sys/ioctl.h
configure:26015: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:26015: $? = 0
configure:26025: result: yes
configure:26086: checking for gmtime_r
configure:26086: result: yes
configure:26098: checking for sys/utsname.h
configure:26098: result: yes
configure:26110: checking for socket
configure:26110: result: yes
configure:26161: checking for gethostbyname
configure:26161: result: yes
configure:26230: checking for GLIB
configure:26237: $PKG_CONFIG --exists --print-errors "$which"
configure:26240: $? = 0
configure:26254: $PKG_CONFIG --exists --print-errors "$which"
configure:26257: $? = 0
configure:26311: result: yes
configure:26362: checking for glib-genmarshal
configure:26370: result: glib-genmarshal (from pkg-config path)
configure:26424: checking for glib-mkenums
configure:26431: result: glib-mkenums
configure:26444: checking for GIO
configure:26451: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQ"
configure:26454: $? = 0
configure:26468: $PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQ"
configure:26471: $? = 0
configure:26529: result: yes
configure:26569: checking for GST
configure:26576: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26579: $? = 0
configure:26593: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26596: $? = 0
configure:26654: result: yes
configure:26668: using GStreamer tools in /usr/bin
configure:26678: using GStreamer plug-ins in /usr/lib/gstreamer-1.0
configure:26690: checking for GST_BASE
configure:26697: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26700: $? = 0
configure:26714: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26717: $? = 0
configure:26775: result: yes
configure:26792: checking for GST_CHECK
configure:26799: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26802: $? = 0
configure:26816: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26819: $? = 0
configure:26877: result: yes
configure:26894: checking for GST_CONTROLLER
configure:26901: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26904: $? = 0
configure:26918: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:26921: $? = 0
configure:26979: result: yes
configure:26996: checking for GST_NET
configure:27003: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:27006: $? = 0
configure:27020: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:27023: $? = 0
configure:27081: result: yes
configure:27107: checking for GST_PLUGINS_BASE
configure:27114: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:27117: $? = 0
configure:27131: $PKG_CONFIG --exists --print-errors "$module >= $minver"
configure:27134: $? = 0
configure:27192: result: yes
configure:27208: using GStreamer Base Plugins in /usr/lib/gstreamer-1.0
configure:27217: checking whether this is an uninstalled GStreamer setup
configure:27237: result: no
configure:27708: checking for -Bsymbolic-functions linker flag
configure:27723: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-Bsymbolic-functions conftest.c  >&5
configure:27723: $? = 0
configure:27724: result: yes
configure:28173: checking for GRAPHENE
configure:28180: $PKG_CONFIG --exists --print-errors "graphene-1.0 >= 1.0.0"
Package graphene-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `graphene-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'graphene-1.0' found
configure:28183: $? = 1
configure:28197: $PKG_CONFIG --exists --print-errors "graphene-1.0 >= 1.0.0"
Package graphene-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `graphene-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'graphene-1.0' found
configure:28200: $? = 1
configure:28214: result: no
No package 'graphene-1.0' found
configure:28349: checking for GMODULE_EXPORT
configure:28356: $PKG_CONFIG --exists --print-errors "gmodule-export-2.0"
configure:28359: $? = 0
configure:28373: $PKG_CONFIG --exists --print-errors "gmodule-export-2.0"
configure:28376: $? = 0
configure:28414: result: yes
configure:28421: checking for GMODULE_NO_EXPORT
configure:28428: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
configure:28431: $? = 0
configure:28445: $PKG_CONFIG --exists --print-errors "gmodule-no-export-2.0"
configure:28448: $? = 0
configure:28506: result: yes
configure:28514: checking for X11
configure:28521: $PKG_CONFIG --exists --print-errors "x11"
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11' found
configure:28524: $? = 1
configure:28538: $PKG_CONFIG --exists --print-errors "x11"
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11' found
configure:28541: $? = 1
configure:28555: result: no
No package 'x11' found
configure:28602: checking for EXIF
configure:28609: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.16"
Package libexif was not found in the pkg-config search path.
Perhaps you should add the directory containing `libexif.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libexif' found
configure:28612: $? = 1
configure:28626: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.16"
Package libexif was not found in the pkg-config search path.
Perhaps you should add the directory containing `libexif.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libexif' found
configure:28629: $? = 1
configure:28643: result: no
No package 'libexif' found
configure:28701: checking for ORC
configure:28708: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
configure:28711: $? = 0
configure:28725: $PKG_CONFIG --exists --print-errors "orc-0.4 >= $ORC_REQ"
configure:28728: $? = 0
configure:28784: result: yes
configure:28915: Using /usr/lib/gstreamer-1.0 as the plugin install location
configure:28952: Setting GST_PACKAGE_RELEASE_DATETIME to 2016-08-19
configure:29004: checking whether to build static plugins or not
configure:29020: result: no
configure:29108: checking whether the GStreamer debugging system is enabled
configure:29127: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c -pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29127: $? = 0
configure:29141: result: yes
configure:29161: checking to see if compiler understands -Wall
configure:29178: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wall -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29178: $? = 0
configure:29193: result: yes
configure:29198: checking to see if compiler understands -Wdeclaration-after-statement
configure:29215: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wdeclaration-after-statement -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29215: $? = 0
configure:29230: result: yes
configure:29235: checking to see if compiler understands -Wvla
configure:29252: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wvla -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29252: $? = 0
configure:29267: result: yes
configure:29272: checking to see if compiler understands -Wpointer-arith
configure:29289: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wpointer-arith -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29289: $? = 0
configure:29304: result: yes
configure:29363: checking to see if compiler understands -Wmissing-declarations
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wmissing-declarations -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wmissing-prototypes
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wmissing-prototypes -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wredundant-decls
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wredundant-decls -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wwrite-strings
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wwrite-strings -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wformat-security
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wformat-security -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
cc1: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wold-style-definition
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wold-style-definition -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:1: warning: old-style function definition [-Wold-style-definition]
 main ()
 ^~~~
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Winit-self
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Winit-self -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wmissing-include-dirs
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wmissing-include-dirs -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Waddress
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Waddress -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wno-multichar
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wno-multichar -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29363: checking to see if compiler understands -Wnested-externs
configure:29380: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -Wnested-externs -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:29380: $? = 0
configure:29395: result: yes
configure:29407: 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:29409: set ERROR_CFLAGS to 
configure:29416: checking to see if c++ compiler understands 
configure:29440: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux  conftest.cpp >&5
configure:29440: $? = 0
configure:29463: result: yes
configure:29476: checking to see if c++ compiler understands -Wall
configure:29500: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wall conftest.cpp >&5
configure:29500: $? = 0
configure:29523: result: yes
configure:29719: checking to see if c++ compiler understands -Wmissing-declarations
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wmissing-declarations conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wredundant-decls
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wredundant-decls conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wwrite-strings
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wwrite-strings conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wformat-nonliteral
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wformat-nonliteral conftest.cpp >&5
cc1plus: warning: -Wformat-nonliteral ignored without -Wformat [-Wformat-nonliteral]
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wformat-security
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wformat-security conftest.cpp >&5
cc1plus: warning: -Wformat-security ignored without -Wformat [-Wformat-security]
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Winit-self
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Winit-self conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wmissing-include-dirs
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wmissing-include-dirs conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Waddress
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Waddress conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29719: checking to see if c++ compiler understands -Wno-multichar
configure:29743: arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wno-multichar conftest.cpp >&5
configure:29743: $? = 0
configure:29766: result: yes
configure:29778: set WARNING_CXXFLAGS to  -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
configure:29780: set ERROR_CXXFLAGS to 
configure:29788: checking to see if Objective C compiler understands 
configure:29812: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux  conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:29812: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:29835: result: no
configure:29848: checking to see if Objective C compiler understands -Wall
configure:29872: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wall conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:29872: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:29895: result: no
configure:30037: checking to see if Objective C compiler understands -Wmissing-declarations
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wmissing-declarations conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wredundant-decls
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wredundant-decls conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wwrite-strings
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wwrite-strings conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wformat-nonliteral
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wformat-nonliteral conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wformat-security
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wformat-security conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Winit-self
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Winit-self conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wmissing-include-dirs
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wmissing-include-dirs conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30037: checking to see if Objective C compiler understands -Wno-multichar
configure:30061: arm-poky-linux-gnueabi-gcc -c  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wno-multichar conftest.m >&5
arm-poky-linux-gnueabi-gcc: error: conftest.m: Objective-C compiler not installed on this system
configure:30061: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30084: result: no
configure:30089: unsupported compiler flags:  -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Wno-multichar
configure:30096: set WARNING_OBJCFLAGS to 
configure:30098: set ERROR_OBJCFLAGS to 
configure:30147: Using autoaudiosink as default audio sink
configure:30172: Using alsasrc as default audio source
configure:30197: Using autovideosink as default video sink
configure:30222: Using v4l2src as default video source
configure:30247: Using goom as default visualizer
configure:33197: checking for AVFoundation/AVFoundation.h
configure:33197: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:63:39: fatal error: AVFoundation/AVFoundation.h: No such file or directory
 #include <AVFoundation/AVFoundation.h>
                                       ^
compilation terminated.
configure:33197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| /* end confdefs.h.  */
| #include <AVFoundation/AVFoundation.h>
configure:33197: result: no
configure:33205: checking for MobileCoreServices/MobileCoreServices.h
configure:33205: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:63:51: fatal error: MobileCoreServices/MobileCoreServices.h: No such file or directory
 #include <MobileCoreServices/MobileCoreServices.h>
                                                   ^
compilation terminated.
configure:33205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| /* end confdefs.h.  */
| #include <MobileCoreServices/MobileCoreServices.h>
configure:33205: result: no
configure:33213: checking for VideoToolbox/VideoToolbox.h
configure:33213: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:63:39: fatal error: VideoToolbox/VideoToolbox.h: No such file or directory
 #include <VideoToolbox/VideoToolbox.h>
                                       ^
compilation terminated.
configure:33213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| /* end confdefs.h.  */
| #include <VideoToolbox/VideoToolbox.h>
configure:33213: result: no
configure:33281: checking for sys/socket.h
configure:33281: result: yes
configure:33293: checking winsock2.h usability
configure:33293: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c:97:22: fatal error: winsock2.h: No such file or directory
 #include <winsock2.h>
                      ^
compilation terminated.
configure:33293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
configure:33293: result: no
configure:33293: checking winsock2.h presence
configure:33293: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:64:22: fatal error: winsock2.h: No such file or directory
 #include <winsock2.h>
                      ^
compilation terminated.
configure:33293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <winsock2.h>
configure:33293: result: no
configure:33293: checking for winsock2.h
configure:33293: result: no
configure:33491: checking for X
configure:33498: $PKG_CONFIG --exists --print-errors "$which"
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11' found
configure:33501: $? = 1
configure:33515: $PKG_CONFIG --exists --print-errors "$which"
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'x11' found
configure:33518: $? = 1
configure:33532: result: no
No package 'x11' found
configure:33553: No package 'x11' found
configure:33839: checking for GLES2
configure:33846: $PKG_CONFIG --exists --print-errors "$which"
configure:33849: $? = 0
configure:33863: $PKG_CONFIG --exists --print-errors "$which"
configure:33866: $? = 0
configure:33920: result: yes
configure:34160: checking EGL/fbdev_window.h usability
configure:34160: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c:97:30: fatal error: EGL/fbdev_window.h: No such file or directory
 #include <EGL/fbdev_window.h>
                              ^
compilation terminated.
configure:34160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <EGL/fbdev_window.h>
configure:34160: result: no
configure:34160: checking EGL/fbdev_window.h presence
configure:34160: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
conftest.c:64:30: fatal error: EGL/fbdev_window.h: No such file or directory
 #include <EGL/fbdev_window.h>
                              ^
compilation terminated.
configure:34160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <EGL/fbdev_window.h>
configure:34160: result: no
configure:34160: checking for EGL/fbdev_window.h
configure:34160: result: no
configure:34315: checking for bcm_host_init in -lbcm_host
configure:34340: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lbcm_host   -lvcos -lvchiq_arm >&5
configure:34340: $? = 0
configure:34349: result: yes
configure:34354: checking bcm_host.h usability
configure:34354: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:34354: $? = 0
configure:34354: result: yes
configure:34354: checking bcm_host.h presence
configure:34354: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:34354: $? = 0
configure:34354: result: yes
configure:34354: checking for bcm_host.h
configure:34354: result: yes
configure:34358: checking for eglGetProcAddress in -lEGL
configure:34383: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lEGL   -lvcos -lvchiq_arm -lbcm_host -lGLESv2 >&5
configure:34383: $? = 0
configure:34392: result: yes
configure:34397: checking EGL/egl.h usability
configure:34397: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:34397: $? = 0
configure:34397: result: yes
configure:34397: checking EGL/egl.h presence
configure:34397: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:34397: $? = 0
configure:34397: result: yes
configure:34397: checking for EGL/egl.h
configure:34397: result: yes
configure:34400: checking for glEnable in -lGLESv2
configure:34425: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lGLESv2   -lvcos -lvchiq_arm -lbcm_host -lGLESv2 -lEGL >&5
configure:34425: $? = 0
configure:34434: result: yes
configure:34438: checking GLES2/gl2.h usability
configure:34438: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:34438: $? = 0
configure:34438: result: yes
configure:34438: checking GLES2/gl2.h presence
configure:34438: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:34438: $? = 0
configure:34438: result: yes
configure:34438: checking for GLES2/gl2.h
configure:34438: result: yes
configure:34476: checking for WAYLAND_EGL
configure:34483: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0"
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-client' found
Package wayland-cursor was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-cursor.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-cursor' found
Package wayland-egl was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-egl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-egl' found
configure:34486: $? = 1
configure:34500: $PKG_CONFIG --exists --print-errors "wayland-client >= 1.0 wayland-cursor >= 1.0 wayland-egl >= 9.0"
Package wayland-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-client.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-client' found
Package wayland-cursor was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-cursor.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-cursor' found
Package wayland-egl was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-egl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-egl' found
configure:34503: $? = 1
configure:34517: result: no
No package 'wayland-client' found
No package 'wayland-cursor' found
No package 'wayland-egl' found
configure:34602: checking libdrm/drm_fourcc.h usability
configure:34602: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:34602: $? = 0
configure:34602: result: yes
configure:34602: checking libdrm/drm_fourcc.h presence
configure:34602: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:34602: $? = 0
configure:34602: result: yes
configure:34602: checking for libdrm/drm_fourcc.h
configure:34602: result: yes
configure:34612: checking for GST_ALLOCATORS
configure:34619: $PKG_CONFIG --exists --print-errors "gstreamer-allocators-1.0"
configure:34622: $? = 0
configure:34636: $PKG_CONFIG --exists --print-errors "gstreamer-allocators-1.0"
configure:34639: $? = 0
configure:34697: result: yes
configure:34825: WARNING: X or Wayland is required for OpenGL support
configure:35326: checking for GLeglImageOES
configure:35326: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:35326: $? = 0
configure:35326: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:28: error: expected expression before ')' token
 if (sizeof ((GLeglImageOES)))
                            ^
configure:35326: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof ((GLeglImageOES)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35326: result: yes
configure:35341: checking for GLchar
configure:35341: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:35341: $? = 0
configure:35341: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:21: error: expected expression before ')' token
 if (sizeof ((GLchar)))
                     ^
configure:35341: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof ((GLchar)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35341: result: yes
configure:35356: checking for GLsizeiptr
configure:35356: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:35356: $? = 0
configure:35356: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:83:25: error: expected expression before ')' token
 if (sizeof ((GLsizeiptr)))
                         ^
configure:35356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof ((GLsizeiptr)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35356: result: yes
configure:35371: checking for GLintptr
configure:35371: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:35371: $? = 0
configure:35371: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:84:23: error: expected expression before ')' token
 if (sizeof ((GLintptr)))
                       ^
configure:35371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLSIZEIPTR 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof ((GLintptr)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35371: result: yes
configure:35386: checking for GLsync
configure:35386: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:13: error: 'GLsync' undeclared (first use in this function)
 if (sizeof (GLsync))
             ^~~~~~
conftest.c:85:13: note: each undeclared identifier is reported only once for each function it appears in
configure:35386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLSIZEIPTR 1
| #define HAVE_GLINTPTR 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof (GLsync))
| 	 return 0;
|   ;
|   return 0;
| }
configure:35386: result: no
configure:35401: checking for GLuint64
configure:35401: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:13: error: 'GLuint64' undeclared (first use in this function)
 if (sizeof (GLuint64))
             ^~~~~~~~
conftest.c:85:13: note: each undeclared identifier is reported only once for each function it appears in
configure:35401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLSIZEIPTR 1
| #define HAVE_GLINTPTR 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof (GLuint64))
| 	 return 0;
|   ;
|   return 0;
| }
configure:35401: result: no
configure:35416: checking for GLint64
configure:35416: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c   -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:13: error: 'GLint64' undeclared (first use in this function)
 if (sizeof (GLint64))
             ^~~~~~~
conftest.c:85:13: note: each undeclared identifier is reported only once for each function it appears in
configure:35416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLSIZEIPTR 1
| #define HAVE_GLINTPTR 1
| /* end confdefs.h.  */
| 
| #ifndef GL_GLEXT_PROTOTYPES
| #define GL_GLEXT_PROTOTYPES 1
| #endif
| # ifdef HAVE_IOS
| #  include <OpenGLES/ES2/gl.h>
| #  include <OpenGLES/ES2/glext.h>
| # else
| #  include <GLES2/gl2.h>
| #  include <GLES2/gl2ext.h>
| # endif
| 
| 
| int
| main ()
| {
| if (sizeof (GLint64))
| 	 return 0;
|   ;
|   return 0;
| }
configure:35416: result: no
configure:35448: checking for LIBPNG
configure:35455: $PKG_CONFIG --exists --print-errors "libpng >= 1.0"
configure:35458: $? = 0
configure:35472: $PKG_CONFIG --exists --print-errors "libpng >= 1.0"
configure:35475: $? = 0
configure:35513: result: yes
configure:35544: checking for jpeg_set_defaults in -ljpeg-mmx
configure:35569: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ljpeg-mmx   >&5
/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/6.2.0/ld: cannot find -ljpeg-mmx
collect2: error: ld returned 1 exit status
configure:35569: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Bad Plug-ins"
| #define PACKAGE_TARNAME "gst-plugins-bad"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-plugins-bad"
| #define VERSION "1.8.3"
| #define GST_API_VERSION "1.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
| #define LOCALEDIR "/usr/share/locale"
| #define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
| #define GST_PACKAGE_ORIGIN "Unknown package origin"
| #define HAVE_EXTERNAL /**/
| #define HAVE_CPU_ARM 1
| #define HOST_CPU "arm"
| #define TARGET_CPU "arm"
| #define HAVE_DOWHILE_MACROS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_FIONREAD_IN_SYS_IOCTL 1
| #define HAVE_GMTIME_R 1
| #define HAVE_SYS_UTSNAME_H 1
| #define GIO_MODULE_DIR "/usr/lib/gio/modules"
| #define GIO_LIBDIR "/usr/lib"
| #define GIO_PREFIX "/usr"
| #define HAVE_ORC 1
| #define GST_LICENSE "LGPL"
| #define LIBDIR "/usr/lib"
| #define PLUGINDIR "/usr/lib/gstreamer-1.0"
| #define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
| #define GST_LEVEL_DEFAULT GST_LEVEL_NONE
| #define DEFAULT_AUDIOSINK "autoaudiosink"
| #define DEFAULT_AUDIOSRC "alsasrc"
| #define DEFAULT_VIDEOSINK "autovideosink"
| #define DEFAULT_VIDEOSRC "v4l2src"
| #define DEFAULT_VISUALIZER "goom"
| #define HAVE_SYS_SOCKET_H 1
| #define USE_EGL_RPI 1
| #define HAVE_GLEGLIMAGEOES 1
| #define HAVE_GLCHAR 1
| #define HAVE_GLSIZEIPTR 1
| #define HAVE_GLINTPTR 1
| #define HAVE_PNG 1 
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jpeg_set_defaults ();
| int
| main ()
| {
| return jpeg_set_defaults ();
|   ;
|   return 0;
| }
configure:35578: result: no
configure:35590: checking for jpeg_set_defaults in -ljpeg
configure:35615: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ljpeg   >&5
configure:35615: $? = 0
configure:35624: result: yes
configure:35659: checking for XCB
configure:35666: $PKG_CONFIG --exists --print-errors "xcb >= 1.10"
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb' found
configure:35669: $? = 1
configure:35683: $PKG_CONFIG --exists --print-errors "xcb >= 1.10"
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb' found
configure:35686: $? = 1
configure:35700: result: no
No package 'xcb' found
configure:35747: *** checking feature: DirectSound ***
configure:35751: *** for plug-ins: directsoundsrc ***
configure:35865: *** These plugins will not be built: directsoundsrc
configure:35883: *** checking feature: WASAPI plug-in ***
configure:35887: *** for plug-ins: wasapi ***
configure:36013: *** These plugins will not be built: wasapi
configure:36031: *** checking feature: Direct3D plug-in ***
configure:36035: *** for plug-ins: direct3dsink ***
configure:36144: *** These plugins will not be built: direct3dsink
configure:36162: *** checking feature: winscreencap plug-in ***
configure:36166: *** for plug-ins: winscreencap ***
configure:36275: *** These plugins will not be built: winscreencap
configure:36293: *** checking feature: Winks plug-in ***
configure:36297: *** for plug-ins: winks ***
configure:36416: *** These plugins will not be built: winks
configure:36435: *** checking feature: Android Media ***
configure:36439: *** for plug-ins: androidmedia ***
configure:36520: *** These plugins will not be built: androidmedia
configure:36539: *** checking feature: Apple video ***
configure:36543: *** for plug-ins: applemedia ***
configure:36627: *** These plugins will not be built: applemedia
configure:36653: *** checking feature: Bluez ***
configure:36657: *** for plug-ins: bluez ***
configure:36701: checking for BLUEZ5
configure:36708: $PKG_CONFIG --exists --print-errors "bluez >= 5.0"
configure:36711: $? = 0
configure:36725: $PKG_CONFIG --exists --print-errors "bluez >= 5.0"
configure:36728: $? = 0
configure:36770: result: yes
configure:36775: checking for GIO_UNIX
configure:36782: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 > 2.24"
configure:36785: $? = 0
configure:36799: $PKG_CONFIG --exists --print-errors "gio-unix-2.0 > 2.24"
configure:36802: $? = 0
configure:36844: result: yes
configure:36849: checking for gdbus-codegen
configure:36865: found /home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gdbus-codegen
configure:36876: result: gdbus-codegen
configure:36903: *** These plugins will be built: bluez
configure:36935: *** checking feature: AVC Video Services ***
configure:36939: *** for plug-ins: avcsrc ***
configure:37041: *** These plugins will not be built: avcsrc
configure:37066: *** checking feature: POSIX shared memory source and sink ***
configure:37070: *** for plug-ins: shm ***
configure:37124: checking for shm_open in -lrt
configure:37149: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lrt   >&5
configure:37149: $? = 0
configure:37158: result: yes
configure:37161: checking whether MSG_NOSIGNAL is declared
configure:37161: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:37161: $? = 0
configure:37161: result: yes
configure:37193: *** These plugins will be built: shm
configure:37224: *** checking feature: Video CD ***
configure:37228: *** for plug-ins: vcdsrc ***
configure:37270: checking linux/cdrom.h usability
configure:37270: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:37270: $? = 0
configure:37270: result: yes
configure:37270: checking linux/cdrom.h presence
configure:37270: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:37270: $? = 0
configure:37270: result: yes
configure:37270: checking for linux/cdrom.h
configure:37270: result: yes
configure:37289: *** These plugins will be built: vcdsrc
configure:37320: *** checking feature: OpenSL ES ***
configure:37324: *** for plug-ins: opensl ***
configure:37398: *** These plugins will not be built: opensl
configure:37416: *** checking feature: UVC H264 ***
configure:37420: *** for plug-ins: uvch264 ***
configure:37462: checking linux/uvcvideo.h usability
configure:37462: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:37462: $? = 0
configure:37462: result: yes
configure:37462: checking linux/uvcvideo.h presence
configure:37462: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:37462: $? = 0
configure:37462: result: yes
configure:37462: checking for linux/uvcvideo.h
configure:37462: result: yes
configure:37472: checking for G_UDEV
configure:37479: $PKG_CONFIG --exists --print-errors "gudev-1.0 "
configure:37482: $? = 0
configure:37496: $PKG_CONFIG --exists --print-errors "gudev-1.0 "
configure:37499: $? = 0
configure:37537: result: yes
configure:37547: checking for LIBUSB
configure:37554: $PKG_CONFIG --exists --print-errors "libusb-1.0 "
configure:37557: $? = 0
configure:37571: $PKG_CONFIG --exists --print-errors "libusb-1.0 "
configure:37574: $? = 0
configure:37612: result: yes
configure:37638: *** These plugins will be built: uvch264
configure:37673: *** checking feature: NVIDIA Encode API ***
configure:37677: *** for plug-ins: nvenc ***
configure:38698: *** These plugins will not be built: nvenc
configure:38724: *** checking feature: tinyalsa ***
configure:38728: *** for plug-ins: tinyalsa ***
configure:38802: *** These plugins will not be built: tinyalsa
configure:38823: *** checking feature: ASS/SSA renderer ***
configure:38827: *** for plug-ins: assrender ***
configure:38969: *** These plugins will not be built: assrender
configure:38989: *** checking feature: vo-amrwbenc library ***
configure:38993: *** for plug-ins: vo-amrwbenc ***
configure:39154: *** These plugins will not be built: vo-amrwbenc
configure:39172: *** checking feature: vo-aacenc library ***
configure:39176: *** for plug-ins: vo-aacenc ***
configure:39337: *** These plugins will not be built: vo-aacenc
configure:39355: *** checking feature: AirPort Express Wireless sink ***
configure:39359: *** for plug-ins: apexsink ***
configure:39386: WARNING: *** apexsink not ported
configure:39624: *** These plugins will not be built: apexsink
configure:39642: *** checking feature: bs2b ***
configure:39646: *** for plug-ins: bs2b ***
configure:39789: *** These plugins will not be built: bs2b
configure:39807: *** checking feature: bz2 library ***
configure:39811: *** for plug-ins: bz2 ***
configure:39855: checking for BZ2_bzlibVersion in -lbz2
configure:39868: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  -lbz2 >&5
configure:39868: $? = 0
configure:39875: result: yes
configure:39894: *** These plugins will be built: bz2
configure:39935: *** checking feature: chromaprint ***
configure:39939: *** for plug-ins: chromaprint ***
configure:40082: *** These plugins will not be built: chromaprint
configure:40113: *** checking feature: Curl plugin ***
configure:40117: *** for plug-ins: curl ***
configure:40161: checking for CURL
configure:40168: $PKG_CONFIG --exists --print-errors "libcurl >= 7.35.0"
configure:40171: $? = 0
configure:40185: $PKG_CONFIG --exists --print-errors "libcurl >= 7.35.0"
configure:40188: $? = 0
configure:40230: result: yes
configure:40237: checking for unistd.h
configure:40237: result: yes
configure:40237: checking for sys/socket.h
configure:40237: result: yes
configure:40237: checking for sys/types.h
configure:40237: result: yes
configure:40237: checking for netinet/in.h
configure:40237: result: yes
configure:40237: checking for netinet/tcp.h
configure:40237: result: yes
configure:40237: checking for fcntl.h
configure:40237: result: yes
configure:40267: checking for netinet/ip.h
configure:40267: result: yes
configure:40286: checking for socket support needed by curlsink
configure:40288: result: yes
configure:40397: *** These plugins will be built: curl
configure:40435: *** checking feature: DASH plug-in ***
configure:40439: *** for plug-ins: dash ***
configure:40483: checking for LIBXML2
configure:40490: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8"
configure:40493: $? = 0
configure:40507: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8"
configure:40510: $? = 0
configure:40550: result: yes
configure:40568: *** These plugins will be built: dash
configure:40599: *** checking feature: libdc1394 ***
configure:40603: *** for plug-ins: dc1394 ***
configure:40630: WARNING: *** dc1394 not ported
configure:40756: *** These plugins will not be built: dc1394
configure:40774: *** checking feature: decklink ***
configure:40778: *** for plug-ins: decklink ***
configure:40827: checking for dlopen in -ldl
configure:40861: result: yes
configure:40940: *** These plugins will be built: decklink
configure:40979: *** checking feature: directfb ***
configure:40983: *** for plug-ins: dfbvideosink  ***
configure:41124: *** These plugins will not be built: dfbvideosink 
configure:41143: checking for wayland-scanner
configure:41176: result: no
configure:41182: *** checking feature: wayland sink ***
configure:41186: *** for plug-ins: wayland  ***
configure:41333: *** These plugins will not be built: wayland 
configure:41351: *** checking feature: WebP ***
configure:41355: *** for plug-ins: webp  ***
configure:41399: checking for WEBP
configure:41406: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
configure:41409: $? = 0
configure:41423: $PKG_CONFIG --exists --print-errors "libwebp >= 0.2.1"
configure:41426: $? = 0
configure:41466: result: yes
configure:41484: *** These plugins will be built: webp 
configure:41515: *** checking feature: daala ***
configure:41519: *** for plug-ins: daala ***
configure:41666: *** These plugins will not be built: daala
configure:41684: *** checking feature: dts library ***
configure:41688: *** for plug-ins: dtsdec ***
configure:41888: *** These plugins will not be built: dtsdec
configure:41906: *** checking feature: resindvd plugin ***
configure:41910: *** for plug-ins: resindvd ***
configure:42051: *** These plugins will not be built: resindvd
configure:42069: *** checking feature: AAC encoder plug-in ***
configure:42073: *** for plug-ins: faac ***
configure:42203: *** These plugins will not be built: faac
configure:42221: *** checking feature: FAAD2 AAC decoder plug-in ***
configure:42225: *** for plug-ins: faad ***
configure:42390: *** These plugins will not be built: faad
configure:42408: *** checking feature: linux framebuffer ***
configure:42412: *** for plug-ins: fbdevsink ***
configure:42455: checking linux/fb.h usability
configure:42455: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:42455: $? = 0
configure:42455: result: yes
configure:42455: checking linux/fb.h presence
configure:42455: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:42455: $? = 0
configure:42455: result: yes
configure:42455: checking for linux/fb.h
configure:42455: result: yes
configure:42475: *** These plugins will be built: fbdevsink
configure:42506: *** checking feature: Flite plugin ***
configure:42510: *** for plug-ins: flite ***
configure:42642: *** These plugins will not be built: flite
configure:42660: *** checking feature: GSM library ***
configure:42664: *** for plug-ins: gsmenc gsmdec ***
configure:42864: *** These plugins will not be built: gsmenc gsmdec
configure:42882: *** checking feature: fluidsynth ***
configure:42886: *** for plug-ins: fluidsynth ***
configure:43027: *** These plugins will not be built: fluidsynth
configure:43045: *** checking feature: Kate ***
configure:43049: *** for plug-ins: kate ***
configure:43284: *** These plugins will not be built: kate
configure:43309: *** checking feature: ladspa ***
configure:43313: *** for plug-ins: ladspa ***
configure:43466: *** These plugins will not be built: ladspa
configure:43484: *** checking feature: lv2 ***
configure:43488: *** for plug-ins: lv2 ***
configure:43515: WARNING: *** lv2 not ported
configure:43627: *** These plugins will not be built: lv2
configure:43645: *** checking feature: libde265 HEVC/H.265 decoder ***
configure:43649: *** for plug-ins: libde265 ***
configure:43788: *** These plugins will not be built: libde265
configure:43806: *** checking feature: mms protocol library ***
configure:43810: *** for plug-ins: libmms ***
configure:43951: *** These plugins will not be built: libmms
configure:43971: *** checking feature: srtp library ***
configure:43975: *** for plug-ins: srtp ***
configure:44240: *** These plugins will not be built: srtp
configure:44258: *** checking feature: DTLS plugin ***
configure:44262: *** for plug-ins: dtls ***
configure:44306: checking for DTLS
configure:44313: $PKG_CONFIG --exists --print-errors " openssl >= 1.0.1  libcrypto "
configure:44316: $? = 0
configure:44330: $PKG_CONFIG --exists --print-errors " openssl >= 1.0.1  libcrypto "
configure:44333: $? = 0
configure:44375: result: yes
configure:44394: *** These plugins will be built: dtls
configure:44425: *** checking feature: Linear Systems SDI plugin ***
configure:44429: *** for plug-ins: linsys ***
configure:44456: WARNING: *** linsys not ported
configure:44503: *** These plugins will not be built: linsys
configure:44521: *** checking feature: modplug ***
configure:44525: *** for plug-ins: modplug ***
configure:44670: *** These plugins will not be built: modplug
configure:44688: *** checking feature: libmimic library ***
configure:44692: *** for plug-ins: mimic ***
configure:44832: *** These plugins will not be built: mimic
configure:44851: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.6.1.93 mjpegtools < 1.8.0"
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
configure:44854: $? = 1
configure:44862: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.8.0 mjpegtools < 1.9.0"
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
configure:44865: $? = 1
configure:44873: $PKG_CONFIG --exists --print-errors "mjpegtools >= 2.0.0"
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
configure:44876: $? = 1
configure:44885: checking for MJPEG
configure:44892: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0 mjpegtools < 2.0.0"
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
configure:44895: $? = 1
configure:44909: $PKG_CONFIG --exists --print-errors "mjpegtools >= 1.9.0 mjpegtools < 2.0.0"
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
Package mjpegtools was not found in the pkg-config search path.
Perhaps you should add the directory containing `mjpegtools.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mjpegtools' found
configure:44912: $? = 1
configure:44926: result: no
No package 'mjpegtools' found
No package 'mjpegtools' found
configure:44990: *** checking feature: mpeg2enc ***
configure:44994: *** for plug-ins: mpeg2enc ***
configure:45230: *** These plugins will not be built: mpeg2enc
configure:45248: *** checking feature: mplex ***
configure:45252: *** for plug-ins: mplex ***
configure:45479: *** These plugins will not be built: mplex
configure:45497: *** checking feature: musepackdec ***
configure:45501: *** for plug-ins: musepack ***
configure:45528: WARNING: *** musepack not ported
configure:45593: *** These plugins will not be built: musepack
configure:45611: *** checking feature: nas plug-in ***
configure:45615: *** for plug-ins: nassink ***
configure:45642: WARNING: *** nassink not ported
configure:45752: *** These plugins will not be built: nassink
configure:45770: *** checking feature: neon http client plugins ***
configure:45774: *** for plug-ins: neonhttpsrc ***
configure:45818: checking for NEON
configure:45825: $PKG_CONFIG --exists --print-errors "neon >= 0.27.0  neon <= 0.30.99"
configure:45828: $? = 0
configure:45842: $PKG_CONFIG --exists --print-errors "neon >= 0.27.0  neon <= 0.30.99"
configure:45845: $? = 0
configure:45887: result: yes
configure:45904: *** These plugins will be built: neonhttpsrc
configure:45935: *** checking feature: ofa plugins ***
configure:45939: *** for plug-ins: ofa ***
configure:46082: *** These plugins will not be built: ofa
configure:46100: *** checking feature: OpenAL plugin ***
configure:46104: *** for plug-ins: openal ***
configure:46247: *** These plugins will not be built: openal
configure:46265: *** checking feature: opencv plugins ***
configure:46269: *** for plug-ins: opencv ***
configure:46867: *** These plugins will not be built: opencv
configure:46885: *** checking feature: openexr library ***
configure:46889: *** for plug-ins: openexr ***
configure:47050: *** These plugins will not be built: openexr
configure:47068: *** checking feature: openh264 library ***
configure:47072: *** for plug-ins: openh264 ***
configure:47233: *** These plugins will not be built: openh264
configure:47251: *** checking feature: openjpeg library ***
configure:47255: *** for plug-ins: openjpeg ***
configure:47726: *** These plugins will not be built: openjpeg
configure:47744: *** checking feature: openni2 library ***
configure:47748: *** for plug-ins: openni2 ***
configure:47887: *** These plugins will not be built: openni2
configure:47905: *** checking feature: opus ***
configure:47909: *** for plug-ins: opus ***
configure:48057: *** These plugins will not be built: opus
configure:48075: *** checking feature: pvrvideosink ***
configure:48079: *** for plug-ins: pvr ***
configure:48218: *** These plugins will not be built: pvr
configure:48247: *** checking feature: rsvg decoder ***
configure:48251: *** for plug-ins: rsvg ***
configure:48299: checking for RSVG
configure:48306: $PKG_CONFIG --exists --print-errors "$which"
configure:48309: $? = 0
configure:48323: $PKG_CONFIG --exists --print-errors "$which"
configure:48326: $? = 0
configure:48380: result: yes
configure:48399: *** These plugins will be built: rsvg
configure:48430: *** checking feature: gl elements ***
configure:48434: *** for plug-ins: gl ***
configure:48492: *** These plugins will be built: gl
configure:48524: *** checking feature: Gtk+ elements ***
configure:48528: *** for plug-ins: gtk ***
configure:48915: *** These plugins will not be built: gtk
configure:48941: *** checking feature: Qt elements ***
configure:48945: *** for plug-ins: qt ***
configure:49681: *** These plugins will not be built: qt
configure:49699: *** checking feature: Vulkan elements ***
configure:49703: *** for plug-ins: vulkan ***
configure:49823: *** These plugins will not be built: vulkan
configure:49841: *** checking feature: libvisual visualization library ***
configure:49845: *** for plug-ins: libvisual ***
configure:49872: WARNING: *** libvisual not ported
configure:50018: *** These plugins will not be built: libvisual
configure:50036: *** checking feature: timidity midi soft synth plugin ***
configure:50040: *** for plug-ins: timidity ***
configure:50067: WARNING: *** timidity not ported
configure:50209: *** These plugins will not be built: timidity
configure:50227: *** checking feature: Teletext decoder ***
configure:50231: *** for plug-ins: teletextdec ***
configure:50392: *** These plugins will not be built: teletextdec
configure:50410: *** checking feature: wildmidi midi soft synth plugin ***
configure:50414: *** for plug-ins: wildmidi ***
configure:50599: *** These plugins will not be built: wildmidi
configure:50617: *** checking feature: SDL plug-in ***
configure:50621: *** for plug-ins: sdlvideosink sdlaudiosink ***
configure:50648: WARNING: *** sdlvideosink sdlaudiosink not ported
configure:50936: *** These plugins will not be built: sdlvideosink sdlaudiosink
configure:50954: *** checking feature: Smooth Streaming plug-in ***
configure:50958: *** for plug-ins: smoothstreaming ***
configure:51002: checking for LIBXML2
configure:51069: result: yes
configure:51087: *** These plugins will be built: smoothstreaming
configure:51118: *** checking feature: sndfile plug-in ***
configure:51122: *** for plug-ins: sfdec sfenc ***
configure:51166: checking for SNDFILE
configure:51173: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
configure:51176: $? = 0
configure:51190: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.16"
configure:51193: $? = 0
configure:51231: result: yes
configure:51248: *** These plugins will be built: sfdec sfenc
configure:51279: *** checking feature: soundtouch plug-in ***
configure:51283: *** for plug-ins: soundtouch ***
configure:53573: *** These plugins will not be built: soundtouch
configure:53591: *** checking feature: spc decoder ***
configure:53595: *** for plug-ins: spc ***
configure:53720: *** These plugins will not be built: spc
configure:53738: *** checking feature: gme decoder ***
configure:53742: *** for plug-ins: gme ***
configure:53914: *** These plugins will not be built: gme
configure:53932: *** checking feature: xvid plugins ***
configure:53936: *** for plug-ins: xvid ***
configure:53963: WARNING: *** xvid not ported
configure:54168: *** These plugins will not be built: xvid
configure:54186: *** checking feature: DVB Source ***
configure:54190: *** for plug-ins: dvb ***
configure:54232: checking Checking for up to date dvb installation
configure:54234: checking linux/dvb/version.h usability
configure:54234: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:54234: $? = 0
configure:54234: result: yes
configure:54234: checking linux/dvb/version.h presence
configure:54234: arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c
configure:54234: $? = 0
configure:54234: result: yes
configure:54234: checking for linux/dvb/version.h
configure:54234: result: yes
configure:54237: checking for up-to-date dvb API
configure:54254: arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -c  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux conftest.c >&5
configure:54254: $? = 0
configure:54255: result: yes
configure:54283: *** These plugins will be built: dvb
configure:54314: *** checking feature: Windows internet library ***
configure:54318: *** for plug-ins: wininet ***
configure:54345: WARNING: *** wininet not ported
configure:54403: *** These plugins will not be built: wininet
configure:54421: *** checking feature: Windows ACM library ***
configure:54425: *** for plug-ins: acm ***
configure:54513: *** These plugins will not be built: acm
configure:54531: *** checking feature: VDPAU ***
configure:54535: *** for plug-ins: vdpau ***
configure:54845: *** These plugins will not be built: vdpau
configure:54863: *** checking feature: SBC bluetooth audio codec ***
configure:54867: *** for plug-ins: sbc ***
configure:54915: checking for SBC
configure:54922: $PKG_CONFIG --exists --print-errors "$which"
configure:54925: $? = 0
configure:54939: $PKG_CONFIG --exists --print-errors "$which"
configure:54942: $? = 0
configure:54996: result: yes
configure:55015: *** These plugins will be built: sbc
configure:55046: *** checking feature: Schroedinger video codec ***
configure:55050: *** for plug-ins: schro ***
configure:55211: *** These plugins will not be built: schro
configure:55229: *** checking feature: ZBar barcode detector ***
configure:55233: *** for plug-ins: zbar ***
configure:55394: *** These plugins will not be built: zbar
configure:55412: *** checking feature: rtmp library ***
configure:55416: *** for plug-ins: rtmp ***
configure:55577: *** These plugins will not be built: rtmp
configure:55595: *** checking feature: Spandsp ***
configure:55599: *** for plug-ins: spandsp ***
configure:55741: *** These plugins will not be built: spandsp
configure:55761: *** checking feature: sndio audio ***
configure:55765: *** for plug-ins: sndio ***
configure:55792: WARNING: *** sndio not ported
configure:55887: *** These plugins will not be built: sndio
configure:55925: *** checking feature: http live streaming plugin ***
configure:55929: *** for plug-ins: hls ***
configure:56277: checking for OPENSSL
configure:56284: $PKG_CONFIG --exists --print-errors "openssl"
configure:56287: $? = 0
configure:56301: $PKG_CONFIG --exists --print-errors "openssl"
configure:56304: $? = 0
configure:56342: result: yes
configure:57046: *** These plugins will be built: hls
configure:57077: *** checking feature: x265 plug-in ***
configure:57081: *** for plug-ins: x265 ***
configure:57242: *** These plugins will not be built: x265
configure:59412: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GStreamer Bad Plug-ins config.status 1.8.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on odyssey

config.status:2463: creating Makefile
config.status:2463: creating common/Makefile
config.status:2463: creating common/m4/Makefile
config.status:2463: creating gst-plugins-bad.spec
config.status:2463: creating gst/Makefile
config.status:2463: creating gst/accurip/Makefile
config.status:2463: creating gst/adpcmdec/Makefile
config.status:2463: creating gst/adpcmenc/Makefile
config.status:2463: creating gst/aiff/Makefile
config.status:2463: creating gst/videoframe_audiolevel/Makefile
config.status:2463: creating gst/asfmux/Makefile
config.status:2463: creating gst/audiofxbad/Makefile
config.status:2463: creating gst/audiomixer/Makefile
config.status:2463: creating gst/audiovisualizers/Makefile
config.status:2463: creating gst/autoconvert/Makefile
config.status:2463: creating gst/bayer/Makefile
config.status:2463: creating gst/camerabin2/Makefile
config.status:2463: creating gst/cdxaparse/Makefile
config.status:2463: creating gst/coloreffects/Makefile
config.status:2463: creating gst/dataurisrc/Makefile
config.status:2463: creating gst/dccp/Makefile
config.status:2463: creating gst/debugutils/Makefile
config.status:2463: creating gst/dvbsuboverlay/Makefile
config.status:2463: creating gst/dvdspu/Makefile
config.status:2463: creating gst/faceoverlay/Makefile
config.status:2463: creating gst/festival/Makefile
config.status:2463: creating gst/fieldanalysis/Makefile
config.status:2463: creating gst/freeverb/Makefile
config.status:2463: creating gst/frei0r/Makefile
config.status:2463: creating gst/gaudieffects/Makefile
config.status:2463: creating gst/geometrictransform/Makefile
config.status:2463: creating gst/gdp/Makefile
config.status:2463: creating gst/hdvparse/Makefile
config.status:2463: creating gst/id3tag/Makefile
config.status:2463: creating gst/inter/Makefile
config.status:2463: creating gst/interlace/Makefile
config.status:2463: creating gst/ivfparse/Makefile
config.status:2463: creating gst/ivtc/Makefile
config.status:2463: creating gst/jp2kdecimator/Makefile
config.status:2463: creating gst/jpegformat/Makefile
config.status:2463: creating gst/librfb/Makefile
config.status:2463: creating gst/midi/Makefile
config.status:2463: creating gst/mpegdemux/Makefile
config.status:2463: creating gst/mpegtsdemux/Makefile
config.status:2463: creating gst/mpegtsmux/Makefile
config.status:2463: creating gst/mpegtsmux/tsmux/Makefile
config.status:2463: creating gst/mpegpsmux/Makefile
config.status:2463: creating gst/mve/Makefile
config.status:2463: creating gst/mxf/Makefile
config.status:2463: creating gst/netsim/Makefile
config.status:2463: creating gst/nuvdemux/Makefile
config.status:2463: creating gst/onvif/Makefile
config.status:2463: creating gst/patchdetect/Makefile
config.status:2463: creating gst/pcapparse/Makefile
config.status:2463: creating gst/pnm/Makefile
config.status:2463: creating gst/rawparse/Makefile
config.status:2463: creating gst/removesilence/Makefile
config.status:2463: creating gst/sdi/Makefile
config.status:2463: creating gst/sdp/Makefile
config.status:2463: creating gst/segmentclip/Makefile
config.status:2463: creating gst/siren/Makefile
config.status:2463: creating gst/smooth/Makefile
config.status:2463: creating gst/speed/Makefile
config.status:2463: creating gst/subenc/Makefile
config.status:2463: creating gst/stereo/Makefile
config.status:2463: creating gst/tta/Makefile
config.status:2463: creating gst/videofilters/Makefile
config.status:2463: creating gst/videomeasure/Makefile
config.status:2463: creating gst/videoparsers/Makefile
config.status:2463: creating gst/videosignal/Makefile
config.status:2463: creating gst/vmnc/Makefile
config.status:2463: creating gst/y4m/Makefile
config.status:2463: creating gst/yadif/Makefile
config.status:2463: creating gst/compositor/Makefile
config.status:2463: creating gst-libs/Makefile
config.status:2463: creating gst-libs/gst/Makefile
config.status:2463: creating gst-libs/gst/adaptivedemux/Makefile
config.status:2463: creating gst-libs/gst/basecamerabinsrc/Makefile
config.status:2463: creating gst-libs/gst/gl/Makefile
config.status:2463: creating gst-libs/gst/gl/android/Makefile
config.status:2463: creating gst-libs/gst/gl/cocoa/Makefile
config.status:2463: creating gst-libs/gst/gl/dispmanx/Makefile
config.status:2463: creating gst-libs/gst/gl/glprototypes/Makefile
config.status:2463: creating gst-libs/gst/gl/eagl/Makefile
config.status:2463: creating gst-libs/gst/gl/egl/Makefile
config.status:2463: creating gst-libs/gst/gl/wayland/Makefile
config.status:2463: creating gst-libs/gst/gl/win32/Makefile
config.status:2463: creating gst-libs/gst/gl/x11/Makefile
config.status:2463: creating gst-libs/gst/insertbin/Makefile
config.status:2463: creating gst-libs/gst/interfaces/Makefile
config.status:2463: creating gst-libs/gst/codecparsers/Makefile
config.status:2463: creating gst-libs/gst/mpegts/Makefile
config.status:2463: creating gst-libs/gst/uridownloader/Makefile
config.status:2463: creating gst-libs/gst/wayland/Makefile
config.status:2463: creating gst-libs/gst/base/Makefile
config.status:2463: creating gst-libs/gst/player/Makefile
config.status:2463: creating gst-libs/gst/video/Makefile
config.status:2463: creating gst-libs/gst/audio/Makefile
config.status:2463: creating sys/Makefile
config.status:2463: creating sys/dshowdecwrapper/Makefile
config.status:2463: creating sys/acmenc/Makefile
config.status:2463: creating sys/acmmp3dec/Makefile
config.status:2463: creating sys/androidmedia/Makefile
config.status:2463: creating sys/applemedia/Makefile
config.status:2463: creating sys/applemedia-nonpublic/Makefile
config.status:2463: creating sys/avc/Makefile
config.status:2463: creating sys/bluez/Makefile
config.status:2463: creating sys/d3dvideosink/Makefile
config.status:2463: creating sys/decklink/Makefile
config.status:2463: creating sys/directsound/Makefile
config.status:2463: creating sys/dshowsrcwrapper/Makefile
config.status:2463: creating sys/dshowvideosink/Makefile
config.status:2463: creating sys/dvb/Makefile
config.status:2463: creating sys/fbdev/Makefile
config.status:2463: creating sys/linsys/Makefile
config.status:2463: creating sys/nvenc/Makefile
config.status:2463: creating sys/opensles/Makefile
config.status:2463: creating sys/shm/Makefile
config.status:2463: creating sys/tinyalsa/Makefile
config.status:2463: creating sys/uvch264/Makefile
config.status:2463: creating sys/vcd/Makefile
config.status:2463: creating sys/vdpau/Makefile
config.status:2463: creating sys/pvr2d/Makefile
config.status:2463: creating sys/wasapi/Makefile
config.status:2463: creating sys/wininet/Makefile
config.status:2463: creating sys/winks/Makefile
config.status:2463: creating sys/winscreencap/Makefile
config.status:2463: creating tests/Makefile
config.status:2463: creating tests/check/Makefile
config.status:2463: creating tests/files/Makefile
config.status:2463: creating tests/examples/Makefile
config.status:2463: creating tests/examples/avsamplesink/Makefile
config.status:2463: creating tests/examples/camerabin2/Makefile
config.status:2463: creating tests/examples/codecparsers/Makefile
config.status:2463: creating tests/examples/directfb/Makefile
config.status:2463: creating tests/examples/gl/Makefile
config.status:2463: creating tests/examples/gl/cocoa/Makefile
config.status:2463: creating tests/examples/gl/clutter/Makefile
config.status:2463: creating tests/examples/gl/generic/Makefile
config.status:2463: creating tests/examples/gl/generic/cube/Makefile
config.status:2463: creating tests/examples/gl/generic/cubeyuv/Makefile
config.status:2463: creating tests/examples/gl/generic/doublecube/Makefile
config.status:2463: creating tests/examples/gl/generic/recordgraphic/Makefile
config.status:2463: creating tests/examples/gl/gtk/Makefile
config.status:2463: creating tests/examples/gl/gtk/gtkvideooverlay/Makefile
config.status:2463: creating tests/examples/gl/gtk/3dvideo/Makefile
config.status:2463: creating tests/examples/gl/gtk/filternovideooverlay/Makefile
config.status:2463: creating tests/examples/gl/gtk/filtervideooverlay/Makefile
config.status:2463: creating tests/examples/gl/gtk/fxtest/Makefile
config.status:2463: creating tests/examples/gl/gtk/switchvideooverlay/Makefile
config.status:2463: creating tests/examples/gl/qt/Makefile
config.status:2463: creating tests/examples/gl/sdl/Makefile
config.status:2463: creating tests/examples/gtk/Makefile
config.status:2463: creating tests/examples/mpegts/Makefile
config.status:2463: creating tests/examples/mxf/Makefile
config.status:2463: creating tests/examples/opencv/Makefile
config.status:2463: creating tests/examples/uvch264/Makefile
config.status:2463: creating tests/examples/waylandsink/Makefile
config.status:2463: creating tests/icles/Makefile
config.status:2463: creating ext/voamrwbenc/Makefile
config.status:2463: creating ext/voaacenc/Makefile
config.status:2463: creating ext/assrender/Makefile
config.status:2463: creating ext/apexsink/Makefile
config.status:2463: creating ext/bs2b/Makefile
config.status:2463: creating ext/bz2/Makefile
config.status:2463: creating ext/chromaprint/Makefile
config.status:2463: creating ext/curl/Makefile
config.status:2463: creating ext/dash/Makefile
config.status:2463: creating ext/dc1394/Makefile
config.status:2463: creating ext/directfb/Makefile
config.status:2463: creating ext/wayland/Makefile
config.status:2463: creating ext/daala/Makefile
config.status:2463: creating ext/dts/Makefile
config.status:2463: creating ext/gl/Makefile
config.status:2463: creating ext/gtk/Makefile
config.status:2463: creating ext/faac/Makefile
config.status:2463: creating ext/faad/Makefile
config.status:2463: creating ext/flite/Makefile
config.status:2463: creating ext/fluidsynth/Makefile
config.status:2463: creating ext/gsm/Makefile
config.status:2463: creating ext/hls/Makefile
config.status:2463: creating ext/kate/Makefile
config.status:2463: creating ext/ladspa/Makefile
config.status:2463: creating ext/lv2/Makefile
config.status:2463: creating ext/libde265/Makefile
config.status:2463: creating ext/libmms/Makefile
config.status:2463: creating ext/libvisual/Makefile
config.status:2463: creating ext/Makefile
config.status:2463: creating ext/modplug/Makefile
config.status:2463: creating ext/mpeg2enc/Makefile
config.status:2463: creating ext/mimic/Makefile
config.status:2463: creating ext/mplex/Makefile
config.status:2463: creating ext/musepack/Makefile
config.status:2463: creating ext/nas/Makefile
config.status:2463: creating ext/neon/Makefile
config.status:2463: creating ext/ofa/Makefile
config.status:2463: creating ext/openal/Makefile
config.status:2463: creating ext/opencv/Makefile
config.status:2463: creating ext/openexr/Makefile
config.status:2463: creating ext/openh264/Makefile
config.status:2463: creating ext/openjpeg/Makefile
config.status:2463: creating ext/openni2/Makefile
config.status:2463: creating ext/opus/Makefile
config.status:2463: creating ext/qt/Makefile
config.status:2463: creating ext/rsvg/Makefile
config.status:2463: creating ext/resindvd/Makefile
config.status:2463: creating ext/rtmp/Makefile
config.status:2463: creating ext/sbc/Makefile
config.status:2463: creating ext/schroedinger/Makefile
config.status:2463: creating ext/sdl/Makefile
config.status:2463: creating ext/smoothstreaming/Makefile
config.status:2463: creating ext/sndfile/Makefile
config.status:2463: creating ext/soundtouch/Makefile
config.status:2463: creating ext/spandsp/Makefile
config.status:2463: creating ext/sndio/Makefile
config.status:2463: creating ext/srtp/Makefile
config.status:2463: creating ext/teletextdec/Makefile
config.status:2463: creating ext/gme/Makefile
config.status:2463: creating ext/spc/Makefile
config.status:2463: creating ext/timidity/Makefile
config.status:2463: creating ext/vulkan/Makefile
config.status:2463: creating ext/vulkan/xcb/Makefile
config.status:2463: creating ext/webp/Makefile
config.status:2463: creating ext/x265/Makefile
config.status:2463: creating ext/xvid/Makefile
config.status:2463: creating ext/zbar/Makefile
config.status:2463: creating ext/dtls/Makefile
config.status:2463: creating po/Makefile.in
config.status:2463: creating docs/Makefile
config.status:2463: creating docs/plugins/Makefile
config.status:2463: creating docs/libs/Makefile
config.status:2463: creating docs/version.entities
config.status:2463: creating pkgconfig/Makefile
config.status:2463: creating pkgconfig/gstreamer-plugins-bad.pc
config.status:2463: creating pkgconfig/gstreamer-plugins-bad-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-codecparsers.pc
config.status:2463: creating pkgconfig/gstreamer-codecparsers-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-insertbin.pc
config.status:2463: creating pkgconfig/gstreamer-insertbin-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-gl.pc
config.status:2463: creating pkgconfig/gstreamer-gl-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-mpegts.pc
config.status:2463: creating pkgconfig/gstreamer-mpegts-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-player.pc
config.status:2463: creating pkgconfig/gstreamer-player-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-wayland.pc
config.status:2463: creating pkgconfig/gstreamer-wayland-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-bad-base.pc
config.status:2463: creating pkgconfig/gstreamer-bad-base-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-bad-video.pc
config.status:2463: creating pkgconfig/gstreamer-bad-video-uninstalled.pc
config.status:2463: creating pkgconfig/gstreamer-bad-audio.pc
config.status:2463: creating pkgconfig/gstreamer-bad-audio-uninstalled.pc
config.status:2463: creating tools/Makefile
config.status:2463: creating m4/Makefile
config.status:2463: creating config.h
config.status:2677: executing depfiles commands
config.status:2677: executing libtool commands
config.status:2677: executing po-directories commands
config.status:2677: executing _stdint.h commands
config.status:3605: creating _stdint.h : _GST_PLUGINS_BAD__STDINT_H
config.status:2677: executing gst-libs/gst/gl/gstglconfig.h commands
config.status:2677: executing ext/vulkan/vkconfig.h commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

_cv_g_support_dowhile_macros=yes
_cv_gst_fionread_in_sys_ioctl=yes
ac_cv___va_copy=yes
ac_cv_af_unix_large_dgram=yes
ac_cv_alignof_CORBA_boolean=1
ac_cv_alignof_CORBA_char=1
ac_cv_alignof_CORBA_double=8
ac_cv_alignof_CORBA_float=4
ac_cv_alignof_CORBA_long=4
ac_cv_alignof_CORBA_long_double=8
ac_cv_alignof_CORBA_long_long=8
ac_cv_alignof_CORBA_octet=1
ac_cv_alignof_CORBA_pointer=4
ac_cv_alignof_CORBA_short=2
ac_cv_alignof_CORBA_struct=1
ac_cv_alignof_CORBA_wchar=2
ac_cv_alignof_char=1
ac_cv_alignof_dbind_pointer=4
ac_cv_alignof_dbind_struct=1
ac_cv_alignof_dbus_bool_t=4
ac_cv_alignof_dbus_int16_t=2
ac_cv_alignof_dbus_int32_t=4
ac_cv_alignof_dbus_int64_t=8
ac_cv_alignof_double=8
ac_cv_alignof_guint32=4
ac_cv_alignof_guint64=8
ac_cv_alignof_unsigned_long=4
ac_cv_buggy_getaddrinfo=no
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_endian=little
ac_cv_c_littleendian=yes
ac_cv_c_long_double=yes
ac_cv_check_sjlj=ssjlj
ac_cv_conv_longlong_to_float=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_dirent_have_space_d_name=yes
ac_cv_env_APEXSINK_CFLAGS_set=
ac_cv_env_APEXSINK_CFLAGS_value=
ac_cv_env_APEXSINK_LIBS_set=
ac_cv_env_APEXSINK_LIBS_value=
ac_cv_env_ASSRENDER_CFLAGS_set=
ac_cv_env_ASSRENDER_CFLAGS_value=
ac_cv_env_ASSRENDER_LIBS_set=
ac_cv_env_ASSRENDER_LIBS_value=
ac_cv_env_BLUEZ5_CFLAGS_set=
ac_cv_env_BLUEZ5_CFLAGS_value=
ac_cv_env_BLUEZ5_LIBS_set=
ac_cv_env_BLUEZ5_LIBS_value=
ac_cv_env_BS2B_CFLAGS_set=
ac_cv_env_BS2B_CFLAGS_value=
ac_cv_env_BS2B_LIBS_set=
ac_cv_env_BS2B_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3= '
ac_cv_env_CHROMAPRINT_CFLAGS_set=
ac_cv_env_CHROMAPRINT_CFLAGS_value=
ac_cv_env_CHROMAPRINT_LIBS_set=
ac_cv_env_CHROMAPRINT_LIBS_value=
ac_cv_env_CLUTTER_CFLAGS_set=
ac_cv_env_CLUTTER_CFLAGS_value=
ac_cv_env_CLUTTER_GLX_CFLAGS_set=
ac_cv_env_CLUTTER_GLX_CFLAGS_value=
ac_cv_env_CLUTTER_GLX_LIBS_set=
ac_cv_env_CLUTTER_GLX_LIBS_value=
ac_cv_env_CLUTTER_LIBS_set=
ac_cv_env_CLUTTER_LIBS_value=
ac_cv_env_CLUTTER_X11_CFLAGS_set=
ac_cv_env_CLUTTER_X11_CFLAGS_value=
ac_cv_env_CLUTTER_X11_LIBS_set=
ac_cv_env_CLUTTER_X11_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux'
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7'
ac_cv_env_CUDA_CFLAGS_set=
ac_cv_env_CUDA_CFLAGS_value=
ac_cv_env_CUDA_LIBS_set=
ac_cv_env_CUDA_LIBS_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
ac_cv_env_DAALA_CFLAGS_set=
ac_cv_env_DAALA_CFLAGS_value=
ac_cv_env_DAALA_LIBS_set=
ac_cv_env_DAALA_LIBS_value=
ac_cv_env_DIRECTFB_CFLAGS_set=
ac_cv_env_DIRECTFB_CFLAGS_value=
ac_cv_env_DIRECTFB_LIBS_set=
ac_cv_env_DIRECTFB_LIBS_value=
ac_cv_env_DTLS_CFLAGS_set=
ac_cv_env_DTLS_CFLAGS_value=
ac_cv_env_DTLS_LIBS_set=
ac_cv_env_DTLS_LIBS_value=
ac_cv_env_DVDNAV_CFLAGS_set=
ac_cv_env_DVDNAV_CFLAGS_value=
ac_cv_env_DVDNAV_LIBS_set=
ac_cv_env_DVDNAV_LIBS_value=
ac_cv_env_EGL_CFLAGS_set=
ac_cv_env_EGL_CFLAGS_value=
ac_cv_env_EGL_LIBS_set=
ac_cv_env_EGL_LIBS_value=
ac_cv_env_EXIF_CFLAGS_set=
ac_cv_env_EXIF_CFLAGS_value=
ac_cv_env_EXIF_LIBS_set=
ac_cv_env_EXIF_LIBS_value=
ac_cv_env_FLUIDSYNTH_CFLAGS_set=
ac_cv_env_FLUIDSYNTH_CFLAGS_value=
ac_cv_env_FLUIDSYNTH_LIBS_set=
ac_cv_env_FLUIDSYNTH_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GIO_UNIX_CFLAGS_set=
ac_cv_env_GIO_UNIX_CFLAGS_value=
ac_cv_env_GIO_UNIX_LIBS_set=
ac_cv_env_GIO_UNIX_LIBS_value=
ac_cv_env_GLES2_CFLAGS_set=
ac_cv_env_GLES2_CFLAGS_value=
ac_cv_env_GLES2_LIBS_set=
ac_cv_env_GLES2_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_GL_CFLAGS_set=
ac_cv_env_GL_CFLAGS_value=
ac_cv_env_GL_LIBS_set=
ac_cv_env_GL_LIBS_value=
ac_cv_env_GMODULE_EXPORT_CFLAGS_set=
ac_cv_env_GMODULE_EXPORT_CFLAGS_value=
ac_cv_env_GMODULE_EXPORT_LIBS_set=
ac_cv_env_GMODULE_EXPORT_LIBS_value=
ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_set=
ac_cv_env_GMODULE_NO_EXPORT_CFLAGS_value=
ac_cv_env_GMODULE_NO_EXPORT_LIBS_set=
ac_cv_env_GMODULE_NO_EXPORT_LIBS_value=
ac_cv_env_GNUSTL_CFLAGS_set=
ac_cv_env_GNUSTL_CFLAGS_value=
ac_cv_env_GNUSTL_LIBS_set=
ac_cv_env_GNUSTL_LIBS_value=
ac_cv_env_GRAPHENE_CFLAGS_set=
ac_cv_env_GRAPHENE_CFLAGS_value=
ac_cv_env_GRAPHENE_LIBS_set=
ac_cv_env_GRAPHENE_LIBS_value=
ac_cv_env_GST_ALLOCATORS_CFLAGS_set=
ac_cv_env_GST_ALLOCATORS_CFLAGS_value=
ac_cv_env_GST_ALLOCATORS_LIBS_set=
ac_cv_env_GST_ALLOCATORS_LIBS_value=
ac_cv_env_GST_BASE_CFLAGS_set=
ac_cv_env_GST_BASE_CFLAGS_value=
ac_cv_env_GST_BASE_LIBS_set=
ac_cv_env_GST_BASE_LIBS_value=
ac_cv_env_GST_CFLAGS_set=
ac_cv_env_GST_CFLAGS_value=
ac_cv_env_GST_CHECK_CFLAGS_set=
ac_cv_env_GST_CHECK_CFLAGS_value=
ac_cv_env_GST_CHECK_LIBS_set=
ac_cv_env_GST_CHECK_LIBS_value=
ac_cv_env_GST_CONTROLLER_CFLAGS_set=
ac_cv_env_GST_CONTROLLER_CFLAGS_value=
ac_cv_env_GST_CONTROLLER_LIBS_set=
ac_cv_env_GST_CONTROLLER_LIBS_value=
ac_cv_env_GST_LIBS_set=
ac_cv_env_GST_LIBS_value=
ac_cv_env_GST_NET_CFLAGS_set=
ac_cv_env_GST_NET_CFLAGS_value=
ac_cv_env_GST_NET_LIBS_set=
ac_cv_env_GST_NET_LIBS_value=
ac_cv_env_GST_PBUTILS_CFLAGS_set=
ac_cv_env_GST_PBUTILS_CFLAGS_value=
ac_cv_env_GST_PBUTILS_LIBS_set=
ac_cv_env_GST_PBUTILS_LIBS_value=
ac_cv_env_GST_PLUGINS_BASE_CFLAGS_set=
ac_cv_env_GST_PLUGINS_BASE_CFLAGS_value=
ac_cv_env_GST_PLUGINS_BASE_LIBS_set=
ac_cv_env_GST_PLUGINS_BASE_LIBS_value=
ac_cv_env_GST_PLUGINS_GOOD_CFLAGS_set=
ac_cv_env_GST_PLUGINS_GOOD_CFLAGS_value=
ac_cv_env_GST_PLUGINS_GOOD_LIBS_set=
ac_cv_env_GST_PLUGINS_GOOD_LIBS_value=
ac_cv_env_GST_PLUGINS_LIBAV_CFLAGS_set=
ac_cv_env_GST_PLUGINS_LIBAV_CFLAGS_value=
ac_cv_env_GST_PLUGINS_LIBAV_LIBS_set=
ac_cv_env_GST_PLUGINS_LIBAV_LIBS_value=
ac_cv_env_GST_PLUGINS_UGLY_CFLAGS_set=
ac_cv_env_GST_PLUGINS_UGLY_CFLAGS_value=
ac_cv_env_GST_PLUGINS_UGLY_LIBS_set=
ac_cv_env_GST_PLUGINS_UGLY_LIBS_value=
ac_cv_env_GST_VIDEO_CFLAGS_set=
ac_cv_env_GST_VIDEO_CFLAGS_value=
ac_cv_env_GST_VIDEO_LIBS_set=
ac_cv_env_GST_VIDEO_LIBS_value=
ac_cv_env_GTK3_CFLAGS_set=
ac_cv_env_GTK3_CFLAGS_value=
ac_cv_env_GTK3_GL_CFLAGS_set=
ac_cv_env_GTK3_GL_CFLAGS_value=
ac_cv_env_GTK3_GL_LIBS_set=
ac_cv_env_GTK3_GL_LIBS_value=
ac_cv_env_GTK3_LIBS_set=
ac_cv_env_GTK3_LIBS_value=
ac_cv_env_GTK3_WAYLAND_CFLAGS_set=
ac_cv_env_GTK3_WAYLAND_CFLAGS_value=
ac_cv_env_GTK3_WAYLAND_LIBS_set=
ac_cv_env_GTK3_WAYLAND_LIBS_value=
ac_cv_env_GTK3_X11_CFLAGS_set=
ac_cv_env_GTK3_X11_CFLAGS_value=
ac_cv_env_GTK3_X11_LIBS_set=
ac_cv_env_GTK3_X11_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_G_UDEV_CFLAGS_set=
ac_cv_env_G_UDEV_CFLAGS_value=
ac_cv_env_G_UDEV_LIBS_set=
ac_cv_env_G_UDEV_LIBS_value=
ac_cv_env_KATE_CFLAGS_set=
ac_cv_env_KATE_CFLAGS_value=
ac_cv_env_KATE_LIBS_set=
ac_cv_env_KATE_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_LIBDC1394_CFLAGS_set=
ac_cv_env_LIBDC1394_CFLAGS_value=
ac_cv_env_LIBDC1394_LIBS_set=
ac_cv_env_LIBDC1394_LIBS_value=
ac_cv_env_LIBDE265_CFLAGS_set=
ac_cv_env_LIBDE265_CFLAGS_value=
ac_cv_env_LIBDE265_LIBS_set=
ac_cv_env_LIBDE265_LIBS_value=
ac_cv_env_LIBMMS_CFLAGS_set=
ac_cv_env_LIBMMS_CFLAGS_value=
ac_cv_env_LIBMMS_LIBS_set=
ac_cv_env_LIBMMS_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUSB_CFLAGS_set=
ac_cv_env_LIBUSB_CFLAGS_value=
ac_cv_env_LIBUSB_LIBS_set=
ac_cv_env_LIBUSB_LIBS_value=
ac_cv_env_LIBVISUAL_CFLAGS_set=
ac_cv_env_LIBVISUAL_CFLAGS_value=
ac_cv_env_LIBVISUAL_LIBS_set=
ac_cv_env_LIBVISUAL_LIBS_value=
ac_cv_env_LIBXML2_CFLAGS_set=
ac_cv_env_LIBXML2_CFLAGS_value=
ac_cv_env_LIBXML2_LIBS_set=
ac_cv_env_LIBXML2_LIBS_value=
ac_cv_env_LRDF_CFLAGS_set=
ac_cv_env_LRDF_CFLAGS_value=
ac_cv_env_LRDF_LIBS_set=
ac_cv_env_LRDF_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_MIMIC_CFLAGS_set=
ac_cv_env_MIMIC_CFLAGS_value=
ac_cv_env_MIMIC_LIBS_set=
ac_cv_env_MIMIC_LIBS_value=
ac_cv_env_MJPEG_CFLAGS_set=
ac_cv_env_MJPEG_CFLAGS_value=
ac_cv_env_MJPEG_LIBS_set=
ac_cv_env_MJPEG_LIBS_value=
ac_cv_env_MODPLUG_CFLAGS_set=
ac_cv_env_MODPLUG_CFLAGS_value=
ac_cv_env_MODPLUG_LIBS_set=
ac_cv_env_MODPLUG_LIBS_value=
ac_cv_env_MPEG2ENC_CFLAGS_set=
ac_cv_env_MPEG2ENC_CFLAGS_value=
ac_cv_env_MPEG2ENC_LIBS_set=
ac_cv_env_MPEG2ENC_LIBS_value=
ac_cv_env_MPLEX_CFLAGS_set=
ac_cv_env_MPLEX_CFLAGS_value=
ac_cv_env_MPLEX_LIBS_set=
ac_cv_env_MPLEX_LIBS_value=
ac_cv_env_NEON_CFLAGS_set=
ac_cv_env_NEON_CFLAGS_value=
ac_cv_env_NEON_LIBS_set=
ac_cv_env_NEON_LIBS_value=
ac_cv_env_NETTLE_CFLAGS_set=
ac_cv_env_NETTLE_CFLAGS_value=
ac_cv_env_NETTLE_LIBS_set=
ac_cv_env_NETTLE_LIBS_value=
ac_cv_env_NVENCODE_CFLAGS_set=
ac_cv_env_NVENCODE_CFLAGS_value=
ac_cv_env_NVENCODE_LIBS_set=
ac_cv_env_NVENCODE_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_OFA_CFLAGS_set=
ac_cv_env_OFA_CFLAGS_value=
ac_cv_env_OFA_LIBS_set=
ac_cv_env_OFA_LIBS_value=
ac_cv_env_OPENAL_CFLAGS_set=
ac_cv_env_OPENAL_CFLAGS_value=
ac_cv_env_OPENAL_LIBS_set=
ac_cv_env_OPENAL_LIBS_value=
ac_cv_env_OPENCV_CFLAGS_set=
ac_cv_env_OPENCV_CFLAGS_value=
ac_cv_env_OPENCV_LIBS_set=
ac_cv_env_OPENCV_LIBS_value=
ac_cv_env_OPENEXR_CFLAGS_set=
ac_cv_env_OPENEXR_CFLAGS_value=
ac_cv_env_OPENEXR_LIBS_set=
ac_cv_env_OPENEXR_LIBS_value=
ac_cv_env_OPENH264_CFLAGS_set=
ac_cv_env_OPENH264_CFLAGS_value=
ac_cv_env_OPENH264_LIBS_set=
ac_cv_env_OPENH264_LIBS_value=
ac_cv_env_OPENJPEG_2_1_CFLAGS_set=
ac_cv_env_OPENJPEG_2_1_CFLAGS_value=
ac_cv_env_OPENJPEG_2_1_LIBS_set=
ac_cv_env_OPENJPEG_2_1_LIBS_value=
ac_cv_env_OPENJPEG_CFLAGS_set=
ac_cv_env_OPENJPEG_CFLAGS_value=
ac_cv_env_OPENJPEG_LIBS_set=
ac_cv_env_OPENJPEG_LIBS_value=
ac_cv_env_OPENNI2_CFLAGS_set=
ac_cv_env_OPENNI2_CFLAGS_value=
ac_cv_env_OPENNI2_LIBS_set=
ac_cv_env_OPENNI2_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_OPUS_CFLAGS_set=
ac_cv_env_OPUS_CFLAGS_value=
ac_cv_env_OPUS_LIBS_set=
ac_cv_env_OPUS_LIBS_value=
ac_cv_env_ORC_CFLAGS_set=
ac_cv_env_ORC_CFLAGS_value=
ac_cv_env_ORC_LIBS_set=
ac_cv_env_ORC_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PVR_CFLAGS_set=
ac_cv_env_PVR_CFLAGS_value=
ac_cv_env_PVR_LIBS_set=
ac_cv_env_PVR_LIBS_value=
ac_cv_env_PYTHON_set=set
ac_cv_env_PYTHON_value=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/python3-native/python3
ac_cv_env_QT_ANDROID_CFLAGS_set=
ac_cv_env_QT_ANDROID_CFLAGS_value=
ac_cv_env_QT_ANDROID_LIBS_set=
ac_cv_env_QT_ANDROID_LIBS_value=
ac_cv_env_QT_CFLAGS_set=
ac_cv_env_QT_CFLAGS_value=
ac_cv_env_QT_LIBS_set=
ac_cv_env_QT_LIBS_value=
ac_cv_env_QT_MAC_CFLAGS_set=
ac_cv_env_QT_MAC_CFLAGS_value=
ac_cv_env_QT_MAC_LIBS_set=
ac_cv_env_QT_MAC_LIBS_value=
ac_cv_env_QT_WAYLAND_CFLAGS_set=
ac_cv_env_QT_WAYLAND_CFLAGS_value=
ac_cv_env_QT_WAYLAND_LIBS_set=
ac_cv_env_QT_WAYLAND_LIBS_value=
ac_cv_env_QT_X11_CFLAGS_set=
ac_cv_env_QT_X11_CFLAGS_value=
ac_cv_env_QT_X11_LIBS_set=
ac_cv_env_QT_X11_LIBS_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_RTMP_CFLAGS_set=
ac_cv_env_RTMP_CFLAGS_value=
ac_cv_env_RTMP_LIBS_set=
ac_cv_env_RTMP_LIBS_value=
ac_cv_env_SBC_CFLAGS_set=
ac_cv_env_SBC_CFLAGS_value=
ac_cv_env_SBC_LIBS_set=
ac_cv_env_SBC_LIBS_value=
ac_cv_env_SCHRO_CFLAGS_set=
ac_cv_env_SCHRO_CFLAGS_value=
ac_cv_env_SCHRO_LIBS_set=
ac_cv_env_SCHRO_LIBS_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_SLV2_CFLAGS_set=
ac_cv_env_SLV2_CFLAGS_value=
ac_cv_env_SLV2_LIBS_set=
ac_cv_env_SLV2_LIBS_value=
ac_cv_env_SNDFILE_CFLAGS_set=
ac_cv_env_SNDFILE_CFLAGS_value=
ac_cv_env_SNDFILE_LIBS_set=
ac_cv_env_SNDFILE_LIBS_value=
ac_cv_env_SOUNDTOUCH_CFLAGS_set=
ac_cv_env_SOUNDTOUCH_CFLAGS_value=
ac_cv_env_SOUNDTOUCH_LIBS_set=
ac_cv_env_SOUNDTOUCH_LIBS_value=
ac_cv_env_SPANDSP_CFLAGS_set=
ac_cv_env_SPANDSP_CFLAGS_value=
ac_cv_env_SPANDSP_LIBS_set=
ac_cv_env_SPANDSP_LIBS_value=
ac_cv_env_SRTP_CFLAGS_set=
ac_cv_env_SRTP_CFLAGS_value=
ac_cv_env_SRTP_LIBS_set=
ac_cv_env_SRTP_LIBS_value=
ac_cv_env_SSH2_CFLAGS_set=
ac_cv_env_SSH2_CFLAGS_value=
ac_cv_env_SSH2_LIBS_set=
ac_cv_env_SSH2_LIBS_value=
ac_cv_env_TELETEXTDEC_CFLAGS_set=
ac_cv_env_TELETEXTDEC_CFLAGS_value=
ac_cv_env_TELETEXTDEC_LIBS_set=
ac_cv_env_TELETEXTDEC_LIBS_value=
ac_cv_env_TIGER_CFLAGS_set=
ac_cv_env_TIGER_CFLAGS_value=
ac_cv_env_TIGER_LIBS_set=
ac_cv_env_TIGER_LIBS_value=
ac_cv_env_TIMIDITY_CFLAGS_set=
ac_cv_env_TIMIDITY_CFLAGS_value=
ac_cv_env_TIMIDITY_LIBS_set=
ac_cv_env_TIMIDITY_LIBS_value=
ac_cv_env_VALGRIND_CFLAGS_set=
ac_cv_env_VALGRIND_CFLAGS_value=
ac_cv_env_VALGRIND_LIBS_set=
ac_cv_env_VALGRIND_LIBS_value=
ac_cv_env_VDPAU_CFLAGS_set=
ac_cv_env_VDPAU_CFLAGS_value=
ac_cv_env_VDPAU_LIBS_set=
ac_cv_env_VDPAU_LIBS_value=
ac_cv_env_VOAACENC_CFLAGS_set=
ac_cv_env_VOAACENC_CFLAGS_value=
ac_cv_env_VOAACENC_LIBS_set=
ac_cv_env_VOAACENC_LIBS_value=
ac_cv_env_VOAMRWBENC_CFLAGS_set=
ac_cv_env_VOAMRWBENC_CFLAGS_value=
ac_cv_env_VOAMRWBENC_LIBS_set=
ac_cv_env_VOAMRWBENC_LIBS_value=
ac_cv_env_WAYLAND_CFLAGS_set=
ac_cv_env_WAYLAND_CFLAGS_value=
ac_cv_env_WAYLAND_EGL_CFLAGS_set=
ac_cv_env_WAYLAND_EGL_CFLAGS_value=
ac_cv_env_WAYLAND_EGL_LIBS_set=
ac_cv_env_WAYLAND_EGL_LIBS_value=
ac_cv_env_WAYLAND_LIBS_set=
ac_cv_env_WAYLAND_LIBS_value=
ac_cv_env_WEBP_CFLAGS_set=
ac_cv_env_WEBP_CFLAGS_value=
ac_cv_env_WEBP_LIBS_set=
ac_cv_env_WEBP_LIBS_value=
ac_cv_env_X11_CFLAGS_set=
ac_cv_env_X11_CFLAGS_value=
ac_cv_env_X11_LIBS_set=
ac_cv_env_X11_LIBS_value=
ac_cv_env_X265_CFLAGS_set=
ac_cv_env_X265_CFLAGS_value=
ac_cv_env_X265_LIBS_set=
ac_cv_env_X265_LIBS_value=
ac_cv_env_XCB_CFLAGS_set=
ac_cv_env_XCB_CFLAGS_value=
ac_cv_env_XCB_LIBS_set=
ac_cv_env_XCB_LIBS_value=
ac_cv_env_XCOMPOSITE_CFLAGS_set=
ac_cv_env_XCOMPOSITE_CFLAGS_value=
ac_cv_env_XCOMPOSITE_LIBS_set=
ac_cv_env_XCOMPOSITE_LIBS_value=
ac_cv_env_X_CFLAGS_set=
ac_cv_env_X_CFLAGS_value=
ac_cv_env_X_LIBS_set=
ac_cv_env_X_LIBS_value=
ac_cv_env_ZBAR_CFLAGS_set=
ac_cv_env_ZBAR_CFLAGS_value=
ac_cv_env_ZBAR_LIBS_set=
ac_cv_env_ZBAR_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-poky-linux-gnueabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-poky-linux-gnueabi
ac_cv_epoll_works=yes
ac_cv_file___dev_ptc_=yes
ac_cv_file__dev_random=yes
ac_cv_file__dev_zero=yes
ac_cv_func___adjtimex=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fpending=yes
ac_cv_func___fsetlocking=yes
ac_cv_func___progname=yes
ac_cv_func___secure_getenv=no
ac_cv_func___va_copy=yes
ac_cv_func__obstack_free=yes
ac_cv_func__setjmp=yes
ac_cv_func__sys_siglist=yes
ac_cv_func_a64l=yes
ac_cv_func_abs=yes
ac_cv_func_access=yes
ac_cv_func_alarm=yes
ac_cv_func_alphasort=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_atexit=yes
ac_cv_func_atof=yes
ac_cv_func_atoi=yes
ac_cv_func_bcmp=yes
ac_cv_func_bcopy=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_bindresvport=yes
ac_cv_func_btowc=yes
ac_cv_func_bzero=yes
ac_cv_func_calloc=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_catgets=yes
ac_cv_func_cfgetospeed=yes
ac_cv_func_cfsetispeed=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_chmod=yes
ac_cv_func_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_clock=yes
ac_cv_func_close=yes
ac_cv_func_closedir=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_daemon=yes
ac_cv_func_dcgettext=yes
ac_cv_func_difftime=yes
ac_cv_func_dirfd=yes
ac_cv_func_dirname=yes
ac_cv_func_dlopen=no
ac_cv_func_dngettext=yes
ac_cv_func_dup2=yes
ac_cv_func_ecvt=yes
ac_cv_func_endgrent=yes
ac_cv_func_endmntent=yes
ac_cv_func_endpwent=yes
ac_cv_func_endutent=yes
ac_cv_func_endutxent=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_err=yes
ac_cv_func_ether_hostton=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_euidaccess=yes
ac_cv_func_execv=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fdopendir=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fgetxattr=yes
ac_cv_func_finite=yes
ac_cv_func_flistxattr=yes
ac_cv_func_flock=yes
ac_cv_func_flockfile=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fork=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fprintf=yes
ac_cv_func_free=yes
ac_cv_func_freeaddrinfo=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fseeko=yes
ac_cv_func_fsetxattr=yes
ac_cv_func_fstat64=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftello=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_gcvt=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getenv=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrent_r=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getmntent=yes
ac_cv_func_getmsg=no
ac_cv_func_getnameinfo=yes
ac_cv_func_getnetbyaddr_r=yes
ac_cv_func_getnetgrent_r=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpid=yes
ac_cv_func_getppid=yes
ac_cv_func_getprotoent_r=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwent_r=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_getservbyport_r=yes
ac_cv_func_getservent=yes
ac_cv_func_getservent_r=yes
ac_cv_func_getspnam=yes
ac_cv_func_getspnam_r=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getttyent=yes
ac_cv_func_getttynam=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutent=yes
ac_cv_func_getutid=yes
ac_cv_func_getutline=yes
ac_cv_func_getutmp=yes
ac_cv_func_getutmpx=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=yes
ac_cv_func_getwd=yes
ac_cv_func_getxattr=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=yes
ac_cv_func_group_member=yes
ac_cv_func_herror=yes
ac_cv_func_hstrerror=yes
ac_cv_func_iconv=yes
ac_cv_func_iconv_open=yes
ac_cv_func_if_freenameindex=yes
ac_cv_func_if_indextoname=yes
ac_cv_func_if_nameindex=yes
ac_cv_func_if_nametoindex=yes
ac_cv_func_index=yes
ac_cv_func_inet_addr=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_innetgr=yes
ac_cv_func_iruserok=yes
ac_cv_func_isascii=yes
ac_cv_func_isatty=yes
ac_cv_func_isblank=yes
ac_cv_func_isgraph=yes
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_isprint=yes
ac_cv_func_isspace=yes
ac_cv_func_iswalnum=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswprint=yes
ac_cv_func_iswspace=yes
ac_cv_func_iswupper=yes
ac_cv_func_isxdigit=yes
ac_cv_func_kill=yes
ac_cv_func_killpg=yes
ac_cv_func_lchown=yes
ac_cv_func_lckpwdf=yes
ac_cv_func_lgetxattr=yes
ac_cv_func_link=yes
ac_cv_func_listxattr=yes
ac_cv_func_llistxattr=yes
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_lrand48=yes
ac_cv_func_lsearch=yes
ac_cv_func_lseek64=yes
ac_cv_func_lsetxattr=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_mallinfo=yes
ac_cv_func_malloc=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_malloc_works=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memalign=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp64=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mtrace=yes
ac_cv_func_munlock=yes
ac_cv_func_munmap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_ntp_adjtime=yes
ac_cv_func_ntp_gettime=yes
ac_cv_func_on_exit=yes
ac_cv_func_open64=yes
ac_cv_func_open=yes
ac_cv_func_openat=yes
ac_cv_func_opendir=yes
ac_cv_func_openlog=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwnam_r=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_prctl=yes
ac_cv_func_pread=yes
ac_cv_func_printf=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_mutex_lock=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_putgrent=yes
ac_cv_func_putpwent=yes
ac_cv_func_putspent=yes
ac_cv_func_pututline=yes
ac_cv_func_pututxline=yes
ac_cv_func_putwc=yes
ac_cv_func_pwrite=yes
ac_cv_func_qsort=yes
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_re_comp=yes
ac_cv_func_re_exec=yes
ac_cv_func_re_search=yes
ac_cv_func_read=yes
ac_cv_func_readdir=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realloc=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realloc_works=yes
ac_cv_func_realpath=yes
ac_cv_func_recvmsg=yes
ac_cv_func_regcomp=yes
ac_cv_func_regexec=yes
ac_cv_func_remove=yes
ac_cv_func_rename=yes
ac_cv_func_rmdir=yes
ac_cv_func_rpmatch=yes
ac_cv_func_rresvport_af=yes
ac_cv_func_ruserok=yes
ac_cv_func_ruserok_af=yes
ac_cv_func_sbrk=yes
ac_cv_func_scandir=yes
ac_cv_func_sched_setscheduler=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_semctl=yes
ac_cv_func_semget=yes
ac_cv_func_sendmsg=yes
ac_cv_func_setbuf=yes
ac_cv_func_setbuffer=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setjmp=yes
ac_cv_func_setlinebuf=yes
ac_cv_func_setlocale=yes
ac_cv_func_setmntent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_setpriority=yes
ac_cv_func_setregid=yes
ac_cv_func_setresgid=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_settimeofday=yes
ac_cv_func_setuid=yes
ac_cv_func_setutent=yes
ac_cv_func_setutxent=yes
ac_cv_func_setvbuf=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_setxattr=yes
ac_cv_func_sgetspent=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigblock=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_sighold=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_signal=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigset=yes
ac_cv_func_sigsetmask=yes
ac_cv_func_sigstack=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigvec=no
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_sprintf=yes
ac_cv_func_srand48=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_sscanf=yes
ac_cv_func_stat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stat_ignores_trailing_slash=no
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_stime=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcasestr=yes
ac_cv_func_strchr=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlen=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strncmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=yes
ac_cv_func_strsep=yes
ac_cv_func_strsignal=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_strverscmp=yes
ac_cv_func_strxfrm=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sys_siglist=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysinfo=yes
ac_cv_func_syslog=yes
ac_cv_func_system=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_time=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_func_timezone=yes
ac_cv_func_tmpnam=yes
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname=yes
ac_cv_func_tzset=yes
ac_cv_func_ulimit=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_unlink=yes
ac_cv_func_unsetenv=yes
ac_cv_func_unshare=yes
ac_cv_func_updwtmp=yes
ac_cv_func_updwtmpx=yes
ac_cv_func_usleep=yes
ac_cv_func_ustat=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_va_copy=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=yes
ac_cv_func_verrx=yes
ac_cv_func_vfork=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vfscanf=yes
ac_cv_func_vhangup=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_vsprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wcslen=yes
ac_cv_func_wctob=yes
ac_cv_func_wctomb=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnet_have_abstract_sockets=no
ac_cv_have_abstract_sockets=yes
ac_cv_have_accrights_in_msghdr=no
ac_cv_have_broken_snprintf=no
ac_cv_have_control_in_msghdr=yes
ac_cv_have_decl_MSG_NOSIGNAL=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_long_long_format=yes
ac_cv_have_openpty_ctty_bug=yes
ac_cv_have_space_d_name_in_struct_dirent=yes
ac_cv_header_AVFoundation_AVFoundation_h=no
ac_cv_header_EGL_egl_h=yes
ac_cv_header_EGL_fbdev_window_h=no
ac_cv_header_GLES2_gl2_h=yes
ac_cv_header_MobileCoreServices_MobileCoreServices_h=no
ac_cv_header_VideoToolbox_VideoToolbox_h=no
ac_cv_header_X=no
ac_cv_header__CC=no
ac_cv_header__CFLAGS=no
ac_cv_header__CPPFLAGS=no
ac_cv_header___5=no
ac_cv_header__c=no
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_asm_byteorder_h=yes
ac_cv_header_asm_ioctls_h=yes
ac_cv_header_asm_page_h=no
ac_cv_header_asm_types_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_bcm_host_h=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_conftest__ac_ext=no
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_elf_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_err_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_float_h=yes
ac_cv_header_fstab_h=yes
ac_cv_header_ftw_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_lastlog_h=yes
ac_cv_header_libdrm_drm_fourcc_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_capability_h=yes
ac_cv_header_linux_cdrom_h=yes
ac_cv_header_linux_dvb_version_h=yes
ac_cv_header_linux_fb_h=yes
ac_cv_header_linux_fd_h=yes
ac_cv_header_linux_fs_h=yes
ac_cv_header_linux_hayesesp_h=no
ac_cv_header_linux_hdreg_h=yes
ac_cv_header_linux_icmp_h=yes
ac_cv_header_linux_in6_h=yes
ac_cv_header_linux_joystick_h=yes
ac_cv_header_linux_ptrace_h=yes
ac_cv_header_linux_serial_h=yes
ac_cv_header_linux_sonypi_h=yes
ac_cv_header_linux_unistd_h=yes
ac_cv_header_linux_utsname_h=yes
ac_cv_header_linux_uvcvideo_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_mcheck_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_mqueue_h=yes
ac_cv_header_ncurses_curses_h=no
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_termcap_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_route_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_ether_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_ip6_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_sctp_h=no
ac_cv_header_netinet_sctp_uio_h=no
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_netinet_udp_h=yes
ac_cv_header_netipx_ipx_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_scsi_scsi_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_sgtty_h=yes
ac_cv_header_shadow_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_bitypes_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_fsuid_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_mtio_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_ptrace_h=yes
ac_cv_header_sys_queue_h=yes
ac_cv_header_sys_reg_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_socketvar_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_stropts_h=yes
ac_cv_header_sys_swap_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_termios_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_timex_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_user_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time_h=yes
ac_cv_header_ttyent_h=yes
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_ustat_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_winsock2_h=no
ac_cv_host=arm-poky-linux-gnueabi
ac_cv_ispeed_offset=13
ac_cv_lib_EGL_eglGetProcAddress=yes
ac_cv_lib_GLESv2_glEnable=yes
ac_cv_lib_bcm_host_bcm_host_init=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_jpeg_jpeg_set_defaults=yes
ac_cv_lib_jpeg_mmx_jpeg_set_defaults=no
ac_cv_lib_m_cos=yes
ac_cv_lib_png_png_create_info_struct=yes
ac_cv_lib_rt_shm_open=yes
ac_cv_libiconv_utf8=yes
ac_cv_libnet_endianess=lil
ac_cv_linux_vers=2
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_need_trio=no
ac_cv_o_nonblock_inherited=no
ac_cv_objc_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_GTKDOC_CHECK_PATH=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-check
ac_cv_path_GTKDOC_MKPDF=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-mkpdf
ac_cv_path_GTKDOC_REBASE=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-rebase
ac_cv_path_MSGFMT=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
ac_cv_path_SED=sed
ac_cv_path_VALGRIND_PATH=no
ac_cv_path_XGETTEXT=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_pread=no
ac_cv_prog_AR=arm-poky-linux-gnueabi-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
ac_cv_prog_CPP='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7'
ac_cv_prog_CXXCPP='arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E'
ac_cv_prog_GDBUS_CODEGEN=gdbus-codegen
ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test
ac_cv_prog_HAVE_CXX=yes
ac_cv_prog_OBJC=arm-poky-linux-gnueabi-gcc
ac_cv_prog_OBJDUMP=arm-poky-linux-gnueabi-objdump
ac_cv_prog_RANLIB=arm-poky-linux-gnueabi-ranlib
ac_cv_prog_STRIP=arm-poky-linux-gnueabi-strip
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=no
ac_cv_pwrite=no
ac_cv_regexec_segfault_emptystr=no
ac_cv_sctp=no
ac_cv_sizeof___int64=0
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_int_p=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_double=8
ac_cv_sizeof_long_int=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_long_long_int=8
ac_cv_sizeof_long_p=4
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_short_int=2
ac_cv_sizeof_signed_char=1
ac_cv_sizeof_size_t=4
ac_cv_sizeof_ssize_t=4
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_int=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_long_long_int=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_unsigned_short_int=2
ac_cv_sizeof_void_p=4
ac_cv_sizeof_wchar_t=4
ac_cv_stdint_message='using gnu compiler arm-poky-linux-gnueabi-gcc (GCC) 6.2.0'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_strerror_r_SUSv3=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_target=arm-poky-linux-gnueabi
ac_cv_time_r_type=POSIX
ac_cv_type_GLchar=yes
ac_cv_type_GLeglImageOES=yes
ac_cv_type_GLint64=no
ac_cv_type_GLintptr=yes
ac_cv_type_GLsizeiptr=yes
ac_cv_type_GLsync=no
ac_cv_type_GLuint64=no
ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=yes
ac_cv_va_val_copy=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 '
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_OBJC_dependencies_compiler_type=none
am_cv_func_working_getline=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
am_cv_python_platform=linux
am_cv_python_pyexecdir='${libdir}/python3.5/site-packages'
am_cv_python_pythondir='${libdir}/python3.5/site-packages'
am_cv_python_version=3.5
am_cv_scanf_lld=yes
apr_cv_process_shared_works=no
apr_cv_tcp_nodelay_with_cork=yes
as_cv_unaligned_access=no
ax_cv_PTHREAD_PRIO_INHERIT=yes
bash_cv_dup2_broken=no
bash_cv_func_sigsetjmp=missing
bash_cv_func_strcoll_broken=no
bash_cv_getcwd_calls_popen=no
bash_cv_getcwd_malloc=yes
bash_cv_getenv_redef=yes
bash_cv_have_mbstate_t=yes
bash_cv_job_control_missing=present
bash_cv_must_reinstall_sighandlers=no
bash_cv_opendir_not_robust=no
bash_cv_pgrp_pipe=no
bash_cv_printf_a_format=yes
bash_cv_sys_named_pipes=present
bash_cv_sys_siglist=yes
bash_cv_type_rlimit=rlim_t
bash_cv_ulimit_maxfds=yes
bash_cv_under_sys_siglist=yes
bash_cv_unusable_rtsigs=no
compat_cv_func_basename_works=no
compat_cv_func_dirname_works=no
compat_cv_func_snprintf_works=yes
cvs_cv_func_printf_ptr=yes
db_cv_align_t='unsigned long long'
db_cv_alignp_t='unsigned long'
db_cv_fcntl_f_setfd=yes
db_cv_path_ar=/usr/bin/ar
db_cv_path_chmod=/bin/chmod
db_cv_path_cp=/bin/cp
db_cv_path_ln=/bin/ln
db_cv_path_mkdir=/bin/mkdir
db_cv_path_ranlib=/usr/bin/ranlib
db_cv_path_rm=/bin/rm
db_cv_path_sh=/bin/sh
db_cv_path_strip=/usr/bin/strip
db_cv_spinlocks=no
db_cv_sprintf_count=yes
ettercap_cv_type_socklen_t=yes
fu_cv_sys_stat_statfs2_bsize=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_sleep_works=yes
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wctob_works=yes
gl_cv_header_working_fcntl_h=yes
glib_cv___va_copy=yes
glib_cv_compliant_posix_memalign=1
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_qsort_r=yes
glib_cv_long_long_format=ll
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_intmax_t=8
glib_cv_sizeof_ptrdiff_t=4
glib_cv_sizeof_size_t=4
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_strlcpy=no
glib_cv_sys_pthread_cond_timedwait_posix=yes
glib_cv_sys_pthread_getspecific_posix=yes
glib_cv_sys_pthread_mutex_trylock_posix=yes
glib_cv_sys_use_pid_niceness_surrogate=yes
glib_cv_uscore=no
glib_cv_use_pid_surrogate=yes
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
gst_cv_is_uninstalled_setup=no
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_locale_fr=fr_FR
hw_cv_func_snprintf_c99=yes
hw_cv_func_vsnprintf_c99=yes
jm_cv_func_working_readdir=yes
lf_cv_sane_realloc=yes
lftp_cv_va_val_copy=yes
libIDL_cv_long_long_format=ll
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=cross
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD='arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 '
lt_cv_path_LDCXX='arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 '
lt_cv_path_NM=arm-poky-linux-gnueabi-nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
mr_cv_target_elf=yes
mysql_cv_func_atomic_add=no
mysql_cv_func_atomic_sub=no
nano_cv_func_regexec_segv_emptystr=no
php_cv_lib_cookie_io_functions_use_off64_t=yes
pkg_cv_BLUEZ5_CFLAGS=
pkg_cv_BLUEZ5_LIBS=-lbluetooth
pkg_cv_CURL_CFLAGS=
pkg_cv_CURL_LIBS=-lcurl
pkg_cv_DTLS_CFLAGS=
pkg_cv_DTLS_LIBS='-lssl -lcrypto'
pkg_cv_GIO_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GIO_UNIX_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gio-unix-2.0/ -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GLES2_CFLAGS='-DUSE_VCHIQ_ARM -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads'
pkg_cv_GLES2_LIBS='-lGLESv2 -lbcm_host -lvcos -lvchiq_arm -pthread'
pkg_cv_GLIB_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GLIB_LIBS='-lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0'
pkg_cv_GMODULE_EXPORT_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GMODULE_EXPORT_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
pkg_cv_GMODULE_NO_EXPORT_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GMODULE_NO_EXPORT_LIBS='-lgmodule-2.0 -pthread -lglib-2.0'
pkg_cv_GST_ALLOCATORS_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_ALLOCATORS_LIBS='-lgstallocators-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_BASE_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_BASE_LIBS='-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_CHECK_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_CHECK_LIBS='-lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_CONTROLLER_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_CONTROLLER_LIBS='-lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_NET_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_NET_LIBS='-lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GST_PLUGINS_BASE_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GST_PLUGINS_BASE_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_GTKDOC_DEPS_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0'
pkg_cv_G_UDEV_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gudev-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
pkg_cv_G_UDEV_LIBS='-lgudev-1.0 -lgobject-2.0 -lglib-2.0'
pkg_cv_LIBPNG_CFLAGS=-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16
pkg_cv_LIBPNG_LIBS=-lpng16
pkg_cv_LIBUSB_CFLAGS=-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libusb-1.0
pkg_cv_LIBUSB_LIBS=-lusb-1.0
pkg_cv_LIBXML2_CFLAGS=-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libxml2
pkg_cv_LIBXML2_LIBS=-lxml2
pkg_cv_NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/neon'
pkg_cv_NEON_LIBS=-lneon
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto'
pkg_cv_ORC_CFLAGS=-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/orc-0.4
pkg_cv_ORC_LIBS=-lorc-0.4
pkg_cv_RSVG_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/librsvg-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gdk-pixbuf-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/cairo -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/pixman-1 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/freetype2 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16'
pkg_cv_RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo'
pkg_cv_SBC_CFLAGS=
pkg_cv_SBC_LIBS=-lsbc
pkg_cv_SNDFILE_CFLAGS=
pkg_cv_SNDFILE_LIBS=-lsndfile
pkg_cv_WEBP_CFLAGS=
pkg_cv_WEBP_LIBS=-lwebp
rpppoe_cv_pack_bitfields=rev
rsync_cv_HAVE_BROKEN_LARGEFILE=no
rsync_cv_HAVE_BROKEN_READDIR=no
rsync_cv_HAVE_C99_VSNPRINTF=yes
rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
rsync_cv_HAVE_LONGLONG=yes
rsync_cv_HAVE_OFF64_T=no
rsync_cv_HAVE_SECURE_MKSTEMP=yes
rsync_cv_HAVE_SHORT_INO_T=no
rsync_cv_HAVE_SOCKETPAIR=yes
rsync_cv_HAVE_UNSIGNED_CHAR=no
rsync_cv_REPLACE_INET_ATON=no
rsync_cv_REPLACE_INET_NTOA=no
samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no
samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no
samba_cv_HAVE_BROKEN_GETGROUPS=no
samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes
samba_cv_HAVE_BROKEN_READDIR=yes
samba_cv_HAVE_BROKEN_READDIR_NAME=no
samba_cv_HAVE_C99_VSNPRINTF=yes
samba_cv_HAVE_DEV64_T=no
samba_cv_HAVE_DEVICE_MAJOR_FN=yes
samba_cv_HAVE_DEVICE_MINOR_FN=yes
samba_cv_HAVE_DQB_FSOFTLIMIT=no
samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes
samba_cv_HAVE_FAM_H=no
samba_cv_HAVE_FCNTL_LOCK=yes
samba_cv_HAVE_FTRUNCATE_EXTEND=yes
samba_cv_HAVE_FUNCTION_MACRO=yes
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
samba_cv_HAVE_IFACE_AIX=no
samba_cv_HAVE_IFACE_IFCONF=yes
samba_cv_HAVE_IFACE_IFREQ=yes
samba_cv_HAVE_INO64_T=no
samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes
samba_cv_HAVE_KERNEL_SHARE_MODES=yes
samba_cv_HAVE_MAKEDEV=yes
samba_cv_HAVE_MMAP=yes
samba_cv_HAVE_NATIVE_ICONV=yes
samba_cv_HAVE_OFF64_T=no
samba_cv_HAVE_ROOT=yes
samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no
samba_cv_HAVE_SECURE_MKSTEMP=yes
samba_cv_HAVE_SENDFILE64=yes
samba_cv_HAVE_SENDFILE=yes
samba_cv_HAVE_SOCK_SIN_LEN=no
samba_cv_HAVE_STAT_ST_BLKSIZE=yes
samba_cv_HAVE_STAT_ST_BLOCKS=yes
samba_cv_HAVE_STRUCT_DIR64=no
samba_cv_HAVE_STRUCT_DIRENT64=yes
samba_cv_HAVE_STRUCT_FLOCK64=yes
samba_cv_HAVE_TRUNCATED_SALT=no
samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
samba_cv_HAVE_UNSIGNED_CHAR=yes
samba_cv_HAVE_UTIMBUF=yes
samba_cv_HAVE_UT_UT_ADDR=yes
samba_cv_HAVE_UT_UT_EXIT=yes
samba_cv_HAVE_UT_UT_HOST=yes
samba_cv_HAVE_UT_UT_ID=yes
samba_cv_HAVE_UT_UT_NAME=yes
samba_cv_HAVE_UT_UT_PID=yes
samba_cv_HAVE_UT_UT_TIME=yes
samba_cv_HAVE_UT_UT_TV=yes
samba_cv_HAVE_UT_UT_TYPE=yes
samba_cv_HAVE_UT_UT_USER=yes
samba_cv_HAVE_UX_UT_SYSLEN=no
samba_cv_HAVE_VA_COPY=yes
samba_cv_HAVE_WORKING_AF_LOCAL=yes
samba_cv_HAVE_Werror=yes
samba_cv_LINUX_LFS_SUPPORT=yes
samba_cv_PUTUTLINE_RETURNS_UTMP=yes
samba_cv_QUOTA_WORKS=yes
samba_cv_REALPATH_TAKES_NULL=yes
samba_cv_REPLACE_GETPASS=yes
samba_cv_REPLACE_INET_NTOA=no
samba_cv_REPLACE_READDIR=no
samba_cv_RUN_QUOTA_TESTS=yes
samba_cv_SEEKDIR_RETURNS_VOID=yes
samba_cv_SIZEOF_DEV_T=yes
samba_cv_SIZEOF_INO_T=yes
samba_cv_SIZEOF_OFF_T=yes
samba_cv_SYSCONF_SC_NGROUPS_MAX=yes
samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes
samba_cv_SYSCONF_SC_NPROC_ONLN=no
samba_cv_SYSCONF_SC_PAGESIZE=yes
samba_cv_SYSQUOTA_FOUND=yes
samba_cv_SYSQUOTA_WORKS=yes
samba_cv_SYSQUOTA_WORKS_XFS=yes
samba_cv_TRY_QUOTAS=no
samba_cv_TRY_SYS_QUOTAS=yes
samba_cv_USE_SETEUID=yes
samba_cv_USE_SETRESUID=yes
samba_cv_USE_SETREUID=yes
samba_cv_USE_SETUIDX=yes
samba_cv_WE_USE_SYS_QUOTAS=yes
samba_cv_WITH_AFS=no
samba_cv_WITH_FAKE_KASERVER=no
samba_cv_WITH_QUOTAS=auto
samba_cv_WITH_SYS_QUOTAS=auto
samba_cv_WITH_VFS_AFSACL=no
samba_cv_compiler_supports_ll=yes
samba_cv_found_xfs_header=yes
samba_cv_have_longlong=yes
samba_cv_have_setresgid=yes
samba_cv_have_setresuid=yes
samba_cv_immediate_structures=yes
samba_cv_optimize_out_funcation_calls=yes
samba_cv_sig_atomic_t=yes
samba_cv_socklen_t=yes
samba_cv_struct_timespec=yes
samba_cv_sysquotas_file=lib/sysquotas_linux.c
samba_cv_unixsocket=yes
samba_cv_volatile=yes
sc_cv_termios_ispeed=yes
screen_cv_sys_bcopy_overlap=no
screen_cv_sys_fifo_broken_impl=yes
screen_cv_sys_fifo_usable=yes
screen_cv_sys_memcpy_overlap=no
screen_cv_sys_memmove_overlap=no
screen_cv_sys_select_broken_retval=no
screen_cv_sys_sockets_nofs=no
screen_cv_sys_sockets_usable=yes
screen_cv_sys_terminfo_used=yes
shadow_cv_logdir=/var/log
shadow_cv_maildir=/var/spool/mail
shadow_cv_mailfile=Mailbox
shadow_cv_passwd_dir=/usr/bin
shadow_cv_utmpdir=/var/run
slrn_cv_va_val_copy=yes
sudo_cv_func_unsetenv_void=no
tcl_cv_api_serial=termios
utils_cv_sys_open_max=1019
xorg_cv_malloc0_returns_null=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/missing aclocal-1.15'
ACLOCAL_AMFLAGS='-I m4 -I common/m4'
ACMENC_CFLAGS=''
ACMMP3DEC_CFLAGS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APEXSINK_CFLAGS=''
APEXSINK_LIBS=''
AR='arm-poky-linux-gnueabi-ar'
AS='arm-poky-linux-gnueabi-as '
ASSRENDER_CFLAGS=''
ASSRENDER_LIBS=''
AUTOCONF='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/missing autoconf'
AUTOHEADER='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/missing autoheader'
AUTOMAKE='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/missing automake-1.15'
AWK='gawk'
BLUEZ5_CFLAGS=''
BLUEZ5_LIBS='-lbluetooth'
BS2B_CFLAGS=''
BS2B_LIBS=''
BUILD_EXAMPLES_FALSE=''
BUILD_EXAMPLES_TRUE='#'
BUILD_EXPERIMENTAL_FALSE=''
BUILD_EXPERIMENTAL_TRUE='#'
BUILD_EXTERNAL_FALSE='#'
BUILD_EXTERNAL_TRUE=''
BZ2_LIBS='-lbz2'
CC='arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
CCASFLAGS=''
CCDEPMODE='depmode=none'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3= '
CHROMAPRINT_CFLAGS=''
CHROMAPRINT_LIBS=''
CLUTTER_CFLAGS=''
CLUTTER_GLX_CFLAGS=''
CLUTTER_GLX_LIBS=''
CLUTTER_LIBS=''
CLUTTER_X11_CFLAGS=''
CLUTTER_X11_LIBS=''
CPP='arm-poky-linux-gnueabi-gcc -E --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7'
CPPFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads                                    -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux'
CUDA_CFLAGS=''
CUDA_LIBS=''
CURL_CFLAGS=''
CURL_LIBS='-lcurl'
CXX='arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
CXXCPP='arm-poky-linux-gnueabi-g++  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 -E'
CXXDEPMODE='depmode=none'
CXXFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0=/usr/src/debug/gstreamer1.0-plugins-bad/1.8.3-r0 -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3=  -fvisibility-inlines-hidden'
CYGPATH_W='echo'
DAALA_CFLAGS=''
DAALA_LIBS=''
DCCP_LIBS=' '
DECKLINK_CXXFLAGS=''
DECKLINK_LIBS='-lpthread -ldl'
DECKLINK_OSX_FALSE=''
DECKLINK_OSX_TRUE='#'
DEFAULT_AUDIOSINK='autoaudiosink'
DEFAULT_AUDIOSRC='alsasrc'
DEFAULT_VIDEOSINK='autovideosink'
DEFAULT_VIDEOSRC='v4l2src'
DEFAULT_VISUALIZER='goom'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPRECATED_CFLAGS=''
DIRECT3D_LIBS=''
DIRECTFB_CFLAGS=''
DIRECTFB_LIBS=''
DIRECTSOUND_LIBS=''
DIRECTX_CFLAGS=''
DIRECTX_LDFLAGS=''
DLLTOOL='false'
DSYMUTIL=''
DTLS_CFLAGS=''
DTLS_LIBS='-lssl -lcrypto'
DTS_LIBS=''
DUMPBIN=''
DVDNAV_CFLAGS=''
DVDNAV_LIBS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGL_CFLAGS=''
EGL_LIBS='-lbcm_host -lvcos -lvchiq_arm'
EGREP='/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_PLUGIN_DOCS_FALSE=''
ENABLE_PLUGIN_DOCS_TRUE='#'
ERROR_CFLAGS=''
ERROR_CXXFLAGS=''
ERROR_OBJCFLAGS=''
EXEEXT=''
EXIF_CFLAGS=''
EXIF_LIBS=''
FAAC_LIBS=''
FAAD_LIBS=''
FFLAGS=''
FGREP='/bin/grep -F'
FLITE_CFLAGS=''
FLITE_LIBS=''
FLUIDSYNTH_CFLAGS=''
FLUIDSYNTH_LIBS=''
GCOV=''
GCOV_CFLAGS=''
GCOV_LIBS=''
GDBUS_CODEGEN='gdbus-codegen'
GETTEXT_MACRO_VERSION='0.19'
GETTEXT_PACKAGE='gst-plugins-bad-1.0'
GIO_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GIO_LDFLAGS=''
GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
GIO_UNIX_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gio-unix-2.0/ -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GIO_UNIX_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
GLES2_CFLAGS='-DUSE_VCHIQ_ARM -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vmcs_host/linux -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/interface/vcos/pthreads'
GLES2_LIBS='-lGLESv2 -lbcm_host -lvcos -lvchiq_arm -pthread'
GLIB_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GLIB_EXTRA_CFLAGS=' -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-lgobject-2.0 -lgmodule-2.0 -pthread -lglib-2.0'
GLIB_MKENUMS='glib-mkenums'
GLIB_PREFIX='/usr'
GLIB_REQ='2.40.0'
GL_CFLAGS=''
GL_LIBS=' -lGLESv2'
GL_OBJCFLAGS=''
GME_LIBS=''
GMODULE_EXPORT_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GMODULE_EXPORT_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0'
GMODULE_NO_EXPORT_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GMODULE_NO_EXPORT_LIBS='-lgmodule-2.0 -pthread -lglib-2.0'
GMSGFMT='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
GMSGFMT_015='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
GNUSTL_CFLAGS=''
GNUSTL_LIBS=''
GRAPHENE_CFLAGS=''
GRAPHENE_LIBS=''
GREP='/bin/grep'
GSM_LIBS=''
GSTPB_PLUGINS_DIR='/usr/lib/gstreamer-1.0'
GSTPB_PREFIX='/usr'
GST_AGE='803'
GST_ALLOCATORS_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_ALLOCATORS_LIBS='-lgstallocators-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_ALL_LDFLAGS='-no-undefined -Wl,-Bsymbolic-functions'
GST_API_VERSION='1.0'
GST_BASE_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_BASE_LIBS='-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include -DGST_USE_UNSTABLE_API  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS $(GST_OPTION_CFLAGS)'
GST_CHECK_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_CHECK_LIBS='-lgstcheck-1.0 -lm -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_CONTROLLER_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_CONTROLLER_LIBS='-lgstcontroller-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_CURRENT='803'
GST_CXXFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include -DGST_USE_UNSTABLE_API  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS $(GST_OPTION_CXXFLAGS)'
GST_GCOV_ENABLED_FALSE=''
GST_GCOV_ENABLED_TRUE='#'
GST_LEVEL_DEFAULT='GST_LEVEL_NONE'
GST_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_LIBVERSION='803:0:803'
GST_LIB_LDFLAGS='-export-symbols-regex ^_?\(gst_\|Gst\|GST_\).*'
GST_LICENSE='LGPL'
GST_LT_LDFLAGS=' -version-info 803:0:803'
GST_NET_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_NET_LIBS='-lgstnet-1.0 -lgstreamer-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
GST_OBJCFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include -DGST_USE_UNSTABLE_API  -DG_THREADS_MANDATORY -DG_DISABLE_CAST_CHECKS $(GST_OPTION_OBJCFLAGS)'
GST_OPTION_CFLAGS='$(WARNING_CFLAGS) $(ERROR_CFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
GST_OPTION_CXXFLAGS='$(WARNING_CXXFLAGS) $(ERROR_CXXFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
GST_OPTION_OBJCFLAGS='$(WARNING_OBJCFLAGS) $(ERROR_OBJCFLAGS) $(DEBUG_CFLAGS) $(PROFILE_CFLAGS) $(GCOV_CFLAGS) $(OPT_CFLAGS) $(DEPRECATED_CFLAGS)'
GST_PACKAGE_NAME='GStreamer Bad Plug-ins source release'
GST_PACKAGE_ORIGIN='Unknown package origin'
GST_PBUTILS_CFLAGS=''
GST_PBUTILS_LIBS=''
GST_PKG_CONFIG_PATH='$(top_builddir)/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig'
GST_PLUGINS_ALL=' accurip adpcmdec adpcmenc aiff videoframe_audiolevel asfmux audiofxbad audiomixer compositor audiovisualizers autoconvert bayer camerabin2 cdxaparse coloreffects dataurisrc dccp debugutils dvbsuboverlay dvdspu faceoverlay festival fieldanalysis freeverb frei0r gaudieffects geometrictransform gdp hdvparse id3tag inter interlace ivfparse ivtc jp2kdecimator jpegformat librfb midi mpegdemux mpegtsdemux mpegtsmux mpegpsmux mve mxf netsim nuvdemux onvif patchdetect pcapparse pnm rawparse removesilence sdi sdp segmentclip siren smooth speed subenc stereo tta videofilters videomeasure videoparsers videosignal vmnc y4m yadif'
GST_PLUGINS_BAD_CFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
GST_PLUGINS_BAD_CXXFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
GST_PLUGINS_BAD_OBJCFLAGS='-I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs'
GST_PLUGINS_BASE_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gstreamer-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/gstreamer-1.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GST_PLUGINS_BASE_DIR='/usr/lib/gstreamer-1.0/gst:/usr/lib/gstreamer-1.0/sys:/usr/lib/gstreamer-1.0/ext'
GST_PLUGINS_BASE_LIBS='-lgstreamer-1.0 -lgobject-2.0 -lglib-2.0'
GST_PLUGINS_DIR='/usr/lib/gstreamer-1.0'
GST_PLUGINS_GOOD_CFLAGS=''
GST_PLUGINS_GOOD_DIR=''
GST_PLUGINS_GOOD_LIBS=''
GST_PLUGINS_LIBAV_CFLAGS=''
GST_PLUGINS_LIBAV_DIR=''
GST_PLUGINS_LIBAV_LIBS=''
GST_PLUGINS_NONPORTED=' cdxaparse  dccp faceoverlay  hdvparse  mve nuvdemux  patchdetect  sdi tta  videomeasure  linsys  apexsink dc1394  musepack nas sdl timidity  wininet  xvid lv2 sndio libvisual'
GST_PLUGINS_SELECTED='           accurip adpcmdec adpcmenc aiff videoframe_audiolevel asfmux audiofxbad audiomixer compositor audiovisualizers autoconvert bayer camerabin2  coloreffects dataurisrc  debugutils dvbsuboverlay dvdspu  festival fieldanalysis freeverb frei0r gaudieffects geometrictransform gdp  id3tag inter interlace ivfparse ivtc jp2kdecimator jpegformat librfb midi mpegdemux mpegtsdemux mpegtsmux mpegpsmux  mxf netsim  onvif  pcapparse pnm rawparse removesilence  sdp segmentclip siren smooth speed subenc stereo  videofilters  videoparsers videosignal vmnc y4m yadif'
GST_PLUGINS_UGLY_CFLAGS=''
GST_PLUGINS_UGLY_DIR=''
GST_PLUGINS_UGLY_LIBS=''
GST_PLUGIN_BUILD_STATIC_FALSE=''
GST_PLUGIN_BUILD_STATIC_TRUE='#'
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex '\''^_*gst_plugin_.*'\'' -no-undefined -Wl,-Bsymbolic-functions'
GST_PLUGIN_LIBTOOLFLAGS='--tag=disable-static'
GST_PREFIX='/usr'
GST_REVISION='0'
GST_TOOLS_DIR='/usr/bin'
GST_VIDEO_CFLAGS=''
GST_VIDEO_LIBS=''
GTK3_CFLAGS=''
GTK3_GL_CFLAGS=''
GTK3_GL_LIBS=''
GTK3_LIBS=''
GTK3_WAYLAND_CFLAGS=''
GTK3_WAYLAND_LIBS=''
GTK3_X11_CFLAGS=''
GTK3_X11_LIBS=''
GTKDOC_CHECK='gtkdoc-check.test'
GTKDOC_CHECK_PATH='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-check'
GTKDOC_DEPS_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0'
GTKDOC_MKPDF='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-mkpdf'
GTKDOC_REBASE='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/gtkdoc-rebase'
GTK_BASE_DIR=''
GTK_CFLAGS=''
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
GTK_LIBS=''
GTK_VERSION=''
G_UDEV_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gudev-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
G_UDEV_LIBS='-lgudev-1.0 -lgobject-2.0 -lglib-2.0'
HAVE_AVFOUNDATION_FALSE=''
HAVE_AVFOUNDATION_TRUE='#'
HAVE_CLUTTER='no'
HAVE_CLUTTER_FALSE=''
HAVE_CLUTTER_GLX='no'
HAVE_CLUTTER_GLX_FALSE=''
HAVE_CLUTTER_GLX_TRUE='#'
HAVE_CLUTTER_TRUE='#'
HAVE_CLUTTER_X11='no'
HAVE_CLUTTER_X11_FALSE=''
HAVE_CLUTTER_X11_TRUE='#'
HAVE_CPU_ALPHA_FALSE=''
HAVE_CPU_ALPHA_TRUE='#'
HAVE_CPU_ARC_FALSE=''
HAVE_CPU_ARC_TRUE='#'
HAVE_CPU_ARM_FALSE='#'
HAVE_CPU_ARM_TRUE=''
HAVE_CPU_CRISV32_FALSE=''
HAVE_CPU_CRISV32_TRUE='#'
HAVE_CPU_CRIS_FALSE=''
HAVE_CPU_CRIS_TRUE='#'
HAVE_CPU_HPPA_FALSE=''
HAVE_CPU_HPPA_TRUE='#'
HAVE_CPU_I386_FALSE=''
HAVE_CPU_I386_TRUE='#'
HAVE_CPU_IA64_FALSE=''
HAVE_CPU_IA64_TRUE='#'
HAVE_CPU_M68K_FALSE=''
HAVE_CPU_M68K_TRUE='#'
HAVE_CPU_MIPS_FALSE=''
HAVE_CPU_MIPS_TRUE='#'
HAVE_CPU_PPC64_FALSE=''
HAVE_CPU_PPC64_TRUE='#'
HAVE_CPU_PPC_FALSE=''
HAVE_CPU_PPC_TRUE='#'
HAVE_CPU_S390_FALSE=''
HAVE_CPU_S390_TRUE='#'
HAVE_CPU_SPARC_FALSE=''
HAVE_CPU_SPARC_TRUE='#'
HAVE_CPU_X86_64_FALSE=''
HAVE_CPU_X86_64_TRUE='#'
HAVE_CXX='yes'
HAVE_DIRECT3D=''
HAVE_DIRECTSOUND=''
HAVE_DTS=''
HAVE_EGL='yes'
HAVE_FAAC=''
HAVE_FAAD=''
HAVE_FLITE=''
HAVE_GL='yes'
HAVE_GLES2='yes'
HAVE_GRAPHENE='no'
HAVE_GRAPHENE_FALSE=''
HAVE_GRAPHENE_TRUE='#'
HAVE_GSM=''
HAVE_GST_CHECK_FALSE='#'
HAVE_GST_CHECK_TRUE=''
HAVE_GST_GL_FALSE='#'
HAVE_GST_GL_TRUE=''
HAVE_GTK3='NO'
HAVE_GTK3_FALSE=''
HAVE_GTK3_TRUE='#'
HAVE_GTK_DOC_FALSE='#'
HAVE_GTK_DOC_TRUE=''
HAVE_GTK_FALSE=''
HAVE_GTK_TRUE='#'
HAVE_INTROSPECTION_FALSE='#'
HAVE_INTROSPECTION_TRUE=''
HAVE_IOS_FALSE=''
HAVE_IOS_TRUE='#'
HAVE_JPEG='yes'
HAVE_JPEG_FALSE='#'
HAVE_JPEG_TRUE=''
HAVE_NAS=''
HAVE_OPENJPEG=''
HAVE_ORCC_FALSE='#'
HAVE_ORCC_TRUE=''
HAVE_ORC_FALSE='#'
HAVE_ORC_TRUE=''
HAVE_PNG='yes'
HAVE_PNG_FALSE='#'
HAVE_PNG_TRUE=''
HAVE_PTHREAD_H_FALSE='#'
HAVE_PTHREAD_H_TRUE=''
HAVE_SDL_FALSE=''
HAVE_SDL_TRUE='#'
HAVE_SRTP=''
HAVE_UNISTD_H_FALSE='#'
HAVE_UNISTD_H_TRUE=''
HAVE_VALGRIND_FALSE=''
HAVE_VALGRIND_TRUE='#'
HAVE_VIDEOTOOLBOX_FALSE=''
HAVE_VIDEOTOOLBOX_TRUE='#'
HAVE_WASAPI=''
HAVE_WILDMIDI=''
HAVE_WINDOW_ANDROID_FALSE=''
HAVE_WINDOW_ANDROID_TRUE='#'
HAVE_WINDOW_COCOA_FALSE=''
HAVE_WINDOW_COCOA_TRUE='#'
HAVE_WINDOW_DISPMANX_FALSE='#'
HAVE_WINDOW_DISPMANX_TRUE=''
HAVE_WINDOW_EAGL_FALSE=''
HAVE_WINDOW_EAGL_TRUE='#'
HAVE_WINDOW_WAYLAND_FALSE=''
HAVE_WINDOW_WAYLAND_TRUE='#'
HAVE_WINDOW_WIN32_FALSE=''
HAVE_WINDOW_WIN32_TRUE='#'
HAVE_WINDOW_X11_FALSE=''
HAVE_WINDOW_X11_TRUE='#'
HAVE_WINKS=''
HAVE_WINSCREENCAP=''
HAVE_X11='no'
HAVE_X11_FALSE=''
HAVE_X11_TRUE='#'
HAVE_XCOMPOSITE_FALSE=''
HAVE_XCOMPOSITE_TRUE='#'
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
INTROSPECTION_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gobject-introspection-1.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/libffi-3.2.1/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include'
INTROSPECTION_COMPILER='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/bin/g-ir-compiler-wrapper'
INTROSPECTION_GENERATE='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/bin/g-ir-generate'
INTROSPECTION_GIRDIR='/usr/share/gir-1.0'
INTROSPECTION_INIT='extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);'
INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0'
INTROSPECTION_MAKEFILE='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/gobject-introspection-1.0/Makefile.introspection'
INTROSPECTION_SCANNER='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/bin/g-ir-scanner-wrapper'
INTROSPECTION_TYPELIBDIR='/usr/lib/girepository-1.0'
JPEG_LIBS='-ljpeg'
KATE_CFLAGS=''
KATE_LIBS=''
LD='arm-poky-linux-gnueabi-ld --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3 '
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBDC1394_CFLAGS=''
LIBDC1394_LIBS=''
LIBDE265_CFLAGS=''
LIBDE265_LIBS=''
LIBDIR='/usr/lib'
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG=''
LIBGCRYPT_LIBS=''
LIBICONV='-liconv'
LIBINTL=''
LIBM='-lm'
LIBMMS_CFLAGS=''
LIBMMS_LIBS=''
LIBOBJS=''
LIBPNG_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16'
LIBPNG_LIBS='-lpng16'
LIBS=''
LIBTOOL='$(top_builddir)/arm-poky-linux-gnueabi-libtool'
LIBUDEV_CFLAGS=''
LIBUDEV_LIBS=''
LIBUSB_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libusb-1.0'
LIBUSB_LIBS='-lusb-1.0'
LIBVISUAL_CFLAGS=''
LIBVISUAL_LIBS=''
LIBXML2_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libxml2'
LIBXML2_LIBS='-lxml2'
LIPO=''
LN_S='ln -s'
LOCALEDIR='/usr/share/locale'
LRDF_CFLAGS=''
LRDF_LIBS=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/missing makeinfo'
MANIFEST_TOOL=':'
MIMIC_CFLAGS=''
MIMIC_LIBS=''
MJPEG_CFLAGS=''
MJPEG_LIBS=''
MKDIR_P='/bin/mkdir -p'
MOC=''
MODPLUG_CFLAGS=''
MODPLUG_LIBS=''
MPEG2ENC_CFLAGS=''
MPEG2ENC_LIBS=''
MPLEX_CFLAGS=''
MPLEX_LDFLAGS=''
MPLEX_LIBS=''
MSGFMT='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
MSGFMT_015='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgfmt'
MSGMERGE='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/msgmerge'
MUSEPACK_LIBS=''
NAS_CFLAGS=''
NAS_LIBS=''
NEON_CFLAGS='-D_LARGEFILE64_SOURCE -DNE_LFS -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/neon'
NEON_LIBS='-lneon'
NETTLE_CFLAGS=''
NETTLE_LIBS=''
NM='arm-poky-linux-gnueabi-nm'
NMEDIT=''
NVENCODE_CFLAGS=''
NVENCODE_LIBS=''
OBJC='arm-poky-linux-gnueabi-gcc'
OBJCDEPMODE='depmode=none'
OBJCFLAGS=''
OBJDUMP='arm-poky-linux-gnueabi-objdump'
OBJEXT='o'
OFA_CFLAGS=''
OFA_LIBS=''
OPENAL_CFLAGS=''
OPENAL_LIBS=''
OPENCV_CFLAGS=''
OPENCV_LIBS=''
OPENCV_PREFIX='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr'
OPENEXR_CFLAGS=''
OPENEXR_LIBS=''
OPENH264_CFLAGS=''
OPENH264_LIBS=''
OPENJPEG_2_1_CFLAGS=''
OPENJPEG_2_1_LIBS=''
OPENJPEG_CFLAGS=''
OPENJPEG_LIBS=''
OPENNI2_CFLAGS=''
OPENNI2_LIBS=''
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto'
OPUS_CFLAGS=''
OPUS_LIBS=''
ORCC='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/orcc'
ORCC_FLAGS='--compat 0.4.17'
ORC_CFLAGS='-I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/orc-0.4'
ORC_LIBS='-lorc-0.4'
OTOOL64=''
OTOOL=''
PACKAGE='gst-plugins-bad'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_NAME='GStreamer Bad Plug-ins'
PACKAGE_STRING='GStreamer Bad Plug-ins 1.8.3'
PACKAGE_TARNAME='gst-plugins-bad'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.3'
PACKAGE_VERSION_MAJOR='1'
PACKAGE_VERSION_MICRO='3'
PACKAGE_VERSION_MINOR='8'
PACKAGE_VERSION_NANO='0'
PACKAGE_VERSION_RELEASE='1'
PATH_SEPARATOR=':'
PKG_CONFIG='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig'
PKG_CONFIG_PATH='/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/pkgconfig:/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/share/pkgconfig'
PLUGINDIR='/usr/lib/gstreamer-1.0'
POSUB='po'
PROFILE_CFLAGS=''
PTHREAD_CC='arm-poky-linux-gnueabi-gcc  -march=armv7ve -marm -mfpu=neon-vfpv4  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
PVR_CFLAGS=' -I$(srcdir)/pvr_includes'
PVR_LIBS=''
PYTHON='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/python3-native/python3'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_LIB_PREFIX='${libdir}'
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='3.5'
QT_ANDROID_CFLAGS=''
QT_ANDROID_LIBS=''
QT_CFLAGS=''
QT_LIBS=''
QT_MAC_CFLAGS=''
QT_MAC_LIBS=''
QT_WAYLAND_CFLAGS=''
QT_WAYLAND_LIBS=''
QT_X11_CFLAGS=''
QT_X11_LIBS=''
RANLIB='arm-poky-linux-gnueabi-ranlib'
RCC=''
RSVG_CFLAGS='-pthread -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/librsvg-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/gdk-pixbuf-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/cairo -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/glib-2.0 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/lib/glib-2.0/include -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/pixman-1 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/freetype2 -I/home/kai/yocto/build-magnolia/tmp/sysroots/raspberrypi3/usr/include/libpng16'
RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo'
RTMP_CFLAGS=''
RTMP_LIBS=''
SBC_CFLAGS=''
SBC_LIBS='-lsbc'
SCHRO_CFLAGS=''
SCHRO_LIBS=''
SDL_CFLAGS=''
SDL_CLUTTER=''
SDL_CONFIG=''
SDL_LIBS=''
SED='sed'
SET_MAKE=''
SHELL='/bin/bash'
SHM_LIBS='-lrt'
SLV2_CFLAGS=''
SLV2_LIBS=''
SNDFILE_CFLAGS=''
SNDFILE_LIBS='-lsndfile'
SNDIO_LIBS=''
SOUNDTOUCH_CFLAGS=''
SOUNDTOUCH_LIBS=''
SPANDSP_CFLAGS=''
SPANDSP_LIBS=''
SPC_LIBS=''
SRTP_CFLAGS=''
SRTP_LIBS=''
SSH2_CFLAGS=''
SSH2_LIBS=''
STRIP='arm-poky-linux-gnueabi-strip'
TELETEXTDEC_CFLAGS=''
TELETEXTDEC_LIBS=''
TIGER_CFLAGS=''
TIGER_LIBS=''
TIMIDITY_CFLAGS=''
TIMIDITY_LIBS=''
UIC=''
USE_ACM_FALSE=''
USE_ACM_TRUE='#'
USE_ANDROID_MEDIA_FALSE=''
USE_ANDROID_MEDIA_TRUE='#'
USE_APEXSINK_FALSE=''
USE_APEXSINK_TRUE='#'
USE_APPLE_MEDIA_FALSE=''
USE_APPLE_MEDIA_TRUE='#'
USE_ASSRENDER_FALSE=''
USE_ASSRENDER_TRUE='#'
USE_AVC_FALSE=''
USE_AVC_TRUE='#'
USE_BLUEZ_FALSE='#'
USE_BLUEZ_TRUE=''
USE_BS2B_FALSE=''
USE_BS2B_TRUE='#'
USE_BZ2_FALSE='#'
USE_BZ2_TRUE=''
USE_CHROMAPRINT_FALSE=''
USE_CHROMAPRINT_TRUE='#'
USE_COCOA_FALSE=''
USE_COCOA_TRUE='#'
USE_CURL_FALSE='#'
USE_CURL_TRUE=''
USE_DAALA_FALSE=''
USE_DAALA_TRUE='#'
USE_DASH_FALSE='#'
USE_DASH_TRUE=''
USE_DC1394_FALSE=''
USE_DC1394_TRUE='#'
USE_DECKLINK_FALSE='#'
USE_DECKLINK_TRUE=''
USE_DIRECT3D_FALSE=''
USE_DIRECT3D_TRUE='#'
USE_DIRECTFB_FALSE=''
USE_DIRECTFB_TRUE='#'
USE_DIRECTSOUND_FALSE=''
USE_DIRECTSOUND_TRUE='#'
USE_DTLS_FALSE='#'
USE_DTLS_TRUE=''
USE_DTS_FALSE=''
USE_DTS_TRUE='#'
USE_DVB_FALSE='#'
USE_DVB_TRUE=''
USE_EAGL_FALSE=''
USE_EAGL_TRUE='#'
USE_EGL_FALSE='#'
USE_EGL_MALI_FALSE=''
USE_EGL_MALI_TRUE='#'
USE_EGL_RPI_FALSE=''
USE_EGL_RPI_TRUE='#'
USE_EGL_TRUE=''
USE_EXIF_FALSE=''
USE_EXIF_TRUE='#'
USE_EXPERIMENTAL_FALSE=''
USE_EXPERIMENTAL_TRUE='#'
USE_EXTERNAL_FALSE='#'
USE_EXTERNAL_TRUE=''
USE_FAAC_FALSE=''
USE_FAAC_TRUE='#'
USE_FAAD_FALSE=''
USE_FAAD_TRUE='#'
USE_FBDEV_FALSE='#'
USE_FBDEV_TRUE=''
USE_FLITE_FALSE=''
USE_FLITE_TRUE='#'
USE_FLUIDSYNTH_FALSE=''
USE_FLUIDSYNTH_TRUE='#'
USE_GLES2='yes'
USE_GLES2_FALSE='#'
USE_GLES2_TRUE=''
USE_GLX_FALSE=''
USE_GLX_TRUE='#'
USE_GL_FALSE='#'
USE_GL_TRUE=''
USE_GME_FALSE=''
USE_GME_TRUE='#'
USE_GSM_FALSE=''
USE_GSM_TRUE='#'
USE_GTK3_FALSE=''
USE_GTK3_GL_FALSE=''
USE_GTK3_GL_TRUE='#'
USE_GTK3_TRUE='#'
USE_HLS_FALSE='#'
USE_HLS_TRUE=''
USE_KATE_FALSE=''
USE_KATE_TRUE='#'
USE_LADSPA_FALSE=''
USE_LADSPA_TRUE='#'
USE_LIBDE265_FALSE=''
USE_LIBDE265_TRUE='#'
USE_LIBMMS_FALSE=''
USE_LIBMMS_TRUE='#'
USE_LIBVISUAL_FALSE=''
USE_LIBVISUAL_TRUE='#'
USE_LINSYS_FALSE=''
USE_LINSYS_TRUE='#'
USE_LV2_FALSE=''
USE_LV2_TRUE='#'
USE_MIMIC_FALSE=''
USE_MIMIC_TRUE='#'
USE_MODPLUG_FALSE=''
USE_MODPLUG_TRUE='#'
USE_MPEG2ENC_FALSE=''
USE_MPEG2ENC_TRUE='#'
USE_MPLEX_FALSE=''
USE_MPLEX_TRUE='#'
USE_MUSEPACK_FALSE=''
USE_MUSEPACK_TRUE='#'
USE_NAS_FALSE=''
USE_NAS_TRUE='#'
USE_NEON_FALSE='#'
USE_NEON_TRUE=''
USE_NLS='yes'
USE_NVENC_FALSE=''
USE_NVENC_GST_GL_FALSE=''
USE_NVENC_GST_GL_TRUE='#'
USE_NVENC_TRUE='#'
USE_OFA_FALSE=''
USE_OFA_TRUE='#'
USE_OPENAL_FALSE=''
USE_OPENAL_TRUE='#'
USE_OPENCV_FALSE=''
USE_OPENCV_TRUE='#'
USE_OPENEXR_FALSE=''
USE_OPENEXR_TRUE='#'
USE_OPENGL='no'
USE_OPENGL_FALSE=''
USE_OPENGL_TRUE='#'
USE_OPENH264_FALSE=''
USE_OPENH264_TRUE='#'
USE_OPENJPEG_FALSE=''
USE_OPENJPEG_TRUE='#'
USE_OPENNI2_FALSE=''
USE_OPENNI2_TRUE='#'
USE_OPENSLES_FALSE=''
USE_OPENSLES_TRUE='#'
USE_OPUS_FALSE=''
USE_OPUS_TRUE='#'
USE_PLUGIN_ACCURIP_FALSE='#'
USE_PLUGIN_ACCURIP_TRUE=''
USE_PLUGIN_ADPCMDEC_FALSE='#'
USE_PLUGIN_ADPCMDEC_TRUE=''
USE_PLUGIN_ADPCMENC_FALSE='#'
USE_PLUGIN_ADPCMENC_TRUE=''
USE_PLUGIN_AIFF_FALSE='#'
USE_PLUGIN_AIFF_TRUE=''
USE_PLUGIN_ASFMUX_FALSE='#'
USE_PLUGIN_ASFMUX_TRUE=''
USE_PLUGIN_AUDIOFXBAD_FALSE='#'
USE_PLUGIN_AUDIOFXBAD_TRUE=''
USE_PLUGIN_AUDIOMIXER_FALSE='#'
USE_PLUGIN_AUDIOMIXER_TRUE=''
USE_PLUGIN_AUDIOVISUALIZERS_FALSE='#'
USE_PLUGIN_AUDIOVISUALIZERS_TRUE=''
USE_PLUGIN_AUTOCONVERT_FALSE='#'
USE_PLUGIN_AUTOCONVERT_TRUE=''
USE_PLUGIN_BAYER_FALSE='#'
USE_PLUGIN_BAYER_TRUE=''
USE_PLUGIN_CAMERABIN2_FALSE='#'
USE_PLUGIN_CAMERABIN2_TRUE=''
USE_PLUGIN_CDXAPARSE_FALSE=''
USE_PLUGIN_CDXAPARSE_TRUE='#'
USE_PLUGIN_COLOREFFECTS_FALSE='#'
USE_PLUGIN_COLOREFFECTS_TRUE=''
USE_PLUGIN_COMPOSITOR_FALSE='#'
USE_PLUGIN_COMPOSITOR_TRUE=''
USE_PLUGIN_DATAURISRC_FALSE='#'
USE_PLUGIN_DATAURISRC_TRUE=''
USE_PLUGIN_DCCP_FALSE=''
USE_PLUGIN_DCCP_TRUE='#'
USE_PLUGIN_DEBUGUTILS_FALSE='#'
USE_PLUGIN_DEBUGUTILS_TRUE=''
USE_PLUGIN_DVBSUBOVERLAY_FALSE='#'
USE_PLUGIN_DVBSUBOVERLAY_TRUE=''
USE_PLUGIN_DVDSPU_FALSE='#'
USE_PLUGIN_DVDSPU_TRUE=''
USE_PLUGIN_FACEOVERLAY_FALSE=''
USE_PLUGIN_FACEOVERLAY_TRUE='#'
USE_PLUGIN_FESTIVAL_FALSE='#'
USE_PLUGIN_FESTIVAL_TRUE=''
USE_PLUGIN_FIELDANALYSIS_FALSE='#'
USE_PLUGIN_FIELDANALYSIS_TRUE=''
USE_PLUGIN_FREEVERB_FALSE='#'
USE_PLUGIN_FREEVERB_TRUE=''
USE_PLUGIN_FREI0R_FALSE='#'
USE_PLUGIN_FREI0R_TRUE=''
USE_PLUGIN_GAUDIEFFECTS_FALSE='#'
USE_PLUGIN_GAUDIEFFECTS_TRUE=''
USE_PLUGIN_GDP_FALSE='#'
USE_PLUGIN_GDP_TRUE=''
USE_PLUGIN_GEOMETRICTRANSFORM_FALSE='#'
USE_PLUGIN_GEOMETRICTRANSFORM_TRUE=''
USE_PLUGIN_HDVPARSE_FALSE=''
USE_PLUGIN_HDVPARSE_TRUE='#'
USE_PLUGIN_ID3TAG_FALSE='#'
USE_PLUGIN_ID3TAG_TRUE=''
USE_PLUGIN_INTERLACE_FALSE='#'
USE_PLUGIN_INTERLACE_TRUE=''
USE_PLUGIN_INTER_FALSE='#'
USE_PLUGIN_INTER_TRUE=''
USE_PLUGIN_IVFPARSE_FALSE='#'
USE_PLUGIN_IVFPARSE_TRUE=''
USE_PLUGIN_IVTC_FALSE='#'
USE_PLUGIN_IVTC_TRUE=''
USE_PLUGIN_JP2KDECIMATOR_FALSE='#'
USE_PLUGIN_JP2KDECIMATOR_TRUE=''
USE_PLUGIN_JPEGFORMAT_FALSE='#'
USE_PLUGIN_JPEGFORMAT_TRUE=''
USE_PLUGIN_LIBRFB_FALSE='#'
USE_PLUGIN_LIBRFB_TRUE=''
USE_PLUGIN_MIDI_FALSE='#'
USE_PLUGIN_MIDI_TRUE=''
USE_PLUGIN_MPEGDEMUX_FALSE='#'
USE_PLUGIN_MPEGDEMUX_TRUE=''
USE_PLUGIN_MPEGPSMUX_FALSE='#'
USE_PLUGIN_MPEGPSMUX_TRUE=''
USE_PLUGIN_MPEGTSDEMUX_FALSE='#'
USE_PLUGIN_MPEGTSDEMUX_TRUE=''
USE_PLUGIN_MPEGTSMUX_FALSE='#'
USE_PLUGIN_MPEGTSMUX_TRUE=''
USE_PLUGIN_MVE_FALSE=''
USE_PLUGIN_MVE_TRUE='#'
USE_PLUGIN_MXF_FALSE='#'
USE_PLUGIN_MXF_TRUE=''
USE_PLUGIN_NETSIM_FALSE='#'
USE_PLUGIN_NETSIM_TRUE=''
USE_PLUGIN_NUVDEMUX_FALSE=''
USE_PLUGIN_NUVDEMUX_TRUE='#'
USE_PLUGIN_ONVIF_FALSE='#'
USE_PLUGIN_ONVIF_TRUE=''
USE_PLUGIN_PATCHDETECT_FALSE=''
USE_PLUGIN_PATCHDETECT_TRUE='#'
USE_PLUGIN_PCAPPARSE_FALSE='#'
USE_PLUGIN_PCAPPARSE_TRUE=''
USE_PLUGIN_PNM_FALSE='#'
USE_PLUGIN_PNM_TRUE=''
USE_PLUGIN_RAWPARSE_FALSE='#'
USE_PLUGIN_RAWPARSE_TRUE=''
USE_PLUGIN_REMOVESILENCE_FALSE='#'
USE_PLUGIN_REMOVESILENCE_TRUE=''
USE_PLUGIN_SDI_FALSE=''
USE_PLUGIN_SDI_TRUE='#'
USE_PLUGIN_SDP_FALSE='#'
USE_PLUGIN_SDP_TRUE=''
USE_PLUGIN_SEGMENTCLIP_FALSE='#'
USE_PLUGIN_SEGMENTCLIP_TRUE=''
USE_PLUGIN_SIREN_FALSE='#'
USE_PLUGIN_SIREN_TRUE=''
USE_PLUGIN_SMOOTH_FALSE='#'
USE_PLUGIN_SMOOTH_TRUE=''
USE_PLUGIN_SPEED_FALSE='#'
USE_PLUGIN_SPEED_TRUE=''
USE_PLUGIN_STEREO_FALSE='#'
USE_PLUGIN_STEREO_TRUE=''
USE_PLUGIN_SUBENC_FALSE='#'
USE_PLUGIN_SUBENC_TRUE=''
USE_PLUGIN_TTA_FALSE=''
USE_PLUGIN_TTA_TRUE='#'
USE_PLUGIN_VIDEOFILTERS_FALSE='#'
USE_PLUGIN_VIDEOFILTERS_TRUE=''
USE_PLUGIN_VIDEOFRAME_AUDIOLEVEL_FALSE='#'
USE_PLUGIN_VIDEOFRAME_AUDIOLEVEL_TRUE=''
USE_PLUGIN_VIDEOMEASURE_FALSE=''
USE_PLUGIN_VIDEOMEASURE_TRUE='#'
USE_PLUGIN_VIDEOPARSERS_FALSE='#'
USE_PLUGIN_VIDEOPARSERS_TRUE=''
USE_PLUGIN_VIDEOSIGNAL_FALSE='#'
USE_PLUGIN_VIDEOSIGNAL_TRUE=''
USE_PLUGIN_VMNC_FALSE='#'
USE_PLUGIN_VMNC_TRUE=''
USE_PLUGIN_Y4M_FALSE='#'
USE_PLUGIN_Y4M_TRUE=''
USE_PLUGIN_YADIF_FALSE='#'
USE_PLUGIN_YADIF_TRUE=''
USE_PVR_FALSE=''
USE_PVR_TRUE='#'
USE_QT_FALSE=''
USE_QT_TRUE='#'
USE_RESINDVD_FALSE=''
USE_RESINDVD_TRUE='#'
USE_RSVG_FALSE='#'
USE_RSVG_TRUE=''
USE_RTMP_FALSE=''
USE_RTMP_TRUE='#'
USE_SBC_FALSE='#'
USE_SBC_TRUE=''
USE_SCHRO_FALSE=''
USE_SCHRO_TRUE='#'
USE_SDL_FALSE=''
USE_SDL_TRUE='#'
USE_SHM_FALSE='#'
USE_SHM_TRUE=''
USE_SMOOTHSTREAMING_FALSE='#'
USE_SMOOTHSTREAMING_TRUE=''
USE_SNDFILE_FALSE='#'
USE_SNDFILE_TRUE=''
USE_SNDIO_FALSE=''
USE_SNDIO_TRUE='#'
USE_SOUNDTOUCH_FALSE=''
USE_SOUNDTOUCH_TRUE='#'
USE_SPANDSP_FALSE=''
USE_SPANDSP_TRUE='#'
USE_SPC_FALSE=''
USE_SPC_TRUE='#'
USE_SRTP_FALSE=''
USE_SRTP_TRUE='#'
USE_SSH2_FALSE=''
USE_SSH2_TRUE='#'
USE_TELETEXTDEC_FALSE=''
USE_TELETEXTDEC_TRUE='#'
USE_TIGER_FALSE=''
USE_TIGER_TRUE='#'
USE_TIMIDITY_FALSE=''
USE_TIMIDITY_TRUE='#'
USE_TINYALSA_FALSE=''
USE_TINYALSA_TRUE='#'
USE_UVCH264_FALSE='#'
USE_UVCH264_TRUE=''
USE_VCD_FALSE='#'
USE_VCD_TRUE=''
USE_VDPAU_FALSE=''
USE_VDPAU_TRUE='#'
USE_VOAACENC_FALSE=''
USE_VOAACENC_TRUE='#'
USE_VOAMRWBENC_FALSE=''
USE_VOAMRWBENC_TRUE='#'
USE_VULKAN_FALSE=''
USE_VULKAN_TRUE='#'
USE_WASAPI_FALSE=''
USE_WASAPI_TRUE='#'
USE_WAYLAND_FALSE=''
USE_WAYLAND_TRUE='#'
USE_WEBP_FALSE='#'
USE_WEBP_TRUE=''
USE_WGL_FALSE=''
USE_WGL_TRUE='#'
USE_WILDMIDI_FALSE=''
USE_WILDMIDI_TRUE='#'
USE_WININET_FALSE=''
USE_WININET_TRUE='#'
USE_WINKS_FALSE=''
USE_WINKS_TRUE='#'
USE_WINSCREENCAP_FALSE=''
USE_WINSCREENCAP_TRUE='#'
USE_X265_FALSE=''
USE_X265_TRUE='#'
USE_XCB_FALSE=''
USE_XCB_TRUE='#'
USE_XVID_FALSE=''
USE_XVID_TRUE='#'
USE_ZBAR_FALSE=''
USE_ZBAR_TRUE='#'
VALGRIND_CFLAGS=''
VALGRIND_LIBS=''
VALGRIND_PATH='no'
VDPAU_CFLAGS=''
VDPAU_LIBS=''
VERSION='1.8.3'
VOAACENC_CFLAGS=''
VOAACENC_LIBS=''
VOAMRWBENC_CFLAGS=''
VOAMRWBENC_LIBS=''
VULKAN_LIBS=''
WARNING_CFLAGS=' -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs'
WARNING_CXXFLAGS=' -Wall -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar'
WARNING_OBJCFLAGS=''
WASAPI_LIBS=''
WAYLAND_CFLAGS=''
WAYLAND_EGL_CFLAGS=''
WAYLAND_EGL_LIBS=''
WAYLAND_LIBS=''
WEBP_CFLAGS=''
WEBP_LIBS='-lwebp'
WGET=''
WILDMIDI_CFLAGS=''
WILDMIDI_LIBS=''
WINKS_LIBS=''
WINSCREENCAP_LIBS=''
WINSOCK2_LIBS=''
WITH_GST_PLAYER_TESTS_FALSE=''
WITH_GST_PLAYER_TESTS_TRUE='#'
X11_CFLAGS=''
X11_LIBS=''
X265_CFLAGS=''
X265_LIBS=''
XCB_CFLAGS=''
XCB_LIBS=''
XCOMPOSITE_CFLAGS=''
XCOMPOSITE_LIBS=''
XGETTEXT='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext'
XGETTEXT_015='/home/kai/yocto/build-magnolia/tmp/sysroots/x86_64-linux/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XVID_LIBS=''
X_CFLAGS=''
X_LIBS=''
ZBAR_CFLAGS=''
ZBAR_LIBS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_OBJC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__fastdepOBJC_FALSE=''
am__fastdepOBJC_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
ax_pthread_config=''
bindir='/usr/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
host='arm-poky-linux-gnueabi'
host_alias='arm-poky-linux-gnueabi'
host_cpu='arm'
host_os='linux-gnueabi'
host_vendor='poky'
htmldir='${docdir}'
includedir='/usr/include'
infodir='/usr/share/info'
install_sh='${SHELL} /home/kai/yocto/build-magnolia/tmp/work/cortexa7hf-neon-vfpv4-poky-linux-gnueabi/gstreamer1.0-plugins-bad/1.8.3-r0/gst-plugins-bad-1.8.3/install-sh'
libdir='/usr/lib'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gst-plugins-bad'
pkgpythondir='${pythondir}/gst-plugins-bad'
plugindir='$(libdir)/gstreamer-1.0'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${libdir}/python3.5/site-packages'
pythondir='${libdir}/python3.5/site-packages'
sbindir='/usr/sbin'
sharedstatedir='/com'
sysconfdir='/etc'
target='arm-poky-linux-gnueabi'
target_alias='arm-poky-linux-gnueabi'
target_cpu='arm'
target_os='linux-gnueabi'
target_vendor='poky'
wayland_scanner=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
#define PACKAGE_TARNAME "gst-plugins-bad"
#define PACKAGE_VERSION "1.8.3"
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.8.3"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
#define PACKAGE_URL ""
#define PACKAGE "gst-plugins-bad"
#define VERSION "1.8.3"
#define GST_API_VERSION "1.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
#define LOCALEDIR "/usr/share/locale"
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
#define GST_PACKAGE_ORIGIN "Unknown package origin"
#define HAVE_EXTERNAL /**/
#define HAVE_CPU_ARM 1
#define HOST_CPU "arm"
#define TARGET_CPU "arm"
#define HAVE_DOWHILE_MACROS 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_FIONREAD_IN_SYS_IOCTL 1
#define HAVE_GMTIME_R 1
#define HAVE_SYS_UTSNAME_H 1
#define GIO_MODULE_DIR "/usr/lib/gio/modules"
#define GIO_LIBDIR "/usr/lib"
#define GIO_PREFIX "/usr"
#define HAVE_ORC 1
#define GST_LICENSE "LGPL"
#define LIBDIR "/usr/lib"
#define PLUGINDIR "/usr/lib/gstreamer-1.0"
#define GST_PACKAGE_RELEASE_DATETIME "2016-08-19"
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
#define DEFAULT_AUDIOSINK "autoaudiosink"
#define DEFAULT_AUDIOSRC "alsasrc"
#define DEFAULT_VIDEOSINK "autovideosink"
#define DEFAULT_VIDEOSRC "v4l2src"
#define DEFAULT_VISUALIZER "goom"
#define HAVE_SYS_SOCKET_H 1
#define USE_EGL_RPI 1
#define HAVE_GLEGLIMAGEOES 1
#define HAVE_GLCHAR 1
#define HAVE_GLSIZEIPTR 1
#define HAVE_GLINTPTR 1
#define HAVE_PNG 1 
#define HAVE_JPEG 1
#define HAVE_BLUEZ5 1
#define HAVE_BLUEZ /**/
#define HAVE_SHM /**/
#define HAVE_VCD /**/
#define HAVE_GUDEV 1
#define HAVE_LIBUSB 1
#define HAVE_UVCH264 /**/
#define HAVE_BZ2 /**/
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_CURL /**/
#define HAVE_DASH /**/
#define HAVE_DECKLINK /**/
#define HAVE_WEBP /**/
#define HAVE_FBDEV /**/
#define HAVE_DTLS /**/
#define GST_MJPEGTOOLS_API 0
#define HAVE_NEON /**/
#define HAVE_RSVG /**/
#define HAVE_GL /**/
#define HAVE_SMOOTHSTREAMING /**/
#define HAVE_SNDFILE /**/
#define HAVE_DVB /**/
#define HAVE_SBC /**/
#define HAVE_OPENSSL 1
#define HAVE_HLS /**/

configure: exit 0

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 17:03       ` Karim ATIKI
@ 2016-10-22 18:59         ` Karim ATIKI
  2016-10-22 21:27           ` Paul Barker
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-22 18:59 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 6696 bytes --]

Hi ,


I just found out something interesting.

I setup a build with poky-krogoth, I didn't include any of my custom recipes.


I've jsut included meta-raspberrypi in the layers.

Setup a machine "raspberrypi3"


Launched: bitbake gstreamer1.0-plugins-bad


It worked successfully.

Then, I deleted the tmp and sstate directories.


And I added in the local.conf:

DISTRO_FEATURES_remove = " x11 wayland".


Launched: bitbake gstreamer1.0-plugins-bad


>>>> It failed at the exact step (see below in the conversation)


Is there a problem with this configuration ?


Cheers,


Karim



________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : samedi 22 octobre 2016 19:03
À : Khem Raj
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


Hi Khem,


Furthermore, please find fattached the config.log of the gstreamer1.0-plugins-bad.

It looks like bcm_hoist is correctly detected thuogh.



Cheers,


Karim


________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : samedi 22 octobre 2016 18:19
À : Khem Raj
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


Khem,


I found the follwoing pc files, and bcm_host is found.



kai@odyssey:~/yocto/build-magnolia/tmp/work$ find . -name *.pc | grep userland
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/image/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/packages-split/userland-dev/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/sysroot-destdir/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/git/.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/package/usr/lib/pkgconfig/brcmglesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmvg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/glesv2.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/egl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/bcm_host.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/vg.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmegl.pc
./raspberrypi3-poky-linux-gnueabi/userland/git-r5/build/brcmglesv2.pc




________________________________
De : Khem Raj <raj.khem@gmail.com>
Envoyé : samedi 22 octobre 2016 18:13
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


On Oct 22, 2016, at 8:16 AM, Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>> wrote:

Actually, it looks like the issue comes from gstreamer1.0-plugins-bad recipe.

This function, graphics_get_display_size, comes from libbcm_host which seems to be present in sysroot.

In log.doconfigure i found:


checking for bcm_host_init in -lbcm_host... yes
checking bcm_host.h usability... yes
checking bcm_host.h presence... yes
checking for bcm_host.h... yes

So it seems that it found the necessary library.

However, in the logfile of the compile error, there is no "-lbcm_host" dependency at all.

Any idea to solve it ?

Look at the packageconfig files from userland package and see if its exporting the right libraries in .pc files.


Karim



________________________________
De : yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> <yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>> de la part de Karim ATIKI <karim_atiki@hotmail.com<mailto:karim_atiki@hotmail.com>>
Envoyé : samedi 22 octobre 2016 14:26
À : yocto
Objet : [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

Hi all,

Tryng to build the meta-toolchain-qt5, I've a failure while bulidng gst-plugins-bad.

The underlying error seems to be:

| ./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size

This function seems to come from bcm_host library.
Isn't it related to  RaspberryPi graphic libs ?

Should I add a specific dependency ?

Weird.

Karim


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 22777 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 18:59         ` Karim ATIKI
@ 2016-10-22 21:27           ` Paul Barker
  2016-10-23 10:10             ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Paul Barker @ 2016-10-22 21:27 UTC (permalink / raw)
  To: Karim ATIKI; +Cc: yocto

On Sat, 22 Oct 2016 18:59:39 +0000
Karim ATIKI <karim_atiki@hotmail.com> wrote:

> Hi ,
> 
> 
> I just found out something interesting.
> 
> I setup a build with poky-krogoth, I didn't include any of my custom
> recipes.
> 
> 
> I've jsut included meta-raspberrypi in the layers.
> 
> Setup a machine "raspberrypi3"
> 
> 
> Launched: bitbake gstreamer1.0-plugins-bad
> 
> 
> It worked successfully.
> 
> Then, I deleted the tmp and sstate directories.
> 
> 
> And I added in the local.conf:
> 
> DISTRO_FEATURES_remove = " x11 wayland".
> 
> 
> Launched: bitbake gstreamer1.0-plugins-bad
> 
> 
> >>>> It failed at the exact step (see below in the conversation)
> 
> 
> Is there a problem with this configuration ?
> 
> 
> Cheers,
> 
> 
> Karim
> 

I can't reproduce this on master. gstreamer1.0-plugins-bad compiles
without error for raspberrypi3 without x11 or wayland in
DISTRO_FEATURES on my machine.

Are you using krogoth branches of all your layers? Could you retry this
on a clean checkout of master, using the minimal set of layers
(oe-core, meta-oe, meta-multimedia and meta-raspberrypi) and see if you
see the same problem?

Thanks,
Paul Barker


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 21:27           ` Paul Barker
@ 2016-10-23 10:10             ` Karim ATIKI
  2016-10-24 14:18               ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Karim ATIKI @ 2016-10-23 10:10 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]

Hi Paul,

I just tried with a clean configuration.

I"ve cloned the layers as shown in the config below:

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Debian-8.2"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "raspberrypi3"
DISTRO            = "poky"
DISTRO_VERSION    = "2.2"
TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU        = "hard"
meta
meta-poky
meta-yocto-bsp    = "master:ef627ab364d52fe19994c94c1a78fbe21620a32c"
meta-raspberrypi  = "master:de016ceef63028f5578191785c50529695f76a1a"
meta-oe
meta-multimedia   = "master:8ba31c9ba214802b1305aabbc0be0353cba0bc3e"



Created a new build and just added:

MACHINE="raspberrypi3"
DISTRO_FEATURES_remove  = " x11 wayland".

Launched: bitbake -k gstreamer1.0-plugins-bad


It failed as usual during the do_compile() of gstreamer1.0-plugins-bad as reported yesterday.

./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size'


How did you get it work on your side ?


Karim



________________________________
De : Paul Barker <paul@paulbarker.me.uk>
Envoyé : samedi 22 octobre 2016 23:27
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

On Sat, 22 Oct 2016 18:59:39 +0000
Karim ATIKI <karim_atiki@hotmail.com> wrote:

> Hi ,
>
>
> I just found out something interesting.
>
> I setup a build with poky-krogoth, I didn't include any of my custom
> recipes.
>
>
> I've jsut included meta-raspberrypi in the layers.
>
> Setup a machine "raspberrypi3"
>
>
> Launched: bitbake gstreamer1.0-plugins-bad
>
>
> It worked successfully.
>
> Then, I deleted the tmp and sstate directories.
>
>
> And I added in the local.conf:
>
> DISTRO_FEATURES_remove = " x11 wayland".
>
>
> Launched: bitbake gstreamer1.0-plugins-bad
>
>
> >>>> It failed at the exact step (see below in the conversation)
>
>
> Is there a problem with this configuration ?
>
>
> Cheers,
>
>
> Karim
>

I can't reproduce this on master. gstreamer1.0-plugins-bad compiles
without error for raspberrypi3 without x11 or wayland in
DISTRO_FEATURES on my machine.

Are you using krogoth branches of all your layers? Could you retry this
on a clean checkout of master, using the minimal set of layers
(oe-core, meta-oe, meta-multimedia and meta-raspberrypi) and see if you
see the same problem?

Thanks,
Paul Barker

[-- Attachment #2: Type: text/html, Size: 7434 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-23 10:10             ` Karim ATIKI
@ 2016-10-24 14:18               ` Karim ATIKI
  0 siblings, 0 replies; 13+ messages in thread
From: Karim ATIKI @ 2016-10-24 14:18 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3051 bytes --]

Hi Paul,


You did have a chance to get gstreamer1.0-plugins-bad built correctly from a clean checkout ?


Could you please share the exact poky branches / layers ?




Cheers.


Karim


________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : dimanche 23 octobre 2016 12:10
À : Paul Barker
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5


Hi Paul,

I just tried with a clean configuration.

I"ve cloned the layers as shown in the config below:

Build Configuration:
BB_VERSION        = "1.32.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Debian-8.2"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "raspberrypi3"
DISTRO            = "poky"
DISTRO_VERSION    = "2.2"
TUNE_FEATURES     = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU        = "hard"
meta
meta-poky
meta-yocto-bsp    = "master:ef627ab364d52fe19994c94c1a78fbe21620a32c"
meta-raspberrypi  = "master:de016ceef63028f5578191785c50529695f76a1a"
meta-oe
meta-multimedia   = "master:8ba31c9ba214802b1305aabbc0be0353cba0bc3e"



Created a new build and just added:

MACHINE="raspberrypi3"
DISTRO_FEATURES_remove  = " x11 wayland".

Launched: bitbake -k gstreamer1.0-plugins-bad


It failed as usual during the do_compile() of gstreamer1.0-plugins-bad as reported yesterday.

./.libs/libgstgl-1.0.so: undefined reference to `graphics_get_display_size'


How did you get it work on your side ?


Karim



________________________________
De : Paul Barker <paul@paulbarker.me.uk>
Envoyé : samedi 22 octobre 2016 23:27
À : Karim ATIKI
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

On Sat, 22 Oct 2016 18:59:39 +0000
Karim ATIKI <karim_atiki@hotmail.com> wrote:

> Hi ,
>
>
> I just found out something interesting.
>
> I setup a build with poky-krogoth, I didn't include any of my custom
> recipes.
>
>
> I've jsut included meta-raspberrypi in the layers.
>
> Setup a machine "raspberrypi3"
>
>
> Launched: bitbake gstreamer1.0-plugins-bad
>
>
> It worked successfully.
>
> Then, I deleted the tmp and sstate directories.
>
>
> And I added in the local.conf:
>
> DISTRO_FEATURES_remove = " x11 wayland".
>
>
> Launched: bitbake gstreamer1.0-plugins-bad
>
>
> >>>> It failed at the exact step (see below in the conversation)
>
>
> Is there a problem with this configuration ?
>
>
> Cheers,
>
>
> Karim
>

I can't reproduce this on master. gstreamer1.0-plugins-bad compiles
without error for raspberrypi3 without x11 or wayland in
DISTRO_FEATURES on my machine.

Are you using krogoth branches of all your layers? Could you retry this
on a clean checkout of master, using the minimal set of layers
(oe-core, meta-oe, meta-multimedia and meta-raspberrypi) and see if you
see the same problem?

Thanks,
Paul Barker

[-- Attachment #2: Type: text/html, Size: 8329 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-10-22 16:21     ` Karim ATIKI
@ 2016-11-02 11:03       ` Ionel Badisor
  2016-11-02 12:33         ` Karim ATIKI
  0 siblings, 1 reply; 13+ messages in thread
From: Ionel Badisor @ 2016-11-02 11:03 UTC (permalink / raw)
  To: Karim ATIKI, Paul Barker; +Cc: yocto

On 10/22/2016 07:21 PM, Karim ATIKI wrote:
> Hi Paul,
>
>
> the compile log file is attached with this mail.
>
>
>
>
> ------------------------------------------------------------------------
> *De :* Paul Barker <paul@paulbarker.me.uk>
> *Envoyé :* samedi 22 octobre 2016 17:26
> *À :* Karim ATIKI
> *Cc :* yocto
> *Objet :* Re: [yocto] [raspberrypi3][meta-qt5] Failed to build
> meta-toolchain-qt5
>
> On Sat, 22 Oct 2016 15:16:18 +0000
> Karim ATIKI <karim_atiki@hotmail.com> wrote:
>
>> Actually, it looks like the issue comes from gstreamer1.0-plugins-bad
>> recipe.
>>
>>
>> This function, graphics_get_display_size, comes from libbcm_host
>> which seems to be present in sysroot.
>>
>>
>> In log.doconfigure i found:
>>
>>
>> checking for bcm_host_init in -lbcm_host... yes
>> checking bcm_host.h usability... yes
>> checking bcm_host.h presence... yes
>> checking for bcm_host.h... yes
>>
>> So it seems that it found the necessary library.
>>
>>
>> However, in the logfile of the compile error, there is no
>> "-lbcm_host" dependency at all.
>>
>>
>> Any idea to solve it ?
>>
>
> Could you post more of the compile log? It would be good to see the
> full set of arguments being used for compiling/linking.
>
> Thanks,
> Paul
>
>

I stumble upon this issue before. My solution was to add
LDFLAGS += " -lbcm_host"
In a bbappend to gstreamer1.0-plugins-bad_%.bbappend in my layer






^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5
  2016-11-02 11:03       ` Ionel Badisor
@ 2016-11-02 12:33         ` Karim ATIKI
  0 siblings, 0 replies; 13+ messages in thread
From: Karim ATIKI @ 2016-11-02 12:33 UTC (permalink / raw)
  To: Ionel Badisor; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1826 bytes --]

Hi Ionel,


I filed a bug-report for this concern.

Thanks for your feedback, I'll try it this afternoon..


Karim.


________________________________
De : Ionel Badisor <ionelbadisor@gmail.com>
Envoyé : mercredi 2 novembre 2016 12:03
À : Karim ATIKI; Paul Barker
Cc : yocto
Objet : Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

On 10/22/2016 07:21 PM, Karim ATIKI wrote:
> Hi Paul,
>
>
> the compile log file is attached with this mail.
>
>
>
>
> ------------------------------------------------------------------------
> *De :* Paul Barker <paul@paulbarker.me.uk>
> *Envoyé :* samedi 22 octobre 2016 17:26
> *À :* Karim ATIKI
> *Cc :* yocto
> *Objet :* Re: [yocto] [raspberrypi3][meta-qt5] Failed to build
> meta-toolchain-qt5
>
> On Sat, 22 Oct 2016 15:16:18 +0000
> Karim ATIKI <karim_atiki@hotmail.com> wrote:
>
>> Actually, it looks like the issue comes from gstreamer1.0-plugins-bad
>> recipe.
>>
>>
>> This function, graphics_get_display_size, comes from libbcm_host
>> which seems to be present in sysroot.
>>
>>
>> In log.doconfigure i found:
>>
>>
>> checking for bcm_host_init in -lbcm_host... yes
>> checking bcm_host.h usability... yes
>> checking bcm_host.h presence... yes
>> checking for bcm_host.h... yes
>>
>> So it seems that it found the necessary library.
>>
>>
>> However, in the logfile of the compile error, there is no
>> "-lbcm_host" dependency at all.
>>
>>
>> Any idea to solve it ?
>>
>
> Could you post more of the compile log? It would be good to see the
> full set of arguments being used for compiling/linking.
>
> Thanks,
> Paul
>
>

I stumble upon this issue before. My solution was to add
LDFLAGS += " -lbcm_host"
In a bbappend to gstreamer1.0-plugins-bad_%.bbappend in my layer





[-- Attachment #2: Type: text/html, Size: 3134 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-11-02 12:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-22 12:26 [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5 Karim ATIKI
2016-10-22 15:16 ` Karim ATIKI
2016-10-22 15:26   ` Paul Barker
2016-10-22 16:21     ` Karim ATIKI
2016-11-02 11:03       ` Ionel Badisor
2016-11-02 12:33         ` Karim ATIKI
2016-10-22 16:13   ` Khem Raj
2016-10-22 16:19     ` Karim ATIKI
2016-10-22 17:03       ` Karim ATIKI
2016-10-22 18:59         ` Karim ATIKI
2016-10-22 21:27           ` Paul Barker
2016-10-23 10:10             ` Karim ATIKI
2016-10-24 14:18               ` Karim ATIKI

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.