Package: mnogosearch
Version: 3.3.7-1
Hi,
after the build of mnogosearch_3.3.7-1 failed due to a system crash, I
tried to finish it off manually by running dpkg-buildpackage -B -nc.
However, it did not get far:
f test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination
/usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
mkdir build-pgsql
mkdir: cannot create directory `build-pgsql': File exists
make: *** [debian/stamp-build-pgsql] Error 1
I think the build target should only create the build directory if it
does not exist yet, i.e. with mkdir -p.
Having a configure-stamp would help further to restart the build, but
this is likely rather a CDBS issue I guess.
After running configure again, the build continues where it got
interrupted.
Michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]