Error emerge on gentoo installation

Anything that pertains to Portage

Moderator: Moderators

Error emerge on gentoo installation

Postby lucassim » Sat Dec 22, 2012 0:53

Hello everyone,

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?
lucassim
Young Hen
 
Posts: 23
Joined: Wed Feb 22, 2012 23:00

Re: Error emerge on gentoo installation

Postby svantoviit » Sat Dec 22, 2012 9:38

lucassim wrote:Error emerge on gentoo installation

The right place to ask would be the Gentoo Forums, I think.
User avatar
svantoviit
Technological Hen
 
Posts: 395
Joined: Sun Feb 28, 2010 17:55
Location: Europe

Re: Error emerge on gentoo installation

Postby sabayonino » Sat Dec 22, 2012 13:31

uhm .. there are some "syntax errors"

1)
you're invoking temporary UseFlags "USE="...""

but the syntax is bad

Code: Select all
# USE="gnome gtk hal howl dvd alsa cdr -kde -qt" emerge <something>


This pass temporary Useflags to "emerge".


2) USE="....hal"

"hal" is no longer maintained for several years :mrgreen:
User avatar
sabayonino
Sagely Hen
 
Posts: 1574
Joined: Sun Sep 21, 2008 1:12
Location: Italy


Return to Portage|Emerge Package Managers

Who is online

Users browsing this forum: No registered users and 0 guests