kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #32293
Build failed in Jenkins: kicad-qa #3130
See <http://ci.kicad-pcb.org/job/kicad-qa/3130/display/redirect?page=changes>
Changes:
[Maciej Suminski] Fix overbar display in OpenGL canvas
[Maciej Suminski] Handle space character in OPENGL_GAL::BitmapText()
------------------------------------------
Started by an SCM change
Building remotely on debian8 (clang gcc 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 ef8f5db024fb2f766dcdd559be80e792b01420a0 (refs/remotes/origin/master)
Commit message: "Handle space character in OPENGL_GAL::BitmapText()"
> git config core.sparsecheckout # timeout=10
> git checkout -f ef8f5db024fb2f766dcdd559be80e792b01420a0
> git rev-list 86b4a3c3e6d49ea3ea0118f185c7e570ba20b7fd # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins7770311656042236188.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>
-- 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
-- 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 Error at common/CMakeLists.txt:357 (add_library):
Cannot find source file:
text_utils.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
-- Build files have been written to: <http://ci.kicad-pcb.org/job/kicad-qa/ws/build>
Build step 'Execute shell' marked build as failure
Follow ups