| Summary: | =dev-python/enzyme-0.4.1 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nikoli <nikoli> |
| Component: | [OLD] Development | Assignee: | Nikoli <nikoli> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | proxy-maint |
| Priority: | Normal | Keywords: | EBUILD |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 493524 | ||
| Attachments: |
ebuild
live ebuild dev-python:enzyme-9999:20131206-181502.log dev-python:enzyme-9999:20131206-180846.log dev-python:enzyme-9999:20131206-185133.log ebuild live ebuild |
||
Created attachment 364718 [details]
live ebuild
Created attachment 364722 [details]
dev-python:enzyme-9999:20131206-181502.log
2.7 only ^
Created attachment 364724 [details] dev-python:enzyme-9999:20131206-180846.log both ^ error: Setup script exited with error: SandboxViolation: mkdir('/var/tmp/portage/dev-python/enzyme-9999/work/enzyme-9999-python2_7/PyYAML.egg-info', 511) {} error: Setup script exited with error: SandboxViolation: mkdir('/var/tmp/portage/dev-python/enzyme-9999/work/enzyme-9999-python3_3/PyYAML.egg-info', 511) {} What's interesting is this which is probably the cause: > Downloading https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.10.zip#md5=b1a2b30cdf481da4249c917c3307f129 Can you depend on dev-python/pyyaml and disable fetching this? Created attachment 364730 [details]
dev-python:enzyme-9999:20131206-185133.log
Sorry, the previous two attachments were a false positive; didn't have the proper dependencies merged, that is now resolved.
However, the current one fails when running the tests for two Python versions:
mkdir enzyme/tests/test_{parsers,mkv} || die
It seems as if it is doing this in the same directory and can't create it twice?
Created attachment 364752 [details]
ebuild
Thanks for testing, fixed. Now 'PYTHON_TARGETS="python2_7 python3_3" emerge -1va =dev-python/enzyme-0.4.1' works fine.
Created attachment 364754 [details]
live ebuild
+ 07 Dec 2013; Tom Wijsman <TomWij@gentoo.org> +enzyme-0.4.1.ebuild, + enzyme-9999.ebuild: + Version bump to 0.4.1 and updated live ebuild; fixes bug #493458, proxied + commit for Nikoli. |
Created attachment 364716 [details] ebuild Please commit attached ebuilds. With python-2.7 tests work fine, did not check with python-3.3.