moetora_banna
counter
todaydailycounter today yesterdaydailycounter yesterday
illustlated by 茜猫さん

[RSS 配信中] [トップページ] [このページについて]
[Linux Tips]
[Ubuntu(Feisty):メールサーバ] [Ubuntu:Cyrus IMAP + SSL] [Ubuntu:fglrx + Xgl + Beryl(0.2.0以前] [Ubuntu:fglrx + Xgl + Beryl(0.2.1以降)] [Gentoo:mplus-outline-fonts] [Ubuntu:arpspoof] [Ubuntu:logwatch] [Ubuntu:DPMS on Xgl] [Ubuntu:日本語入力 on Xgl] [Ubuntu:PDFへのフォント埋め込み] [Ubuntu:Compiz で widget]
[注目されたっぽい記事一覧]
[東大のなのはポスター] [lolifox特集] [ウイスキーマガジンライブ]

Log Search


Log


Mozilla!

Get Firefox!
Get Thunderbird!

Link




EAPI 2
久しぶりにおうちの Gentoo マシンをアップグレードしようと思ったのですが,
# emerge -auv world
These are the packages that would be merged, in order:

Calculating world dependencies
!!! All ebuilds that could satisfy "~x11-libs/libcompizconfig-0.7.8" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-libs/libcompizconfig-0.7.8 (masked by: EAPI 2)

The current version of portage supports EAPI '1'. You must upgrade to a newer version of portage before EAPI masked packages can be installed.

For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook.
(dependency required by "dev-python/compizconfig-python-0.7.8" [ebuild])

!!! Problem resolving dependencies for dev-python/compizconfig-python
!!! Depgraph creation failed.
なんていうエラーが出ます. "upgrade to a newer version of portage"とか書いてあるので,
# emerge -auv1 portage
なんてしてみたのですが,効果なし.
なんでだろう,と思っていたら,upgrade 対象の portage が mask されてたみたいです...orz

というわけで
# vi /etc/portage/package.keywords
sys-apps/portage ~x86
app-admin/eselect-news ~x86
app-admin/eselect ~x86
して,portage 関連のマスクを外してあげた後で
# emerge -auv world
してあげると,うまくいきました.
とりあえず,めでたしめでたし,でしょうか.