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

Bug 354407

Summary: app-pda/libopensync bad dependencies
Product: Gentoo Linux Reporter: Samuli Suominen (RETIRED) <ssuominen>
Component: Current packagesAssignee: Ryan Hill (RETIRED) <rhill>
Status: RESOLVED FIXED    
Severity: normal CC: pda
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 354423    

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.