On Sun, Jul 19, 2009 at 11:27:14PM +0200, Karel Zak wrote: > > On Sun, Jul 19, 2009 at 07:56:17AM -0400, Theodore Tso wrote: > > Also, apparently no once noticed until now, but there's a bug in the > > util-linux-ng's uuid.sym file. The uuid_pack and uuid_unpack symbols > > are missing, because someone forgot to include them in the uuid.sym > > file. > > is it really bug? Why do you want to export symbols that are not part > of the library API? You're right; I took a closer look at it, and they aren't part of the library API. > Unfortunately, it's not possible to combine versioned symbols with > anonymous (without version) symbols. It means after first change to > the library ABI we will need to introduce UUID_1.0 for old symbols. Yes, but I would have preferred to do so on a per symbol basis. And the UUID library isn't one that's likely to change in the future. > > Argh, util-linux-ng 2.16 has already been released; is it too late to > > undo this change? > > I think yes, it's too late. > > A new version (2.16.1) without UUID_1.0 will require mass rebuild in > all distributions/systems where are libuuid applications with ABI > versioning. IMHO this is much more painful that impossibility to > downgrade to the old libuuid (from e2fsprogs). Sigh, you're probably right. > Maybe we can add --disable-{libuuid,libblkid}-versioning for people > who need to bypass the default behaviour. There are some commercial programs that might use libuuid --- minor ones, like SAP R/3. So they might want to create programs that work on both RHEL 5 and RHEL 6. The only way I can think of doing this is to build the link libraries without the map file, and the shared library with the map file. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html