Bug#434225: probably broken libtool

2007-07-23 Thread Cyril Brulebois
Adam Cécile (Le_Vert) [EMAIL PROTECTED] (23/07/2007):
 Hi,

Hi,

[yeah, let's forget about honouring the Reply-To, that's considered a
good practice (#434149). Anyway, submitter added back in Cc.]

 I don't know at all why lates ntfs-3g release failed to build on amd64.
 [...]
 I would say it looks like being a buildd issue...

No, reproducible in a sid chroot.

 What's your mind ?

I'd say it's a libtool issue. You can install libtool, run e.g.
libtoolize -c -f, then autoreconf to update your autotools stuff, then
`make' runs successfully.

Cheers,

-- 
Cyril Brulebois


pgp30B0ZiUS19.pgp
Description: PGP signature


Bug#434225: probably broken libtool

2007-07-23 Thread Kurt Roeckx
reassign 434225 fuse
thanks

On Mon, Jul 23, 2007 at 10:31:41AM +0200, Cyril Brulebois wrote:
 Adam Cécile (Le_Vert) [EMAIL PROTECTED] (23/07/2007):
  Hi,
 
 Hi,
 
 [yeah, let's forget about honouring the Reply-To, that's considered a
 good practice (#434149). Anyway, submitter added back in Cc.]
 
  I don't know at all why lates ntfs-3g release failed to build on amd64.
  [...]
  I would say it looks like being a buildd issue...
 
 No, reproducible in a sid chroot.

Note that in /usr/lib, I have those files:
libfuse.la:dependency_libs=' -lrt -lselinux'
libulockmgr.la:dependency_libs=' -lselinux'

This means that libfuse-dev should have a Depends on libselinux-dev,
which it doesn't.

It also seems that fuse doesn't even have a Build-Depends on
and the maintainer uploaded it on amd64, linked to libselinux1,
which is why you don't see it on the other arches.

So that would be 2 problems in the fuse source packages.

  What's your mind ?
 
 I'd say it's a libtool issue. You can install libtool, run e.g.
 libtoolize -c -f, then autoreconf to update your autotools stuff, then
 `make' runs successfully.

This will get you the Debian version of libtool, which will avoid using
the dependency_libs in that case.  Which is a good thing.

But this bug really is one in fuse, so I'm reassigning it.


Kurt