See <http://ci.kicad-pcb.org/job/kicad-qa/353/changes>
Changes: [Wayne Stambaugh] Force wxWidgets to version 3.0.0 or later and OSX build fixes. * Add version detection to FindwxWidgets.cmake * Convert commands and macro names to lower case in FindwxWidgets.cmake. * Use find_package_handle_standard_args() to handle version comparison. * Update FindPackageHandleStandardArgs.cmake from CMake 3.0.2 to get the latest bug fixes. * Add an option to ignore building every OSX dependency from source and use find_package() the way it is supposed to work unless the developer specifically requests building everything from source. ------------------------------------------ Started by an SCM change Building in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/> $ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5148 [email protected] " stderr: "" [kicad-qa] $ 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". +N CMakeModules/FindPackageHandleStandardArgs.cmake M CMakeLists.txt -D CMakeModules/FindPackageHandleStandardArgs.cmake M CMakeModules/FindwxWidgets.cmake All changes applied successfully. Now on revision 5149. [kicad-qa] $ bzr revert $ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5149 [email protected] " stderr: "" [kicad-qa] $ 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-qa/ws/> info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5149 [email protected] " stderr: "" RevisionState revno:5149 revid:[email protected] [kicad-qa] $ /bin/sh -xe /tmp/hudson1978656040800322386.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 -- wxWidgets_FIND_COMPONENTS : gl;aui;adv;html;core;net;base;xml -- unix style -- NOT win32 path -- unix find style -- wxWidgets_SELECT_OPTIONS=--static=no -- wxWidgets_CXX_FLAGS=-I/usr/lib64/wx/include/gtk2-unicode-release-2.8;-I/usr/include/wx-2.8;-D_FILE_OFFSET_BITS=64;-D_LARGE_FILES;-D__WXGTK__;-pthread -- wxWidgets_DEFINITIONS=_FILE_OFFSET_BITS=64;_LARGE_FILES;__WXGTK__ -- wxWidgets_INCLUDE_DIRS=/usr/lib64/wx/include/gtk2-unicode-release-2.8;/usr/include/wx-2.8 -- wxWidgets_CXX_FLAGS=-pthread -- wxWidgets_LIBRARIES=-pthread;;;-lwx_gtk2u_gl-2.8;-lwx_gtk2u_aui-2.8;-lwx_gtk2u_adv-2.8;-lwx_gtk2u_html-2.8;-lwx_gtk2u_core-2.8;-lwx_baseu_net-2.8;-lwx_baseu-2.8;-lwx_baseu_xml-2.8 -- wxWidgets_LIBRARY_DIRS= -- _filename: /usr/include/wx-2.8/wx/version.h -- wxWidgets_VERSION_STRING: 2.8.12 -- wxWidgets_FOUND : TRUE -- wxWidgets_INCLUDE_DIRS : /usr/lib64/wx/include/gtk2-unicode-release-2.8;/usr/include/wx-2.8 -- wxWidgets_LIBRARY_DIRS : -- wxWidgets_LIBRARIES : -pthread;;;-lwx_gtk2u_gl-2.8;-lwx_gtk2u_aui-2.8;-lwx_gtk2u_adv-2.8;-lwx_gtk2u_html-2.8;-lwx_gtk2u_core-2.8;-lwx_baseu_net-2.8;-lwx_baseu-2.8;-lwx_baseu_xml-2.8 -- wxWidgets_CXX_FLAGS : -pthread -- wxWidgets_USE_FILE : <http://ci.kicad-pcb.org/job/kicad-qa/ws/CMakeModules/UsewxWidgets.cmake> -- wxWidgets_FIND_VERSION : 3.0.0 -- wxWidgets_VERSION_MAJOR : 2 -- wxWidgets_VERSION_MINOR : 8 -- wxWidgets_VERSION_PATCH : 12 -- wxWidgets_FOUND : TRUE CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:130 (include): include could not find load file: <http://ci.kicad-pcb.org/job/kicad-qa/ws/CMakeModules/FindPackageMessage.cmake> Call Stack (most recent call first): CMakeModules/FindwxWidgets.cmake:899 (include) CMakeLists.txt:376 (find_package) CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:131 (include): include could not find load file: <http://ci.kicad-pcb.org/job/kicad-qa/ws/CMakeModules/CMakeParseArguments.cmake> Call Stack (most recent call first): CMakeModules/FindwxWidgets.cmake:899 (include) CMakeLists.txt:376 (find_package) CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:136 (message): Could NOT find wxWidgets: Found unsuitable version "2.8.12", but required is at least "3.0.0" (found -pthread;;;-lwx_gtk2u_gl-2.8;-lwx_gtk2u_aui-2.8;-lwx_gtk2u_adv-2.8;-lwx_gtk2u_html-2.8;-lwx_gtk2u_core-2.8;-lwx_baseu_net-2.8;-lwx_baseu-2.8;-lwx_baseu_xml-2.8) Call Stack (most recent call first): CMakeModules/FindPackageHandleStandardArgs.cmake:341 (_FPHSA_FAILURE_MESSAGE) CMakeModules/FindwxWidgets.cmake:901 (find_package_handle_standard_args) CMakeLists.txt:376 (find_package) -- Configuring incomplete, errors occurred! See also "<http://ci.kicad-pcb.org/job/kicad-qa/ws/build/CMakeFiles/CMakeOutput.log".> Build step 'Execute shell' marked build as 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

