See <http://ci.kicad-pcb.org/job/kicad-full/1025/changes>

Changes:

[jean-pierre charras] pcbnew.py: fix error "NameError: name 'UNDEFINED_LAYER' 
is not defined" when running pcbnew/wxPython, which prevents from openning the 
Python console.
CMakeLists.txt: remove no more used boost libs, and add missing coroutine lib 
in list.
Fix 2 minor compil warnings.

------------------------------------------
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: "6441 
[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  CMakeLists.txt
 M  common/dialogs/dialog_hotkeys_editor.cpp
 M  pcbnew/class_board.h
All changes applied successfully.
Now on revision 6442.
[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: "6442 
[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: "6442 
[email protected]
" stderr: ""
RevisionState revno:6442 
revid:[email protected]
[kicad-full] $ /bin/sh -xe /tmp/hudson2262522386212835590.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'
+ '[' -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>
-- Found Glew: /usr/lib64/libGLEW.so
-- Check for installed GLEW -- found
-- Boost version: 1.59.0
-- Found the following Boost libraries:
--   context
--   coroutine
--   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
+ make -j4
[  0%] [  0%] Built target page_layout_lexer_source_files
[  0%] Built target lib-dependencies
Generating version string header
[  0%] [  0%] Built target netlist_lexer_source_files
Built target fp_lib_table_lexer_source_files
[  0%] [  0%] Built target pcb_lexer_source_files
Generating headers containing GLSL source code
[  0%] Built target pcb_plot_lexer_source_files
[  0%] Built target specctra_lexer_source_files
Headers are up-to-date
[  0%] Built target shader_headers
-- Using Bazaar to determine build version string.
[  0%] Built target cmp_library_lexer_source_files
[  0%] Built target dialog_bom_cfg_lexer_source_files
[  0%] [  0%] Built target polygon
Built target field_template_lexer_source_files
-- Bazaar version control system version 2.1.1 found.
[  0%] Built target lib_dxf
[  0%] [ 30%] Built target idf3
Built target bitmaps
[ 31%] Built target potrace
[ 31%] Built target pcb_calculator_lexer_source_files
[ 31%] Built target dxf2idf
[ 31%] Built target idfcyl
[ 31%] [ 31%] Built target idf2vrml
Built target idfrect
-- Writing 
<http://ci.kicad-pcb.org/job/kicad-full/ws/build/kicad_build_version.h> file 
with version: (2016-01-11 BZR 6442)
[ 31%] Built target version_header
[ 32%] Built target gal
Scanning dependencies of target common
[ 32%] Building CXX object 
common/CMakeFiles/common.dir/dialogs/dialog_hotkeys_editor.cpp.o
[ 33%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
Scanning dependencies of target pcbcommon
Linking CXX static library libcommon.a
[ 33%] [ 33%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/pcbcommon.cpp.o
[ 33%] Building CXX object common/CMakeFiles/pcbcommon.dir/lset.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o
In file included from 
<http://ci.kicad-pcb.org/job/kicad-full/ws/common/lset.cpp>:30:
<http://ci.kicad-pcb.org/job/kicad-full/ws/common/../pcbnew/class_board.h>:1222:
 error: ‘LAYER_ID’ is not a class or namespace
make[2]: *** [common/CMakeFiles/pcbcommon.dir/lset.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from 
<http://ci.kicad-pcb.org/job/kicad-full/ws/pcbnew/basepcbframe.cpp>:47:
<http://ci.kicad-pcb.org/job/kicad-full/ws/common/../pcbnew/class_board.h>:1222:
 error: ‘LAYER_ID’ is not a class or namespace
In file included from 
<http://ci.kicad-pcb.org/job/kicad-full/ws/common/pcbcommon.cpp>:35:
<http://ci.kicad-pcb.org/job/kicad-full/ws/common/../pcbnew/class_board.h>:1222:
 error: ‘LAYER_ID’ is not a class or namespace
make[2]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o] 
Error 1
make[2]: *** [common/CMakeFiles/pcbcommon.dir/pcbcommon.cpp.o] Error 1
make[1]: *** [common/CMakeFiles/pcbcommon.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 40%] Built target common
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

Reply via email to