Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 860972 - [guru] dev-python/asyncpg-0.26.0 fails tests: asyncpg.cluster.ClusterError: could not find pg_config executable
Summary: [guru] dev-python/asyncpg-0.26.0 fails tests: asyncpg.cluster.ClusterError: c...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: piotr.staroszczyk
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-25 12:06 UTC by Agostino Sarubbo
Modified: 2022-10-29 05:54 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,22.71 KB, application/x-xz)
2022-07-25 12:06 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 2022-07-25 12:06:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/asyncpg-0.26.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-25 12:06:30 UTC
Created attachment 794261 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-25 12:06:31 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


>           raise ClusterError('could not find pg_config executable')
E           asyncpg.cluster.ClusterError: could not find pg_config executable
Comment 3 Larry the Git Cow gentoo-dev 2022-10-29 05:54:34 UTC
The bug has been closed via the following commit(s):

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

commit f3134539a4055bf116464c0fe16f95f405b34cd4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2022-10-19 12:31:45 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2022-10-19 12:38:12 +0000

    dev-python/asyncpg: fix tests
    
    Closes: https://bugs.gentoo.org/860972
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 dev-python/asyncpg/asyncpg-0.26.0.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)