Package: kcemirror
Version: 0.1.5-1
Severity: serious
Tags: patch

When building 'kcemirror' on unstable,
I get the following error:

/usr/lib/librapi.so: undefined reference to `wstrlen'
/usr/lib/librapi.so: undefined reference to `synce_socket_get_descriptor'
/usr/lib/librapi.so: undefined reference to `synce_socket_write'
/usr/lib/librapi.so: undefined reference to `synce_socket_connect_proxy'
/usr/lib/librapi.so: undefined reference to `_synce_log_wstr'
/usr/lib/librapi.so: undefined reference to `synce_password_recv_reply'
/usr/lib/librapi.so: undefined reference to `synce_socket_connect'
/usr/lib/librapi.so: undefined reference to `synce_info_destroy'
/usr/lib/librapi.so: undefined reference to `synce_socket_read'
/usr/lib/librapi.so: undefined reference to `filetime_from_unix_time'
/usr/lib/librapi.so: undefined reference to `synce_socket_new'
/usr/lib/librapi.so: undefined reference to `synce_socket_wait'
collect2: ld returned 1 exit status
make[3]: *** [kcemirror] Error 1
make[3]: Leaving directory `/kcemirror-0.1.5/obj-x86_64-linux-gnu/kcemirror'

With the attached patch 'kcemirror' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kcemirror-0.1.5/debian/rules ./debian/rules
--- ../tmp-orig/kcemirror-0.1.5/debian/rules    2006-10-14 10:16:59.000000000 
+0000
+++ ./debian/rules      2006-10-14 10:14:32.000000000 +0000
@@ -75,7 +75,7 @@
        mkdir $(objdir)
 
        # run configure with build tree $(objdir)
-       cd $(objdir) && \
+       cd $(objdir) && LIBS="-lsynce" \
        ../configure $(configkde) \
        --with-distribution="$$version (`cat /etc/debian_version`)" \
        --enable-mitshm --with-alsa --with-ipv6-lookup=auto \


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

Reply via email to