This is an auto-filled bug because dev-python/pycurl fails tests. The issue was originally discovered on x86, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info.
Created attachment 636466 [details] build.log build log and emerge --info
I see the the same on hppa, which also has a 32 bit userspace on 64 bit kernel. I guess it uses uname to see what platform it is on and get's it wrong somehow.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ef44bf3be7c4117825edde0add989c3aae86eb commit 13ef44bf3be7c4117825edde0add989c3aae86eb Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-05-11 08:46:51 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-05-11 09:03:56 +0000 dev-python/pycurl: Respect CC/*FLAGS in fake-curl Bug: https://bugs.gentoo.org/721270 Signed-off-by: Michał Górny <mgorny@gentoo.org> .../pycurl/files/pycurl-7.43.0.5-cc-cflags.patch | 34 ++++++++++++++++++++++ dev-python/pycurl/pycurl-7.43.0.5.ebuild | 5 ++-- 2 files changed, 37 insertions(+), 2 deletions(-)
Please try now. Hopefully the patch will resolve it.
So I've looked into the new failures that started occurring after the last fix. Turns out that the tests are broken by a new version of bottle, and upstream's answer to that was to force old bottle. Since we can't lastrite this creepy package, I'm just going to disable broken tests.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d56b9d2d82d112e9b6ac7beab09b0c6e814510 commit 77d56b9d2d82d112e9b6ac7beab09b0c6e814510 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2020-05-16 16:11:07 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-05-16 16:12:47 +0000 dev-python/pycurl: Disable tests broken by bottle upgrade Upstream is silly and requires old dev-python/bottle version for testing. Instead of harming users and preventing downgrade, let's disable the few tests that require that. Closes: https://bugs.gentoo.org/721270 Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/pycurl/pycurl-7.43.0.5.ebuild | 2 ++ 1 file changed, 2 insertions(+)