Gentoo Archives: gentoo-user

From: Ow Mun Heng <Ow.Mun.Heng@×××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge xf86-driver-ati-6.6.3 fails
Date: Tue, 17 Oct 2006 07:20:14
Message-Id: 1161069131.14315.32.camel@neuromancer.home.net
In Reply to: Re: [gentoo-user] emerge xf86-driver-ati-6.6.3 fails by "Bo Ørsted Andresen"
1 On Tue, 2006-10-17 at 08:11 +0200, Bo Ørsted Andresen wrote:
2 > On Monday 16 October 2006 22:17, Mick wrote:
3 > > Hi All,
4 > >
5 > > I started an update world today which ran through xorg-server and xorg-x11
6 > > before it went along to update x11-drivers/xf86-video-ati-6.6.3. This
7 > > package tries to check /etc/portage/profile/make.globals and fails
8 > > miserably. :-( The reason is that I have no such file. The only file I
9 > > can find in /etc/portage/profile is profile.bashrc.
10 > >
11 > > Needless to say that without an ati driver I have no X and I need this
12 > > laptop for work! Would you perhaps know what's gone wrong here?
13 > >
14 > > This is the error from the emerge:
15 > [SNIP]
16 >
17 > I see two options. Either upgrade to latest ~arch portage and see if that
18 > fixes it or file a bug..
19
20 Where do you see it sourcing for make.globals??
21
22 The ebuild is also very simple and short
23 pkg_setup() {
24 if use dri && ! built_with_use x11-base/xorg-server dri; then
25 die "Build x11-base/xorg-server with USE=dri."
26 fi
27 }
28
29 I just upgraded from xorg-7.0 to xorg-7.1 (this is because I was trying
30 to get my laptop to support Monitor out at 1680x1050 on a Radeon 9000.
31 (it's stated max is 1600x1200)
32
33 >
34
35 --
36 gentoo-user@g.o mailing list