Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273224 - sys-apps/openrc-0.4.3-r3: still uses LIBDIR in pkg_*inst funcs
Summary: sys-apps/openrc-0.4.3-r3: still uses LIBDIR in pkg_*inst funcs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 17:18 UTC by Peter Alfredsen (RETIRED)
Modified: 2009-06-08 19:37 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 Peter Alfredsen (RETIRED) gentoo-dev 2009-06-08 17:18:47 UTC
LIBDIR is unset in pkg_setup:
unset LIBDIR #266688
But is then used later on:
        # update the dependency tree bug #224171
        [[ "${ROOT}" = "/" ]] && "${ROOT}/${LIBDIR}"/rc/bin/rc-depend -u

Which leads to:
/var/tmp/portage/sys-apps/openrc-0.4.3-r3/temp/environment: line 2384: ///rc/bin/rc-depend: No such file or directory