On 01/16/2019 11:08 AM, Roger Koehler via blfs-dev wrote:
If you have a log, try looking for 'Error ' in the earlier lines.

Good point. I changed to make -j1 to make it easier, and this is where
it bombs out:

make[4]: Entering directory
'/var/lib/sources/qt5/qt-everywhere-src-5.12.0/qtbase/src/gui'
/var/lib/sources/qt5/qt-everywhere-src-5.12.0/qtbase/src/gui/qvkgen_wrapper.sh
vulkan/vk.xml /var/lib/sources/qt5/qt-everywhere-src-5.12.0/qtbase/header.LGPL
vulkan/qvulkanfunctions
/var/lib/sources/qt5/qt-everywhere-src-5.12.0/qtbase/bin/qvkgen: error
while loading shared libraries: libQt5Core.so.5: cannot open shared
object file: No such file or directory
make[4]: *** [Makefile:2061: vulkan/qvulkanfunctions.h] Error 127
make[4]: Leaving directory
'/var/lib/sources/qt5/qt-everywhere-src-5.12.0/qtbase/src/gui'

Is qt being installed in in /usr or /opt?  If /opt, make sure
/etc/ld.so.conf is updated and in either case run ldconfig.

Right. That is done at the end of the script. I'll move it to the front ...

Same error. Does this mean I need the binaries before I can build?

No, you should be able to build without existing binaries. I have only built 5.11.3. I'll try 5.12.0 and see if I can duplicate your problem.

  -- Bruce

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