Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607828 - net-misc/networkmanager: runtime depends on arping
Summary: net-misc/networkmanager: runtime depends on arping
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 16:28 UTC by hexum
Modified: 2017-06-25 18:05 UTC (History)
2 users (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 hexum 2017-01-31 16:28:55 UTC
Message from log:
> NetworkManager[2159]: <warn>  (e_onboard): arping could not be found; no ARPs will be sent

RDPEND="net-analyzer/arping" should be added to ebuild
Comment 1 Stefan Schmid 2017-02-15 07:12:31 UTC
(In reply to hexum from comment #0)
> Message from log:
> > NetworkManager[2159]: <warn>  (e_onboard): arping could not be found; no ARPs will be sent
> 
> RDPEND="net-analyzer/arping" should be added to ebuild

The USE flag "arping" at "net-misc/iputils" is also a solution.
Comment 2 hexum 2017-06-25 16:08:23 UTC
It's really a better solution.
But the problem is still here and should be fixed.
It could be done withing this bug.

Ebuild maintained should just set net-misc/iputils[arping] as a dependency.
Could someone do it?
Comment 3 Mike Gilbert gentoo-dev 2017-06-25 18:05:06 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1671a2688efbb88cf35adfc1c3c39b0ed291160d

commit 1671a2688efbb88cf35adfc1c3c39b0ed291160d
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Jun 25 13:49:16 2017 -0400

    net-misc/iputils: enable arping by default
    
    Bug: https://bugs.gentoo.org/607828
    Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 net-misc/iputils/iputils-20121221-r2.ebuild | 4 ++--
 net-misc/iputils/iputils-20151218.ebuild    | 4 ++--
 net-misc/iputils/iputils-20160308.ebuild    | 4 ++--
 net-misc/iputils/iputils-20161105.ebuild    | 2 +-
 net-misc/iputils/iputils-99999999.ebuild    | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9577ba7241b40f9a4588df47a38823e68189522

commit e9577ba7241b40f9a4588df47a38823e68189522
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Sun Jun 25 13:52:25 2017 -0400

    net-misc/networkmanager: add RDEPEND on arping
    
    Bug: https://bugs.gentoo.org/607828
    Package-Manager: Portage-2.3.6_p9, Repoman-2.3.2_p77

 net-misc/networkmanager/networkmanager-1.4.4-r1.ebuild | 4 ++++
 net-misc/networkmanager/networkmanager-1.8.0.ebuild    | 4 ++++
 2 files changed, 8 insertions(+)