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

Bug 247088

Summary: dev-libs/dvutil has wrong checks for libssl/libcrypto (and fails with --as-needed)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 129413    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-16 16:27:47 UTC
dvutil looks for MD5/SHA1 functions in libssl, but of course can't find them there with --as-needed since they are in libcrypto, and thus the build does not work.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-06 21:46:24 UTC
+*dvutil-1.0.10 (06 Mar 2010)
+
+  06 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  files/dvutil-1.0.5-gcc44.patch, +dvutil-1.0.10.ebuild,
+  +files/dvutil-1.0.10-asneeded.patch:
+  Version bump wrt #299825. Fix -Wl,--as-needed issues wrt #247088 and
+  #298152.

It's using pkg-config now