Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438578 - dev-python/pyro-4.14 fails to build with Python3.3
Summary: dev-python/pyro-4.14 fails to build with Python3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 364877
Blocks: python-3.3
  Show dependency tree
 
Reported: 2012-10-16 14:18 UTC by Helmut Jarausch
Modified: 2013-03-24 01:47 UTC (History)
2 users (show)

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 Helmut Jarausch 2012-10-16 14:18:34 UTC
Trying to build dev-python/pyro-4.14, it hangs (no CPU cycles) after

 * Building of dev-python/pyro-4.14 with CPython 3.3...
python3.3 setup.py build -b build-3.3

Kill it with <Ctrl> C (twice) gives
Exiting on signal 2
sandbox:stop  caught signal 2 in pid 18965
sandbox:stop  signal already caught and busy still cleaning up!
^Csandbox:stop  signal already caught and busy still cleaning up!
Pyro version = 4.14
running build
running build_py
creating build-3.3
creating build-3.3/lib
creating build-3.3/lib/Pyro4
copying src/Pyro4/socketutil.py -> build-3.3/lib/Pyro4
copying src/Pyro4/threadutil.py -> build-3.3/lib/Pyro4
copying src/Pyro4/util.py -> build-3.3/lib/Pyro4
copying src/Pyro4/nsc.py -> build-3.3/lib/Pyro4
copying src/Pyro4/core.py -> build-3.3/lib/Pyro4
copying src/Pyro4/threadpool.py -> build-3.3/lib/Pyro4
copying src/Pyro4/constants.py -> build-3.3/lib/Pyro4
copying src/Pyro4/naming.py -> build-3.3/lib/Pyro4
copying src/Pyro4/__init__.py -> build-3.3/lib/Pyro4
copying src/Pyro4/configuration.py -> build-3.3/lib/Pyro4
copying src/Pyro4/errors.py -> build-3.3/lib/Pyro4
creating build-3.3/lib/Pyro4/socketserver
copying src/Pyro4/socketserver/threadpoolserver.py -> build-3.3/lib/Pyro4/socketserver
copying src/Pyro4/socketserver/__init__.py -> build-3.3/lib/Pyro4/socketserver
copying src/Pyro4/socketserver/multiplexserver.py -> build-3.3/lib/Pyro4/socketserver
creating build-3.3/lib/Pyro4/test
copying src/Pyro4/test/__init__.py -> build-3.3/lib/Pyro4/test
copying src/Pyro4/test/echoserver.py -> build-3.3/lib/Pyro4/test
creating build-3.3/lib/Pyro4/utils
copying src/Pyro4/utils/flameserver.py -> build-3.3/lib/Pyro4/utils
copying src/Pyro4/utils/flame.py -> build-3.3/lib/Pyro4/utils
copying src/Pyro4/utils/__init__.py -> build-3.3/lib/Pyro4/utils
warning: build_py: byte-compiling is disabled, skipping.


/usr/portage/dev-python/pyro/pyro-4.14.ebuild: src_compile aborted; exiting.
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2012-12-25 14:36:14 UTC
Could you test pyro-4.17, please?
Comment 2 Helmut Jarausch 2012-12-26 12:48:10 UTC
(In reply to comment #1)
> Could you test pyro-4.17, please?

Unfortunately, it still hangs (no cpu usage) after
 * Building of dev-python/pyro-4.17 with CPython 3.3...
python3.3 setup.py build -b build-3.3

Helmut.