GithubHelp home page GithubHelp logo

Comments (12)

zoltanp avatar zoltanp commented on June 5, 2024 2

Apparently that package is missing some dependencies, so someone competent should fix it. I've added a comment there about this issue.

For fixing this issue probably an exact message would still be useful.

from ktechlab.

zoltanp avatar zoltanp commented on June 5, 2024 1

Please note that KTechLab master has changed its dependencies: currently it depends on KF5 and not on KDELibs4, like it used to depend several months ago. Maybe this is causing dependency issues.

from ktechlab.

Foadsf avatar Foadsf commented on June 5, 2024

Thanks for the immediate response, I appreciate your great work. Some points:

  • It would be great if you could add the software to as many repositories / package managers as possible. This will multiply your user base. The Repology search for KTechLab says that AUR and Fedora already have some formulas. It would be great if you could add it to Chocolatey to reach the Windows users. I have opened a ticket here. If you also add it to LinuxBrew/macBrew then you have almost all the major platforms covered.
  • I have mentioned KTechLab in this list of FOSS for EE. Your thoughts and ideas are very welcomed.

from ktechlab.

CarlSchwan avatar CarlSchwan commented on June 5, 2024

Apparently were is a new KTechLab package in the AUR: https://aur.archlinux.org/packages/ktechlab/. It works on my machine ;)

https://chaos.social/@uint8_t/101824393593361799

from ktechlab.

zoltanp avatar zoltanp commented on June 5, 2024

@ognarb : cool, thanks for the notification. Currently I do not have a mastodon account, so feel free to send my regards to the packager :-)

Based on this report I'm tempted to close this issue.

from ktechlab.

zoe1337 avatar zoe1337 commented on June 5, 2024

@zoltanp you're welcome :)

from ktechlab.

gustavklopp avatar gustavklopp commented on June 5, 2024

@ognarb : cool, thanks for the notification. Currently I do not have a mastodon account, so feel free to send my regards to the packager :-)

Based on this report I'm tempted to close this issue.

Don't. It's still missing the same dependencies (kdelibs) with this AUR repo quoted by @ognarb also.

from ktechlab.

gustavklopp avatar gustavklopp commented on June 5, 2024

Thanks for your answer!
I'm trying to build from source then.

There's a KF5 package on Pacman but I need the developer edition apparently. How can I get this?
https://www.archlinux.org/groups/x86_64/kf5/

from ktechlab.

zoltanp avatar zoltanp commented on June 5, 2024

I suppose that on Arch Linux the typical packages include development files, too, so the "normal" packages should be sufficient.
Disclaimer: I have never used Arch Linux or its derivatives.

from ktechlab.

gustavklopp avatar gustavklopp commented on June 5, 2024

There are missing a few of the modules inside KF5: Indeed, they are not present in the KF5 package from Pacman: see https://www.archlinux.org/groups/x86_64/kf5/):
From build-simple.log:

-- Found KF5Config: /usr/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.59.0")
-- Found KF5CoreAddons: /usr/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.59.0")
-- Could NOT find KF5DocTools (missing: KF5DocTools_DIR)
-- Could NOT find KF5DocTools: found neither KF5DocToolsConfig.cmake nor kf5doctools-config.cmake
-- Found KF5IconThemes: /usr/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake (found version "5.59.0")
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
-- Found KF5I18n: /usr/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.59.0")
-- Could NOT find KF5KDELibs4Support (missing: KF5KDELibs4Support_DIR)
-- Could NOT find KF5KDELibs4Support: found neither KF5KDELibs4SupportConfig.cmake nor kf5kdelibs4support-config.cmake

-- Could NOT find KF5KHtml (missing: KF5KHtml_DIR)
-- Could NOT find KF5KHtml: found neither KF5KHtmlConfig.cmake nor kf5khtml-config.cmake

-- Found KF5KIO: /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.59.0")
-- Could NOT find KF5Parts (missing: KF5Parts_DIR)
-- Could NOT find KF5Parts: found neither KF5PartsConfig.cmake nor kf5parts-config.cmake
-- Could NOT find KF5TextEditor (missing: KF5TextEditor_DIR)
-- Could NOT find KF5TextEditor: found neither KF5TextEditorConfig.cmake nor kf5texteditor-config.cmake

-- Found KF5TextWidgets: /usr/lib64/cmake/KF5TextWidgets/KF5TextWidgetsConfig.cmake (found version "5.59.0")
-- Found KF5Solid: /usr/lib64/cmake/KF5Solid/KF5SolidConfig.cmake (found version "5.59.0")
-- Found KF5WidgetsAddons: /usr/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.59.0")
-- Found KF5XmlGui: /usr/lib64/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.59.0")
CMake Error at /usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find KF5 (missing: DocTools KDELibs4Support KHtml Parts
TextEditor) (found version "5.59.0")
Call Stack (most recent call first):
/usr/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/ECM/find-modules/FindKF5.cmake:110 (find_package_handle_standard_args)
CMakeLists.txt:32 (find_package)

-- Configuring incomplete, errors occurred!

from ktechlab.

gustavklopp avatar gustavklopp commented on June 5, 2024

Ok, I've installed the missing packages.

But cmake isn't finding the DIR in question (KF5DocTools, KF5KDELibs4Support, KF5KHtml, KF5Parts, KF5TextEditor), whereas I see that these dirs are exactly in the same location of all the other modules (/usr/lib64/cmake) that cmake is able to find?

Screenshot_2019-07-10_19-51-01

from ktechlab.

gustavklopp avatar gustavklopp commented on June 5, 2024

Ok, it's working. I've forgotten to delete the cash of Cmake...

from ktechlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.