← Back to team overview

kicad-developers team mailing list archive

Build failed in Jenkins: kicad-qa #264

 

See <http://ci.kicad-pcb.org/job/kicad-qa/264/changes>

Changes:

[jean-pierre charras] Anti-aliasing patch for the 3D-Viewer from Martin Janitschke

------------------------------------------
Started by an SCM change
Building in workspace <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5050 jp.charras@xxxxxxxxxx-20140804121733-wbeubhqm711bqp7x
" stderr: ""
[kicad-qa] $ 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  3d-viewer/3d_frame.cpp
All changes applied successfully.
Now on revision 5051.
[kicad-qa] $ bzr revert
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5051 jp.charras@xxxxxxxxxx-20140804122128-31btxatm0g7tsll4
" stderr: ""
[kicad-qa] $ bzr log -v -r revid:jp.charras@xxxxxxxxxx-20140804121733-wbeubhqm711bqp7x..revid:jp.charras@xxxxxxxxxx-20140804122128-31btxatm0g7tsll4 --long --show-ids
Getting local revision...
$ bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/>
info result: bzr revision-info -d <http://ci.kicad-pcb.org/job/kicad-qa/ws/> returned 0. Command output: "5051 jp.charras@xxxxxxxxxx-20140804122128-31btxatm0g7tsll4
" stderr: ""
RevisionState revno:5051 revid:jp.charras@xxxxxxxxxx-20140804122128-31btxatm0g7tsll4
[kicad-qa] $ /bin/sh -xe /tmp/hudson8811108518454774478.sh
+ OPTS=' -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON'
+ '[' -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
-- Check for installed OpenGL -- found
-- Found Glew: /usr/lib64/libGLEW.so
-- Check for installed GLEW -- found
-- Check for installed Cairo -- found
-- Check for installed wxWidgets -- found
-- Check for installed Python Interpreter -- found
-- Python module install path: /usr/lib/python2.6/site-packages
-- Bazaar version control system version  found.
-- Kicad Bazaar build version: (2014-08-04 BZR 5051)
-- Configuring done
-- Generating done
-- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-qa/ws/build>
+ rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx.o
+ rm -f pcbnew/scripting/pcbnewPYTHON_wrap.cxx
+ make -j4 _pcbnew
[  1%] [  1%] Built target boost
[  1%] Built target idf3
Built target lib-dependencies
[  3%] [  3%] Built target avhttp
Built target lib_dxf
[  3%] Generating headers containing GLSL source code
Headers are up-to-date
[  3%] Built target shader_headers
[ 50%] Built target bitmaps
[ 52%] Built target pcad2kicadpcb
[ 52%] Built target polygon
[ 52%] Built target github_plugin
Scanning dependencies of target 3d-viewer
[ 52%] [ 53%] Built target gal
Building CXX object 3d-viewer/CMakeFiles/3d-viewer.dir/3d_frame.cpp.o
[ 60%] Built target pcbcommon
Scanning dependencies of target common
[ 63%] Built target pnsrouter
[ 63%] Building CXX object common/CMakeFiles/common.dir/build_version.cpp.o
<http://ci.kicad-pcb.org/job/kicad-qa/ws/3d-viewer/3d_frame.cpp>: In constructor ‘EDA_3D_FRAME::EDA_3D_FRAME(KIWAY*, PCB_BASE_FRAME*, const wxString&, long int)’:
<http://ci.kicad-pcb.org/job/kicad-qa/ws/3d-viewer/3d_frame.cpp>:125: error: ‘WX_GL_SAMPLE_BUFFERS’ was not declared in this scope
<http://ci.kicad-pcb.org/job/kicad-qa/ws/3d-viewer/3d_frame.cpp>:126: error: ‘WX_GL_SAMPLES’ was not declared in this scope
<http://ci.kicad-pcb.org/job/kicad-qa/ws/3d-viewer/3d_frame.cpp>:132: error: ‘IsDisplaySupported’ is not a member of ‘EDA_3D_CANVAS’
<http://ci.kicad-pcb.org/job/kicad-qa/ws/3d-viewer/3d_frame.cpp>:149: error: ‘IsDisplaySupported’ is not a member of ‘EDA_3D_CANVAS’
make[3]: *** [3d-viewer/CMakeFiles/3d-viewer.dir/3d_frame.cpp.o] Error 1
make[2]: *** [3d-viewer/CMakeFiles/3d-viewer.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
Linking CXX static library libcommon.a
[ 74%] Built target common
make[1]: *** [pcbnew/CMakeFiles/_pcbnew.dir/rule] Error 2
make: *** [_pcbnew] Error 2
Build step 'Execute shell' marked build as failure


Follow ups