https://bugs.kde.org/show_bug.cgi?id=360822
Bug ID: 360822 Summary: cmake does not find Boost Python support Product: kig Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: david.narv...@computer.org Reporter: paol...@dmf.unicatt.it after a fresh "git clone g...@git.kde.org:kig", cmake is not finding the optional BoostPython package. It turns out that the compilation problem that confuses "cmake" goes away by adding the option -fexceptions. One possible solution is suggested in the review request https://git.reviewboard.kde.org/r/127450/ Probably due to caching, I did not experience the problem on my usual working copy. Reproducible: Always Steps to Reproduce: 1. git clone g...@git.kde.org:kig 2. cd kig 3. cmake -DCMAKE_INSTALL_PREFIX=/usr -DKDE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_QTPLUGINDIR=lib/qt5/plugins $(pwd -P) Actual Results: cmake did not find the optional Boost Python package Expected Results: Boost Python package should be found, having all the required devel packages https://git.reviewboard.kde.org/r/127450/ -- You are receiving this mail because: You are watching all bug changes.