Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 943343

Summary: net-libs/libssh[mbedtls] needs threads support in mbedtls
Product: Gentoo Linux Reporter: Anna Vyalkova <cyber+gentoo>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: UNCONFIRMED ---    
Severity: normal CC: cyber+gentoo, leonchik1976
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=943333
https://github.com/microsoft/vcpkg/issues/10012
Whiteboard:
Package list:
Runtime testing required: ---

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