[Buildroot] [PATCH 0/4] Fix a few unmet dependencies (branch yem/unmet-deps)

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Sep 11 13:49:21 UTC 2016


Hello,

On Sun, 11 Sep 2016 14:38:52 +0200, Yann E. MORIN wrote:

> However, there is one such unmet direct dependency I was not able to
> understand (with this series already applied):
> 
>     $ make KCONFIG_SEED=0x9F309288 randconfig
>     warning: (BR2_PACKAGE_OPENCV_WITH_GSTREAMER && BR2_PACKAGE_OPENCV3_WITH_GSTREAMER)
>     selects BR2_PACKAGE_GST_PLUGINS_BASE which has unmet direct dependencies
>     (BR2_PACKAGE_GSTREAMER)
>     warning: (BR2_PACKAGE_FREERDP_GSTREAMER && BR2_PACKAGE_QT_WEBKIT &&
>     BR2_PACKAGE_OPENCV_WITH_GSTREAMER && BR2_PACKAGE_OPENCV3_WITH_GSTREAMER) selects
>     BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP which has unmet direct dependencies
>     (BR2_PACKAGE_GSTREAMER && BR2_PACKAGE_GST_PLUGINS_BASE)
> 
> As far as I can see, the dependencies of gstreamer and gst-plugins-base
> *are* properly propagated to the offending packages. I think I'm gonna
> loose my sanity on that one... :-/ If any one feels adventurous...

Do you have some sample .config that exhibits those problems? I had a
quick look, and it indeed seems weird. opencv is select both gstreamer
and gst-plugins-base, so I don't see why the dependency of
gst-plugins-base on gstreamer is a problem.

>       linux/ext: fix Xenomai unmet dependencies
>       package/docker-engine: fix unmet dependencies
>       package/weston: fix unmet dependencies
>       system: fix unmet dependencies

All applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list