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

Bug 452796

Summary: dev-lang/python-3.3.0-r1: random scripts hang with 'ldconfig -p'
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 437322    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 10:49:05 UTC
I think I've seen something similar somewhere so I guess this may not be really related to sphinx but setuptools or something like this. I can't investigate it closer right now, sorry.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-01-18 11:12:24 UTC
# grep ldconfig -R /usr/lib64/python3.3/
Binary file /usr/lib64/python3.3/ctypes/__pycache__/util.cpython-33.pyo matches
Binary file /usr/lib64/python3.3/ctypes/__pycache__/util.cpython-33.pyc matches
/usr/lib64/python3.3/ctypes/util.py:    # Andreas Degert's find functions, using gcc, /sbin/ldconfig, objdump
/usr/lib64/python3.3/ctypes/util.py:            with contextlib.closing(os.popen('/sbin/ldconfig -r 2>/dev/null')) as f:
/usr/lib64/python3.3/ctypes/util.py:        def _findSoname_ldconfig(name):
/usr/lib64/python3.3/ctypes/util.py:            # XXX assuming GLIBC's ldconfig (with option -p)
/usr/lib64/python3.3/ctypes/util.py:                with subprocess.Popen(['/sbin/ldconfig', '-p'],
/usr/lib64/python3.3/ctypes/util.py:            return _findSoname_ldconfig(name) or _get_soname(_findLib_gcc(name))

So it seems that Python itself must be buggy.
Comment 2 Tim Harder gentoo-dev 2013-01-18 17:26:39 UTC

*** This bug has been marked as a duplicate of bug 364877 ***