Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947272 - [guru] www-misc/kiwix-desktop-2.4.0 ld: cannot find /usr/lib64/libQt6QmlBuiltins.a: No such file or directory
Summary: [guru] www-misc/kiwix-desktop-2.4.0 ld: cannot find /usr/lib64/libQt6QmlBuilt...
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-31 14:23 UTC by d
Modified: 2025-01-08 20:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,319.12 KB, text/x-log)
2024-12-31 18:02 UTC, d
Details
emerge --info (file_947272.txt,15.57 KB, text/plain)
2024-12-31 18:05 UTC, d
Details

Note You need to log in before you can comment on or make changes to this bug.
Description d 2024-12-31 14:23:05 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/14/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find /usr/lib64/libQt6QmlBuiltins.a: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:621: kiwix-desktop] Error 1
Comment 1 d 2024-12-31 14:27:24 UTC
https://www.portagefilelist.de/?fs=libQt6QmlBuiltins.a

eix -I dev-qt/qtdeclarative
[I] dev-qt/qtdeclarative
     Installed versions:  5.15.16(5/5.15)^t(05:41:40 30.12.2024)(jit vulkan widgets -debug -gles2-only -localstorage -test) 6.8.1(6/6.8.1)^t(23:33:31 30.12.2024)(jit network opengl sql ssl svg vulkan widgets -accessibility -qmlls)
Comment 2 Viorel Munteanu gentoo-dev 2024-12-31 16:27:55 UTC
I cannot reproduce this, it builds fine for me.  And it does not seem to require libQt6QmlBuiltins in my case.

Please post the full build.log and emerge --info, maybe someone spots the problem.
Comment 3 d 2024-12-31 18:02:16 UTC
Created attachment 915613 [details]
build.log
Comment 4 d 2024-12-31 18:05:27 UTC
Created attachment 915614 [details]
emerge --info
Comment 5 d 2024-12-31 18:27:28 UTC
I tried without -flto*, the error persisted.
Comment 6 Tiernan Hubble 2025-01-03 23:42:49 UTC
I recently had the same error with "dev-python/pyqt6-webengine".

It turned out that I needed to rebuild "dev-qt/qtwebengine" after the qt6 6.8 update (I use a live ebuild for qtwebengine). All packages built successfully after that.

Since "www-misc/kiwix-desktop" also depends on "dev-qt/qtwebengine", it might be worth trying to rebuild it (it does take a long time to rebuild unfortunately).
Comment 7 d 2025-01-08 20:50:30 UTC
I upgraded to dev-qt/qtwebengine-6.8.1-r1 and it helped.
Prior to this, other parts of dev-qt/* of a similar version were updated earlier, with the exception of the qtwebengine, due to https://bugs .gentoo.org/947696 and --keep-going