Gentoo Archives: gentoo-desktop

From: doherty pete <nishizawa23@×××××.com>
To: gentoo-desktop@l.g.o
Subject: [gentoo-desktop] install xorg-server whit vmware 7.1
Date: Thu, 26 Aug 2010 08:42:30
Message-Id: AANLkTimwFWDX1bG6bw=1jR0cEDvZQ5sfK2BX3H7uph0v@mail.gmail.com
1 i install gentoo with install-x86-minimal-<release>.iso at vmware,that ok.
2 and i install x11,there has some problem.
3
4 my /etc/make.cof is
5
6 USE="-kde -qt4 -qt3 -ipv6 gtk gnome X dbus gtk hal vmware evdev"
7 INPUT_DEVICES="evdev"
8 VIDEO_CARDS="vmware"
9
10 and emerge xorg-server
11 when install with
12 >>> Emerging (1 of 35) sys-fs/lvm2-2.02.73
13 it can not stop,pirnt like this
14 i686-pc-linux-gnu-gcc -MM -I. -I../include -DHAVE_CONFIG_H
15 -DDM_IOCTLS -O2 -march=i686 -pipe -O2 -march=i686 -pipe -fPIC -Wall -Wundef
16 -Wshadow -Wcast-align -Wwrite-strings -Wmissing-prototypes
17 -Wmissing-declarations -Wnested-externs -Winline -Wmissing-noreturn
18 -Wformat-security -Wredundant-decls -O2 -O2 -march=i686 -pipe -fPIC -Wall
19 -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wmissing-prototypes
20 -Wmissing-declarations -Wnested-externs -Winline -Wmissing-noreturn
21 -Wformat-security -Wredundant-decls -O2 -o commands/toolcontext.d
22 commands/toolcontext.c; \
23 sed -i "s/\(.*\)\.o[ :]*/$FILE.o $FILE.d $FILE.pot: $DEPS /g"
24 commands/toolcontext.d; \
25 [ -s commands/toolcontext.d ] || rm -f commands/toolcontext.d
26 ^C
27 i think it is a dead cycle,it print almost 2 hours!
28 how can i solve it?
29
30
31 --
32 pete_doherty