Started by upstream project "buildsystem" build number 1537 originally caused by: Started by user Vincent Sanders Building remotely on ciworker17 (i586-pc-haiku) in workspace /boot/home/jenkins/workspace/buildsystem/HOST/i586-pc-haiku > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://git.netsurf-browser.org/buildsystem.git # timeout=10 Fetching upstream changes from git://git.netsurf-browser.org/buildsystem.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/buildsystem.git +refs/heads/*:refs/remotes/origin/* Checking out Revision c81ec8a713550388fbb2a441fac05dfa27caa5ed (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c81ec8a713550388fbb2a441fac05dfa27caa5ed > git rev-list c81ec8a713550388fbb2a441fac05dfa27caa5ed # timeout=10 > git tag -a -f -m Jenkins Build #1537 jenkins-HOST=i586-pc-haiku-1537 # timeout=10 [i586-pc-haiku] $ /bin/sh -xe /tmp/hudson7366056710902124170.sh + bash -ex citools/jenkins-build.sh + '[' xi586-pc-haiku = x ']' + ARTIFACT_HOME=/boot/home/jenkins/artifacts-i586-pc-haiku + '[' x = x ']' ++ cc -dumpmachine + BUILD=i586-pc-haiku + TARGET_TEST= + TARGET_INSTALL= + TARGET_COVERAGE= + TARGET_STATIC= + TARGET_COVERITY= + TARGET_DOCS= + VARIANT=release + case "$1" in + TARGET_TEST=x86_64-linux-gnu + TARGET_INSTALL=i586-pc-haiku + case ${BUILD} in + MAKE=make + mkdir -p /boot/home/jenkins/artifacts-i586-pc-haiku + export PREFIX=/boot/home/jenkins/artifacts-i586-pc-haiku + PREFIX=/boot/home/jenkins/artifacts-i586-pc-haiku + export PKG_CONFIG_PATH=/boot/home/jenkins/artifacts-i586-pc-haiku/lib/pkgconfig + PKG_CONFIG_PATH=/boot/home/jenkins/artifacts-i586-pc-haiku/lib/pkgconfig + export LD_LIBRARY_PATH=:/boot/home/jenkins/artifacts-i586-pc-haiku/lib + LD_LIBRARY_PATH=:/boot/home/jenkins/artifacts-i586-pc-haiku/lib + export PATH=.:/boot/home/config/non-packaged/bin/x86:/boot/home/config/bin/x86:/boot/system/non-packaged/bin/x86:/boot/system/bin/x86:/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/home/config/apps:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences:/boot/home/jenkins/artifacts-i586-pc-haiku/bin + PATH=.:/boot/home/config/non-packaged/bin/x86:/boot/home/config/bin/x86:/boot/system/non-packaged/bin/x86:/boot/system/bin/x86:/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/home/config/apps:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences:/boot/home/jenkins/artifacts-i586-pc-haiku/bin + make Q= clean HOST=i586-pc-haiku VARIANT=release make: Nothing to be done for 'clean'. + '[' xi586-pc-haiku = x ']' + '[' xi586-pc-haiku = x ']' + '[' xi586-pc-haiku = x ']' + '[' xi586-pc-haiku = x ']' + '[' xi586-pc-haiku = x ']' + make Q= HOST=i586-pc-haiku VARIANT=release make install PREFIX=/somewhere Will install the makefiles, and test tools into $PREFIX/share/netsurf-buildsystem Which is where the libraries etc look for it. + '[' xi586-pc-haiku = xx86_64-linux-gnu ']' + '[' xi586-pc-haiku = xi586-pc-haiku ']' + make Q= HOST=i586-pc-haiku VARIANT=release install mkdir -p /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/makefiles /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/testtools /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/citools for M in Makefile.top Makefile.tools Makefile.subdir Makefile.pkgconfig Makefile.clang Makefile.gcc Makefile.norcroft Makefile.open64; do \ cp makefiles/$M /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/makefiles/; \ done for T in testrunner.pl; do \ cp testtools/$T /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/testtools/; \ done for C in jenkins-build.sh; do \ cp citools/$C /boot/home/jenkins/artifacts-i586-pc-haiku/share/netsurf-buildsystem/citools/; \ done Finished: SUCCESS