binarycrusader / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

inverted fields in libmodman SONAME #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build libproxy - 0.4.2 with any option

What is the expected output? What do you see instead?
the shared object file is named libmodman.so.0 whereas symlinks are named
libmodman.so.0.0.0.
Actually that should be the contrary as the SONAME need to stay the same
even if symbol are added, increasing the minor value without breaking ABI.

What version of the product are you using? On what operating system?
libproxy current on every unixes.

Please provide any additional information below.
readelf -a libmodman.so.0 |grep SONAME
 0x000000000000000e (SONAME)             Library soname: [libmodman.so.0.0.0]
That will be corrected by this patch

Original issue reported on code.google.com by kwiz...@gmail.com on 1 Jun 2010 at 9:05

Attachments:

GoogleCodeExporter commented 9 years ago
Good catch !

Pushed in r687

Thanks.

Original comment by nicolas.dufresne@gmail.com on 2 Jun 2010 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 7 Jun 2010 at 3:48