Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 862019 - app-backup/burp-2.4.0 fails tests on MUSL
Summary: app-backup/burp-2.4.0 fails tests on MUSL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fischl Anton
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-29 11:14 UTC by Agostino Sarubbo
Modified: 2022-08-10 04:10 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,196.05 KB, text/plain)
2022-07-29 11:14 UTC, Agostino Sarubbo
Details
1-test-suite.log (1-test-suite.log,1.98 KB, text/plain)
2022-07-29 11:14 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-29 11:14:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-backup/burp-2.4.0 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-29 11:14:51 UTC
Created attachment 795527 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-29 11:14:52 UTC
Created attachment 795530 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Agostino Sarubbo gentoo-dev 2022-07-29 11:14:53 UTC
Error(s) that match a know pattern:


FAIL: runner
Comment 4 Fischl Anton 2022-08-04 06:23:44 UTC
I can reproduce this only on musl, glibc seems fine.

I opened up an issue upstream: https://github.com/grke/burp/issues/908
Comment 5 Larry the Git Cow gentoo-dev 2022-08-10 04:10:30 UTC
The bug has been closed via the following commit(s):

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

commit 2023986b99552df0336306e0e37ab7d5b2f6554d
Author:     Anton Fischl <github@fischl-online.de>
AuthorDate: 2022-08-09 06:36:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-08-10 04:09:56 +0000

    app-backup/burp: fix strptime for musl
    
    Closes: https://bugs.gentoo.org/862019
    Signed-off-by: Anton Fischl <github@fischl-online.de>
    Closes: https://github.com/gentoo/gentoo/pull/26790
    Signed-off-by: Sam James <sam@gentoo.org>

 app-backup/burp/burp-2.4.0-r1.ebuild               | 118 +++++++++++++++++++++
 app-backup/burp/burp-2.5.4-r1.ebuild               | 118 +++++++++++++++++++++
 .../burp/files/burp-2.4.0-fix-musl-strptime.patch  |  86 +++++++++++++++
 3 files changed, 322 insertions(+)