Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833981 - app-shells/zsh-5.8.1 fails tests on MUSL A03quoting.ztst B03print.ztst V09datetime.ztst
Summary: app-shells/zsh-5.8.1 fails tests on MUSL A03quoting.ztst B03print.ztst V09dat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Piotr Karbowski (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-02-24 10:26 UTC by Agostino Sarubbo
Modified: 2022-09-01 02:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,133.30 KB, text/plain)
2022-02-24 10:26 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-02-24 10:26:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-shells/zsh-5.8.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-24 10:26:30 UTC
Created attachment 765756 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-09-01 02:06:29 UTC
The bug has been closed via the following commit(s):

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

commit d12d15fee1604f729ea93a3401cbb25ee41c9897
Author:     brahmajit das <listout@protonmail.com>
AuthorDate: 2022-08-26 19:53:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-01 02:06:00 +0000

    app-shells/zsh: Fix failing tests on musl
    
    On musl the tests A03quoting.ztst, B03print.ztst, V09datetime.ztst, and
    E02xtrace.ztst were failing. This commit fixes all four (E02xtrace is
    removed for musl) of them.
    
    Closes: https://bugs.gentoo.org/833981
    Signed-off-by: brahmajit das <listout@protonmail.com>
    
    Signed-off-by: brahmajit das <listout@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/27019
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/zsh-5.9-musl-V09datetime-test-fix.patch  | 15 ++++++++++++++
 app-shells/zsh/zsh-5.9.ebuild                      | 23 +++++++++++++++++++---
 2 files changed, 35 insertions(+), 3 deletions(-)