View previous topic :: View next topic |
Author |
Message |
Semle n00b
Joined: 18 Feb 2003 Posts: 6 Location: Trelleborg, Sweden
|
Posted: Fri May 12, 2006 9:12 am Post subject: Gkrellm sensors wont emerge [SOLVED] |
|
|
Hi,
Ive just installed lm_sensors and it seems to work just fine.
The problem gets when i try to emerge gkrellm-sensors.
I have the following in my portage files ->
x11-plugins/gkrellm-sensors-0.1 (/etc/portage/package.unmask)
x11-plugins/gkrellm-sensors ~x86 (/etc/portage/package.keywords) ive tried ~amd64 also since thats what i have.
When i try to emerge i get the following output ->
emerge -p =x11-plugins/gkrellm-sensors-0.1
These are the packages that I would merge, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "=x11-plugins/gkrellm-sensors-0.1" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-plugins/gkrellm-sensors-0.1 (masked by: missing keyword)
Any hints?
Ive tried without = and with >= in combination with switching ~amd64 to x86 but no luck.
Last edited by Semle on Fri May 12, 2006 6:17 pm; edited 1 time in total |
|
Back to top |
|
|
troymc Guru
Joined: 22 Mar 2006 Posts: 553
|
Posted: Fri May 12, 2006 9:38 am Post subject: |
|
|
Change your /etc/portage/package.keywords line to this:
Code: |
x11-plugins/gkrellm-sensors ~*
|
And, right off the top of my head, I don't think you need the package.unmask entry - but I'm not going to put any money on it!
troymc |
|
Back to top |
|
|
Semle n00b
Joined: 18 Feb 2003 Posts: 6 Location: Trelleborg, Sweden
|
Posted: Fri May 12, 2006 1:48 pm Post subject: |
|
|
That didnt work either. Tried both with and without package.unmask.
Still same message as above. |
|
Back to top |
|
|
Semle n00b
Joined: 18 Feb 2003 Posts: 6 Location: Trelleborg, Sweden
|
Posted: Fri May 12, 2006 4:51 pm Post subject: Solved |
|
|
Thanks to nastjuid the problem got solved.
The only appropriate keywords are -> KEYWORDS="x86 -ppc -sparc"
Solution is ->
ACCEPT_KEYWORDS="x86" emerge gkrellm-sensors
Notice the absence of "~" _________________ Motherboard = Asus A8V
Chipset = VIA K8T800Pro + VT8237
Processor = Socket 939 AMD64 3000+
Video Card = ATI Radeon 9600 256MB AGP8X
RAM = 512MB DDR400 DualChannel |
|
Back to top |
|
|
|