Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398401 - app-office/akonadi-server-1.6.2 ignores the slot of dev-libs/boost selected by app-admin/eselect-boost
Summary: app-office/akonadi-server-1.6.2 ignores the slot of dev-libs/boost selected b...
Status: RESOLVED DUPLICATE of bug 335108
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 15:10 UTC by Duncan Exon Smith
Modified: 2012-01-10 16:14 UTC (History)
0 users

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 Duncan Exon Smith 2012-01-10 15:10:09 UTC
app-office/akonadi-server-1.6.2 links against the largest installed slot of dev-libs/boost, ignoring the version selected by "eselect boost".


Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/boost:1.46 dev-libs/boost:1.47
2. eselect boost set boost-1.46/default
3. emerge app-office/akonadi-server
4. ldd /usr/bin/akonadi_agent_launcher | grep boost
Actual Results:  
        libboost_program_options-mt-1_47.so.1.47.0 => /usr/lib64/libboost_program_options-mt-1_47.so.1.47.0 (0x00007ffbc4c5c000)


Expected Results:  
        libboost_program_options-mt-1_46.so.1.46.1 => /usr/lib64/libboost_program_options-mt-1_46.so.1.46.1 (0x00007ffbc4c5c000)


Noticed this when upgrading the slot of boost I use for development from 1.47 to 1.48 and I had to rebuild akonadi-server.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-01-10 16:14:22 UTC

*** This bug has been marked as a duplicate of bug 335108 ***