Gentoo Archives: gentoo-dev

From: Matthew Kennedy <mkennedy@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gcc3.1 -- how build stage2-*.tbz2 tarball?
Date: Fri, 24 May 2002 00:02:29
Message-Id: 1022216789.4228.13.camel@sartre.shacknet.nu
In Reply to: Re: [gentoo-dev] gcc3.1 -- how build stage2-*.tbz2 tarball? by Casey Cain
1 On Thu, 2002-05-23 at 18:48, Casey Cain wrote:
2 > But...I eventually went into the dir an compiled the file with
3 > gcc -c gamma_inithw.c -o gamma_inithw.o (which basically makes an empty
4 > object file because it needs the #defines..so it compiled. I then went
5 > back and ran make in the work dir and it built and installed and
6 > everything. THEN I DID SOMETHING DUMB. I was doing this in Vmware, so I
7 > was keeping various copies of virtual disc. Anyways, before I tried to
8 > use portage to install it, I went and copied the virtual disc to a a
9 > new location, however I screwed up and overwrote this disc with an older
10 > one!!! Anyways, I have a midterm today so I cannot work on it..I
11 > should be studying now..ha..
12 >
13 > I suppose if we can rip Mesa out..it will build..but that's not a
14 > solution, just a quick hack.
15 >
16 > bootstrapped with..gcc3.1, perl-5.6.1-r4, binutils-2.12, had to use an
17 > older ncurses but other than that it went pretty smoothly.
18
19 Okay...
20
21 XFree86-4.2-r10 (and even -r9) *will* build under gcc3.1 for me but
22 there appears to be a problem using emerge to do it. Here's what I did:
23
24 ebuild /usr/portage/x11-base/xfree-4.2.0-r10.ebuild unpack
25 cd /var/tmp/portage/..../xfree-4.2.0-r10/xc
26 make World
27 cd nls && make (if you want nls)
28 cd /
29 ebuild /usr/portage/x11-base/xfree-4.2.0-r10.ebuild install qmerge
30
31 Success. I don't have 3dfx h/w so ymmv. I haven't looked into mesa. I've
32 got nvidia h/w so afaik, i don't need it.
33
34 I've started a bug on this topic:
35 http://bugs.gentoo.org/show_bug.cgi?id=2979
36
37 Feel free to add wiki.
38
39 Matt
40
41 --
42 Matthew Kennedy
43 Gentoo Linux Developer

Replies

Subject Author
Re: [gentoo-dev] gcc3.1 -- how build stage2-*.tbz2 tarball? Casey Cain <cjv99@××××.ca>