See <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/2202/display/redirect?page=changes>
Changes: [tomasz.wlostowski] revert link-time plugin registration causing plugins to be incorrectly ------------------------------------------ Started by upstream project "linux-kicad-full-gcc-head" build number 2449 originally caused by: Started by an SCM change Building remotely on fedora21 (hugo fedora linux) in workspace <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/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 a67d24a34e81309fae3c093462ffc2925ab49b0f (refs/remotes/origin/master) Commit message: "revert link-time plugin registration causing plugins to be incorrectly enumerated" > git config core.sparsecheckout # timeout=10 > git checkout -f a67d24a34e81309fae3c093462ffc2925ab49b0f > git rev-list f5c561e281282cb14c7f6e3496c04c14183c4445 # timeout=10 [kicad-noscript-fedora20] $ /bin/sh -xe /tmp/jenkins9100497989864160406.sh + OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=OFF -DKICAD_SCRIPTING=OFF -DKICAD_SCRIPTING_MODULES=OFF -DKICAD_SCRIPTING_WXPYTHON=OFF -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0 -DKICAD_USE_WEBKIT=OFF -DKICAD_SKIP_BOOST=YES' + '[' -d build ']' + cd build + /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=OFF -DKICAD_SCRIPTING=OFF -DKICAD_SCRIPTING_MODULES=OFF -DKICAD_SCRIPTING_WXPYTHON=OFF -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0 -DKICAD_USE_WEBKIT=OFF -DKICAD_SKIP_BOOST=YES -- Kicad install dir: </usr/local> -- Check for installed GLEW -- found -- Boost version: 1.55.0 -- S3DSG version: 2.0.0 -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Boost version: 1.55.0 -- Found the following Boost libraries: -- unit_test_framework -- Configuring done CMake Warning (dev) at qa/pcb_test_window/CMakeLists.txt:30 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "github_plugin" of target "pnsrouter" does not exist. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/build> + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx.o + rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx + nice make -j2 [ 0%] Built target page_layout_lexer_source_files [ 0%] Built target lib-dependencies [ 1%] Generating version string header -- Using Git to determine build version string. -- Found Git: /usr/bin/git (found version "2.1.0") -- Git hash: a67d24a34e81309fae3c093462ffc2925ab49b0f -- Git branch: HEAD -- Writing <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/build/kicad_build_version.h> file with version: (2017-11-04 revision a67d24a)-HEAD [ 1%] Built target version_header [ 31%] Built target bitmaps [ 31%] Built target lib_table_lexer_source_files [ 33%] Built target gal [ 33%] Built target netlist_lexer_source_files [ 33%] Built target pcb_lexer_source_files [ 33%] Built target pcb_plot_lexer_source_files [ 33%] Built target polygon [ 34%] Built target kicad_3dsg [ 34%] Built target cmp_library_lexer_source_files [ 34%] Built target dialog_bom_cfg_lexer_source_files [ 34%] Built target field_template_lexer_source_files [ 35%] Built target lib_dxf [ 35%] Built target specctra_lexer_source_files [ 36%] Built target idf3 [ 36%] Built target pcb_calculator_lexer_source_files [ 36%] Built target potrace [ 36%] Built target s3d_plugin_idf [ 36%] Built target dxf2idf [ 39%] Built target s3d_plugin_vrml [ 39%] [ 39%] Built target idf2vrml Built target idfcyl [ 39%] Built target idfrect Scanning dependencies of target pcbcommon [ 39%] Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/io_mgr.cpp.o Scanning dependencies of target common [ 39%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o Linking CXX static library libcommon.a <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/io_mgr.cpp>: In lambda function: <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/io_mgr.cpp>:211:114: error: ‘GITHUB_PLUGIN’ does not name a type static IO_MGR::REGISTER_PLUGIN registerGithubPlugin( IO_MGR::GITHUB, wxT("Github"), []() -> PLUGIN* { return new GITHUB_PLUGIN; } ); ^ <http://ci.kicad-pcb.org/job/kicad-noscript-fedora20/ws/pcbnew/io_mgr.cpp>:211:129: warning: control reaches end of non-void function [-Wreturn-type] static IO_MGR::REGISTER_PLUGIN registerGithubPlugin( IO_MGR::GITHUB, wxT("Github"), []() -> PLUGIN* { return new GITHUB_PLUGIN; } ); ^ common/CMakeFiles/pcbcommon.dir/build.make:1042: recipe for target 'common/CMakeFiles/pcbcommon.dir/__/pcbnew/io_mgr.cpp.o' failed make[2]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/io_mgr.cpp.o] Error 1 CMakeFiles/Makefile2:554: recipe for target 'common/CMakeFiles/pcbcommon.dir/all' failed make[1]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 49%] Built target common Makefile:137: recipe for target 'all' failed make: *** [all] 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

