Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51469 - gnomemm-2.6 ebuilds should be slotted differently
Summary: gnomemm-2.6 ebuilds should be slotted differently
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 09:42 UTC by Ben
Modified: 2004-05-21 16:58 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 Ben 2004-05-19 09:42:52 UTC
Some of these packages are currently slotted with the previous 2.x release, breaking programs that depend on the old versions.

For example, regexxer depends on gconfmm-2.0.1. But gconfmm-2.6.1 installs *-2.6.* files (eg gconfmm-2.6.pc), which regexxer (looking for *-2.0.*) can't find.

Reproducible: Always
Steps to Reproduce:
1. emerge dev-cpp/gconfmm-2.0.1
2. emerge dev-util/regexxer-0.6, it builds and runs
3. do an upgrade to unstable (emerge dev-cpp/gconfmm-2.6.1)
4. regexxer can't find libgconfmm-2.0.so.1


Expected Results:  
There should be gconfmm-2.0.2 (the latest 2.0.x) and gconfmm-2.6.1 ebuilds,
slotted differently (Perhaps SLOT="2.6" as in bmg). This probably applies to
other gtkmm/gnomemm ebuilds. I haven't check all of them.
Comment 1 Yi Quang (RETIRED) gentoo-dev 2004-05-21 16:58:26 UTC
Thanks for the report, this was my fault, fixed now.