bugcgicc - Bugs: bug #38053, incorrect soname

 
 

bug #38053: incorrect soname

Submitter:  Andreas Kirsch <kirsche40>
Submitted:  Thu 10 Jan 2013 08:50:13 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 10 Jan 2013 12:31:02 PM UTC, comment #1: 

Wow! After giving up investigtion of this issue I stumbled over the solution. The wrong version number comes from Makefile.am:19

   libcgicc_la_LDFLAGS = -lstdc++  -version-info 5:2:0


The version info format is CURRENT:REVISION:AGE.

- If you have not changed the interface (bug fixes) bump the version to CURRENT : REVISION+1 : AGE

- If you have augmented the interface (new functions)bump the version to CURRENT+1 : 0 : AGE+1

- If you have broken old interface (e.g. removed functions) bump the version to CURRENT+1 : 0 : 0


So it seems this file was not maintained during the last releases.

Andreas Kirsch <kirsche40>
Thu 10 Jan 2013 08:50:13 AM UTC, original submission:  

I use the ELDK (www.denx.de) for cross building PPC libraries of cgicc. I tryed v3.2.9 and 3.2.3. The resulting soname ends always on version 5.0.2 which is obviously incorrect.

configure.ac shows correct entry:
   AC_INIT(cgicc, 3.2.9, bug-cgicc@gnu.org)

After wasting hours investigating the broken autoconf/automake build system of cgicc I give up. I have no idea where this version string comes from.

Andreas Kirsch <kirsche40>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kirsche40 (Voted in favor of this item)
  • -email is unavailable- added by kirsche40 (Submitted the item)
  •  

    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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-12 sebdiaz Open/ClosedOpen Closed
    2013-01-10 kirsche40 Carbon-Copy- Added kirsche40

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code