|
ubuntu-bjsm jonlubas # emerge -auDN world
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-drivers/ati-drivers-9.11 USE="modules -debug (-multilib)"
[ebuild U ] app-text/recode-3.6_p16 [3.6_p15-r1]
[ebuild U ] dev-libs/glib-2.22.4 [2.20.5-r1]
[ebuild U ] dev-libs/atk-1.28.0 [1.26.0]
[ebuild U ] x11-misc/shared-mime-info-0.70 [0.60]
[ebuild U ] x11-libs/gtk+-2.18.6 [2.16.6] USE="(-aqua)"
[ebuild U ] net-libs/libsoup-2.28.2 [2.26.3-r3]
[ebuild U ] net-libs/libsoup-gnome-2.28.2 [2.26.3-r1]
我装的是ATI官方驱动。
我的make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j5"
GENTOO_MIRRORS="http://gentoo.aditsu.net/ "
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
USE="gtk cjk sse sse2 ssse3 apache2 mysql jpeg xft dbus oss -arts opengl gnome -ipv6 -qt3 -qt4 -kde hal dvd alsa X"
ACCEPT_KEYWORDS="x86"
INPUT_DEVICES="keyboard mouse evdev synaptics"
VIDEO_CARDS="fglrx"
FEATURES="-userfetch ccache"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/tmp/ccache/"
PORTDIR_OVERLAY="/usr/ebuild" |
|