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.
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:31 | admin | set | github: 59291 |
| 2012年06月16日 22:37:09 | pitrou | set | status: open -> closed resolution: fixed messages: + msg163000 stage: needs patch -> resolved |
| 2012年06月16日 22:30:52 | python-dev | set | nosy:
+ python-dev messages: + msg162999 |
| 2012年06月16日 22:29:43 | skrah | set | nosy:
+ pitrou messages: + msg162998 |
| 2012年06月16日 22:11:17 | pitrou | set | nosy:
+ brett.cannon |
| 2012年06月16日 18:18:02 | skrah | create | |