https://bugs.kde.org/show_bug.cgi?id=345144
Bug ID: 345144 Summary: remove kdelibs4support not finished (frameworks branch) Product: digikam Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: grave Priority: NOR Component: general Assignee: [hidden email] Reporter: [hidden email] when build a latest git code from digikam (frameworks branch) projects.kde.org, fail build (in "configure" step) with this message: CMake Error at CMakeLists.txt:313 (MACRO_BOOL_TO_01): Unknown CMake command "MACRO_BOOL_TO_01". -- Configuring incomplete, errors occurred! See also "/home/sl1pkn07/aplicaciones/digikam-frameworks-git/src/build/CMakeFiles/CMakeOutput.log". MACRO_BOOL_TO_01 is provided by kdelibs4ssupport to fix this message is need, if don't want add kdelibs4support to dependecies again, copy the 'MacroBoolTo01.cmake' from kdelibs4support to 'digikam/cmake/modules folde'r, and add this in main digikam CMakeLists.txt: include(MacroBoolTo01) but with this still fails. because in: http://quickgit.kde.org/?p=digikam.git&a=blob&h=37d4e73ea0f2b1200c9d46fa4bffb103f244cca0&hb=896a82c1f487e14c0c4bb8e1ef4bafd23a033b00&f=showfoto%2FCMakeLists.txt#l41 and http://quickgit.kde.org/?p=digikam.git&a=blob&h=d63afc0573a7d35e08dd2409209860b126d5e630&hb=896a82c1f487e14c0c4bb8e1ef4bafd23a033b00&f=app%2FCMakeLists.txt#l210 points to need more kdelibs4support macros to solve this, i handle those like a this method on kruler commit: http://quickgit.kde.org/?p=kruler.git&a=blob&h=a1be586bd589501fd9043b9bd06304593fa5a8d6&hb=b49f9869a5e8977006a37864f1d577c25f0e11af&f=CMakeLists.txt#l53 I had attach a patch to add those changes: http://sl1pkn07.wtf/paste/view/raw/ffc60aa1 please review it greetings Reproducible: Always Steps to Reproduce: 1. install "stable" kf5 frameworks 2. download digikam frameworks branch code 3. try to build Actual Results: fail build Expected Results: build OK -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=345144
--- Comment #1 from Gustavo Alvarez <[hidden email]> --- Created attachment 91559 --> https://bugs.kde.org/attachment.cgi?id=91559&action=edit a patch to solve fail build -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
--- Comment #2 from Gustavo Alvarez <[hidden email]> --- this patch is complementary patch for this commit: https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/d754971883d1b6dc2eed9654c690d52e4d4eaf08 because fail build since this commit -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] Version|unspecified |5.0.0 Severity|grave |normal -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
Veaceslav Munteanu <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/digi | |kam/cce3c63eee63d666333072c | |44ad487a733aa1a27 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Veaceslav Munteanu <[hidden email]> --- Git commit cce3c63eee63d666333072c44ad487a733aa1a27 by Veaceslav Munteanu. Committed on 14/03/2015 at 16:21. Pushed by munteanu into branch 'frameworks'. Related: bug 01 M +2 -0 CMakeLists.txt M +2 -1 app/CMakeLists.txt A +20 -0 cmake/modules/MacroBoolTo01.cmake M +1 -1 data/icons/apps/CMakeLists.txt M +2 -1 showfoto/CMakeLists.txt http://commits.kde.org/digikam/cce3c63eee63d666333072c44ad487a733aa1a27 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.0.0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
--- Comment #4 from Gilles Caulier <[hidden email]> --- Git commit 5ada723c8a32584ad59163c6158bceababb702a5 by Gilles Caulier. Committed on 10/03/2015 at 14:39. Pushed by cgilles into branch 'frameworks'. KDE4_ADD_APP_ICON -> ecm_add_app_icon M +2 -1 PORT.KF5/PENDING/photolayoutseditor/CMakeLists.txt M +3 -1 PORT.KF5/TODO/acquireimages/CMakeLists.txt M +2 -1 PORT.KF5/TODO/dngconverter/plugin/CMakeLists.txt M +2 -1 PORT.KF5/TODO/expoblending/CMakeLists.txt M +2 -1 PORT.KF5/TODO/panorama/CMakeLists.txt http://commits.kde.org/kipi-plugins/5ada723c8a32584ad59163c6158bceababb702a5 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Gustavo Alvarez
https://bugs.kde.org/show_bug.cgi?id=345144
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Portability -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |