Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943343 - net-libs/libssh[mbedtls] needs threads support in mbedtls
Summary: net-libs/libssh[mbedtls] needs threads support in mbedtls
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-12 22:45 UTC by Anna Vyalkova
Modified: 2024-11-13 07:25 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Vyalkova 2024-11-12 22:45:05 UTC
When net-libs/mbedtls is compiled without USE="threads", programs using libssh
fail with the following error:

"Error in auto_init()"

To fix:
1. Rebuild net-libs/mbedtls with USE="threads"
2. Rebuild net-libs/libssh
Comment 1 Anna Vyalkova 2024-11-12 22:45:48 UTC
See a similar issue encountered in vcpkg:
https://github.com/microsoft/vcpkg/issues/10012