Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 154191
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Roy Marples (RETIRED) <uberlord@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Scherer <martin_konrad_scherer@yahoo.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 154191 depends on: Show dependency tree
Bug 154191 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-05 15:14 0000
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1)
Gecko/20061010 Firefox/2.0
Build Identifier: 

a minimal iproute2 does not provide the /sbin/ip utility which is expected to
exist if you build openvpn with USE="iproute2"

the result is that you can not use any tunnels etc.

please fix it (solution might be the same as in #14001)

Reproducible: Always

Steps to Reproduce:
1. USE="iproute2 minimal" emerge iproute2 openvpn
2. /etc/init.d/openvpn start complains about missing /sbin/ip utility




Expected Results:  
-incompatible useflag matrix should be disallowed
-working configuration

------- Comment #1 From Martin Scherer 2006-11-05 15:24:41 0000 -------
pkg_setup() {
    if use iproute2; then
        if built_with_use sys-apps/iproute2 minimal; then
            die "If you want iproute2 support, you need to build iproute2
            without USE=\"minimal\"!\nTo build a minimal openvpn with iproute2
            support put the following line into your
/etc/portage/package.use:\n
            sys-apps/iproute2 -minimal"
        fi
    fi
}

this should disable merging a non working version of openvpn!

------- Comment #2 From Roy Marples (RETIRED) 2006-11-06 02:25:59 0000 -------
Fixed, thanks for the report

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug