Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68331 - Typo In hardware-monitor
Summary: Typo In hardware-monitor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 68336 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-20 18:24 UTC by Omer Hasan
Modified: 2004-11-04 02:13 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 Omer Hasan 2004-10-20 18:24:28 UTC
There is a typo in gnome-extra/hardware-monitor that doesn't recognize dev-cpp/gtkmm-2.2.12. 

This:
DEPEND="=dev-cpp/gtkmm-2.2.11
        >=dev-cpp/libgnomemm-1.3.9
        >=dev-cpp/libgnomeuimm-1.3.11
        >=dev-cpp/libglademm-2.0.0
        >=dev-cpp/libgnomecanvasmm-2.0.0
        >=dev-cpp/gconfmm-2.0.1
        >=gnome-base/gnome-panel-2.0
        >=gnome-base/libgtop-2.0"

Should read:

DEPEND=">=dev-cpp/gtkmm-2.2.11
        >=dev-cpp/libgnomemm-1.3.9
        >=dev-cpp/libgnomeuimm-1.3.11
        >=dev-cpp/libglademm-2.0.0
        >=dev-cpp/libgnomecanvasmm-2.0.0
        >=dev-cpp/gconfmm-2.0.1
        >=gnome-base/gnome-panel-2.0
        >=gnome-base/libgtop-2.0"


Reproducible: Always
Steps to Reproduce:
1.Emerge hardware-monitor while gtkmm-2.2.12 is installed
2.
3.

Actual Results:  
Wanting to install gtkmm-2.2.11

Expected Results:  
Rebuild or emerge hardware-monitor without rebuilding gtkmm with a lower version.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-11-04 01:52:36 UTC
*** Bug 68336 has been marked as a duplicate of this bug. ***
Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-11-04 01:58:07 UTC
No the dependency needs to be
"=dev-cpp/gtkmm-2.2*"
and in fact nearly all of those cpp/mm deps need to be changed to =* to get the right SLOT'ed version of the packages.

Doing this now...

Comment 3 Mike Gardiner (RETIRED) gentoo-dev 2004-11-04 02:13:00 UTC
Also added a patch to remove erroneous empty constructor compiler errors. Thanks for your reports Omer, they've been very helpful.