bugcgicc - Bugs: bug #38224, incorrect soname (issue #38053) is...

 
 

bug #38224: incorrect soname (issue #38053) is not fixed

Submitter:  Andreas Kirsch <kirsche40>
Submitted:  Fri 01 Feb 2013 03:28:41 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  sebdiaz Open/Closed:  Closed
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Fri 01 Feb 2013 03:52:21 PM UTC, comment #1: 

Ooops. I got also confused by the stupid versioning system of libtool. Here the correct patch:

/cgicc-3.2.10/cgicc/Makefile.am:19
- libcgicc_la_LDFLAGS = -lstdc++ -version-info 5:3:0
+ libcgicc_la_LDFLAGS = -lstdc++ -version-info 5:10:2

Andreas Kirsch <kirsche40>
Fri 01 Feb 2013 03:28:41 PM UTC, original submission:  

The issue #38053 is not fixed. The incorrect soname is still present. Current release v3.2.10 generates file libcgicc.so.5.0.3. Obviously 5.0.3 is not the correct version. The structure of the version number is CURRENT : REVISION : AGE. The current string is
CURRENT : 5
REVISION : 3
AGE : 0
Neither the new release did broke the interface nor did it augment the interface. We did bugfixing. So only the Revision has to be increased.

Following produces correct result:

/cgicc-3.2.10/cgicc/Makefile.am:19

- libcgicc_la_LDFLAGS = -lstdc++  -version-info 5:3:0
+ libcgicc_la_LDFLAGS = -lstdc++  -version-info 5:10:3


Run autogen, configure plus make and you will get the correct result.

Andreas Kirsch <kirsche40>

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by kirsche40 (Submitted the item)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

    History

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-01 sebdiaz StatusNone Fixed
        Assigned toNone sebdiaz
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.16-a7ba.
    Corresponding source code