Re: Ready-to-use Docker images for KF6-based development ?
Alexander Neundorf <[email protected]>
| Newsgroups | gmane.comp.kde.devel.core |
|---|---|
| Message-ID | <6593431.G0QQBjFxQf@unknown0090f5ef9f13> |
Hi, On Dienstag, 30. Januar 2024 12:53:32 CET Jonathan Riddell wrote: > *Sure, the Neon unstable one should be ready to go* > *invent-registry.kde.org/neon/docker-images/plasma:unstable > <http://invent-registry.kde.org/neon/docker-images/plasma:unstable>* a few days ago it was working today I got issues. Maybe I'm using it wrong ? Trying to build kate, cmake complained that it couldn't find ktexteditor. So I "apt install kf6-ktexteditor-dev". This modified a bunch of more packages. Now I have a not really working mix of things: /usr/lib/x86_64-linux-gnu/cmake/KF6DocTools/KF6DocToolsTargets.cmake references a /usr/lib/x86_64-linux-gnu/libKF6DocTools.so.5.249.0 but that file doesn't exit, instead /usr/lib/x86_64-linux-gnu/libKF6DocTools.so.6.0.0 exists. So somehow I have now a mix of different versions in kf6 libs installed. I modified /usr/lib/x86_64-linux-gnu/cmake/KF6DocTools/KF6DocToolsTargets- debug.cmake to reference the actually exiting so-file, and it seems to work now (at least kate has built now). But something must have gone wrong when creating the packages/container image ? Alex