Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922676 - dev-build/automake-vanilla-1.15.1 fails tests (MUSL-SYSTEM)
Summary: dev-build/automake-vanilla-1.15.1 fails tests (MUSL-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-01-22 08:28 UTC by Agostino Sarubbo
Modified: 2024-01-24 13:40 UTC (History)
0 users

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


Attachments
build.log (build.log,245.64 KB, text/plain)
2024-01-22 08:28 UTC, Agostino Sarubbo
Details
1-test-suite.log.xz (1-test-suite.log.xz,61.26 KB, application/x-xz)
2024-01-22 08:28 UTC, Agostino Sarubbo
Details
2-test-suite.log (2-test-suite.log,753 bytes, text/plain)
2024-01-22 08:28 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 2024-01-22 08:28:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-build/automake-vanilla-1.15.1 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-22 08:28:25 UTC
Created attachment 882820 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-22 08:28:26 UTC
Created attachment 882821 [details]
1-test-suite.log.xz

1-test-suite.log (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-22 08:28:27 UTC
Created attachment 882822 [details]
2-test-suite.log

2-test-suite.log
Comment 4 Agostino Sarubbo gentoo-dev 2024-01-22 08:28:28 UTC
Error(s) that match a know pattern:


FAIL: t/aminit-moreargs-deprecation.sh
FAIL: t/ar4.sh
FAIL: t/ar5.sh
FAIL: t/auxdir-pr15981.sh
FAIL: t/check12-w.sh
FAIL: t/check12.sh
FAIL: t/dejagnu-relative-srcdir.sh
FAIL: t/dejagnu-siteexp-extend.sh
FAIL: t/deprecated-acinit.sh
FAIL: t/init.sh
FAIL: t/instmany-python.sh
FAIL: t/mkdirp-deprecation.sh
FAIL: t/py-compile-basedir.sh
FAIL: t/py-compile-basic.sh
FAIL: t/py-compile-destdir.sh
FAIL: t/py-compile-option-terminate.sh
FAIL: t/python10.sh
FAIL: t/python12.sh
FAIL: t/python3.sh
PASS: t/self-check-exit.tap 31 - command not found
dist-tarZ: skipped test: cannot find a working 'compress' program
Comment 5 Larry the Git Cow gentoo-dev 2024-01-24 10:25:32 UTC
The bug has been referenced in the following commit(s):

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

commit ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-24 10:21:50 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-24 10:25:14 +0000

    dev-build/automake: fix modern C issues in tests, fix tests w/ byacc/reflex too
    
    Bug: https://bugs.gentoo.org/922676
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-build/automake/Manifest                  |  1 +
 dev-build/automake/automake-1.16.5-r1.ebuild | 15 +++++++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
Comment 6 Larry the Git Cow gentoo-dev 2024-01-24 13:37:20 UTC
The bug has been referenced in the following commit(s):

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

commit b8fa98b64e1ef1b7cec664937b259c75b6da8202
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-24 13:35:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-24 13:36:22 +0000

    dev-build/automake-vanilla: fix tests
    
    Same as ad9bfdfb3e7aefb9a306dbd08fe10e39a7f3a7c8.
    
    Bug: https://bugs.gentoo.org/922676
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-build/automake-vanilla/Manifest                       |  1 +
 dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | 13 ++++++++++++-
 dev-build/automake-vanilla/automake-vanilla-9999.ebuild   |  7 +++++++
 3 files changed, 20 insertions(+), 1 deletion(-)