Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372861 - net-misc/vpnc: sys-apps/iproute2 should be included with !minimal
Summary: net-misc/vpnc: sys-apps/iproute2 should be included with !minimal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 16:24 UTC by Frank Steinmetzger
Modified: 2011-07-03 17:31 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 Frank Steinmetzger 2011-06-24 16:24:51 UTC
I am building a minimal live system. When I tested its vpnc for the first time, it failed because it didn't find the ip tool.

It turned out that iproute2 only includes this program if built without the minimal use flag.

Hence vpnc's dependency on iproute2 should be amended to include [!minimal].

Reproducible: Always

Steps to Reproduce:
Install sys-apps/iproute2 with USE=minimal (it will only install one file: /sbin/tc), then try to use vpnc.
Actual Results:  
Calling vpnc when iproute2 is installed with minimal use flag yields:
# vpnc <some config file>
which: no ip in (/sbin:/usr/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin/:/usr/local/sbin/)


Tested only with vpnc-0.5.3, but should be valid for other versions as well.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2011-07-03 17:31:36 UTC
0.5.3_p457-r2 has the updated dependency, thank you for the hint.