Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384667 - [enlightenment-overlay] dev-libs/e_dbus-9999[hal]: there are no ebuilds to satisfy "sys-apps/hal"
Summary: [enlightenment-overlay] dev-libs/e_dbus-9999[hal]: there are no ebuilds to sa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: enlightenment+disabled
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 14:44 UTC by TsyMiroro
Modified: 2011-10-04 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Echo of the command in terminal (echo-console.txt,15.47 KB, text/plain)
2011-09-27 14:46 UTC, TsyMiroro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TsyMiroro 2011-09-27 14:44:06 UTC
New install
Install the overlay, install enlightenment
And the install fail.

Reproducible: Always

Steps to Reproduce:
1. emerge -av x11-wm/enlightenment:0.17

Actual Results:  
[@~] # emerge -av x11-wm/enlightenment:0.17

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "sys-apps/hal".
(dependency required by "dev-libs/e_dbus-9999[hal]" [ebuild])
(dependency required by "x11-wm/enlightenment-9999[e_modules_connman]" [ebuild])
(dependency required by "x11-wm/enlightenment:0.17" [argument])

[@~] #


Expected Results:  
enlightenment can be installed without sys-apps/hal

emerge --info =x11-wm/enlightenment-9999
http://pastebin.com/JSMDNW8w

[@~] # emerge -pqv =x11-wm/enlightenment-9999
    [ebuild  N    ] x11-wm/enlightenment-9999  USE="bluetooth e_modules_backlight e_modules_battery e_modules_clock e_modules_comp e_modules_conf-applications e_modules_conf-dialogs e_modules_conf-display e_modules_conf-edgebindings e_modules_conf-interaction e_modules_conf-intl e_modules_conf-keybindings e_modules_conf-menus e_modules_conf-paths e_modules_conf-performance e_modules_conf-shelves e_modules_conf-theme e_modules_conf-wallpaper2 e_modules_conf-window-manipulation e_modules_conf-window-remembers e_modules_connman e_modules_cpufreq e_modules_dropshadow e_modules_everything e_modules_fileman e_modules_fileman-opinfo e_modules_gadman e_modules_ibar e_modules_ibox e_modules_illume2 e_modules_mixer e_modules_msgbus e_modules_pager e_modules_shot e_modules_start e_modules_syscon e_modules_systray e_modules_temperature e_modules_winlist e_modules_wizard nls pam spell udev ukit -doc -e_modules_ofono -exchange -static-libs"

[@~] #

build.log
http://pastebin.com/r8cjxk35

environment
http://pastebin.com/uTnrvzNq
Comment 1 TsyMiroro 2011-09-27 14:46:19 UTC
Created attachment 287935 [details]
Echo of the command in terminal
Comment 2 Thomas Sachau gentoo-dev 2011-10-02 11:57:01 UTC
Either you had an outdated version of the overlay or the hal USE flag enabled for e_dbus. I removed the USE flag now, since hal is not any more packaged.

So after syncing the overlay and maybe rebuilding e_dbus, this should be fixed.
Comment 3 TsyMiroro 2011-10-04 10:44:02 UTC
After a sync and an emerge -auDNv @world it is now OK.

Thanks.