Package: sqlrelay
Version: 1:0.36.4-1
Severity: important
Tags: patch

When building 'sqlrelay' on amd64/unstable, I get the following error:

fi
if ( test -r .libs/libCSQLRelay.so ); \
then \
        cp .libs/libCSQLRelay.so CSQLRelay.so; \
fi
../../../mkinstalldirs 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
mkdir -p -- 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
/bin/sh ../../../libtool --mode=install ../../../install-sh -c CSQLRelay.so 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
../../../install-sh -c CSQLRelay.so 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay/CSQLRelay.so
../../../install-sh -c -m 644 PySQLRClient.py 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
../../../install-sh -c -m 644 PySQLRDB.py 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
../../../install-sh -c -m 644 __init__.py 
/sqlrelay-0.36.4/debian/tmp/usr/lib64/python2.4/site-packages/SQLRelay
rm -f CSQLRelay.so
make[1]: Leaving directory `/sqlrelay-0.36.4/src/api/python'
find debian/tmp -name '*.so*' -type f \
    | xargs chrpath --keepgoing --delete
dh_install --sourcedir=debian/tmp --list-missing
cp: cannot stat `debian/tmp/usr/lib/python2.4': No such file or directory
dh_install: command returned error code 256
make: *** [install] Error 1

With the attached patch 'sqlrelay' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/sqlrelay-0.36.4/acsite.m4 ./acsite.m4
--- ../tmp-orig/sqlrelay-0.36.4/acsite.m4       2005-09-11 17:59:02.000000000 
+0000
+++ ./acsite.m4 2005-09-11 17:58:42.000000000 +0000
@@ -351,7 +351,6 @@
 [
 AC_MSG_CHECKING(for library directory)
 case $host_cpu in
-       x86_64 ) LIBDIR="lib64" ;;
        * ) LIBDIR="lib" ;;
 esac
 AC_MSG_RESULT($LIBDIR)
diff -urN ../tmp-orig/sqlrelay-0.36.4/configure ./configure
--- ../tmp-orig/sqlrelay-0.36.4/configure       2005-09-11 17:59:02.000000000 
+0000
+++ ./configure 2005-09-11 17:58:52.000000000 +0000
@@ -19313,7 +19313,6 @@
 echo "$as_me:$LINENO: checking for library directory" >&5
 echo $ECHO_N "checking for library directory... $ECHO_C" >&6
 case $host_cpu in
-       x86_64 ) LIBDIR="lib64" ;;
        * ) LIBDIR="lib" ;;
 esac
 echo "$as_me:$LINENO: result: $LIBDIR" >&5


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to