Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 926720

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 issuesAssignee: 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 gentoo-dev 2024-03-11 07:47:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/asyncpg-0.29.0-r1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-11 07:47:29 UTC
Created attachment 887280 [details]
build.log

build log and emerge --info
Comment 2 Anna Vyalkova 2024-04-10 11:36:55 UTC
Works for me (Cython 3.0.10)
Comment 3 Larry the Git Cow gentoo-dev 2024-10-22 15:55:31 UTC
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(-)
Comment 4 Agostino Sarubbo gentoo-dev 2024-10-23 06:40:59 UTC
guru_ci has reproduced this issue with version 0.30.0 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-10-24 12:33:23 UTC
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(-)