[Kde-bindings] [Bug 309652] New: Qyoto: Could not find CMakeCSharpCompiler.cmake with cmake 2.8.10
Andrea Scarpino
andrea at archlinux.org
Tue Nov 6 13:53:14 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=309652
Bug ID: 309652
Severity: major
Version: 4.9
Priority: NOR
Assignee: kde-bindings at kde.org
Summary: Qyoto: Could not find CMakeCSharpCompiler.cmake with
cmake 2.8.10
Classification: Unclassified
OS: Linux
Reporter: andrea at archlinux.org
Hardware: Compiled Sources
Status: UNCONFIRMED
Component: general
Product: bindings
I cannot build qyoto on my system after the update to cmake 2.8.10:
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake (found version "4.8.3")
-- Found SmokeQtCore: /usr/lib/libsmokeqtcore.so
-- Found SmokeQtGui: /usr/lib/libsmokeqtgui.so
-- Found SmokeQtXml: /usr/lib/libsmokeqtxml.so
-- Found SmokeQtOpenGl: /usr/lib/libsmokeqtopengl.so
-- Found SmokeQtSql: /usr/lib/libsmokeqtsql.so
-- Found SmokeQtNetwork: /usr/lib/libsmokeqtnetwork.so
-- Found SmokeQtDbus: /usr/lib/libsmokeqtdbus.so
-- Found SmokeQtSvg: /usr/lib/libsmokeqtsvg.so
-- Found SmokeQtScript: /usr/lib/libsmokeqtscript.so
-- Found SmokeQtTest: /usr/lib/libsmokeqttest.so
-- Found SmokeQtUiTools: /usr/lib/libsmokeqtuitools.so
-- Found SmokeQtWebKit: /usr/lib/libsmokeqtwebkit.so
-- Found SmokeQSci: /usr/lib/libsmokeqsci.so
-- Found SmokeQImageBlitz: /usr/lib/libsmokeqimageblitz.so
-- Found SmokePhonon: /usr/lib/libsmokephonon.so
-- Path of mono: /usr/bin/mono
-- Path of gmcs: /usr/bin/gmcs
-- Path of gacutil: /usr/bin/gacutil
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
-- checking for one of the modules 'mono-cecil'
-- checking for one of the modules 'cecil'
-- Using GAC dir: /usr/lib/mono
CMake Error: Could not find cmake module
file:/build/src/build/CMakeFiles/2.8.10/CMakeCSharpCompiler.cmake
-- Found QScintilla2: /usr/lib/libqscintilla2.so
-- Found QImageBlitz: /usr/include/qimageblitz
-- Phonon Version: 4.6.0
-- Found Phonon: /usr/lib/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- hello /usr/lib
-- Build qyoto bindings: Phonon;QScintilla;QtScript;QtTest;QtUiTools;QtWebKit
-- Skip qyoto bindings:
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
-----------------------------------------------------------------------------
* C# compiler - Mono or the .NET framework
* QScintilla2 - QScintilla2 libraries
* QImageBlitz - QImageBlitz library
* Phonon - Phonon multimedia framework
-----------------------------------------------------------------------------
-- Congratulations! All external packages have been found.
-----------------------------------------------------------------------------
-- Configuring incomplete, errors occurred!
Reproducible: Always
Steps to Reproduce:
1. clone the qyoto repo
2. update cmake to 2.8.10
3. try to build qyoto
Actual Results:
The build fails
Expected Results:
It builds
cmake 2.8.10
qyoto from git
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-bindings
mailing list