Summary: | [guru] dev-python/asyncpg-0.30.0 fails to compile: ValueError: dictionary update sequence element #0 has length 1; 2 is required | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | GURU project <guru-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cyber+gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2024-03-11 07:47:28 UTC
Created attachment 887280 [details]
build.log
build log and emerge --info
Works for me (Cython 3.0.10) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=850e6e7134c38c303f47d8c4fba951fc7a22c437 commit 850e6e7134c38c303f47d8c4fba951fc7a22c437 Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2024-10-22 12:47:48 +0000 Commit: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> CommitDate: 2024-10-22 12:47:48 +0000 dev-python/asyncpg: add 0.30.0 Bug: https://bugs.gentoo.org/887651 Bug: https://bugs.gentoo.org/926720 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> dev-python/asyncpg/Manifest | 1 + dev-python/asyncpg/asyncpg-0.30.0.ebuild | 81 ++++++++++++++++++++++ .../asyncpg/files/asyncpg-0.30.0-cflags.patch | 15 ++++ dev-python/asyncpg/metadata.xml | 8 ++- 4 files changed, 103 insertions(+), 2 deletions(-) guru_ci has reproduced this issue with version 0.30.0 - Updating summary. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=847204a2b260d0e5783e3c84d6b7d0312e38cb81 commit 847204a2b260d0e5783e3c84d6b7d0312e38cb81 Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2024-10-23 17:30:44 +0000 Commit: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> CommitDate: 2024-10-23 22:49:59 +0000 dev-python/asyncpg: fix build with USE=debug Unset "cython_directives" via build_ext options, because the default for debug builds is broken. Closes: https://bugs.gentoo.org/926720 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> dev-python/asyncpg/asyncpg-0.30.0.ebuild | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) |