[Buildroot] Error building Qt5Multimedia

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Mar 18 14:28:51 UTC 2014


On Tue, Mar 18, 2014 at 3:17 PM, Marco Trapanese
<marcotrapanese at gmail.com> wrote:
> Thomas,
>
> Il 18/03/2014 14:50, Thomas De Schampheleire ha scritto:
>
>> The package is built in output/build/gstreamer-0.10.36 and the .mk
>> file is in package/gstreamer/gstreamer/gstreamer.mk
>>
>> This package is pulled in by qt5multimedia as follows:
>>
>> qt5multimedia:
>> ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
>> QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base
>> endif
>>
>> gst-plugins-base:
>> GST_PLUGINS_BASE_DEPENDENCIES = gstreamer
>>
>> As your config sets BR2_PACKAGE_GST_PLUGINS_BASE, the gstreamer
>> package should be built.
>
>
> It seems all correct here. The gstreamer package is built, actually. I don't
> know if I might check something in details to be sure there were no problems
> here.

You can go to output/build/qt5multimedia and try to re-execute the
command mentioned in config.log related to the gstreamer test. Maybe
you can debug based on that, maybe using 'strace -fo /tmp/out
<command>' to check what kind of files it is looking for.

I have no better ideas, sorry...

Best regards,
Thomas


More information about the buildroot mailing list