Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 273224

Summary: sys-apps/openrc-0.4.3-r3: still uses LIBDIR in pkg_*inst funcs
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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