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

Re: Fuse and GNU/kFreeBSD



Hi,

On Wed, Jul 01, 2009 at 11:40:31PM +0200, Petr Salinger wrote:
>> 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 -S libpthread
libc0.1-dev: /usr/lib/libpthread.so
libc0.1-i686: /lib/i686/cmov/libpthread.so.0
libc0.1-dev: /usr/lib/libpthread_nonshared.a
libc0.1-dev: /usr/lib/libpthread.a
freebsd-hackedutils: /usr/lib/libpthread.so.2
libc0.1: /lib/libpthread.so.0
libc0.1: /lib/libpthread-0.10.so
libc0.1-i686: /lib/i686/cmov/libpthread-0.10.so

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

>> 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]

Yeah, installing libfreebsd-dev fixed that.

And after installing the libfuse-dev built again with libfreebsd-dev
installed, sshfs-fuse still throws some warnings, but at least it no
more FTBFS. (Can't install and further test it due to
fuse-utils/fuse4bsd missing though.)

So, Adam, please include the Build-Depends mentioned above by Petr in
the package before uploading it. Or, in case you already uploaded it,
please include it in the next upload.

		Regards, Axel
-- 
Axel Beckert - abe@deuxchevaux.org, abe@noone.org - http://noone.org/abe/


Reply to: