Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105788 - gnome-vfs 2.12 needed >=sys-apps/hal-0.5, but last ivman needed =sys-apps/hal-0.4*"
Summary: gnome-vfs 2.12 needed >=sys-apps/hal-0.5, but last ivman needed =sys-apps/hal...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
: 105793 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-13 05:20 UTC by Roman Karshiev
Modified: 2005-09-13 11:24 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 Roman Karshiev 2005-09-13 05:20:51 UTC
Cannot compile gnome-vfs with any versions of ivman. Conflict in sys-apps/hal 
versions.

Reproducible: Always
Steps to Reproduce:
1.emerge -av sys-apps/hal sys-apps/ivman
2.emerge gnome-base/gnome-vfs


Actual Results:  
Every emerge gnome-vfs required upgrade hal to 0.5 versions, every reemerge 
ivman required _downgrade_ to hal 0.4
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 05:35:04 UTC
Hmmm... *shrug* 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 06:15:53 UTC
*** Bug 105793 has been marked as a duplicate of this bug. ***
Comment 3 Roman Karshiev 2005-09-13 11:16:06 UTC
All Gnome 2.12 build with hal-0.5/dbus-0.32:

gnome-vfs-2.12.0.ebuild
RDEPEND=
...
    hal? (
        >=sys-apps/hal-0.5
        >=sys-apps/dbus-0.32
...

gnome-volume-manager-1.5.1.ebuild:
RDEPEND=
    >=sys-apps/dbus-0.31
    >=sys-apps/hal-0.5.0

and etc.

But sys-apps/hal-0.5.4 are masked with comment:

# Doug Goldstein <cardoe@gentoo.org> (7 Sep 2005)
# Remasking because the Gnome herd is too lazy to look
# into bugs that are over 4 months old with regards to
# hal and dbus. Patches provided and everything.
# When I volunteered to fix it and handle any issues..
# I received the stock "wait for foser" response.

...

But if I unmask hal/dbus, I can't use ivman, because
ivman-0.5_pre3.ebuild:
RDEPEND=
...
     =sys-apps/hal-0.4*"

And if I change it to hal-0.5* or >=0.4, then I have ivman compile error.
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2005-09-13 11:24:50 UTC
I added ivman-0.6.4 to the tree and it can work with the new dbus/hal.
But it is maskd because of pmount dependancy.