The problem I am trying to solve is that pykde4 tries to install SIP files into /usr/share/sip/PyKDE4 no matter what install prefix I use. This: 1. interferes( possibly ) with my system-wide installed python-kde. 2. require root privileges, which my developer user ( I use another user for developing KDE ) doesn't have.
By the way, I would like someone to test this patch more accurately. In my enviroment , with or without this patch pykde4 doesn't works ( it passes importTest, but fails any script that really uses PyKDE4). So, I can't do a real testing. On Sun, Jul 10, 2011 at 12:22 AM, Michael Jansen <[email protected]>wrote: > On Saturday 09 July 2011 22:13:24 Simon Edwards wrote: > > On 07/09/2011 08:07 PM, Artem Serebriyskiy wrote: > > > Description > > > > > > Replace SIP_DEFAULT_SIP_DIR with ${CMAKE_INSTALL_PREFIX}/share/sip. > > > Otherwise installing pykde localy with system-wide SIP was impossible > > Can you first please describe what problem this patch tries to solve? > > There is probably a way of doing what you want already. > > Yes there is. But there is a rule in kde (and all other buildsystems). > NEVER > install anything outside of CMAKE_INSTALL_PREFIX by default. > > NEVER. > > So i am for this patch and i guess the kde-buildsystem mailing list too. > > Mike > > -- Sincerely yours, Artem Serebriyskiy
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
