Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452796 - dev-lang/python-3.3.0-r1: random scripts hang with 'ldconfig -p'
Summary: dev-lang/python-3.3.0-r1: random scripts hang with 'ldconfig -p'
Status: RESOLVED DUPLICATE of bug 364877
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.3
  Show dependency tree
 
Reported: 2013-01-18 10:49 UTC by Michał Górny
Modified: 2013-01-18 17:26 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 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 ***