Console Output
Started by upstream project "buildsystem" build number 1534
originally caused by:
Started by user Vincent Sanders
Building remotely on ciworker18 (x86_64-unknown-haiku) in workspace /boot/home/jenkins/workspace/buildsystem/HOST/x86_64-unknown-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 #1534 jenkins-HOST=x86_64-unknown-haiku-1534 # timeout=10
[x86_64-unknown-haiku] $ /bin/sh -xe /tmp/hudson9792616796831392261.sh
+ bash -ex citools/jenkins-build.sh
+ '[' xx86_64-unknown-haiku = x ']'
+ ARTIFACT_HOME=/boot/home/jenkins/artifacts-x86_64-unknown-haiku
+ '[' x = x ']'
++ cc -dumpmachine
+ BUILD=x86_64-unknown-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=x86_64-unknown-haiku
+ case ${BUILD} in
+ MAKE=make
+ mkdir -p /boot/home/jenkins/artifacts-x86_64-unknown-haiku
+ export PREFIX=/boot/home/jenkins/artifacts-x86_64-unknown-haiku
+ PREFIX=/boot/home/jenkins/artifacts-x86_64-unknown-haiku
+ export PKG_CONFIG_PATH=/boot/home/jenkins/artifacts-x86_64-unknown-haiku/lib/pkgconfig
+ PKG_CONFIG_PATH=/boot/home/jenkins/artifacts-x86_64-unknown-haiku/lib/pkgconfig
+ export LD_LIBRARY_PATH=:/boot/home/jenkins/artifacts-x86_64-unknown-haiku/lib
+ LD_LIBRARY_PATH=:/boot/home/jenkins/artifacts-x86_64-unknown-haiku/lib
+ export PATH=.:/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-x86_64-unknown-haiku/bin
+ PATH=.:/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-x86_64-unknown-haiku/bin
+ make Q= clean HOST=x86_64-unknown-haiku VARIANT=release
make: Nothing to be done for 'clean'.
+ '[' xx86_64-unknown-haiku = x ']'
+ '[' xx86_64-unknown-haiku = x ']'
+ '[' xx86_64-unknown-haiku = x ']'
+ '[' xx86_64-unknown-haiku = x ']'
+ '[' xx86_64-unknown-haiku = x ']'
+ make Q= HOST=x86_64-unknown-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.
+ '[' xx86_64-unknown-haiku = xx86_64-linux-gnu ']'
+ '[' xx86_64-unknown-haiku = xx86_64-unknown-haiku ']'
+ make Q= HOST=x86_64-unknown-haiku VARIANT=release install
mkdir -p /boot/home/jenkins/artifacts-x86_64-unknown-haiku/share/netsurf-buildsystem/makefiles /boot/home/jenkins/artifacts-x86_64-unknown-haiku/share/netsurf-buildsystem/testtools /boot/home/jenkins/artifacts-x86_64-unknown-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-x86_64-unknown-haiku/share/netsurf-buildsystem/makefiles/; \
done
for T in testrunner.pl; do \
cp testtools/$T /boot/home/jenkins/artifacts-x86_64-unknown-haiku/share/netsurf-buildsystem/testtools/; \
done
for C in jenkins-build.sh; do \
cp citools/$C /boot/home/jenkins/artifacts-x86_64-unknown-haiku/share/netsurf-buildsystem/citools/; \
done
Finished: SUCCESS