See <http://ci.kicad-pcb.org/job/kicad-full/1217/changes>
Changes: [jean-pierre charras] Hotkeys Editor has now a "reset to default" button ------------------------------------------ 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: "6651 [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 common/dialogs/dialog_hotkeys_editor.cpp M common/dialogs/dialog_hotkeys_editor_base.cpp M common/dialogs/dialog_hotkeys_editor_base.fbp M common/dialogs/dialog_hotkeys_editor_base.h M common/hotkeys_basic.cpp M common/widgets/widget_hotkey_list.cpp M include/dialog_hotkeys_editor.h M include/hotkeys_basic.h M include/widgets/widget_hotkey_list.h All changes applied successfully. Now on revision 6652. [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: "6652 [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: "6652 [email protected] " stderr: "" RevisionState revno:6652 revid:[email protected] [kicad-full] $ /bin/sh -xe /tmp/hudson3347491794591854457.sh + OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_SKIP_BOOST=YES' + export TERM=vt220 + TERM=vt220 + '[' -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 -DKICAD_SKIP_BOOST=YES -- Kicad install dir: </usr/local> -- The compiler /usr/bin/c++ has no C++11 support. Please use a different C++ compiler. -- Found Glew: /usr/lib64/libGLEW.so -- Check for installed GLEW -- found -- Boost version: 1.59.0 -- Found the following Boost libraries: -- context -- system -- thread -- Check for installed Python Interpreter -- found -- Python module install path: lib/python2.6/site-packages -- wxPython version 3.0 found. -- Configuring done -- Generating done -- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-full/ws/build> + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx.o + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx + env + grep -q '^MAKEJOBS=' + echo 'The MAKEJOBS variable is empty' The MAKEJOBS variable is empty + JOBS=4 + make -j4 [ 0%] [ 0%] [ 0%] Built target lib-dependencies Built target page_layout_lexer_source_files Generating version string header [ 0%] [ 0%] Built target netlist_lexer_source_files Built target fp_lib_table_lexer_source_files -- Using Bazaar to determine build version string. [ 0%] [ 0%] Generating headers containing GLSL source code Built target pcb_lexer_source_files Headers are up-to-date [ 0%] Built target shader_headers [ 0%] Built target pcb_plot_lexer_source_files [ 0%] Built target specctra_lexer_source_files [ 0%] Built target cmp_library_lexer_source_files [ 30%] -- Bazaar version control system version 2.1.1 found. Built target bitmaps [ 30%] Built target dialog_bom_cfg_lexer_source_files [ 30%] Built target field_template_lexer_source_files [ 30%] Built target lib_dxf [ 31%] Built target potrace [ 32%] Built target idf3 [ 32%] Built target polygon [ 32%] [ 32%] Built target pcb_calculator_lexer_source_files Built target idfcyl [ 32%] Built target idfrect [ 32%] Built target dxf2idf [ 32%] Built target idf2vrml -- Writing <http://ci.kicad-pcb.org/job/kicad-full/ws/build/kicad_build_version.h> file with version: (2016-03-29 BZR 6652) [ 32%] Built target version_header [ 33%] Built target gal [ 37%] Built target pcbcommon [ 38%] Built target 3d-viewer [ 39%] Built target pcad2kicadpcb Scanning dependencies of target pnsrouter Scanning dependencies of target common [ 39%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/router_tool.cpp.o [ 39%] [ 39%] [ 39%] Building CXX object common/CMakeFiles/common.dir/dialogs/dialog_hotkeys_editor_base.cpp.o Building CXX object common/CMakeFiles/common.dir/dialogs/dialog_hotkeys_editor.cpp.o Building CXX object common/CMakeFiles/common.dir/widgets/widget_hotkey_list.cpp.o [ 39%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o In file included from <http://ci.kicad-pcb.org/job/kicad-full/ws/include/widgets/widget_hotkey_list.h>:37, from <http://ci.kicad-pcb.org/job/kicad-full/ws/common/widgets/widget_hotkey_list.cpp>:27: <http://ci.kicad-pcb.org/job/kicad-full/ws/include/hotkeys_basic.h>: In member function ‘EDA_HOTKEY& EDA_HOTKEY::operator=(const EDA_HOTKEY&)’: <http://ci.kicad-pcb.org/job/kicad-full/ws/include/hotkeys_basic.h>:58: instantiated from ‘void std::vector<_Tp, _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, std::vector<_Tp, _Alloc> >, const _Tp&) [with _Tp = EDA_HOTKEY, _Alloc = std::allocator<EDA_HOTKEY>]’ /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_vector.h:741: instantiated from ‘void std::vector<_Tp, _Alloc>::push_back(const _Tp&) [with _Tp = EDA_HOTKEY, _Alloc = std::allocator<EDA_HOTKEY>]’ <http://ci.kicad-pcb.org/job/kicad-full/ws/common/widgets/widget_hotkey_list.cpp>:284: instantiated from here <http://ci.kicad-pcb.org/job/kicad-full/ws/include/hotkeys_basic.h>:58: error: non-static const member ‘const int EDA_HOTKEY::m_DefaultKeyCode’, can't use default assignment operator In file included from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/vector:69, from <http://ci.kicad-pcb.org/job/kicad-full/ws/include/widgets/widget_hotkey_list.h>:33, from <http://ci.kicad-pcb.org/job/kicad-full/ws/common/widgets/widget_hotkey_list.cpp>:27: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_insert_aux(__gnu_cxx::__normal_iterator<typename std::_Vector_base<_Tp, _Alloc>::_Tp_alloc_type::pointer, std::vector<_Tp, _Alloc> >, const _Tp&) [with _Tp = EDA_HOTKEY, _Alloc = std::allocator<EDA_HOTKEY>]’: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/vector.tcc:312: note: synthesized method ‘EDA_HOTKEY& EDA_HOTKEY::operator=(const EDA_HOTKEY&)’ first required here make[2]: *** [common/CMakeFiles/common.dir/widgets/widget_hotkey_list.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [common/CMakeFiles/common.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Linking CXX static library libpnsrouter.a [ 41%] Built target pnsrouter make: *** [all] Error 2 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

