[Buildroot] [PATCH v1] package/qt5base: fix libtool la file dependency_libs entries

Andreas Naumann dev at andin.de
Wed Jul 31 07:14:43 UTC 2019


Hi Peter,

Am 30.07.19 um 23:25 schrieb Peter Seiderer:
> Fixes [1]:
> 
>    libtool:   error: cannot find the library '' or unhandled argument '/.../host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libQt5Widgets.so'
> 
> Add upstream suggested patch ([2]) to  change la file dependency_libs entries
> to -L<path> -l<library> version.
> 

Upstream has also reacted on my comment in 76625, which lead me to do 
some more fiddling, whose result I posted there:
https://bugreports.qt.io/browse/QTBUG-76625

To sum it up, in my case it was enough to change the absolute so-file 
into the absolute la-file inside dependency_libs.


regards, Andreas


BTW: Since the libdir has an extra = inside the value, e.g. 
libdir='=/...', I get an ugly warning that the library was moved.


More information about the buildroot mailing list