|
From: jean-christophe m. <act...@gm...> - 2016-12-02 19:25:42
|
Hi there,
The following script run with branch=master & tag=release-4.4-0.92:
echo --------
echo Cleaning
echo --------
cd git-bashdb
sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch
$tag
echo ------------------
echo Building configure
echo ------------------
export NOCONFIGURE=yes
sudo -Eu actionmystique -H ./autogen.sh
echo -------------------------------------------------------
echo Working around a bug related to $ac_aux_dir/config.sub
echo -------------------------------------------------------
# Cf. https://sourceforge.net/p/bashdb/bugs/42/
sudo -u actionmystique -H sed -i 's|$ac_aux_dir|.|g' ./configure
echo -----------
echo Configuring
echo -----------
# Bugs 'readc.c:848:46: error: too few arguments to function
‘valid_array_reference’'
# sudo -u actionmystique -H ./configure
--with-bash-src=/home/actionmystique/Program-Files/Ubuntu/Bash/git-bash \
sudo -u actionmystique -H ./configure --prefix=/usr/share
--sysconfdir=/etc --localstatedir=/var
echo ---------
echo Compiling
echo ---------
sudo -u actionmystique -H make
echo --------
echo Checking
echo --------
sudo -u actionmystique -H make check
leads to *5 tests errors: attached test-suite.log*
The whole build log is available on request.
--
Jean-Christophe
|