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

Re: Fuse and GNU/kFreeBSD



Petr Salinger a écrit :
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


Hello,

Okay, patch for libulockmgr dependency against libpthread added, as well as libfreebsd-dev [kfreebsd-amd64 kfreebsd-i386] b-dep. I also added libfreebsd-dev to libfuse-dev dependencies, it should be fine now.

Thanks for your help.

Regards, Adam.


Reply to: