Gentoo Archives: gentoo-alpha

From: "Brian C. Parkhurst" <brianp@×××××××.net>
To: Aron Griffis <agriffis@g.o>
Cc: gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] ebuild update for Xorg-x11
Date: Tue, 26 Oct 2004 22:36:54
Message-Id: 20041026153652.q880sgs8o4k0g4ws@webmail.spamcop.net
In Reply to: Re: [gentoo-alpha] ebuild update for Xorg-x11 by Aron Griffis
1 Alright I stripped my processor type, sorry.
2
3 The -fPIC -DPIC definitely made a difference. I've been running Gentoo
4 since January on this particular alpha but have yet (Xfree or Xorg) to
5 get X to run locally. Always server core exit on run.
6 I was also getting lots of:
7
8 Elf_RelocateEntry() Unsupported relocation type 10
9
10 Which googling pointed to PIC problems with the compilation.
11
12 Xorg -configure always worked okay. Last problem I was having was xfs
13 giving a floating point exception on startup.
14
15 I modded my local ebuild file to allow -fPIC -DPIC from my CFLAGS to get
16 passed through.
17
18 My current mostly innocuous CFLAGS are:
19
20 CFLAGS="-mcpu=ev56 -O3 -pipe -fPIC -DPIC"
21
22 The build took 12 hours and I am still getting the ELF errors but it
23 looks as the X continues to run and doesn't server exit. (I'm not
24 actually at the console at the moment to see the X though).
25
26 BTW, this alpha server 800 with an add-on ATI RagePro3D+TV (Mach 64
27 derivative)
28
29 I disabled the onboard S3 VGA as it wasn't supported except as a VGA.
30
31 my lspci output:
32
33 0000:00:05.0 SCSI storage controller: QLogic Corp. ISP1020 Fast-wide
34 SCSI (rev 05)
35 0000:00:07.0 Non-VGA unclassified device: Intel Corp. 82375EB/SB PCI to
36 EISA Bridge (rev 15)
37 0000:00:0b.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+
38 215GTB [Mach64 GTB] (rev 9a)
39 0000:00:0c.0 SCSI storage controller: QLogic Corp. ISP1020 Fast-wide
40 SCSI (rev 05)
41 0000:00:0d.0 PCI bridge: Digital Equipment Corporation DECchip 21152
42 (rev 02)
43 0000:00:0e.0 RAID bus controller: Mylex Corporation DAC960P (rev 02)
44 0000:01:04.0 Ethernet controller: Digital Equipment Corporation DECchip
45 21140 [FasterNet] (rev 22)
46 0000:01:05.0 Ethernet controller: Digital Equipment Corporation DECchip
47 21140 [FasterNet] (rev 22)
48 0000:01:06.0 Ethernet controller: Digital Equipment Corporation DECchip
49 21140 [FasterNet] (rev 22)
50 0000:01:07.0 Ethernet controller: Digital Equipment Corporation DECchip
51 21140 [FasterNet] (rev 22)
52
53 Brian Parkhurst
54 brianp@×××××××.net

Replies

Subject Author
Re: [gentoo-alpha] ebuild update for Xorg-x11 Aron Griffis <agriffis@g.o>