Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354407 - app-pda/libopensync bad dependencies
Summary: app-pda/libopensync bad dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Hill (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 354423
  Show dependency tree
 
Reported: 2011-02-10 20:48 UTC by Samuli Suominen (RETIRED)
Modified: 2011-02-14 20:15 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 Samuli Suominen (RETIRED) gentoo-dev 2011-02-10 20:48:08 UTC
$ grep -i xslt CMakeLists.txt 
FIND_PACKAGE( LibXslt REQUIRED )
FIND_PACKAGE( LibExslt REQUIRED )

$ objdump -p /path/to/libopensync.so | grep xslt
  NEEDED               libxslt.so.1
  NEEDED               libexslt.so.0

and the current python depend matches slot :3 too since it's >= 2.2
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2011-02-11 23:11:08 UTC
Yep, there's missing deps across all versions.  The python stuff will be part of bug #311763.