Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 892011 - dev-perl/SDL-2.548.0-r1 fails tests (hang) (LIBARCHIVE-SYSTEM)
Summary: dev-perl/SDL-2.548.0-r1 fails tests (hang) (LIBARCHIVE-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 907564
  Show dependency tree
 
Reported: 2023-01-25 14:34 UTC by Agostino Sarubbo
Modified: 2023-09-27 03:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,140.67 KB, text/plain)
2023-01-25 14:34 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 2023-01-25 14:34:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/SDL-2.548.0-r1 fails tests (hang) (LIBARCHIVE-SYSTEM).
Discovered on: amd64 (internal ref: libarchive_tinderbox)

NOTE:
(LIBARCHIVE-SYSTEM) in the summary means that the bug was found on a machine that runs app-alternatives/tar and app-alternatives/cpio with [-gnu,+libarchive] but this bug MAY or MAY NOT BE related to the tar/cpio implementation.
I had to kill the process.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-25 14:34:52 UTC
Created attachment 849187 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-01 08:00:51 UTC
Same:

portage  3437302  0.0  0.0   2492  1772 pts/1    SN+  06:52   0:00      |   |           |       \_ [dev-perl/SDL-2.548.0-r2] sandbox /usr/lib/portage/python3.11/ebuild.sh test
portage  3437303  0.0  0.0 226840  7240 pts/1    SN+  06:52   0:00      |   |           |           \_ bash /usr/lib/portage/python3.11/ebuild.sh test
portage  3437319  0.0  0.0 226848  6296 pts/1    SN+  06:52   0:00      |   |           |               \_ bash /usr/lib/portage/python3.11/ebuild.sh test
portage  3437343  0.0  0.0 251084 30376 pts/1    SN+  06:52   0:00      |   |           |                   \_ /usr/bin/perl ./Build test verbose=0
portage  3437757 99.7  0.0 243676 21368 pts/1    RN+  06:52 126:47      |   |           |                       \_ /usr/bin/perl t/core_video.t

I see https://aur.archlinux.org/packages/perl-sdl#comment-903413 too.
Comment 3 Larry the Git Cow gentoo-dev 2023-06-01 08:20:32 UTC
The bug has been closed via the following commit(s):

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

commit de2ede67a3fc79221cee519340d6df44a69dd56e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-01 08:20:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-01 08:20:24 +0000

    dev-perl/SDL: skip hanging test
    
    Closes: https://bugs.gentoo.org/892011
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-perl/SDL/SDL-2.548.0-r2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-27 03:36:29 UTC
commit 7a5988d6db2b42243501826054f7b86c087050b4
Author: Sam James <sam@gentoo.org>
Date:   Wed Sep 27 04:31:56 2023 +0100

    media-libs/libsdl: add 1.2.68

    The release notes mention sdl-perl works now, so maybe it fixes our problems
    (or perhaps the hang I've seen even if not the assert).

    See https://github.com/libsdl-org/sdl12-compat/releases/tag/release-1.2.68.

    Bug: https://bugs.gentoo.org/907609
    Signed-off-by: Sam James <sam@gentoo.org>