Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601568 - net-misc/openvpn-2.4_rc1: lzo enabled but missing
Summary: net-misc/openvpn-2.4_rc1: lzo enabled but missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-04 02:32 UTC by Chris White
Modified: 2016-12-04 05:32 UTC (History)
0 users

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 Chris White 2016-12-04 02:32:02 UTC
Given the current DEPENDS:

==========================
REQUIRED_USE="static? ( !plugins !pkcs11 )
    lzo? ( !lz4 )
    pkcs11? ( ssl )
    mbedtls? ( ssl !libressl )
    pkcs11? ( ssl )
    !plugins? ( !pam !down-root )"

CDEPEND="
    kernel_linux? (
        iproute2? ( sys-apps/iproute2[-minimal] )
        !iproute2? ( sys-apps/net-tools )
    )
    pam? ( virtual/pam )
    ssl? (
        !mbedtls? (
            !libressl? ( >=dev-libs/openssl-0.9.8:* )
            libressl? ( dev-libs/libressl )
        )
        mbedtls? ( net-libs/mbedtls )
    )
    lzo? ( app-arch/lz4 )
    pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
    systemd? ( sys-apps/systemd )"
DEPEND="${CDEPEND}
    test? ( dev-util/cmocka )"
=====================

Nothing appears to pull in dev-libs/lzo with lzo support given the following USE flags:

net-misc/openvpn-2.4_rc1::gentoo-overlay  USE="lzo pam plugins ssl -down-root -examples -inotify -iproute2 -libressl -lz4 -mbedtls -pkcs11 (-polarssl) (-selinux) -static -systemd {-test}"

*NOTE: gentoo-overlay is simply the latest anongit pulldown

emerge of dev-libs/lzo followed by net-misc/openvpn-2.4_rc1 allows for the emerge to continue successfully.
Comment 1 Patrick McLean gentoo-dev 2016-12-04 05:32:43 UTC
Fixed in net-misc/openvpn-2.4_rc1-r1