First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 68331
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Omer Hasan <iverson0881@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 68331 depends on: Show dependency tree
Show dependency graph
Bug 68331 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-20 18:24 0000
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 From Mike Gardiner (RETIRED) 2004-11-04 01:52:36 0000 -------
*** Bug 68336 has been marked as a duplicate of this bug. ***

------- Comment #2 From Mike Gardiner (RETIRED) 2004-11-04 01:58:07 0000 -------
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 From Mike Gardiner (RETIRED) 2004-11-04 02:13:00 0000 -------
Also added a patch to remove erroneous empty constructor compiler errors.
Thanks for your reports Omer, they've been very helpful.

First Last Prev Next    No search results available      Search page      Enter new bug