On 12/06/2017 09:08 AM, Helmut Jarausch wrote:
> Hi,
>
> I hope somebody can help me.
>
> I've written a new ebuild for "dev-python/imapclient-1.1.0" (the
> latest version in the tree is version 0.13)...
>
> Ebuilding this packages dies of a Sandbox Violation:
>
Post the full build log and ebuild? I was able to get the new version to
compile and install after using "sed" to loosen the sphinx dependency,
sed -i "s/1\.5/2.0/" setup.py || die
and after removing the two lines,
rm imapclient/six.py || die
epatch "${FILESDIR}"/0.12-tests.patch
Before I fixed the sphinx dependency, the "build" phase was trying to
download crap from the internet. That failed due to
FEATURES="network-sandbox", but if you're not using that FEATURE, then
it may have crashed further down the line for you.