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

Bug 91079

Summary: /usr/lib as a LDPATH only exists in 10xorg
Product: Gentoo Linux Reporter: Jesse Throwe <gentoo>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jesse Throwe 2005-05-01 12:36:20 UTC
When building a trimmed down system, with X explicitly disabled as an emerge, ld.so.conf becomes broken.  This is due to the fact that the LDPATH (which feeds into ld.so.conf) for /usr/lib only sits in 10xorg.  This should be in something closer, such as basesystem.

Reproducible: Always
Steps to Reproduce:
1. Setup a system with -X (selinux/x86/hardened in this case)
2. Run bootstrap.sh
3. Attempt to emerge -u system, things will start breaking at some point.

Actual Results:  
Python breaks because it cannot locate libpython.so.1.0

Expected Results:  
System should emerge normally (sans any broken packages)
Comment 1 SpanKY gentoo-dev 2005-05-01 20:37:42 UTC
you dont need /usr/lib in ld.so.conf