[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fuse and GNU/kFreeBSD



Hi.

dpkg-shlibdeps: warning: symbol pthread_sigmask used by debian/libfuse2/usr/lib/libulockmgr.so.1.0.1 found in none of the libraries.

Those were installed while building the package in kfreebsd-i386, but
the warning came anyway.

It is not specific for kfreebsd-* as at least in

https://buildd.debian.org/fetch.cgi?&pkg=fuse&ver=2.7.4-1.1&arch=i386&stamp=1222983978&file=log
https://buildd.debian.org/fetch.cgi?&pkg=fuse&ver=2.7.4-1.1&arch=ia64&stamp=1222984628&file=log

is also

  dpkg-shlibdeps: warning: symbol pthread_sigmask used by debian/libfuse2/usr/lib/libulockmgr.so.1.0.1 found in none of the libraries.


May be this will help:

--- lib/Makefile.am
+++ lib/Makefile.am
@@ -38,6 +38,6 @@
        -Wl,--version-script,$(srcdir)/fuse_versionscript

 libulockmgr_la_SOURCES = ulockmgr.c
-libulockmgr_la_LDFLAGS = -version-number 1:0:1
+libulockmgr_la_LDFLAGS = -pthread -version-number 1:0:1

 EXTRA_DIST = fuse_versionscript

Petr


Reply to: