Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Error execute emerge update world
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
lucassimon
n00b
n00b


Joined: 08 Dec 2012
Posts: 11

PostPosted: Fri Dec 21, 2012 11:46 pm    Post subject: [solved]Error execute emerge update world Reply with quote

Hello everyone,

I want to build my system, but made ​​some mistakes.
First, I ran the command below with the following USE FLAGS:

Code:

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:

# /etc/portage/make.conf


To do this:

Code:


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:

# eselect profile list
# eselect profile set 3
# env-update && source /etc/profile



Code:

emerge --update --deep --with-bdeps=y --newuse --autounmask-write world


Code:

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?


Last edited by lucassimon on Sat Dec 22, 2012 10:28 am; edited 1 time in total
Back to top
View user's profile Send private message
jrussia
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2012
Posts: 89
Location: Chicago

PostPosted: Fri Dec 21, 2012 11:57 pm    Post subject: Reply with quote

Run dispatch-conf, then run your emerge world command again.

Also, you have:


GNOME="gtk cairo glitz -gnome -minimal"

but

USE="...${GNOMEUSE}..."



might need fixing.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Dec 22, 2012 12:06 am    Post subject: Reply with quote

The variable is VIDEO_CARDS.
Also, some of USE flags you are setting do not exist, like hal and howl, maybe some more. Some USE flags like win32codecs have been useless for years. Are you following some outdated howto?
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
lucassimon
n00b
n00b


Joined: 08 Dec 2012
Posts: 11

PostPosted: Sat Dec 22, 2012 12:12 am    Post subject: Reply with quote

jrussia wrote:
Run dispatch-conf, then run your emerge world command again.

Also, you have:


GNOME="gtk cairo glitz -gnome -minimal"

but

USE="...${GNOMEUSE}..."



might need fixing.


Thanks I ran dispatch.conf and put U use new to all conf files, and ran emerge world again.
Now it is works
Back to top
View user's profile Send private message
lucassimon
n00b
n00b


Joined: 08 Dec 2012
Posts: 11

PostPosted: Sat Dec 22, 2012 12:17 am    Post subject: Reply with quote

Jaglover wrote:
The variable is VIDEO_CARDS.
Also, some of USE flags you are setting do not exist, like hal and howl, maybe some more. Some USE flags like win32codecs have been useless for years. Are you following some outdated howto?



Hmmm I run emerge before to fix the variable VIDEO_CARDS. Are there problems? I need to compiling again?

About howto's, I am following many I found in the internet. Maybe many tutorials that I read are outdated.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sun Dec 23, 2012 12:04 am    Post subject: Reply with quote

You need to run
Code:
emerge -a --depclean
to remove unnecessary packages. Review the list of packages to be removed before committing.
You can emerge a flag editor as ufed to manage and learn more about USE flags.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
lucassimon
n00b
n00b


Joined: 08 Dec 2012
Posts: 11

PostPosted: Sun Dec 23, 2012 1:23 am    Post subject: Reply with quote

I wil use it (ufed).

Thank you again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum