Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785313 - dev-python/pgzero-1.2.1 fails tests
Summary: dev-python/pgzero-1.2.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-24 11:55 UTC by Agostino Sarubbo
Modified: 2021-04-25 21:37 UTC (History)
0 users

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


Attachments
build.log (build.log,37.88 KB, text/plain)
2021-04-24 11:55 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-04-24 11:55:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pgzero-1.2.1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-24 11:55:56 UTC
Created attachment 702135 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-24 11:55:57 UTC
Possible context of error(s):

pygame.error: File is not a Windows BMP file
Comment 3 Larry the Git Cow gentoo-dev 2021-04-25 21:37:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0482fba8caa91356911324b51840b4ec864de821

commit 0482fba8caa91356911324b51840b4ec864de821
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2021-04-25 21:35:24 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2021-04-25 21:36:31 +0000

    dev-python/pygame: Add missing libpng and jpeg dependencies
    
    Although pygame depends on sdl2-image, it still uses libpng and
    libjpeg directly. If any of these three are not found then the image
    extension module is not built.
    
    This module, and several others, are actually optional but we
    unconditionally build them all. Changing this doesn't seem worth the
    effort, given their automagic nature.
    
    Closes: https://bugs.gentoo.org/785313
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 dev-python/pygame/{pygame-2.0.1.ebuild => pygame-2.0.1-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)