Issue 15086: Ubuntu bot: error while loading shared libraries (original) (raw)
Issue15086
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) * ![]() |
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) * ![]() |
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) ![]() |
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) * ![]() |
Date: 2012-06-16 22:37 |
Looks fixed. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:31 | admin | set | github: 59291 |
2012-06-16 22:37:09 | pitrou | set | status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved |
2012-06-16 22:30:52 | python-dev | set | nosy: + python-devmessages: + |
2012-06-16 22:29:43 | skrah | set | nosy: + pitroumessages: + |
2012-06-16 22:11:17 | pitrou | set | nosy: + brett.cannon |
2012-06-16 18🔞02 | skrah | create |