I want to build my system, but made some mistakes.
First, I ran the command below with the following USE FLAGS:
- Code: Select all
USE="gnome gtk hal howl dvd alsa cdr -kde -qt"
# emerge --update --deep --with-bdeps=y --newuse world
So far it's ok! The system 138 has compiled packages.
But then I wanted to install XFCE 4.10, instead of GNOME and changed all my file.
- Code: Select all
# /etc/portage/make.conf
To do this:
- Code: Select all
CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j3"
XUSE="truetype xorg xscreenserver"
IMAGEUSE="jpeg gif tiff png svg pdf"
MEDIAUSE="alsa mad vidix asf win32codecs dvd dvdr mp4 aac x264 xvid nsplugin mp3 real gstreamer cdda cdr ffmpeg gpm lame matroska"
GENERAL="samba bzip2 symlink sqlite spell xml acpi bash-completion clamav java"
SYSTEM="hal howl fam dbus oss threads"
NOTUSE="-arts -qt4"
KDEUSE="-kde -qt3"
GNOME="gtk cairo glitz -gnome -minimal"
XFCE="thunar"
PROGRAMS="firefox"
USE="${NOTUSE}${SYSTEM}${GENERAL}${IMAGEUSE}${XUSE}${KDEUSE}${MEDIAUSE}${GNOMEUSE}${XFCE}${PROGRAMS}"
GENTOOMIRROS="..."
SYNC="..."
INPUT_DEVICES="evdev keyboard mouse synaptics"
VIDEO_CARD="intel"
- Code: Select all
# eselect profile list
# eselect profile set 3
# env-update && source /etc/profile
- Code: Select all
emerge --update --deep --with-bdeps=y --newuse --autounmask-write world
- Code: Select all
When I run this command it generates me two errors.
The following USE changes are necessary to proceed:
#required by x11-drivers/xf86-video-vmware-12.0.2-r1,
required by x11-base/xorg-drivers-1.13[video_cards_vmware],
required by x11-base/xorg-server-1.13.0-r1[xorg],
required by x11-drivers/xf86-video-glint-1.2.8,
=media-libs/mesa-9.0 xa
Autounmask changes sucessfully written. Remember to run dispatch-conf.
How to solve it?


