Date: Tue, 19 Jun 2012 11:42:23 +0200 From: Olivier Smedts <olivier@gid0.org> To: Volodymyr Kostyrko <c.kworr@gmail.com> Cc: kde-freebsd@kde.org, freebsd-ports@freebsd.org Subject: Re: latest kdelibs update fails Message-ID: <CABzXLYNe1hQ4AZwGRs2jWv4a8NTnGc6AUEht1Wga=TtqABLPJQ@mail.gmail.com> In-Reply-To: <4FE02BE4.20208@gmail.com> References: <4FE02BE4.20208@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2012/6/19 Volodymyr Kostyrko <c.kworr@gmail.com>: > Hi all. > > Trying to update kdelibs I stumbled upon this one: > > -- No backend for KAuth was explicitly specified: probing system to find = the > best one available > -- Found PolkitQt-1: /usr/local/lib/cmake/PolkitQt-1/PolkitQt-1Config.cma= ke > WARNING: Installation prefix does not match PolicyKit install prefixes. Y= ou > probably will need to move files installed in POLICY_FILES_INSTALL_DIR an= d > by dbus_add_activation_system_servi > ce to the =A0prefix > -- Building PolkitQt-1 KAuth backend > CMake Error at kdecore/CMakeLists.txt:387 (set_source_files_properties): > =A0set_source_files_properties called with incorrect number of arguments. > > It seems that kdelibs fails to detect PolicyKit correctly. I had the same problem, the following cmake directive is wrong : set_source_files_properties(util/kshareddatacache.cpp PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS}) I think KDE4_ENABLE_EXCEPTIONS is empty, and the set_source_files_properties complains that the number of arguments is wrong. I deleted those lines to be able to build kdelibs. --=20 Olivier Smedts=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 _ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 ASCII ribbon campaign ( ) e-mail: olivier@gid0.org=A0 =A0 =A0 =A0 - against HTML email & vCards=A0 X www: http://www.gid0.org=A0 =A0 - against proprietary attachments / \ =A0 "Il y a seulement 10 sortes de gens dans le monde : =A0 ceux qui comprennent le binaire, =A0 et ceux qui ne le comprennent pas."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABzXLYNe1hQ4AZwGRs2jWv4a8NTnGc6AUEht1Wga=TtqABLPJQ>