Re: [gentoo-user] why unmerge acpid ?

2007-09-12 Thread Alan McKinnon
On Wednesday 12 September 2007, Thanasis wrote: # emerge -pve gnome gnome # grep -i acpi gnome [ebuild   R   ] sys-apps/hal-0.5.9-r1  USE=acpi crypt disk-partition -debug -dell -doc -pcmcia (-selinux) 0 kB [ebuild   R   ] gnome-base/gnome-applets-2.18.0-r2  USE=acpi apm gnome hal ipv6

[gentoo-user] why unmerge acpid ?

2007-09-11 Thread Thanasis
uname -r 2.6.22-gentoo-r5 I have acpi in my USE flags and compiled support in kernel: grep -i acpi .config |grep -v ^\# CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP_PROC_FS=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_BUTTON=m CONFIG_ACPI_VIDEO=m CONFIG_ACPI_FAN=m CONFIG_ACPI_PROCESSOR=m

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Neil Bothwick
Hello Thanasis, Why does emerge --update suddenly want to remove sys-power/acpid? emerge --update doesn't remove anything. Post your emerge command and the output of it with --pretend added so that we may understand what you mean. Adding --tree too is a good idea. -- Neil Bothwick Death is

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Thanasis
on 09/12/2007 12:32 AM Neil Bothwick wrote the following: Hello Thanasis, Why does emerge --update suddenly want to remove sys-power/acpid? emerge --update doesn't remove anything. Post your emerge command and the output of it with --pretend added so that we may understand what you mean.

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Jesús Guerrero
On Wed, 12 Sep 2007 00:48:03 +0300 Thanasis [EMAIL PROTECTED] wrote: on 09/12/2007 12:32 AM Neil Bothwick wrote the following: Hello Thanasis, Why does emerge --update suddenly want to remove sys-power/acpid? emerge --update doesn't remove anything. Post your emerge command and the

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Jesús Guerrero
On Wed, 12 Sep 2007 01:25:36 +0300 Thanasis [EMAIL PROTECTED] wrote: # emerge -pve gnome gnome # grep -i acpi gnome [ebuild R ] sys-apps/hal-0.5.9-r1 USE=acpi crypt disk-partition -debug -dell -doc -pcmcia (-selinux) 0 kB [ebuild R ] gnome-base/gnome-applets-2.18.0-r2 USE=acpi apm

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Thanasis
on 09/12/2007 01:34 AM Jesús Guerrero wrote the following: On Wed, 12 Sep 2007 01:25:36 +0300 Thanasis [EMAIL PROTECTED] wrote: # emerge -pve gnome gnome # grep -i acpi gnome [ebuild R ] sys-apps/hal-0.5.9-r1 USE=acpi crypt disk-partition -debug -dell -doc -pcmcia (-selinux) 0 kB

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Neil Bothwick
On Wed, 12 Sep 2007 00:08:15 +0200, Jesús Guerrero wrote: The solution is as easy as to emerge that package again, without --oneshot, so it will be added to the world file. You don't need to recompile a package just to add one line to a text file. See the --noreplace option for emerge.

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Mark Shields
On 9/11/07, Mark Shields [EMAIL PROTECTED] wrote: On 9/11/07, Jesús Guerrero [EMAIL PROTECTED] wrote: On Wed, 12 Sep 2007 00:48:03 +0300 Thanasis [EMAIL PROTECTED] wrote: on 09/12/2007 12:32 AM Neil Bothwick wrote the following: Hello Thanasis, Why does emerge --update

Re: [gentoo-user] why unmerge acpid ? RESOLVED

2007-09-11 Thread Thanasis
on 09/11/2007 11:36 PM Thanasis wrote the following: uname -r 2.6.22-gentoo-r5 I have acpi in my USE flags and compiled support in kernel: grep -i acpi .config |grep -v ^\# CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP_PROC_FS=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_BUTTON=m

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Bo Ørsted Andresen
On Wednesday 12 September 2007 00:34:51 Jesús Guerrero wrote: [ebuild R ] gnome-base/gnome-applets-2.18.0-r2 USE=acpi apm gnome hal ipv6 -debug -doc -gstreamer 0 kB [...]         if use acpi ! use hal ; then [...] That message appears when you emerge gnome-applets. And it is telling

Re: [gentoo-user] why unmerge acpid ?

2007-09-11 Thread Jesús Guerrero
On Wed, 12 Sep 2007 00:56:33 +0200 Bo Ørsted Andresen [EMAIL PROTECTED] wrote: On Wednesday 12 September 2007 00:34:51 Jesús Guerrero wrote: [ebuild R ] gnome-base/gnome-applets-2.18.0-r2 USE=acpi apm gnome hal ipv6 -debug -doc -gstreamer 0 kB [...]         if use acpi ! use hal ;