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

Re: Fuse and GNU/kFreeBSD



Petr Salinger <Petr.Salinger@seznam.cz> (01/07/2009):
>> 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]

Yep, installing that package made fuse built properly (without the
previous devname_r issue), and sshfs-fuse was then built without
problems.

I'm still getting pthread_sigmask has not found, though. :(
| kibi@kbsd:~/fuse-2.7.4$ objdump -x
| debian/libfuse2/usr/lib/libulockmgr.so.1.0.1|grep NEEDED
|   NEEDED               libc.so.0.1

(Long time no see, is -pthead the correct option? configure.in might
need an s/-pthread/-lpthread/. Doesn't seem to help, anyway.)

Adam (put back in the loop, just to make sure), please consider adding
the above-mentioned package to the Build-Depends, at least.

Mraw,
KiBi.


Reply to: