I'm trying , my first, OSX build v0.12.1.x with gitian on a remote Debian.
My build fails, this it the tail of build.log
The directory /home/ubuntu seams wrong as I've created a user 'debian'
.profile
But why is the outdir in the build.log /home/ubuntu ?
My build fails, this it the tail of build.log
Code:
make: *** [/home/ubuntu/build/dash/depends/work/build/x86_64-apple-darwin11/boost/1_59_0-967ac548613/./.stamp_built] Error 1
make: Leaving directory `/home/ubuntu/build/dash/depends'
The directory /home/ubuntu seams wrong as I've created a user 'debian'
.profile
Code:
declare -x GITIAN_HOST_IP="10.0.3.2"
declare -x HOME="/home/debian"
declare -x LANG="en_US.UTF-8"
declare -x LOGNAME="debian"
declare -x LXC="1"
declare -x LXC_GUEST_IP="10.0.3.5"
declare -x PWD="/home/debian"
declare -x SHELL="/bin/bash"
declare -x USER="debian"
declare -x USE_LXC="1"
declare -ax VERSION='([0]="0.12.1.x")
But why is the outdir in the build.log /home/ubuntu ?
Code:
set -e
+ export LANG=en_US.UTF-8
+ LANG=en_US.UTF-8
+ export LC_ALL=en_US.UTF-8
+ LC_ALL=en_US.UTF-8
+ umask 002
+ export OUTDIR=/home/ubuntu/out
+ OUTDIR=/home/ubuntu/out
+ GBUILD_BITS=64
+ GBUILD_CACHE_ENABLED=1
+ GBUILD_PACKAGE_CACHE=/home/ubuntu/cache/dash-osx-0.12
+ GBUILD_COMMON_CACHE=/home/ubuntu/cache/common