Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662682 - net-wireless/kismet-2018.08_beta1-r1:0/2018.08_beta1::gentoo install networkmanager with disabled nm flag
Summary: net-wireless/kismet-2018.08_beta1-r1:0/2018.08_beta1::gentoo install networkm...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-02 22:11 UTC by MZ
Modified: 2018-12-03 18:12 UTC (History)
1 user (show)

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 MZ 2018-08-02 22:11:58 UTC
Calculating dependencies... done!
[ebuild  N     ] net-libs/libmicrohttpd-0.9.59:0/12::gentoo  USE="ssl -epoll -messages -static-libs {-test}" 1,364 KiB
[ebuild  N     ] dev-libs/protobuf-3.6.0.1:0/16::gentoo  USE="zlib -emacs -examples -static-libs {-test}" 0 KiB
[ebuild  N     ] dev-libs/newt-0.52.20::gentoo  USE="nls -gpm -tcl" PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5" 177 KiB
[ebuild  N     ] dev-libs/protobuf-c-1.3.0-r1:0/1.0.0::gentoo  USE="-static-libs {-test}" 477 KiB
[ebuild  N     ] net-misc/dhcp-4.4.1::gentoo  USE="client ipv6 server ssl -ldap -libressl (-selinux) -vim-syntax" 10,903 KiB
[ebuild  N     ] net-libs/libndp-1.6-r1::gentoo  356 KiB
[ebuild  N     ] net-libs/libmbim-1.14.0::gentoo  USE="udev -static-libs" 393 KiB
[ebuild  N     ] net-libs/libqmi-1.18.0:0/5.1::gentoo  USE="mbim -doc -static-libs" 853 KiB
[ebuild  N     ] net-misc/modemmanager-1.6.12:0/1::gentoo  USE="introspection policykit qmi -mbim -systemd -vala" 1,370 KiB
[ebuild  N     ] net-misc/networkmanager-1.10.10::gentoo  USE="consolekit dhclient introspection modemmanager ncurses nss policykit ppp wext wifi -audit -bluetooth -connection-sharing -dhcpcd -elogind -gnutls -json -ofono -ovs -resolvconf (-selinux) -systemd -teamd {-test} -vala" 3,944 KiB
[ebuild     U  ] net-wireless/kismet-2018.08_beta1-r1:0/2018.08_beta1::gentoo [2016.07.1-r1:0/2016.07.1::gentoo] USE="pcre suid -lm_sensors% -networkmanager% (-selinux) (-client%*) (-plugin-autowep%*) (-plugin-btscan%) (-plugin-dot15d4%) (-plugin-ptw%*) (-plugin-spectools%) (-plugin-syslog%*) (-ruby%*) (-speech%)" PYTHON_TARGETS="python2_7%*" 1,996 KiB



equery u kismet

* Found these USE flags for net-wireless/kismet-2018.08_beta1-r1:

- - lm_sensors               : Add linux lm_sensors (hardware sensors) support
 - - networkmanager           : Enable net-misc/networkmanager support
 + + pcre                     : Build with pcre support
 + + python_targets_python2_7 : Build with Python 2.7
 + - suid                     : Install a setuid root helper binary with limited functionality; this allows running kismet as a normal user, significantly
                                reducing security risks
Comment 1 MZ 2018-08-10 20:41:51 UTC
same problem net-wireless/kismet-2018.08_beta1-r2

i do not use a networkmanager. i do not need him. kismet warns me during configuration about possible problems.

simple patch

--- kismet-2018.08_beta1-r2.ebuild	2018-08-07 08:09:30.000000000 +0200
+++ kismet-2018.08_beta1-wrk.ebuild	2018-08-10 21:56:11.575332506 +0200
@@ -32,7 +32,7 @@
 
 CDEPEND="
 	${PYTHON_DEPS}
-	net-misc/networkmanager:=
+	networkmanager? ( net-misc/networkmanager )
 	dev-libs/glib:=
 	dev-libs/elfutils:=
 	sys-libs/zlib:=
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2018-12-03 18:12:08 UTC
this is already fixed