Summary: | lxqt-base/lxqt-policykit : fails to install. "make: *** No rule to make target 'install'. Stop." | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vicente Olivert Riera (RETIRED) <vincent> |
Component: | Current packages | Assignee: | LxQt maintainers <lxqt> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | creffett, lxqt |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Vicente Olivert Riera (RETIRED)
![]() It seems like you have no sys-auth/polkit-qt installed. But =lxqt-base/lxqt-policykit-0.7.0-r1 depends on it, so it seems to be a problem in your local configuration. Could you, please, check if sys-auth/polkit-qt is installed and show the command you are using for merging lxqt-policykit. Created attachment 387034 [details] build.log (In reply to Jauhien Piatlicki from comment #1) > It seems like you have no sys-auth/polkit-qt installed. But > =lxqt-base/lxqt-policykit-0.7.0-r1 depends on it, so it seems to be a > problem in your local configuration. > > Could you, please, check if sys-auth/polkit-qt is installed I do have sys-auth/polkit-qt installed: # qlist -Iev polkit-qt sys-auth/polkit-qt-0.112.0 > and show the > command you are using for merging lxqt-policykit. # emerge -1 lxqt-base/lxqt-policykit Did you compile polkit-qt with USE="qt4" set? If not maybe that could solve the problem. If that solves the problem the lxqt-policykit-0.7.0-r1 ebuild needs to be adjusted accordingly to depend on sys-auth/polkit-qt[qt4]. (In reply to Alpha Bravo from comment #3) > Did you compile polkit-qt with USE="qt4" set? Yes, sys-auth/polkit-qt was compiled with the qt4 USE flag enabled: # eix -e polkit-qt | grep Installed Installed versions: 0.112.0(23:08:45 03/10/14)(qt4 -debug -examples -qt5) I still have no idea, what's wrong. Could you, please, try LXQt-0.8.0 from overlay or when it reaches the tree and report if you still have this problem? P.S. It is masked and needs Qt-5. same here: problem is in the compile phase the package can´t find "polkitqt-1-config.cmake": "Not searching for unused variables given on the command line. loading initial cache file /var/tmp/portage/lxqt-base/lxqt-policykit-0.7.0-r1/work/lxqt-policykit-0.7.0_build/gentoo_common_config.cmake CMake Warning at CMakeLists.txt:10 (find_package): By not providing "FindPolkitQt-1.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "PolkitQt-1", but CMake did not find one. Could not find a package configuration file provided by "PolkitQt-1" with any of the following names: PolkitQt-1Config.cmake polkitqt-1-config.cmake Add the installation prefix of "PolkitQt-1" to CMAKE_PREFIX_PATH or set "PolkitQt-1_DIR" to a directory containing one of the above files. If "PolkitQt-1" provides a separate development package or SDK, be sure it has been installed. CMake Warning at CMakeLists.txt:13 (message): Qt bindings for policykit are not found. LxQt policykit integration won't be built " # eix polkit -I --only-names gnome-extra/polkit-gnome sys-auth/polkit sys-auth/polkit-kde-agent sys-auth/polkit-qt (In reply to I am from comment #6) > same here: > > problem is in the compile phase the package can´t find > "polkitqt-1-config.cmake": > Please, show what USEe has the installed version of polkit-qt. # eix polkit-qt [I] sys-auth/polkit-qt Available versions: 0.103.0{tbz2} 0.112.0{tbz2} {debug examples +qt4 qt5} Installed versions: 0.112.0{tbz2}(23:08:45 15.11.2014)(qt4 -debug -examples -qt5) Homepage: http://www.kde.org/ Description: PolicyKit Qt4 API wrapper library "set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} "/usr/lib64/cmake/PolkitQt-1/")" in CMakeLists.txt solves the problem I haven't been able to reproduce or see any other reports since LXQt was ported to Qt 5. Please reopen if the problem persists. |