Bug 345148 - the name of libs have 'SOVERSION' (literally) in the name.
Summary: the name of libs have 'SOVERSION' (literally) in the name.
Status: RESOLVED FIXED
Alias: None
Product: kompare
Classification: Applications
Component: general (show other bugs)
Version: 4.1.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Kompare developers
URL:
Keywords:
: 344748 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-14 14:35 UTC by Gustavo Alvarez
Modified: 2015-03-15 22:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Alvarez 2015-03-14 14:35:21 UTC
build kompare make the name of their libs with extension 'SONAME' literally

kompare /usr/lib/libkomparedialogpages.so
kompare /usr/lib/libkomparedialogpages.so.SOVERSION
kompare /usr/lib/libkompareinterface.so
kompare /usr/lib/libkompareinterface.so.SOVERSION


Reproducible: Always

Steps to Reproduce:
1.build
2.list the files


Actual Results:  
name of libs contains a '.SONAME' extension

Expected Results:  
name of libs contains the version number(?) extension
Comment 1 Kevin Kofler 2015-03-15 00:20:08 UTC
Git commit 34e371e869e74fa1b6b3c906733933bdaf648f96 by Kevin Kofler.
Committed on 15/03/2015 at 00:19.
Pushed by kkofler into branch 'master'.

Fix VERSION and SOVERSION of private libraries.

Don't use the obsolete GENERIC_LIB_VERSION and GENERIC_LIB_SOVERSION
macros that are not defined anymore. (CMake was interpreting the missing
strings as "SOVERSION" being the value of the VERSION property.)

M  +3    -0    CMakeLists.txt
M  +1    -1    interfaces/CMakeLists.txt
M  +2    -2    libdialogpages/CMakeLists.txt

http://commits.kde.org/kompare/34e371e869e74fa1b6b3c906733933bdaf648f96
Comment 2 Kevin Kofler 2015-03-15 00:22:47 UTC
Whoops, good catch! Fixed in both master and Applications/15.04. (14.12 was not affected, this was a regression from the KF5 port.) Thanks for the report.
Comment 3 Gustavo Alvarez 2015-03-15 14:00:34 UTC
boh, typos, is 'SOVERSION' instead of 'SONAME'... but bleh

anyway. thanks for the fix!

greetings
Comment 4 Christoph Feck 2015-03-15 22:00:21 UTC
*** Bug 344748 has been marked as a duplicate of this bug. ***