Gentoo Archives: gentoo-sparc

From: glenn <glenn.burns@×××××.com>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions
Date: Wed, 07 Dec 2005 21:25:13
Message-Id: 56e8f5670512071324u55262cecm318b21982235699d@mail.gmail.com
In Reply to: Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions by glenn
1 i decided that it may be a good idea to emerge -ep system and then try
2 to emerge xorg-x11. emerge -ep system completed
3 and emerge xorg-x11 errored out again.
4
5 sparc-unknown-linux-gnu-gcc -c -O2 -mcpu=ultrasparc
6 -fno-strict-aliasing -ansi -pedantic -Wno-return-type -w -I../..
7 -I../../exports/include -Dlinux -D__sparc__
8 -D_POSIX_C_SOURCE=199309L
9 -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
10 -D_GNU_SOURCE
11 -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT
12 -DXUSE_MTSAFE_API -DHAS_SNPRINTF -DXTSTRINGDEFINES -fPIC
13 GrayPixmap.c
14 rm -f Initer.o unshared/Initer.o
15 sparc-unknown-linux-gnu-gcc -c -ansi -pedantic -Wno-return-type -w
16 -I../.. -I../../exports/include -Dlinux -D__sparc__
17 -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
18 -D_XOPEN_SOURCE -D_BSD_SOURCE
19 -D_SVID_SOURCE -D_GNU_SOURCE
20 -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_REENTRANT
21 -DXUSE_MTSAFE_API -DHAS_SNPRINTF -O2 -mcpu=ultrasparc
22 -fno-strict-aliasing Initer.c -o unshared/Initer.o
23 In file included from Initer.c:36:
24 ../../exports/include/X11/Xmu/Initer.h:1: error: syntax error before '.' token
25 ../../exports/include/X11/Xmu/Initer.h:1: error: stray '$' in program
26 In file included from Initer.c:36:
27 ../../exports/include/X11/Xmu/Initer.h:1:34: invalid digit "9" in octal constant
28 ../../exports/include/X11/Xmu/Initer.h:1: error: stray '$' in program
29 ../../exports/include/X11/Xmu/Initer.h:52: error: syntax error before "func"
30 Initer.c:39: error: syntax error before "XmuInitializerProc"
31 Initer.c:42: error: syntax error before '}' token
32 Initer.c:53: error: syntax error before "func"
33 Initer.c: In function `XmuAddInitializer':
34 Initer.c:57: error: invalid application of `sizeof' to an incomplete type
35 Initer.c:60: error: invalid use of undefined type `struct InitializerList'
36 Initer.c:60: error: invalid use of undefined type `struct InitializerList'
37 Initer.c:60: error: dereferencing pointer to incomplete type
38 Initer.c:60: error: `func' undeclared (first use in this function)
39 Initer.c:60: error: (Each undeclared identifier is reported only once
40 Initer.c:60: error: for each function it appears in.)
41 Initer.c:61: error: invalid use of undefined type `struct InitializerList'
42 Initer.c:61: error: invalid use of undefined type `struct InitializerList'
43 Initer.c:61: error: dereferencing pointer to incomplete type
44 Initer.c:62: error: invalid use of undefined type `struct InitializerList'
45 Initer.c:62: error: invalid use of undefined type `struct InitializerList'
46 Initer.c:62: error: dereferencing pointer to incomplete type
47 Initer.c: In function `XmuCallInitializers':
48 Initer.c:71: error: invalid use of undefined type `struct InitializerList'
49 Initer.c:71: error: dereferencing pointer to incomplete type
50 Initer.c:72: error: invalid use of undefined type `struct InitializerList'
51 Initer.c:72: error: dereferencing pointer to incomplete type
52 Initer.c:72: error: invalid use of undefined type `struct InitializerList'
53 Initer.c:72: error: dereferencing pointer to incomplete type
54
55
56 any ideas?
57
58
59 -=glenn=-
60
61
62 On 11/29/05, glenn <glenn.burns@×××××.com> wrote:
63 > ok gang:
64 >
65 > i was able to "emerge -ep gcc" with out any issues...
66 >
67 > i'm attempting to emerge xorg-x11 once again to see if it makes a
68 > difference.
69 >
70 > thanks again for all the comments.
71 >
72 > -=g=-
73 >
74 >
75 > On 11/23/05, glenn <glenn.burns@×××××.com> wrote:
76 > > ok folks...
77 > >
78 > >
79 > > hdparm -v /dev/hda1
80 > >
81 > > /dev/hda1:
82 > > multcount = 16 (on)
83 > > IO_support = 0 (default 16-bit)
84 > > unmaskirq = 0 (off)
85 > > using_dma = 1 (on)
86 > > keepsettings = 0 (off)
87 > > readonly = 0 (off)
88 > > readahead = 8 (on)
89 > > geometry = 16708/16/63, sectors = 767950848, start = 0
90 > >
91 > > if i need to change the parameters, please let me know
92 > >
93 > >
94 > > -=g=-
95 > >
96 > >
97 > > On 11/23/05, Gustavo Zacarias <gustavoz@g.o> wrote:
98 > > > -----BEGIN PGP SIGNED MESSAGE-----
99 > > > Hash: SHA1
100 > > >
101 > > > David S. Miller wrote:
102 > > >
103 > > > > I'm suspecting rather IDE transfer corruption under load.
104 > > > > A good datapoint would be if the IDE disk is using DMA or
105 > > > > PIO mode, and if DMA to retry the emerge with DMA disabled.
106 > > > > Also, there are other funky IDE feature optimization settings
107 > > > > that might now be safe on those Ultra5/10 CMD64x IDE chips.
108 > > > >
109 > > > > I seem to remember Gentoo turned on all the fancy IDE features
110 > > > > via hdparm on bootup on sparc64 boxes, correct me if I'm wrong.
111 > > >
112 > > > hdparm is never called on startup by default, be it either the LiveCD or
113 > > > a new installation unless the users adds it to the startup.
114 > > > CONFIG_BLK_DEV_IDEDMA_PCI is Y on the LiveCD kernel, but
115 > > > CONFIG_IDEDMA_PCI_AUTO isn't so it shouldn't fire up unless the user
116 > > > wants so via hdparm.
117 > > >
118 > > > - --
119 > > > Gustavo Zacarias
120 > > > Gentoo/SPARC monkey
121 > > > -----BEGIN PGP SIGNATURE-----
122 > > > Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
123 > > > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
124 > > >
125 > > >
126 > iD8DBQFDhOOiV3G/IBCn/JARAgU7AJ0QtxUs39xaw8lUtyyLYUPxnnf7WwCbBn0E
127 > > > WJM0+W5qfNvw5nPy9bX+Ejg=
128 > > > =RIrw
129 > > > -----END PGP SIGNATURE-----
130 > > > --
131 > > > gentoo-sparc@g.o mailing list
132 > > >
133 > > >
134 > >
135 > >
136 >
137 >
138
139 --
140 gentoo-sparc@g.o mailing list

Replies

Subject Author
Re: [gentoo-sparc] ultra 5/gentoo xorg-x11 questions "David S. Miller" <davem@××××××.com>