Hi guys,

I'm having some problems getting gst-plugins-good to build. They seem to be related to wayland:


  CXXLD    libgstqmlgl.la
libtool: warning: library '/opt/qt5/lib/libQt5Quick.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5Qml.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5Qml.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5Network.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5Network.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5X11Extras.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5WaylandClient.la' was moved.
libtool: warning: library '/opt/qt5/lib/libQt5Gui.la' was moved.
libtool: error: cannot find the library '' or unhandled argument '/usr/lib/libwayland-cursor.so'
make[4]: *** [Makefile:767: libgstqmlgl.la] Error 1
make[4]: Leaving directory '/sources/gst-plugins-good-1.14.4/gst-plugins-good-1.14.4/ext/qt'
make[3]: *** [Makefile:697: all] Error 2
make[3]: Leaving directory '/sources/gst-plugins-good-1.14.4/gst-plugins-good-1.14.4/ext/qt'
make[2]: *** [Makefile:1003: qt] Error 2
make[2]: Leaving directory '/sources/gst-plugins-good-1.14.4/gst-plugins-good-1.14.4/ext'
make[1]: *** [Makefile:743: all-recursive] Error 1
make[1]: Leaving directory '/sources/gst-plugins-good-1.14.4/gst-plugins-good-1.14.4'
make: *** [Makefile:674: all] Error 2
150.7 Elasped Time - gst-plugins-good-1.14.4

This seems to be building a QML plugin for gst-plugins-good, one that we didn't have listed as an optional dependency for the package. Based off this, the problem seems to reside in /usr/lib/libwayland-cursor.so - another dependency that I don't believe we have listed.

Can someone who has Qt5 installed please try building gst-plugins-good for me, so I know if it's a local issue or not? If it is a local issue, I'm lost. I've tried the following:

- Making sure that /etc/profile.d/qt5.sh was properly sourced
- Ensuring that the /usr/lib/libwayland-cursor.so file existed, and that all links were present and accounted for
- Ensuring that /opt/qt5/lib/libQtWayland*.so.* existed
- Reinstalling Wayland / wayland-protocols
- Recompiling GTK+ (for good measure)
- Recompiling Qt5
- Looking upstream to see if there were any reports or commits related to this problem

This is seeming like there's something screwed up way down my stack. I'd rather not rebuild if I can avoid it, but if I have to, I can. It'll just set me behind a couple days.

Anyone have any ideas?
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to