https://bugs.kde.org/show_bug.cgi?id=363678

            Bug ID: 363678
           Summary: kauth_install_actions does not honour
                    CMAKE_INSTALL_PREFIX
           Product: frameworks-kauth
           Version: 5.22.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: elvis.angelac...@kdemail.net

This issue is documented in [1] and there is a workaround (building polkit-qt-1
and then rebuilding kauth), but still, it would be nice to have it fixed.

[1]:
https://techbase.kde.org/Getting_Started/Build/Troubleshooting#Issues_building_kdebase

Reproducible: Always

Steps to Reproduce:
1. git clone git://anongit.kde.org/kwalletmanager.git && cd kwalletmanager
2. mkdir build && cd build
3. cmake -DCMAKE_INSTALL_PREFIX=~/foo ..
4. make install

Actual Results:  
CMake Error at src/konfigurator/cmake_install.cmake:92 (file):
  file INSTALL cannot copy file
 
"/home/elvis/kwalletmanager/build/src/konfigurator/org.kde.kcontrol.kcmkwallet5.policy"
  to "/usr/share/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy".

a.k.a.

kauth_install_actions ignores my CMAKE_INSTALL_PREFIX and tries to install in
/usr/share/polkit-1/actions/

Expected Results:  
make install exits without error
a.k.a.
kauth_install_actions (called by kwalletmanager) respects CMAKE_INSTALL_PREFIX.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to