This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Ubuntu bot: error while loading shared libraries
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, pitrou, python-dev, skrah
Priority: normal Keywords: buildbot

Created on 2012-06-16 18:18 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg162981 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-06-16 18:18
The Ubuntu shared buildbot fails to run the tests:

 using PTY: True
./python: error while loading shared libraries: libpython3.3dm.so.1.0: cannot open shared object file: No such file or directory
make: *** [Python/importlib.h] Error 127



034c814eb187 was O.K., as far as the logs are still visible the error
first appears in 240b7467e65c .
msg162998 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-06-16 22:29
Rebuilding importlib.h fails:

----------------------------------------------------------
Python/importlib.h needs to be rebuilt, but no interpreter
is available to do so. Leaving the previous version in
place. You may want to run ''make'' a second time after
this build is complete.
----------------------------------------------------------


Is there an easy way to change the buildmaster to run 'make'
twice on this slave?
msg162999 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-16 22:30
New changeset 3680b3423aa3 by Antoine Pitrou in branch 'default':
Try to fix issue #15086: build failure on Ubuntu shared buildbot.
http://hg.python.org/cpython/rev/3680b3423aa3
msg163000 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-06-16 22:37
Looks fixed.
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59291
2012-06-16 22:37:09pitrousetstatus: open -> closed
resolution: fixed
messages: + msg163000

stage: needs patch -> resolved
2012-06-16 22:30:52python-devsetnosy: + python-dev
messages: + msg162999
2012-06-16 22:29:43skrahsetnosy: + pitrou
messages: + msg162998
2012-06-16 22:11:17pitrousetnosy: + brett.cannon
2012-06-16 18:18:02skrahcreate