Re: [Pkg-ia32-libs-maintainers] Bug#535365: ia32-apt-get: Should drop 32-bit version of type-handling

2009-07-01 Thread Goswin von Brederlow
Daniel Schepler writes: > Package: ia32-apt-get > Version: 20 > Severity: normal > > In a pbuilder amd64 chroot, after installing ia32-apt-get and doing an > apt-get > update (unsetting DEBIAN_FRONTEND so that I could choose the "All" option in > the debconf prompt): > > frobozz:/tmp# dpkg-arc

boost almost there; almost.

2009-07-01 Thread Cyril Brulebois
Heya, although it built, -lboost_python and -lboost_filesystem aren't found in polybori and sfftobmp respectively. Will try and investigate later, I just wanted to let you know about its not-perfect-yet state. Mraw, KiBi. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a s

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Cyril Brulebois
Petr Salinger (02/07/2009): > 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 =

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Cyril Brulebois
Petr Salinger (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 >>

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Petr Salinger
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://

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Axel Beckert
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 libpthre

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Petr Salinger
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

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Axel Beckert
Hi, On Wed, Jul 01, 2009 at 09:44:29PM +0200, "Adam Cécile (Le_Vert)" wrote: > [1] http://mentors.debian.net/debian/pool/main/f/fuse/fuse_2.7.4-2.dsc Just wondering: is a fuse4bsd source package (see [1]) already available somewhere for testing with this? [1] http://bugs.debian.org/cgi-bin/bugre

Re: Plans for libvolume-id?

2009-07-01 Thread Cyril Brulebois
Aurelien Jarno (01/07/2009): > Yes, actually hal 0.5.12 does not need libvolume-id anymore, but use > libblkid. Unfortunately the change upstream only concerns Linux, but > porting the commit to GNU/kFreeBSD should not be really difficult. Yep. > About hal itself, I have already filled a bug (#5

Re: Fuse and GNU/kFreeBSD

2009-07-01 Thread Cyril Brulebois
(Keeping you Cc'd, not sure you're on this list.) "Adam Cécile (Le_Vert)" (01/07/2009): > Hello, Hello, > Could you please build and test it on kFreeBSD before I upload this > new package? sure, builds fine. > Do you want me to forward it to him for an inclusion in incoming fuse > 2.8 ? Plea

Re: Plans for libvolume-id?

2009-07-01 Thread Aurelien Jarno
On Wed, Jul 01, 2009 at 07:33:56AM +0200, Petr Salinger wrote: >> short story: >> - udev produces libvolume-id-dev and its library; >> - the libvolume-id source package was introduced to provide that >> library without udev for GNU/kFreeBSD (and eventually hurd? Didn't >> check.) > > From #4371

Fuse and GNU/kFreeBSD

2009-07-01 Thread Adam Cécile (Le_Vert)
Hello, I've prepared a package [1] with Aurelien's patch applied. Could you please build and test it on kFreeBSD before I upload this new package? If it works fine, Miklos Szeredi (fuse upstream) is usually nice and I bet he would accept your patch. Do you want me to forward it to him for an i

Re: Plans for libvolume-id?

2009-07-01 Thread Cyril Brulebois
Petr Salinger (01/07/2009): > From #437162 (udev package): > > PS> IMHO, there are effectively only two options > > PS> - build libvolume-id from udev source package on non-linux PS> > architectures > PS> - separate libvolume-id into libvolume-id source package on linux > PS> architectures > >