Miguel, Please note that when building the pcbnew python module the target is no longer _pcbnew but rather pcbnew_python_module due to the changes to prevent compiling the kiface twice. Please update you build script accordingly.
Thanks, Wayne On 2/21/2017 9:17 AM, Miguel Angel Ajo wrote: > See <http://ci.kicad-pcb.org/job/kicad-qa/2325/display/redirect?page=changes> > > Changes: > > [Wayne Stambaugh] Make the python pcbnew native module from the > _pcbnew.kiface, phase 1 of > > ------------------------------------------ > Started by an SCM change > Building remotely on debian8 (gcc clang 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 45cf772833785cbd084dfde8a9f0080fb6b3a74b > (refs/remotes/origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f 45cf772833785cbd084dfde8a9f0080fb6b3a74b > > git rev-list dba49ab2994d058de42a1d230ed6c043edf6dff6 # timeout=10 > [kicad-qa] $ /bin/sh -xe /tmp/hudson817723057358279076.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> > -- Found Glew: /usr/lib/x86_64-linux-gnu/libGLEW.so > -- Check for installed GLEW -- found > -- Boost version: 1.55.0 > -- Found the following Boost libraries: > -- context > -- system > -- Check for installed Python Interpreter -- found > -- Python module install path: lib/python2.7/dist-packages > -- wxPython version 3.0 found. > INFO: KICADSG_VERSION_MAJOR = 2 > INFO: KICADSG_VERSION_MINOR = 0 > INFO: KICADSG_VERSION_PATCH = 0 > INFO: KICADSG_VERSION_REVI = 0 > -- Configuring done > -- Generating done > -- Build files have been written to: > <http://ci.kicad-pcb.org/job/kicad-qa/ws/build> > + echo CMAKE exit code is 0 > CMAKE exit code is 0 > + rm -f pcbnew/pcbnewPYTHON_wrap.cxx > + env > + grep -q ^MAKEJOBS= > + echo The MAKEJOBS variable is empty > The MAKEJOBS variable is empty > + JOBS=4 > + make -j4 _pcbnew > make: *** No rule to make target '_pcbnew'. Stop. > 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 > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

