See <http://ci.kicad-pcb.org/job/kicad-full/953/changes>
Changes: [Wayne Stambaugh] CMake: use CMake's position independent code handling. * Bump minimum CMake revision to 2.8.12. The CMake position independent code handling was introduced in CMake 2.8.9 but 2.8.12 is current version in Ubuntu 14.04 LTS which is a very popular distro. * CMake provides a simple declarative statement to enable PIC, so no compiler dependent handling is required. * There is also no need to tell Boost to build with -fPIC, their build system is smart enough. ------------------------------------------ Started by an SCM change Building on master in workspace <http://ci.kicad-pcb.org/job/kicad-full/ws/> $ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> returned 0. Command output: "6356 [email protected] " stderr: "" [kicad-full] $ bzr pull --overwrite lp:kicad You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". http://bazaar.launchpad.net/~kicad-product-committers/kicad/product is permanently redirected to http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/changes You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". M CMakeLists.txt M CMakeModules/download_boost.cmake All changes applied successfully. Now on revision 6357. [kicad-full] $ bzr revert $ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> returned 0. Command output: "6357 [email protected] " stderr: "" [kicad-full] $ bzr log -v -r revid:[email protected]:[email protected] --long --show-ids Getting local revision... $ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-full/ws/> returned 0. Command output: "6357 [email protected] " stderr: "" RevisionState revno:6357 revid:[email protected] [kicad-full] $ /bin/sh -xe /tmp/hudson8033146341226361370.sh + OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON' + '[' -d build ']' + cd build + /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -- Kicad install dir: </usr/local> -- Check for installed OpenGL -- found -- Found Glew: /usr/lib64/libGLEW.so -- Check for installed GLEW -- found CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find GLM (missing: GLM_INCLUDE_DIR) (Required is at least version "0.9.5.4") Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) CMakeModules/FindGLM.cmake:59 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:469 (find_package) -- Configuring incomplete, errors occurred! See also "<http://ci.kicad-pcb.org/job/kicad-full/ws/build/CMakeFiles/CMakeOutput.log".> Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

