Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438580 - dev-python/requests-0.14.1 fails to build with Python3.3
Summary: dev-python/requests-0.14.1 fails to build with Python3.3
Status: RESOLVED DUPLICATE of bug 438090
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 364877
Blocks: python-3.3
  Show dependency tree
 
Reported: 2012-10-16 14:23 UTC by Helmut Jarausch
Modified: 2012-11-21 15:55 UTC (History)
1 user (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:23:28 UTC
Trying to build dev-python/requests-0.14.1 it hangs (no CPU cycles) after
 * Building of dev-python/requests-0.14.1 with CPython 3.3...
python3.3 setup.py build -b build

Killing it with <Ctrl>C (twice) gives
Exiting on signal 2
sandbox:stop  caught signal 2 in pid 19515
sandbox:stop  signal already caught and busy still cleaning up!
^Csandbox:stop  signal already caught and busy still cleaning up!
running build
running build_py
creating build
creating build/lib
creating build/lib/requests
copying requests/models.py -> build/lib/requests
copying requests/utils.py -> build/lib/requests
copying requests/auth.py -> build/lib/requests
copying requests/async.py -> build/lib/requests
copying requests/safe_mode.py -> build/lib/requests
copying requests/hooks.py -> build/lib/requests
copying requests/compat.py -> build/lib/requests
copying requests/_oauth.py -> build/lib/requests
copying requests/status_codes.py -> build/lib/requests
copying requests/structures.py -> build/lib/requests
copying requests/__init__.py -> build/lib/requests
copying requests/sessions.py -> build/lib/requests
copying requests/cookies.py -> build/lib/requests
copying requests/api.py -> build/lib/requests
copying requests/certs.py -> build/lib/requests
copying requests/exceptions.py -> build/lib/requests
copying requests/defaults.py -> build/lib/requests
running egg_info
creating requests.egg-info
writing top-level names to requests.egg-info/top_level.txt
writing requests.egg-info/PKG-INFO
writing dependency_links to requests.egg-info/dependency_links.txt
writing manifest file 'requests.egg-info/SOURCES.txt'
reading manifest file 'requests.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests/*.'
warning: no files found matching 'requests/cacert.pem'
writing manifest file 'requests.egg-info/SOURCES.txt'
warning: build_py: byte-compiling is disabled, skipping.


/usr/portage/dev-python/requests/requests-0.14.1.ebuild: src_compile aborted; exiting.
Comment 1 Mike Gilbert gentoo-dev 2012-11-21 15:55:10 UTC

*** This bug has been marked as a duplicate of bug 438090 ***