Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504590 - =kde-misc/plasma-nm-0.9.3.3 needs to depend on =net-libs/libnm-qt-0.9.8.1
Summary: =kde-misc/plasma-nm-0.9.3.3 needs to depend on =net-libs/libnm-qt-0.9.8.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 13:43 UTC by Mike Pagano
Modified: 2014-03-14 13:47 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 Mike Pagano gentoo-dev 2014-03-14 13:43:19 UTC
plasma-nm will not compile if you have =net-libs/libnm-qt-0.9.8.0 instead of =net-libs/libnm-qt-0.9.8.1.

Maybe the email needs a dep or the older version could be dropped?




Reproducible: Always

Steps to Reproduce:
1.have =net-libs/libnm-qt-0.9.8.0 installed
2.attempt to emerge =kde-misc/plasma-nm-0.9.3.3


Actual Results:  
CMakelists.txt:

elseif(${NETWORKMANAGERQT_VERSION} VERSION_LESS 0.9.8.1)
    message(FATAL_ERROR "ERROR: NetworkManagerQt required version is 0.9.8.1. http://projects.kde.org/libnm-qt")
endif()

Relevant part of build log:

-- Found NetworkManager 0.9.8.8:
-- Found libnm-util:
-- checking for module 'NetworkManagerQt'
--   found NetworkManagerQt, version 0.9.8.0
CMake Error at CMakeLists.txt:19 (message):
  ERROR: NetworkManagerQt required version is 0.9.8.1.

Expected Results:  
plasma-nm emerged successfully
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2014-03-14 13:47:40 UTC
Thanks for reporting. This is fixed in cvs now. Please sync.

+
+  14 Mar 2014; Johannes Huber <johu@gentoo.org> plasma-nm-0.9.3.3.ebuild:
+  Rais dep on net-libs/libnm-qt, bug #504590.
+