Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685472 - gnome-base/gnome-control-center-3.30.3-r1 should depend on >= sys-power/upower-0.99.6 - meson.build:116:0: ERROR: Invalid version of dependency, need 'upower-glib' ['>= 0.99.6'] found '0.99.4'.
Summary: gnome-base/gnome-control-center-3.30.3-r1 should depend on >= sys-power/upowe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-05-09 16:43 UTC by Andrew John Hughes
Modified: 2019-05-10 19:39 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 Andrew John Hughes 2019-05-09 16:43:20 UTC
Dependency upower-glib found: NO found '0.99.4' but need: '>= 0.99.6'
Found CMake: /usr/bin/cmake (3.11.1)
Dependency upower-glib found: NO (tried cmake)

meson.build:116:0: ERROR:  Invalid version of dependency, need 'upower-glib' ['>= 0.99.6'] found '0.99.4'.

This fixes it:

@@ -37,7 +37,7 @@
 	>=gnome-base/gsettings-desktop-schemas-3.27.2
 	dev-libs/libxml2:2
 	>=sys-auth/polkit-0.114
-	>=sys-power/upower-0.99:=
+	>=sys-power/upower-0.99.6:=
 	x11-libs/libX11
 	>=x11-libs/libXi-1.2
 	flickr? ( >=media-libs/grilo-0.3.0:0.3= )
Comment 1 Larry the Git Cow gentoo-dev 2019-05-10 19:39:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2eb0f5e2cb2ccee45fa926b195e69041ad5729

commit 4c2eb0f5e2cb2ccee45fa926b195e69041ad5729
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-05-10 19:31:22 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-05-10 19:32:22 +0000

    gnome-base/gnome-control-center: fix upower dependency
    
    upower 0.99.6 is required, so express it, even if no such old
    version is available anymore.
    
    Closes: https://bugs.gentoo.org/685472
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 gnome-base/gnome-control-center/gnome-control-center-3.30.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)