Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106169 - dev-cpp/commoncpp2 dependency error with libxml2
Summary: dev-cpp/commoncpp2 dependency error with libxml2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 02:42 UTC by Matthias Jansen
Modified: 2005-09-20 11:30 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 Matthias Jansen 2005-09-16 02:42:22 UTC
The ebuild commoncpp2-1.3.1 (latest stable) depends only on libxml2 but not on a
special version. 
As I got an error about missing references I updated the libxml2 and it works. 

My Versions:

 dev-libs/libxml2
    selected: 2.6.15-r1 doesn't work
   protected: 2.6.20-r2 work (on another box it is 2.6.19 and it works)

So I would change the ebuild:
workstation commoncpp2 # diff commoncpp2-1.3.1.ebuild.old commoncpp2-1.3.1.ebuild
14c14
< DEPEND="xml2? ( dev-libs/libxml2 )"
---
> DEPEND="xml2? ( >=dev-libs/libxml2-2.6.19 )"
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2005-09-20 11:30:53 UTC
Thank you for the report. Fixed.