Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836629 - net-libs/libmicrohttpd-0.9.75 fails tests on MUSL: FAIL: test_https_sni
Summary: net-libs/libmicrohttpd-0.9.75 fails tests on MUSL: FAIL: test_https_sni
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-04-02 07:56 UTC by Agostino Sarubbo
Modified: 2022-04-20 20:14 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,230.59 KB, text/plain)
2022-04-02 07:57 UTC, Agostino Sarubbo
Details
1-test-suite.log (1-test-suite.log,283 bytes, text/plain)
2022-04-02 07:57 UTC, Agostino Sarubbo
Details
2-test-suite.log (2-test-suite.log,955 bytes, text/plain)
2022-04-02 07:57 UTC, Agostino Sarubbo
Details
3-test-suite.log (3-test-suite.log,289 bytes, text/plain)
2022-04-02 07:57 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-04-02 07:56:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/libmicrohttpd-0.9.75 fails tests on MUSL.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-02 07:57:00 UTC
Created attachment 768459 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-02 07:57:00 UTC
Created attachment 768460 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Agostino Sarubbo gentoo-dev 2022-04-02 07:57:01 UTC
Created attachment 768461 [details]
2-test-suite.log

2-test-suite.log
Comment 4 Agostino Sarubbo gentoo-dev 2022-04-02 07:57:02 UTC
Created attachment 768462 [details]
3-test-suite.log

3-test-suite.log
Comment 5 Karlson2k 2022-04-03 17:00:19 UTC
Thanks for the report, Agostino.

Are you sure that it is reproduceable?
As reported in test log:
---------
curl_easy_perform failed: `Out of memory'
curl_easy_perform failed: `Out of memory'
---------

libmicrohttpd tests should be fixed to work with curl compiled with OpenSSL 3.x, but this one seems to be another issue.
Comment 6 Larry the Git Cow gentoo-dev 2022-04-20 20:14:55 UTC
The bug has been closed via the following commit(s):

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

commit 021483c2d2bf73557d74ce0b90aafffe366e02b4
Author:     Karlson2k (Evgeny Grin) <k2k@narod.ru>
AuthorDate: 2022-04-20 19:35:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-20 20:14:39 +0000

    net-misc/curl: fixed "out of memory error" in 7.82.0
    
    Closes: https://bugs.gentoo.org/836629
    
    Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru>
    Closes: https://github.com/gentoo/gentoo/pull/25133
    Signed-off-by: Sam James <sam@gentoo.org>

 ...curl-7.82.0-r1.ebuild => curl-7.82.0-r2.ebuild} |  1 +
 .../curl/files/curl-7.82.0-certs-processing.patch  | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)