oootoo 無印PCホストに64bitをインストール part-8。chromiumをインスト済みのXfce4版にMATEをインストール。

chromiumをインスト済みのXfce4版にMATEをインストール。

build時間は25分位でしたが、端末の表示がよろしく無いと思う。追加の設定を書き加えるのに思考錯誤で苦労した。

/etc/portage/make.conf  に下記追加

USE="-debug -doc -emacs -highlight -test -vim" ABI_X86="64" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="-python2_7"

USE="-static-libs {-test} -utils"
USE="-static-libs" ABI_X86="(64) (-32) (-x32)"
ABI_X86="(64%*) (-32) (-x32)"
PYTHON_TARGETS="python2_7*"
PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7"
ABI_X86="(64%*) (-32) (-x32)"
USE="nls -cpufreq_bench -debug"
ABI_X86="(64) (-32) (-x32)"
ABI_X86="(64) (-32) (-x32)"
USE="-debug -doc -emacs -highlight {-test} -vim" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7"
USE="X {-test}"
USE="-debug -python" PYTHON_TARGETS="python2_7"
USE="libnotify -debug"
USE="-accessibility -lua" ABI_X86="(64) (-32) (-x32)"
USE="spell -debug -python {-test}" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7"
USE="X startup-notification -debug" PYTHON_TARGETS="python2_7"
USE="introspection python -debug" PYTHON_TARGETS="python2_7"
USE="startup-notification {-test} -xinerama"
USE="X ipv6 -applet -debug {-test}"
USE="-debug -doc -static-libs"
USE="X introspection -networkmanager"
USE="X dbus exif jpeg lcms svg tiff -debug -python -xmp" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7"
PYTHON_TARGETS="python2_7"
USE="dbus introspection ps tiff -caja -debug -djvu -dvi -gnome-keyring -t1lib -xps"
USE="X libnotify policykit -debug -pulseaudio -smartcard"
USE="X consolekit libnotify opengl pam -debug -systemd"
USE="introspection"
USE="ipv6 upower -debug -gnome-keyring -systemd"
USE="X ipv6 policykit -networkmanager" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7"
USE="applet policykit -gnome-keyring -man {-test} -unique"
ABI_X86="(64) (-32) (-x32)"
USE="aac flac mp3 vorbis -debug -pulseaudio -speex -twolame"
USE="X introspection mate unique -debug {-test} -xmp"
USE="-debug"
USE="-caja -debug"
USE="base extras themes (-bluetooth)"

 

/etc/portage/package.accept_keywords に下記コピペの後

# emerge mate-base/mate で

最初は,端末に表示の下記で作業

USE="-debug -doc -emacs -highlight -test -vim" ABI_X86="64" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="-python2_7" 

# emerge mate-base/mate  で端末は下記表示で上手く行かなかった。

!!! The ebuild selected to satisfy ">=dev-util/gtk-doc-1.3:0" has unmet requirements.
- dev-util/gtk-doc-1.20::gentoo USE="-debug -doc -emacs -highlight -test -vim" ABI_X86="64" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="-python2_7"

The following REQUIRED_USE flag constraints are unsatisfied:
python_single_target_python2_7? ( python_targets_python2_7 )

The above constraints are a subset of the following complete expression:
python_single_target_python2_7? ( python_targets_python2_7 ) exactly-one-of ( python_single_target_python2_7 )

(dependency required by "mate-extra/mate-polkit-1.8.0" [ebuild])
(dependency required by "mate-extra/mate-power-manager-1.8.0-r1[policykit]" [ebuild])
(dependency required by "mate-base/mate-1.8.0[extras]" [ebuild])
(dependency required by "mate-base/mate" [argument])
Invalid '-' operator in non-incremental variable 'PYTHON_TARGETS': '-python2_7'

 

PYTHON_TARGETS="-python2_7" を削除して

# emerge mate-base/mate で端末表示でUSE="がどっと増えた。

----------------------------

/etc/portage/package.accept_keywords に下記コピペ
=app-arch/engrampa-1.8*
=app-editors/pluma-1.8*
=app-text/atril-1.8*
=dev-libs/libmateweather-1.8*
=dev-python/python-caja-1.8*
=mate-base/caja-1.8*
=mate-base/libmatekbd-1.8*
=mate-base/mate-applets-1.8*
=mate-base/mate-common-1.8*
=mate-base/mate-control-center-1.8*
=mate-base/mate-desktop-1.8*
=mate-base/mate-menus-1.8*
=mate-base/mate-panel-1.8*
=mate-base/mate-session-manager-1.8*
=mate-base/mate-settings-daemon-1.8*
=mate-base/mate-1.8*
=mate-extra/caja-extensions-1.8*
=mate-extra/mate-calc-1.8*
=mate-extra/mate-dialogs-1.8*
=mate-extra/mate-media-1.8*
=mate-extra/mate-polkit-1.8*
=mate-extra/mate-power-manager-1.8*
=mate-extra/mate-screensaver-1.8*
=mate-extra/mate-sensors-applet-1.8*
=mate-extra/mate-system-monitor-1.8*
=mate-extra/mate-user-share-1.8*
=mate-extra/mate-utils-1.8*
=media-gfx/eom-1.8*
=net-analyzer/mate-netspeed-1.8*
=x11-misc/mate-notification-daemon-1.8*
=x11-misc/mozo-1.8*
=x11-terms/mate-terminal-1.8*
=x11-themes/mate-backgrounds-1.8*
=x11-themes/mate-icon-theme-faenza-1.8*
=x11-themes/mate-icon-theme-1.8*
=x11-themes/mate-themes-1.8*
=x11-wm/marco-1.8*

ソース
https://gist.github.com/TomWij/4ec41ab2e1cea7ff9e38