Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 800269 - [guru] dev-python/i3ipc-2.2.1 fails tests
Summary: [guru] dev-python/i3ipc-2.2.1 fails tests
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-04 09:13 UTC by Agostino Sarubbo
Modified: 2022-11-01 02:55 UTC (History)
0 users

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


Attachments
build.log (build.log,154.90 KB, text/plain)
2021-07-04 09:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-07-04 09:13:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/i3ipc-2.2.1 fails tests.
Discovered on: amd64 (internal ref: guru_ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-04 09:13:47 UTC
Created attachment 721474 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-07-04 09:13:48 UTC
Possible context of error(s):

E               FileNotFoundError: [Errno 2] No such file or directory: 'i3'
err_msg    = 'No such file or directory'
Comment 3 Larry the Git Cow gentoo-dev 2022-11-01 02:55:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=244a0037d5bbdc3dafd6fe828d37bf4973bf54b0

commit 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0
Author:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
AuthorDate: 2022-10-30 01:46:56 +0000
Commit:     Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
CommitDate: 2022-10-30 01:59:52 +0000

    dev-python/i3ipc: fix some of the tests, disable tests
    
    Tests never worked, it seems. Most of the remaining errors are
    AttributeError: 'async_generator' object has no attribute 'foo'
    
    Bug: https://bugs.gentoo.org/800269
    Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

 dev-python/i3ipc/i3ipc-2.2.1-r1.ebuild | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)