Re: The case of libkmod's .so versioning attempts, and induced collisions

2012-02-07 Thread Lucas De Marchi
d it doesn't matter if it goes from libkmod.so.1 to libkmod.so.151 or if it goes to libkmod.so.2. soname was bumped. major was bumped. Skipping all the numbers between the majors seems like craziness. > > ELF is where the rules come from, not libtool.  Libtool tries to make it > easy t

Re: The case of libkmod's .so versioning attempts, and induced collisions

2012-02-08 Thread Lucas De Marchi
Hi Peter, On Wed, Feb 8, 2012 at 12:45 AM, Peter O'Gorman wrote: > On 02/07/2012 07:06 PM, Lucas De Marchi wrote: >> >> >> Yes. We can always learn. It seems that this is not the case here. >> There are other projects releasing like this and no one pointed out to

Re: The case of libkmod's .so versioning attempts, and induced collisions

2012-02-08 Thread Lucas De Marchi
On Wed, Feb 8, 2012 at 12:34 AM, Bob Friesenhahn wrote: > On Tue, 7 Feb 2012, Lucas De Marchi wrote: > >>> Hopefully your intention is only to illustrate what projects should not >>> do >>> and not to submit a patch.  This libkmod project seems to be less than &