[Open Office] ooo-build-src680.140.0 mdbtools unpack issue
Hanno Meyer-Thurow
h.mth at web.de
Wed Nov 30 07:22:24 EST 2005
Hi list!
I do:
cd ooo-build-src680.140.0/
autoconf
./configure --enable-access --with-system-mdbtools
Then it still wants to copy mdbtools-0.6pre1.tar.gz. This was not the case for ooo-build-src680.137.0.
...
Unpacking OO.o build tree - [ go make some tea ] ...
Fixing unfortunate snafus
Copying mdbtools into the tree
cp: Aufruf von stat für „/usr/portage/distfiles/mdbtools-0.6pre1.tar.gz“ nicht möglich: Datei oder Verzeichnis nicht gefunden (file not found)
What i see in configure and bin/unpack
configure
...
if test "$enable_access" = "no"; then
access_enabled=no
ENABLE_ACCESS=
else
if test "$with_system_mdbtools" = "yes"; then
SYSTEM_MDBTOOLS=YES
fi
access_enabled=yes
ENABLE_ACCESS=TRUE
MDBTOOLS_SRC=mdbtools-0.6pre1.tar.gz
fi
echo "$as_me:$LINENO: result: $access_enabled" >&5
echo "${ECHO_T}$access_enabled" >&6
...
bin/unpack
...
if test "x$MDBTOOLS_SRC" != "x"; then
echo "Copying mdbtools into the tree"
MDBDEST=$OOBUILDDIR/mdbtools/download
mkdir -p $MDBDEST || exit 1;
cp -a $SRCDIR/$MDBTOOLS_SRC $MDBDEST || exit 1;
fi
...
That MDBTOOLS_SRC variable should only be set if "$with_system_mdbtools" = "no", shouldn't it?
Regards,
Hanno
More information about the Openoffice
mailing list