Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247088 - dev-libs/dvutil has wrong checks for libssl/libcrypto (and fails with --as-needed)
Summary: dev-libs/dvutil has wrong checks for libssl/libcrypto (and fails with --as-ne...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: as-needed
  Show dependency tree
 
Reported: 2008-11-16 16:27 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-03-06 21:46 UTC (History)
1 user (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 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