Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 579012

Summary: net-im/pidgin: networkmanager use requires dbus to be enabled
Product: Gentoo Linux Reporter: Alexey Kharlamov <derlafff>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexey Kharlamov 2016-04-04 11:19:18 UTC
There is need to set REQUIRED_USE="networkmanager? ( dbus )"

pidgin with USE="networkmanager -dbus" builds and works, but networkmanager integration does not.

Reproducible: Always

Steps to Reproduce:
1. USE="networkmanager -dbus" emerge pidgin
Actual Results:  
Pidgin builds and works, but networkmanager integration is broken

Expected Results:  
Pidgin does not build, user must either enable dbus use flag or disable networkmanager one.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-04-06 06:45:49 UTC
commit e6e3c91b2e092158c6fb066cc91da73cbe4fdcc7
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Wed Apr 6 08:39:12 2016

    net-im/pidgin: networkmanager requires dbus (bug #579012).
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>