← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #4890

 

See <http://ci.kicad-pcb.org/job/kicad-qa/4890/display/redirect?page=changes>

Changes:

[jeff] Don't map low-order keyCodes unless they really are Ctrl-Letter codes.

[jeff] Don't delegate context menu to Selection Tool.

[jeff] Remove repetitive calls to other cancel operations.

[jeff] Don't leave a selection with a deleted item in it.

------------------------------------------
[...truncated 4.36 KB...]
[ 53%] Built target pcbcommon
[ 54%] Built target pcad2kicadpcb
[ 60%] Built target 3d-viewer
-- Writing <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h> file with version: (6.0.0-rc1-dev-1224-g5bb5aea)
[ 60%] Built target version_header
Scanning dependencies of target common
[ 60%] [ 60%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
Building CXX object common/CMakeFiles/common.dir/tool/tool_dispatcher.cpp.o
Scanning dependencies of target pcbnew_kiface_objects
[ 60%] [ 60%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/edit_tool.cpp.o
Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/footprint_editor_tools.cpp.o
[ 60%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/pcb_editor_control.cpp.o
Linking CXX static library libcommon.a
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::EnumeratePads(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>:164:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW* view = m_toolMgr->GetView();
                  ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::ExplodePadToShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>:292:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>: In member function ‘int MODULE_EDITOR_TOOLS::CreatePadFromShapes(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/footprint_editor_tools.cpp>:341:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:338:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:344:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘bool EDIT_TOOL::changeTrackWidthOnClick(const SELECTION&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:580:69: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
 bool EDIT_TOOL::changeTrackWidthOnClick( const SELECTION& selection )
                                                                     ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Properties(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:625:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection(
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Rotate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:667:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Mirror(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:743:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Flip(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:822:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = m_selectionTool->RequestSelection(
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MoveExact(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:928:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection(
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::Duplicate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1004:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection(
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::CreateArray(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1151:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection(
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::ExchangeFootprints(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1181:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection( FootprintFilter );
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::MeasureTool(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1208:11: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     auto& view = *getView();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1209:11: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     auto& controls = *getViewControls();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::editFootprintInFpEditor(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1351:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = m_selectionTool->RequestSelection( FootprintFilter );
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>: In member function ‘int EDIT_TOOL::doCopyToClipboard(bool)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/edit_tool.cpp>:1431:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = m_selectionTool->RequestSelection(
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:352:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::TrackWidthDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:369:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeInc(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:386:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ViaSizeDec(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:403:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceModule(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:420:13: warning: declaration of ‘module’ shadows a member of 'this' [-Wshadow]
     MODULE* module = aEvent.Parameter<MODULE*>();
             ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:421:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:423:16: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     SELECTION& selection = selTool->GetSelection();
                ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::modifyLockSelected(PCB_EDITOR_CONTROL::MODIFY_MODE)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:542:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::PlaceTarget(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:584:18: warning: declaration of ‘view’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW* view = getView();
                  ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:585:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:586:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneMerge(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:709:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = m_toolMgr->GetTool<SELECTION_TOOL>()->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:710:12: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     BOARD* board = getModel<BOARD>();
            ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ZoneDuplicate(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:768:17: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const auto& selection = selTool->GetSelection();
                 ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::CrossProbePcbToSch(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:825:22: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     const SELECTION& selection = selTool->GetSelection();
                      ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ClearHighlight(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1035:10: warning: declaration of ‘frame’ shadows a member of 'this' [-Wshadow]
     auto frame = static_cast<PCB_EDIT_FRAME*>( m_toolMgr->GetEditFrame() );
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1036:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     auto board = static_cast<BOARD*>( m_toolMgr->GetModel() );
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::ShowLocalRatsnest(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1117:10: warning: declaration of ‘board’ shadows a member of 'this' [-Wshadow]
     auto board = getModel<BOARD>();
          ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘int PCB_EDITOR_CONTROL::UpdateSelectionRatsnest(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1134:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>: In member function ‘void PCB_EDITOR_CONTROL::calculateSelectionRatsnest()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/pcb_editor_control.cpp>:1187:11: warning: declaration of ‘selection’ shadows a member of 'this' [-Wshadow]
     auto& selection = selectionTool->GetSelection();
           ^
[ 60%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface_objects.dir/tools/picker_tool.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘int PICKER_TOOL::Main(const TOOL_EVENT&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>:45:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>: In member function ‘void PICKER_TOOL::setControls()’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/pcbnew/tools/picker_tool.cpp>:136:27: warning: declaration of ‘controls’ shadows a member of 'this' [-Wshadow]
     KIGFX::VIEW_CONTROLS* controls = getViewControls();
                           ^
[ 82%] Built target pcbnew_kiface_objects
[ 97%] Built target common
[ 97%] Built target github_plugin
Scanning dependencies of target pnsrouter
[ 97%] [ 97%] Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/router_tool.cpp.o
Building CXX object pcbnew/router/CMakeFiles/pnsrouter.dir/length_tuner_tool.cpp.o
Linking CXX static library libpnsrouter.a
[100%] Built target pnsrouter
Linking CXX shared module _pcbnew.kiface
[100%] Built target pcbnew_kiface
[100%] Creating python's pcbnew native module _pcbnew.so for command line use.
[100%] Built target pcbnew_python_module
+ make -j4
[  0%] [  0%] Built target page_layout_lexer_source_files
Generating version string header
-- Using Git to determine build version string.
[  1%] Built target lib_table_lexer_source_files
-- Found Git: /usr/bin/git (found version "2.1.4") 
[  3%] Built target gal
[  3%] Built target netlist_lexer_source_files
[  3%] Built target legacy_gal
[  3%] [  3%] Built target pcb_lexer_source_files
Built target legacy_wx
[  3%] Built target pcb_plot_lexer_source_files
[  5%] Built target kicad_3dsg
-- Not updating <http://ci.kicad-pcb.org/job/kicad-qa/ws/build/kicad_build_version.h>
[  5%] Built target version_header
[  5%] Built target cmp_library_lexer_source_files
[  5%] Built target dialog_bom_cfg_lexer_source_files
[  5%] Built target polygon
[  5%] Built target lib_dxf
[  5%] Built target field_template_lexer_source_files
[  5%] Built target idf3
[  6%] Built target connectivity
[  6%] Built target specctra_lexer_source_files
[  7%] Built target potrace
[  7%] Built target pcb_calculator_lexer_source_files
[ 37%] Built target bitmaps
[ 37%] Built target dxf2idf
[ 37%] Built target idfrect
[ 38%] Built target idfcyl
[ 38%] [ 40%] Built target unit_test_utils
Built target s3d_plugin_vrml
[ 43%] Built target pcbcommon
[ 44%] Built target pcad2kicadpcb
[ 56%] Built target common
[ 60%] Built target 3d-viewer
[ 60%] Built target github_plugin
Linking CXX shared module _pl_editor.kiface
Linking CXX shared module _gerbview.kiface
[ 76%] Built target pcbnew_kiface_objects
[ 76%] Building CXX object eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o
Linking CXX executable bitmap2component
<http://ci.kicad-pcb.org/job/kicad-qa/ws/eeschema/bom_plugins.cpp>: In constructor ‘BOM_PLUGIN::BOM_PLUGIN(const wxString&)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/eeschema/bom_plugins.cpp>:31:84: error: no matching function for call to ‘std::runtime_error::runtime_error(wxString)’
         throw std::runtime_error( _( "Cannot open plugin " ) + aFile.ToStdString() );
                                                                                    ^
<http://ci.kicad-pcb.org/job/kicad-qa/ws/eeschema/bom_plugins.cpp>:31:84: note: candidates are:
In file included from /usr/include/c++/4.9/array:38:0,
                 from /usr/include/c++/4.9/tuple:39,
                 from /usr/include/c++/4.9/functional:55,
                 from /usr/include/c++/4.9/memory:79,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/eeschema/bom_plugins.h>:32,
                 from <http://ci.kicad-pcb.org/job/kicad-qa/ws/eeschema/bom_plugins.cpp>:25:
/usr/include/c++/4.9/stdexcept:119:5: note: std::runtime_error::runtime_error(const string&)
     runtime_error(const string& __arg);
     ^
/usr/include/c++/4.9/stdexcept:119:5: note:   no known conversion for argument 1 from ‘wxString’ to ‘const string& {aka const std::basic_string<char>&}’
/usr/include/c++/4.9/stdexcept:112:9: note: std::runtime_error::runtime_error(const std::runtime_error&)
   class runtime_error : public exception 
         ^
/usr/include/c++/4.9/stdexcept:112:9: note:   no known conversion for argument 1 from ‘wxString’ to ‘const std::runtime_error&’
eeschema/CMakeFiles/eeschema_kiface.dir/build.make:2049: recipe for target 'eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o' failed
make[2]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/bom_plugins.cpp.o] Error 1
CMakeFiles/Makefile2:1017: recipe for target 'eeschema/CMakeFiles/eeschema_kiface.dir/all' failed
make[1]: *** [eeschema/CMakeFiles/eeschema_kiface.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 76%] Built target bitmap2component
[ 77%] Built target pl_editor_kiface
[ 80%] Built target gerbview_kiface
Makefile:147: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure


Follow ups

References