Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510392 - sys-libs/db-4.8.30: USE=test installs tcl library without proper deps
Summary: sys-libs/db-4.8.30: USE=test installs tcl library without proper deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-15 13:01 UTC by Michał Górny
Modified: 2014-08-03 22:11 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-05-15 13:01:23 UTC
The ebuild states:

    # Bug #270851: test needs TCL support
    if use tcl || use test ; then
        myconf+=(
            --enable-tcl
            --with-tcl=/usr/$(get_libdir)
        )
    else
        myconf+=(--disable-tcl )
    fi

With no extra helper code, this means that with FEATURES=test USE=-tcl, all tcl stuff gets built and installed, obviously without proper RDEPEND. What is more funny, the tests aren't run anyway due to bug #425106.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-08-03 22:11:35 UTC
Solved w/ REQUIRED_USE