Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560696 - dev-python/python-sipsimple-2.5.1 fails to build
Summary: dev-python/python-sipsimple-2.5.1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 09:59 UTC by manuel
Modified: 2015-09-17 18:33 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,112.05 KB, text/x-log)
2015-09-17 09:59 UTC, manuel
Details
emerge --info (emerge--info.txt,18.81 KB, text/plain)
2015-09-17 09:59 UTC, manuel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manuel 2015-09-17 09:59:17 UTC
Created attachment 412090 [details]
build.log

It gets stuck in an infinite loop, it seems. (RuntimeError: maximum recursion depth exceeded in cmp)
Comment 1 manuel 2015-09-17 09:59:59 UTC
Created attachment 412092 [details]
emerge --info
Comment 2 Julian Ospald 2015-09-17 11:16:29 UTC
on an unrelated note: the hasufell overlay is no longer maintained, if you used games from there then go here https://github.com/hasufell/games-overlay
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-09-17 12:47:39 UTC
which cython version are you using?
Comment 4 manuel 2015-09-17 13:18:02 UTC
Currently 0.23. I'll test with 0.23.2 in a moment.
Comment 5 manuel 2015-09-17 13:50:27 UTC
Yes, builds with cython 0.23.2. Thanks!
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2015-09-17 17:30:01 UTC
Thanks for testing.

Julian, solutions are up to you now.
Comment 7 Julian Ospald 2015-09-17 17:57:21 UTC
mh, I don't like the idea of

>=dev-python/cython-0.23.2

because I use dev-python/cython-0.22 and it works fine here. Maybe just drop 0.23?
Comment 8 Justin Lecher (RETIRED) gentoo-dev 2015-09-17 18:11:13 UTC
let me check the changelog
Comment 9 Justin Lecher (RETIRED) gentoo-dev 2015-09-17 18:16:49 UTC
(In reply to Justin Lecher from comment #8)
> let me check the changelog

All changelog entries have some fixes for lots of things. So I will drop that version.
Comment 10 Justin Lecher (RETIRED) gentoo-dev 2015-09-17 18:23:45 UTC
commit 8af36943d23441d715f8ca0143d90354bfa5d397
Author: Justin Lecher <jlec@gentoo.org>
Date:   Thu Sep 17 20:22:40 2015 +0200

    dev-python/cython: Drop some intermediate Versions, which seem to cause problems

    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560696

    Package-Manager: portage-2.2.20.1
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af36943d23441d715f8ca0143d90354bfa5d397
Comment 11 Julian Ospald 2015-09-17 18:33:19 UTC
thanks