Gentoo Archives: gentoo-dev

From: Richard Reich <rreich@×××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Mozilla not compiling with gcc-3.1
Date: Fri, 07 Jun 2002 12:42:42
Message-Id: 1023471472.1300.5.camel@orcana
1 Mozilla 1.0 is not compiling on my system, I'm using the gcc-3 profile.
2 rc3 built fine but 1.0 will not. I tried to attach a gziped file but
3 evolution crashed on me, consistantly, probably becuase of being built
4 with gcc-3.1. Anyway below is the error.
5
6 Thanks
7 Richard Reich
8
9 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
10 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
11 -I../../../../dist/include/freetype2
12 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
13 -I../../../../dist/include/fontconfig -I../../../../dist/include
14 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
15 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
16 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
17 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
18 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
19 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
20 fccharset.c
21 fccharset.c: In function `FcCharSetCoverage':
22 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
23 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
24 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
25 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
26 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
27 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
28 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
29 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
30 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
31 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
32 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
33 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
34 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
35 fccharset.c: In function `FcFreeTypeCharIndex':
36 fccharset.c:906: warning: comparison between signed and unsigned
37 fccharset.c:915: warning: comparison between signed and unsigned
38 fccharset.c:924: warning: comparison between signed and unsigned
39 fccharset.c: In function `FcFreeTypeCharSet':
40 fccharset.c:1007: warning: comparison between signed and unsigned
41 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
42 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
43 make[4]: *** [fccharset.o] Error 1
44 make[4]: Leaving directory
45 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
46 make[4]: Entering directory
47 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
48 fccharset.c
49 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
50 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
51 -I../../../../dist/include/freetype2
52 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
53 -I../../../../dist/include/fontconfig -I../../../../dist/include
54 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
55 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
56 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
57 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
58 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
59 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
60 fccharset.c
61 fccharset.c: In function `FcCharSetCoverage':
62 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
63 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
64 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
65 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
66 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
67 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
68 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
69 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
70 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
71 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
72 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
73 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
74 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
75 fccharset.c: In function `FcFreeTypeCharIndex':
76 fccharset.c:906: warning: comparison between signed and unsigned
77 fccharset.c:915: warning: comparison between signed and unsigned
78 fccharset.c:924: warning: comparison between signed and unsigned
79 fccharset.c: In function `FcFreeTypeCharSet':
80 fccharset.c:1007: warning: comparison between signed and unsigned
81 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
82 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
83 make[4]: *** [fccharset.o] Error 1
84 make[4]: Leaving directory
85 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
86 make[3]: *** [libs] Error 2
87 make[3]: Leaving directory
88 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
89 make[3]: Entering directory
90 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
91 make[4]: Entering directory
92 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
93 make[4]: warning: -jN forced in submake: disabling jobserver mode.
94 make[4]: Leaving directory
95 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
96 make[4]: Entering directory
97 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
98 make[4]: warning: -jN forced in submake: disabling jobserver mode.
99 fccharset.c
100 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
101 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
102 -I../../../../dist/include/freetype2
103 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
104 -I../../../../dist/include/fontconfig -I../../../../dist/include
105 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
106 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
107 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
108 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
109 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
110 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
111 fccharset.c
112 fccharset.c: In function `FcCharSetCoverage':
113 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
114 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
115 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
116 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
117 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
118 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
119 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
120 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
121 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
122 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
123 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
124 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
125 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
126 fccharset.c: In function `FcFreeTypeCharIndex':
127 fccharset.c:906: warning: comparison between signed and unsigned
128 fccharset.c:915: warning: comparison between signed and unsigned
129 fccharset.c:924: warning: comparison between signed and unsigned
130 fccharset.c: In function `FcFreeTypeCharSet':
131 fccharset.c:1007: warning: comparison between signed and unsigned
132 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
133 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
134 make[4]: *** [fccharset.o] Error 1
135 make[4]: Leaving directory
136 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
137 make[4]: Entering directory
138 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
139 fccharset.c
140 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
141 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
142 -I../../../../dist/include/freetype2
143 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
144 -I../../../../dist/include/fontconfig -I../../../../dist/include
145 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
146 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
147 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
148 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
149 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
150 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
151 fccharset.c
152 fccharset.c: In function `FcCharSetCoverage':
153 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
154 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
155 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
156 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
157 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
158 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
159 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
160 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
161 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
162 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
163 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
164 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
165 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
166 fccharset.c: In function `FcFreeTypeCharIndex':
167 fccharset.c:906: warning: comparison between signed and unsigned
168 fccharset.c:915: warning: comparison between signed and unsigned
169 fccharset.c:924: warning: comparison between signed and unsigned
170 fccharset.c: In function `FcFreeTypeCharSet':
171 fccharset.c:1007: warning: comparison between signed and unsigned
172 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
173 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
174 make[4]: *** [fccharset.o] Error 1
175 make[4]: Leaving directory
176 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
177 make[3]: *** [libs] Error 2
178 make[3]: Leaving directory
179 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
180 make[2]: *** [libs] Error 2
181 make[2]: Leaving directory
182 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft'
183 make[2]: Entering directory
184 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft'
185 make[3]: Entering directory
186 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/Xrender'
187 ../../../config/nsinstall -R -m 644 libXrender.a ../../../dist/lib
188 make[3]: Leaving directory
189 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/Xrender'
190 make[3]: Entering directory
191 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
192 make[4]: Entering directory
193 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
194 make[4]: warning: -jN forced in submake: disabling jobserver mode.
195 make[4]: Leaving directory
196 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
197 make[4]: Entering directory
198 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
199 make[4]: warning: -jN forced in submake: disabling jobserver mode.
200 fccharset.c
201 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
202 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
203 -I../../../../dist/include/freetype2
204 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
205 -I../../../../dist/include/fontconfig -I../../../../dist/include
206 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
207 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
208 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
209 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
210 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
211 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
212 fccharset.c
213 fccharset.c: In function `FcCharSetCoverage':
214 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
215 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
216 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
217 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
218 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
219 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
220 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
221 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
222 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
223 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
224 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
225 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
226 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
227 fccharset.c: In function `FcFreeTypeCharIndex':
228 fccharset.c:906: warning: comparison between signed and unsigned
229 fccharset.c:915: warning: comparison between signed and unsigned
230 fccharset.c:924: warning: comparison between signed and unsigned
231 fccharset.c: In function `FcFreeTypeCharSet':
232 fccharset.c:1007: warning: comparison between signed and unsigned
233 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
234 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
235 make[4]: *** [fccharset.o] Error 1
236 make[4]: Leaving directory
237 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
238 make[4]: Entering directory
239 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
240 fccharset.c
241 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
242 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
243 -I../../../../dist/include/freetype2
244 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
245 -I../../../../dist/include/fontconfig -I../../../../dist/include
246 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
247 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
248 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
249 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
250 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
251 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
252 fccharset.c
253 fccharset.c: In function `FcCharSetCoverage':
254 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
255 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
256 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
257 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
258 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
259 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
260 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
261 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
262 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
263 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
264 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
265 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
266 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
267 fccharset.c: In function `FcFreeTypeCharIndex':
268 fccharset.c:906: warning: comparison between signed and unsigned
269 fccharset.c:915: warning: comparison between signed and unsigned
270 fccharset.c:924: warning: comparison between signed and unsigned
271 fccharset.c: In function `FcFreeTypeCharSet':
272 fccharset.c:1007: warning: comparison between signed and unsigned
273 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
274 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
275 make[4]: *** [fccharset.o] Error 1
276 make[4]: Leaving directory
277 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
278 make[3]: *** [libs] Error 2
279 make[3]: Leaving directory
280 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
281 make[3]: Entering directory
282 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
283 make[4]: Entering directory
284 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
285 make[4]: Leaving directory
286 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/fontconfig'
287 make[4]: Entering directory
288 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
289 fccharset.c
290 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
291 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
292 -I../../../../dist/include/freetype2
293 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
294 -I../../../../dist/include/fontconfig -I../../../../dist/include
295 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
296 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
297 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
298 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
299 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
300 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
301 fccharset.c
302 fccharset.c: In function `FcCharSetCoverage':
303 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
304 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
305 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
306 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
307 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
308 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
309 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
310 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
311 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
312 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
313 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
314 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
315 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
316 fccharset.c: In function `FcFreeTypeCharIndex':
317 fccharset.c:906: warning: comparison between signed and unsigned
318 fccharset.c:915: warning: comparison between signed and unsigned
319 fccharset.c:924: warning: comparison between signed and unsigned
320 fccharset.c: In function `FcFreeTypeCharSet':
321 fccharset.c:1007: warning: comparison between signed and unsigned
322 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
323 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
324 make[4]: *** [fccharset.o] Error 1
325 make[4]: Leaving directory
326 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
327 make[4]: Entering directory
328 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
329 fccharset.c
330 gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
331 -DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\"
332 -I../../../../dist/include/freetype2
333 -I../../../../dist/include/fontconfig -I../../../../dist/include/expat
334 -I../../../../dist/include/fontconfig -I../../../../dist/include
335 -I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr
336 -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
337 -Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -mcpu=i686 -O3
338 -pipe -pthread -pipe -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include
339 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -include
340 ../../../../config-defs.h -DMOZILLA_CLIENT -Wp,-MD,.deps/fccharset.pp
341 fccharset.c
342 fccharset.c: In function `FcCharSetCoverage':
343 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
344 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
345 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
346 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
347 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
348 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
349 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
350 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
351 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
352 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
353 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
354 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
355 fccharset.c:569: warning: pointer of type `void *' used in arithmetic
356 fccharset.c: In function `FcFreeTypeCharIndex':
357 fccharset.c:906: warning: comparison between signed and unsigned
358 fccharset.c:915: warning: comparison between signed and unsigned
359 fccharset.c:924: warning: comparison between signed and unsigned
360 fccharset.c: In function `FcFreeTypeCharSet':
361 fccharset.c:1007: warning: comparison between signed and unsigned
362 fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
363 fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
364 make[4]: *** [fccharset.o] Error 1
365 make[4]: Leaving directory
366 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
367 make[3]: *** [libs] Error 2
368 make[3]: Leaving directory
369 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
370 make[2]: *** [libs] Error 2
371 make[2]: Leaving directory
372 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft'
373 make[1]: *** [tier_9] Error 2
374 make[1]: Leaving directory
375 `/var/tmp/portage/mozilla-1.0-r1/work/mozilla'
376 make: *** [default] Error 2
377
378 !!! ERROR: The ebuild did not complete successfully.
379 !!! Function src_compile, Line 87, Exitcode 2
380 !!! (no error message)
381
382 !!! emerge aborting on
383 /usr/portage/net-www/mozilla/mozilla-1.0-r1.ebuild .

Replies

Subject Author
Re: [gentoo-dev] Mozilla not compiling with gcc-3.1 Martin Schlemmer <azarah@g.o>