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

Bug 424029

Summary: net-misc/dropbear[static] fails if dev-libs/libtommath[-static-libs] is installed
Product: Gentoo Linux Reporter: kfm
Component: [OLD] UnspecifiedAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal CC: tk+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kfm 2012-06-29 07:38:29 UTC
It is impossible to build dropbear with USE="static" unless dev-libs/libtommath is built with USE="static-libs" but this requirement is not reflected in any of the ebuilds. Hence, the build fails unless the user manually ensures that this dependency is satisfied.
Comment 1 kfm 2012-06-29 10:10:52 UTC
Upon further investigation, I realized that libtommath isn't strictly required for the build to succeed. Nevertheless, if libtommath is installed then dropbear will fail unless the aforementioned package/flag combination is satisfied.
Comment 2 SpanKY gentoo-dev 2012-06-29 15:54:27 UTC
should be all set now in the tree; thanks for the report!

Commit message: Also depend on libtommath to avoid using the bundled one
http://sources.gentoo.org/net-misc/dropbear/dropbear-2012.55.ebuild?r1=1.10&r2=1.11
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-30 15:26:51 UTC
*** Bug 424187 has been marked as a duplicate of this bug. ***