Bug#352631: SONAME

2006-02-19 Thread Bartosz Fenski aka fEnIo
Hello Miklos.

Seems you've changed ABI in 2.5.x version of FUSE, but you left old SONAME
version, which causes many issues when filesystems that still want to work
with such library.

Please take a look at http://bugs.debian.org/352631

Could you please update your SONAME version to reflect ABI changes?

regards
fEnIo
-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#352631: SONAME

2006-02-19 Thread Miklos Szeredi
> Seems you've changed ABI in 2.5.x version of FUSE, but you left old SONAME
> version, which causes many issues when filesystems that still want to work
> with such library.
> 
> Please take a look at http://bugs.debian.org/352631
> 
> Could you please update your SONAME version to reflect ABI changes?

It's a bug in the versioning of the fuse_mount() symbol.

The following patch should fix it.

Thanks for the report,
Miklos

Index: lib/mount.c
===
RCS file: /cvsroot/fuse/fuse/lib/mount.c,v
retrieving revision 1.24
diff -u -r1.24 mount.c
--- lib/mount.c 9 Jan 2006 11:33:04 -   1.24
+++ lib/mount.c 19 Feb 2006 17:56:48 -
@@ -291,4 +291,4 @@
 return fuse_mount_compat22(mountpoint, NULL);
 }
 
-__asm__(".symver fuse_mount_compat22,fuse_mount@");
+__asm__(".symver fuse_mount_compat22,[EMAIL PROTECTED]");


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]