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

Re: Fuse and GNU/kFreeBSD



What I noticed when building:

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

It should come from libpthread.

dpkg-shlibdeps: warning: symbol devname_r used by debian/libfuse2/usr/lib/libfuse.so.2.7.4 found in none of the libraries.
It is in our libfreebsd, the added test in configure.in tries to find it by

	AC_SEARCH_LIBS(devname_r, [freebsd])

It looks like slight tweaking is still needed, at least including
	Build-Depends: libfreebsd-dev [kfreebsd-amd64 kfreebsd-i386]

I do not know the answers for the rest.

Petr


Reply to: