Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu bot: error while loading shared libraries #59291

Closed
skrah mannequin opened this issue Jun 16, 2012 · 4 comments
Closed

Ubuntu bot: error while loading shared libraries #59291

skrah mannequin opened this issue Jun 16, 2012 · 4 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Jun 16, 2012

BPO 15086
Nosy @brettcannon, @pitrou, @skrah

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-06-16.22:37:09.282>
created_at = <Date 2012-06-16.18:18:02.954>
labels = ['type-bug', 'tests']
title = 'Ubuntu bot: error while loading shared libraries'
updated_at = <Date 2012-06-16.22:37:09.281>
user = 'https://github.com/skrah'

bugs.python.org fields:

activity = <Date 2012-06-16.22:37:09.281>
actor = 'pitrou'
assignee = 'none'
closed = True
closed_date = <Date 2012-06-16.22:37:09.282>
closer = 'pitrou'
components = ['Tests']
creation = <Date 2012-06-16.18:18:02.954>
creator = 'skrah'
dependencies = []
files = []
hgrepos = []
issue_num = 15086
keywords = ['buildbot']
message_count = 4.0
messages = ['162981', '162998', '162999', '163000']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'pitrou', 'skrah', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue15086'
versions = ['Python 3.3']

@skrah
Copy link
Mannequin Author

skrah mannequin commented Jun 16, 2012

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 .

@skrah skrah mannequin added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jun 16, 2012
@skrah
Copy link
Mannequin Author

skrah mannequin commented Jun 16, 2012

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?

@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 16, 2012

New changeset 3680b3423aa3 by Antoine Pitrou in branch 'default':
Try to fix issue bpo-15086: build failure on Ubuntu shared buildbot.
http://hg.python.org/cpython/rev/3680b3423aa3

@pitrou
Copy link
Member

pitrou commented Jun 16, 2012

Looks fixed.

@pitrou pitrou closed this as completed Jun 16, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant