don't worry this is a build setup issue rather than a code or build-script issue
On 8 August 2017 at 04:22, Miguel Angel Ajo <[email protected]> wrote: > See <http://ci.kicad-pcb.org/job/osx-kicad-adam-head/369/display/redirect> > > ------------------------------------------ > Started by user Nick Ostergaard > Building remotely on c4osx (osx) in workspace > <http://ci.kicad-pcb.org/job/osx-kicad-adam-head/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/wayneandlayne/KiCadMacOSPackaging.git # timeout=10 > Fetching upstream changes from > https://github.com/wayneandlayne/KiCadMacOSPackaging.git > > git --version # timeout=10 > > git fetch --tags --progress > https://github.com/wayneandlayne/KiCadMacOSPackaging.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 7afd9efd5bbbc57165b6be073e37885f62680771 > (refs/remotes/origin/master) > Commit message: "Merge pull request #3 from xzcvczx/unicode_pasteboard" > > git config core.sparsecheckout # timeout=10 > > git checkout -f 7afd9efd5bbbc57165b6be073e37885f62680771 > > git rev-list 7afd9efd5bbbc57165b6be073e37885f62680771 # timeout=10 > [osx-kicad-adam-head] $ /bin/sh -xe > /var/folders/mp/kcdg3qp93rjcdkv03hk95gz00000gp/T/jenkins7327747009972409083.sh > + sw_vers -productVersion > 10.11.6 > + xcode-select -p > /Applications/Xcode.app/Contents/Developer > + source /Users/kicad/.bashrc > ++ export HOMEBREW_PREFIX=/Users/kicad/homebrew > ++ HOMEBREW_PREFIX=/Users/kicad/homebrew > ++ export > PATH=/Users/kicad/homebrew/bin:/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin > ++ > PATH=/Users/kicad/homebrew/bin:/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin > ++ export > PATH=/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin > ++ > PATH=/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/Users/kicad/homebrew/opt/gettext/bin:/Users/kicad/homebrew/bin:/usr/bin:/bin:/usr/sbin:/sbin > + git checkout -- . > + echo '--- compile_kicad.py 2017-03-17 15:03:50.488385700 +0100 > +++ compile_kicad_patched.py 2017-03-17 15:05:50.894385700 +0100 > @@ -21,9 +21,9 @@ > > "-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk", > "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9", > "-DwxWidgets_CONFIG_EXECUTABLE=../wx/wx-bin/bin/wx-config", > - "-DKICAD_SCRIPTING=ON", > - "-DKICAD_SCRIPTING_MODULES=ON", > - "-DKICAD_SCRIPTING_WXPYTHON=ON", > + "-DKICAD_SCRIPTING=OFF", > + "-DKICAD_SCRIPTING_MODULES=OFF", > + "-DKICAD_SCRIPTING_WXPYTHON=OFF", > "-DPYTHON_EXECUTABLE=" + which("python"), > "-DPYTHON_SITE_PACKAGE_PATH=" + > os.path.realpath("wx/wx-bin/lib/python2.7/site-packages"), > "-DKICAD_USE_OCE=ON", > ' > + patch -p0 -i /Users/kicad/test/kicad-mac-packaging/hack6.patch > patching file compile_kicad.py > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 2 out of 2 hunks ignored -- saving rejects to file compile_kicad.py.rej > patching file install_docs.sh > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file install_docs.sh.rej > patching file install_libraries.sh > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file install_libraries.sh.rej > patching file package_extras.sh > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file package_extras.sh.rej > patching file package_kicad.sh > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 2 out of 2 hunks ignored -- saving rejects to file package_kicad.sh.rej > patching file setup.sh > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file setup.sh.rej > 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

