裝完xorg就不能emerge world -Dua了嗎?

有關於X 環境當中所遇到的問題

Moderator: Forums Team

Post Reply
qweccc
Posts: 115
Joined: Sun May 18, 2003 10:57 am

裝完xorg就不能emerge world -Dua了嗎?

Post by qweccc »

裝完xorg就不能emerge world -Dua了嗎?
該怎麼做阿 ?


root@2hi ftp # emerge world -Dua
--- Invalid atom in /etc/portage/package.keywords: ifenslave
--- Invalid atom in /etc/portage/package.keywords: xorg-x11

These are the packages that I would merge, in order:

Calculating world dependencies a
!!! All ebuilds that could satisfy "x11-base/xorg-x11" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-base/xorg-x11-6.7.0-r2 (masked by: ~x86 keyword)
- x11-base/xorg-x11-6.8.0-r2 (masked by: package.mask, ~x86 keyword)
# <spyderous@gentoo.org (12 Oct 2004)
# work in progress

- x11-base/xorg-x11-6.8.0-r1 (masked by: ~x86 keyword)
- x11-base/xorg-x11-6.8.0 (masked by: ~x86 keyword)
- x11-base/xorg-x11-6.7.0-r1 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!! (dependency required by "x11-wm/fluxbox-0.9.10-r3" [ebuild])


!!! Problem with ebuild x11-wm/fluxbox-0.9.10-r3
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
breaking
Posts: 184
Joined: Sun Apr 13, 2003 4:31 am
Location: 地球上一個小小的地方叫"台北內湖"啦
Contact:

Post by breaking »

<Way 1>
echo "x11-base/xorg-x11-6.7.0-r2 ~x86" >> /etc/portage/package.keywords

<Way 2>
Change
/etc/make.conf
Add
ACCEPT_KEYWORDS="~x86 x86"
qweccc
Posts: 115
Joined: Sun May 18, 2003 10:57 am

Post by qweccc »

我用1way
x11-base/xorg-x11-6.7.0-r2 ~x86 這不行
xorg-x11 ~x86 這也不行

要x11-base/xorg-x11才可以

可是我用 ifenslave ~x86 就可~

真是搞不懂要打怎樣~

謝謝你~okㄌ
Linkey
Posts: 71
Joined: Mon Apr 26, 2004 4:41 am

Post by Linkey »

/etc/portage/package.keywords

Code: Select all

x11-base/xorg-x11     ~x86
OK
scsi
Posts: 1326
Joined: Tue Oct 14, 2003 7:49 am
Contact:

Post by scsi »

qweccc wrote:我用1way
x11-base/xorg-x11-6.7.0-r2 ~x86 這不行
xorg-x11 ~x86 這也不行

要x11-base/xorg-x11才可以

可是我用 ifenslave ~x86 就可~

真是搞不懂要打怎樣~

謝謝你~okㄌ
有加版號的,前面要加一個 '=',如

Code: Select all

=x11-base/xorg-x11-6.7.0-r2 ~x86
世界再大,不過是妳我之間的事
:111.gif: 欲使用GOT的ebuild請看Gentoo 台灣中文 Ebuild 使用指南
Image  我的部落格
Post Reply