See <http://ci.kicad-pcb.org/job/kicad-qa/2653/display/redirect?page=changes>
Changes: [jean-pierre charras] Remove useless leading or trailing spaces is some translatable strings. ------------------------------------------ Started by an SCM change Building remotely on debian8 (gcc clang linux) in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://github.com/KiCad/kicad-source-mirror.git # timeout=10 Fetching upstream changes from https://github.com/KiCad/kicad-source-mirror.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/KiCad/kicad-source-mirror.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 8305aec8a70e49b5d533c6221d4950df908ecac4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8305aec8a70e49b5d533c6221d4950df908ecac4 > git rev-list dfc49da29bef422944731c68ea5d3725088de74b # timeout=10 [kicad-qa] $ /bin/sh -xe /tmp/hudson8684474543454380425.sh + cmake --version cmake version 3.0.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). + gcc --version gcc (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + git --version git version 2.1.4 + OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON + [ -d passed-qa ] + [ -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> -- Found Glew: /usr/lib/x86_64-linux-gnu/libGLEW.so -- Check for installed GLEW -- found -- Boost version: 1.55.0 -- Check for installed Python Interpreter -- found -- Python module install path: lib/python2.7/dist-packages -- wxPython version 3.0 found. -- S3DSG version: 2.0.0 -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Configuring done -- Generating done -- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-qa/ws/build> + echo CMAKE exit code is 0 CMAKE exit code is 0 + rm -f pcbnew/pcbnewPYTHON_wrap.cxx + env + grep -q ^MAKEJOBS= + echo The MAKEJOBS variable is empty The MAKEJOBS variable is empty + JOBS=4 + make -j4 pcbnew_python_module [ 0%] Built target lib-dependencies [ 1%] Built target idf3 [ 1%] Built target pcb_lexer_source_files [ 2%] [ 2%] Built target netlist_lexer_source_files Built target kicad_3dsg [ 2%] [ 2%] Built target pcb_plot_lexer_source_files Built target lib_table_lexer_source_files [ 2%] [ 2%] Built target page_layout_lexer_source_files Generating version string header [ 5%] Built target gal -- Using Git to determine build version string. -- Found Git: /usr/bin/git (found version "2.1.4") -- Git hash: 8305aec8a70e49b5d533c6221d4950df908ecac4 -- Git branch: HEAD [ 6%] Built target lib_dxf -- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (2017-06-18 revision 8305aec)-HEAD [ 6%] Built target version_header [ 6%] [ 6%] Built target specctra_lexer_source_files Built target polygon [ 48%] Built target bitmaps [ 52%] Built target pcbcommon [ 58%] Built target 3d-viewer [ 59%] Built target pcad2kicadpcb [ 62%] Built target pnsrouter Scanning dependencies of target common [ 62%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o Linking CXX static library libcommon.a [ 76%] Built target common [ 76%] Built target github_plugin Scanning dependencies of target pcbnew_kiface [ 76%] [ 76%] [ 76%] [ 76%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/block_module_editor.cpp.o Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_move_exact.cpp.o Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_pns_settings_base.cpp.o Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_move_exact_base.cpp.o <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>: In constructor ‘DIALOG_MOVE_EXACT_BASE::DIALOG_MOVE_EXACT_BASE(wxWindow*, wxWindowID, const wxString&, const wxPoint&, const wxSize&, long int)’: <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:38:27: error: no matching function for call to ‘wxTextCtrl::SetMaxLength()’ m_xEntry->SetMaxLength( ); ^ <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:38:27: note: candidate is: In file included from /usr/include/wx-3.0/wx/textentry.h:315:0, from /usr/include/wx-3.0/wx/textctrl.h:23, from /usr/include/wx-3.0/wx/combobox.h:20, from /usr/include/wx-3.0/wx/html/helpfrm.h:27, from /usr/include/wx-3.0/wx/html/helpctrl.h:19, from /usr/include/wx-3.0/wx/wxhtml.h:19, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/wxstruct.h>:40, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/kiway_player.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/dialog_shim.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.h>:16, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:8: /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: virtual void wxTextEntry::SetMaxLength(long unsigned int) virtual void SetMaxLength(unsigned long len); ^ /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: candidate expects 1 argument, 0 provided <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:60:27: error: no matching function for call to ‘wxTextCtrl::SetMaxLength()’ m_yEntry->SetMaxLength( ); ^ <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:60:27: note: candidate is: In file included from /usr/include/wx-3.0/wx/textentry.h:315:0, from /usr/include/wx-3.0/wx/textctrl.h:23, from /usr/include/wx-3.0/wx/combobox.h:20, from /usr/include/wx-3.0/wx/html/helpfrm.h:27, from /usr/include/wx-3.0/wx/html/helpctrl.h:19, from /usr/include/wx-3.0/wx/wxhtml.h:19, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/wxstruct.h>:40, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/kiway_player.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/dialog_shim.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.h>:16, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:8: /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: virtual void wxTextEntry::SetMaxLength(long unsigned int) virtual void SetMaxLength(unsigned long len); ^ /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: candidate expects 1 argument, 0 provided <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:82:29: error: no matching function for call to ‘wxTextCtrl::SetMaxLength()’ m_rotEntry->SetMaxLength( ); ^ <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:82:29: note: candidate is: In file included from /usr/include/wx-3.0/wx/textentry.h:315:0, from /usr/include/wx-3.0/wx/textctrl.h:23, from /usr/include/wx-3.0/wx/combobox.h:20, from /usr/include/wx-3.0/wx/html/helpfrm.h:27, from /usr/include/wx-3.0/wx/html/helpctrl.h:19, from /usr/include/wx-3.0/wx/wxhtml.h:19, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/wxstruct.h>:40, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/kiway_player.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/include/dialog_shim.h>:30, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.h>:16, from <http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/dialogs/dialog_move_exact_base.cpp>:8: /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: virtual void wxTextEntry::SetMaxLength(long unsigned int) virtual void SetMaxLength(unsigned long len); ^ /usr/include/wx-3.0/wx/gtk/textentry.h:49:18: note: candidate expects 1 argument, 0 provided pcbnew/CMakeFiles/pcbnew_kiface.dir/build.make:2572: recipe for target 'pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_move_exact_base.cpp.o' failed make[3]: *** [pcbnew/CMakeFiles/pcbnew_kiface.dir/dialogs/dialog_move_exact_base.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... CMakeFiles/Makefile2:1343: recipe for target 'pcbnew/CMakeFiles/pcbnew_kiface.dir/all' failed make[2]: *** [pcbnew/CMakeFiles/pcbnew_kiface.dir/all] Error 2 CMakeFiles/Makefile2:1390: recipe for target 'pcbnew/CMakeFiles/pcbnew_python_module.dir/rule' failed make[1]: *** [pcbnew/CMakeFiles/pcbnew_python_module.dir/rule] Error 2 Makefile:574: recipe for target 'pcbnew_python_module' failed make: *** [pcbnew_python_module] Error 2 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

