Re: [blfs-dev] gst-plugins-good build problem

2019-02-19 Thread Douglas R. Reno via blfs-dev


On 2/19/19 11:25 AM, Bruce Dubbs via blfs-dev wrote:

On 2/19/19 10:42 AM, Douglas R. Reno via blfs-dev wrote:

Hi guys,

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




libtool:   error: cannot find the library '' or unhandled argument 
'/usr/lib/libwayland-cursor.so'

make[4]: *** [Makefile:767: libgstqmlgl.la] Error 1


Yes, I got that too just now.  It's happening in the install phase.  I 
ran remove-la-files.sh and everything installed fine.


  -- Bruce

After running that script, all is fine now as well. Thanks for reminding 
me that it existed!


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


Re: [blfs-dev] gst-plugins-good build problem

2019-02-19 Thread Bruce Dubbs via blfs-dev

On 2/19/19 10:42 AM, Douglas R. Reno via blfs-dev wrote:

Hi guys,

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




libtool:   error: cannot find the library '' or unhandled argument 
'/usr/lib/libwayland-cursor.so'

make[4]: *** [Makefile:767: libgstqmlgl.la] Error 1


Yes, I got that too just now.  It's happening in the install phase.  I 
ran remove-la-files.sh and everything installed fine.


  -- Bruce

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


[blfs-dev] gst-plugins-good build problem

2019-02-19 Thread Douglas R. Reno via blfs-dev

Hi guys,

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



  CXXLDlibgstqmlgl.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