Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493458 - =dev-python/enzyme-0.4.1 version bump
Summary: =dev-python/enzyme-0.4.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 493524
  Show dependency tree
 
Reported: 2013-12-06 17:05 UTC by Nikoli
Modified: 2013-12-07 12:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (enzyme-0.4.1.ebuild,884 bytes, text/plain)
2013-12-06 17:05 UTC, Nikoli
Details
live ebuild (enzyme-9999.ebuild,889 bytes, text/plain)
2013-12-06 17:06 UTC, Nikoli
Details
dev-python:enzyme-9999:20131206-181502.log (dev-python:enzyme-9999:20131206-181502.log,7.45 KB, text/x-log)
2013-12-06 18:18 UTC, Tom Wijsman (TomWij) (RETIRED)
Details
dev-python:enzyme-9999:20131206-180846.log (dev-python:enzyme-9999:20131206-180846.log,20.06 KB, text/x-log)
2013-12-06 18:20 UTC, Tom Wijsman (TomWij) (RETIRED)
Details
dev-python:enzyme-9999:20131206-185133.log (dev-python:enzyme-9999:20131206-185133.log,10.77 KB, text/x-log)
2013-12-06 18:55 UTC, Tom Wijsman (TomWij) (RETIRED)
Details
ebuild (enzyme-0.4.1.ebuild,970 bytes, text/plain)
2013-12-07 03:59 UTC, Nikoli
Details
live ebuild (enzyme-9999.ebuild,975 bytes, text/plain)
2013-12-07 03:59 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-12-06 17:05:47 UTC
Created attachment 364716 [details]
ebuild

Please commit attached ebuilds. With python-2.7 tests work fine, did not check with python-3.3.
Comment 1 Nikoli 2013-12-06 17:06:04 UTC
Created attachment 364718 [details]
live ebuild
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-06 18:18:07 UTC
Created attachment 364722 [details]
dev-python:enzyme-9999:20131206-181502.log

2.7 only ^
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-06 18:20:56 UTC
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?
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-06 18:55:40 UTC
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?
Comment 5 Nikoli 2013-12-07 03:59:34 UTC
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.
Comment 6 Nikoli 2013-12-07 03:59:50 UTC
Created attachment 364754 [details]
live ebuild
Comment 7 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-12-07 08:51:33 UTC
+  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.