Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712286 - kde-frameworks/kjs-5.67.0: /usr/bin/meinproc5: /usr/lib64/libQt5Core.so.5: version `Qt_5.14' not found (required by /usr/bin/meinproc5)
Summary: kde-frameworks/kjs-5.67.0: /usr/bin/meinproc5: /usr/lib64/libQt5Core.so.5: ve...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-12 20:41 UTC by Scott Alfter
Modified: 2020-03-12 22:39 UTC (History)
0 users

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


Attachments
build log (build.log,17.94 KB, text/plain)
2020-03-12 20:42 UTC, Scott Alfter
Details
emerge --info (file_712286.txt,5.18 KB, text/plain)
2020-03-12 20:44 UTC, Scott Alfter
Details
the correct emerge --info (file_712286.txt,6.55 KB, text/plain)
2020-03-12 20:49 UTC, Scott Alfter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Alfter 2020-03-12 20:41:26 UTC
While trying to get one of my computers straightened out, I ran into this problem during an emerge -uNDv @world.  Attachments to follow.

Reproducible: Always
Comment 1 Scott Alfter 2020-03-12 20:42:51 UTC
Created attachment 618162 [details]
build log
Comment 2 Scott Alfter 2020-03-12 20:44:00 UTC
Created attachment 618164 [details]
emerge --info
Comment 3 Scott Alfter 2020-03-12 20:49:48 UTC
Created attachment 618166 [details]
the correct emerge --info

The previous emerge --info was from a WSL instance on a Windows 10 desktop, not the Gentoo box that's having trouble building kjs.  Derp!
Comment 4 Andreas Sturmlechner gentoo-dev 2020-03-12 21:04:51 UTC
There are no missing dependencies.

(In reply to Scott Alfter from comment #0)
> While trying to get one of my computers straightened out
Straightend out from what?

Please make sure your Qt installation is consistent, which means, all packages are at the same version.
Comment 5 Scott Alfter 2020-03-12 22:37:28 UTC
>Straightend out from what?

I have a printer that doesn't work on this computer, but does work on another.  I basically uninstalled almost everything in the world set and am now recompiling everything, with minimal keywording.  I've had to keyword the entire Qt set to get kjs to build:

dev-qt/designer ~*
dev-qt/linguist-tools ~*
dev-qt/qdbus ~*
dev-qt/qt3d ~*
dev-qt/qtbluetooth ~*
dev-qt/qtconcurrent ~*
dev-qt/qtcore ~*
dev-qt/qtdbus ~*
dev-qt/qtdeclarative ~*
dev-qt/qtgraphicaleffects ~*
dev-qt/qtgui ~*
dev-qt/qtmultimedia ~*
dev-qt/qtnetwork ~*
dev-qt/qtnetworkauth ~*
dev-qt/qtoiio ~*
dev-qt/qtopengl ~*
dev-qt/qtpaths ~*
dev-qt/qtpositioning ~*
dev-qt/qtprintsupport ~*
dev-qt/qtquickcontrols ~*
dev-qt/qtquickcontrols2 ~*
dev-qt/qtscript ~*
dev-qt/qtsensors ~*
dev-qt/qtspeech ~*
dev-qt/qtsql ~*
dev-qt/qtsvg ~*
dev-qt/qttest ~*
dev-qt/qtvirtualkeyboard ~*
dev-qt/qtwayland ~*
dev-qt/qtwebchannel ~*
dev-qt/qtwebengine ~*
dev-qt/qtwidgets ~*
dev-qt/qtx11extras ~*
dev-qt/qtxml ~*
dev-qt/qtxmlpatterns ~*

The other machine (the one that works properly) has kjs 5.64.0 installed, and no Qt packages are keyworded.
Comment 6 Andreas Sturmlechner gentoo-dev 2020-03-12 22:39:34 UTC
(In reply to Scott Alfter from comment #5)
> I've had to keyword the entire Qt set to get kjs to build:

That's a sign of a messy Qt situation to begin with - you must have had an existing 5.14 package installed/unkeyworded. There is no Qt 5.14 dependency here, KDE Frameworks are still fine with Qt 5.12.x at this date.