Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97292 - dev-libs/boost-1.32.0-r4 with 'USE=debug' gives incomplete installation
Summary: dev-libs/boost-1.32.0-r4 with 'USE=debug' gives incomplete installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Disenchanted (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 04:33 UTC by Peter Simons
Modified: 2005-07-04 03:39 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 Peter Simons 2005-06-28 04:33:29 UTC
When installing the boost libraries with USE=debug set, the ebuild creates a
number of symlinks (e.g. for the thread library):

 | /usr/lib/libboost_thread-gcc-mt.so -> libboost_thread-mt.so
 | /usr/lib/libboost_thread-mt-d.so -> libboost_thread-mt-d.so.1.32.0
 | /usr/lib/libboost_thread-mt-d.so.1.32.0
 | /usr/lib/libboost_thread-mt.so -> libboost_thread-mt.so.1.32.0
 | /usr/lib/libboost_thread-mt.so.1.32.0

Note, however, that the "-gcc" variants of the library names are missing for
"-d" and "-mt-d". The same applies to all other Boost.* libraries.

Reproducible: Always
Steps to Reproduce:
1. emerge boost
2. link libboost_foo-gcc-mt-d.so to some program
3. wonder why it doesn't work
Comment 1 Disenchanted (RETIRED) gentoo-dev 2005-07-02 09:22:50 UTC
please remerge -r4 after an emerge --sybc one hour after this message
Comment 2 Disenchanted (RETIRED) gentoo-dev 2005-07-02 09:23:16 UTC
--sync not --sybc
Comment 3 Disenchanted (RETIRED) gentoo-dev 2005-07-03 16:38:40 UTC
i consider this fixed, closing bug
Comment 4 Peter Simons 2005-07-04 03:39:46 UTC
Looks good now; thanks for the quick fix!