Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435612 - x11-libs/qt-webkit version mismatch
Summary: x11-libs/qt-webkit version mismatch
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 08:06 UTC by Jan Vesely
Modified: 2012-09-20 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2012-09-20 08:06:22 UTC
After emerging x11-libs/qt-webkit-4.8.2  USE="debug exceptions gstreamer icu jit pch (-aqua) (-qpa)" on x64 using gcc 4.6.3.

portage claims that:
>>> x11-libs/qt-webkit-4.8.2 merged
and source tar is named qt-everywhere-opensource-src-4.8.2.tar.gz

while
# cat /usr/share/qt4/mkspecs/modules/qt_webkit_version.pri
QT_WEBKIT_VERSION = 4.9.2
QT_WEBKIT_MAJOR_VERSION = 4
QT_WEBKIT_MINOR_VERSION = 9
QT_WEBKIT_PATCH_VERSION = 2

and # ls /usr/lib/qt4/libQtWebKit.*
/usr/lib/qt4/libQtWebKit.prl   /usr/lib/qt4/libQtWebKit.so.4.9
/usr/lib/qt4/libQtWebKit.so    /usr/lib/qt4/libQtWebKit.so.4.9.2
/usr/lib/qt4/libQtWebKit.so.4

Reproducible: Always

Steps to Reproduce:
1. emerge at-webkit
Actual Results:  
library indicates its version is 4.9.2

Expected Results:  
version should match ebuild. i.e. be 4.8.2
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-20 14:59:00 UTC
Yes, that's confusing, but why is it a problem? SONAME versions do not need to match release versions...