Gentoo Archives: gentoo-user-fr

From: Jean Magnan de Bornier <jean@×××××××.net>
To: gentoo-user-fr@l.g.o
Subject: [gentoo-user-fr] libXfont ne compile pas
Date: Mon, 31 Jul 2006 06:52:15
Message-Id: 87r7021d3v.fsf@bornier.net
1 Bonjour à tous,
2 Lors du passage à xorg-X11 modulaire la mise à jour bloque sur libXfont
3 avec ce message (tout n'est sans doute pas à considérer):
4
5 ......................................
6 Making all in FreeType
7 make[3]: Entering directory `/home/tmp/portage/libXfont-1.1.0-r1/work/libXfont-1.1.0/src/
8 FreeType'
9 if /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I
10 . -I. -I../.. -I../../include/X11/fonts -I../../include -I/usr/include/freetype2 -Wal
11 l -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -
12 Wnested-externs -fno-strict-aliasing -O2 -mcpu=i686 -pipe -g -D_BSD_SOURCE -DHAS_FCHOWN
13 -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftenc.lo -MD -MP -MF ".deps/ftenc.Tpo" -c -o f
14 tenc.lo ftenc.c; \
15 then mv -f ".deps/ftenc.Tpo" ".deps/ftenc.Plo"; else rm -f ".deps/ftenc.Tpo"; exit 1; fi
16 mkdir .libs
17 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/X11/fonts -I../../
18 include -I/usr/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prot
19 otypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -mcpu=i686 -pipe
20 -g -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftenc.lo -MD -MP -
21 MF .deps/ftenc.Tpo -c ftenc.c -fPIC -DPIC -o .libs/ftenc.o
22 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/X11/fonts -I../../
23 include -I/usr/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prot
24 otypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -mcpu=i686 -pipe
25 -g -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftenc.lo -MD -MP -
26 MF .deps/ftenc.Tpo -c ftenc.c -o ftenc.o >/dev/null 2>&1
27 if /bin/sh ../../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I
28 . -I. -I../.. -I../../include/X11/fonts -I../../include -I/usr/include/freetype2 -Wal
29 l -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -
30 Wnested-externs -fno-strict-aliasing -O2 -mcpu=i686 -pipe -g -D_BSD_SOURCE -DHAS_FCHOWN
31 -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftfuncs.lo -MD -MP -MF ".deps/ftfuncs.Tpo" -c
32 -o ftfuncs.lo ftfuncs.c; \
33 then mv -f ".deps/ftfuncs.Tpo" ".deps/ftfuncs.Plo"; else rm -f ".deps/ftfuncs.Tpo"; exit
34 1; fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/X11/fonts -I../../
35 include -I/usr/include/freetype2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prot
36 otypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -mcpu=i686 -pipe
37 -g -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftfuncs.lo -MD -MP
38 -MF .deps/ftfuncs.Tpo -c ftfuncs.c -fPIC -DPIC -o .libs/ftfuncs.o
39 ftfuncs.c:57:10: #include expects "FILENAME" or <FILENAME>
40 ftfuncs.c:59:10: #include expects "FILENAME" or <FILENAME>
41 ftfuncs.c:60:10: #include expects "FILENAME" or <FILENAME>
42 ftfuncs.c: In function `FreeTypeOpenInstance':
43 ftfuncs.c:467: error: `TT_Face' undeclared (first use in this function)
44 ftfuncs.c:467: error: (Each undeclared identifier is reported only once
45 ftfuncs.c:467: error: for each function it appears in.)
46 ftfuncs.c:467: error: syntax error before "tt_face"
47 ftfuncs.c:471: error: `SFNT_Service' undeclared (first use in this function)
48 ftfuncs.c:471: error: syntax error before "sfnt"
49 ftfuncs.c:472: error: `tt_face' undeclared (first use in this function)
50 ftfuncs.c:472: error: syntax error before "face"
51 ftfuncs.c:486: error: `sfnt' undeclared (first use in this function)
52 ftfuncs.c:486: error: syntax error before "tt_face"
53 ftfuncs.c: In function `tt_get_metrics':
54 ftfuncs.c:815: error: `TT_LongMetrics' undeclared (first use in this function)
55 ftfuncs.c:815: error: syntax error before "longs_m"
56 ftfuncs.c:824: error: `longs_m' undeclared (first use in this function)
57 ftfuncs.c:824: error: syntax error before "header"
58 ftfuncs.c:829: error: `TT_ShortMetrics' undeclared (first use in this function)
59 ftfuncs.c:829: error: syntax error before ')' token
60 ftfuncs.c:830: error: syntax error before "header"
61 ftfuncs.c: In function `ft_get_very_lazy_bbox':
62 ftfuncs.c:845: error: `TT_Face' undeclared (first use in this function)
63 ftfuncs.c:845: error: syntax error before "ttface"
64 ftfuncs.c:852: error: `ttface' undeclared (first use in this function)
65 ftfuncs.c: In function `FT_Do_SBit_Metrics':
66 ftfuncs.c:914: error: `SFNT_Service' undeclared (first use in this function)
67 ftfuncs.c:914: error: syntax error before "sfnt"
68 ftfuncs.c:915: error: `TT_Face' undeclared (first use in this function)
69 ftfuncs.c:918: error: `TT_SBit_Strike' undeclared (first use in this function)
70 ftfuncs.c:918: error: syntax error before "strike"
71 ftfuncs.c:919: error: `TT_SBit_Range' undeclared (first use in this function)
72 ftfuncs.c:920: error: `TT_SBit_MetricsRec' undeclared (first use in this function)
73 ftfuncs.c:931: error: `face' undeclared (first use in this function)
74 ftfuncs.c:931: error: syntax error before "ft_face"
75 ftfuncs.c:932: error: `sfnt' undeclared (first use in this function)
76 ftfuncs.c:932: error: syntax error before "face"
77 ftfuncs.c:938: error: `range' undeclared (first use in this function)
78 ftfuncs.c:938: error: `strike' undeclared (first use in this function)
79 ftfuncs.c:955: warning: implicit declaration of function `FT_STREAM_POS'
80 ftfuncs.c:958: warning: implicit declaration of function `FT_STREAM_SEEK'
81 ftfuncs.c:961: error: `elem_metrics' undeclared (first use in this function)
82 make[3]: *** [ftfuncs.lo] Erreur 1
83 make[3]: Leaving directory `/home/tmp/portage/libXfont-1.1.0-r1/work/libXfont-1.1.0/src/FreeType'
84 make[2]: *** [all-recursive] Erreur 1
85 make[2]: Leaving directory `/home/tmp/portage/libXfont-1.1.0-r1/work/libXfont-1.1.0/src'
86 make[1]: *** [all-recursive] Erreur 1
87 make[1]: Leaving directory `/home/tmp/portage/libXfont-1.1.0-r1/work/libXfont-1.1.0'
88 make: *** [all] Erreur 2
89
90
91 !!! ERROR: x11-libs/libXfont-1.1.0-r1 failed.
92 Call stack:
93 ebuild.sh, line 1539: Called dyn_compile
94 ebuild.sh, line 939: Called src_compile
95 ebuild.sh, line 1248: Called x-modular_src_compile
96 x-modular.eclass, line 327: Called x-modular_src_make
97 x-modular.eclass, line 322: Called die
98
99 !!! emake failed
100 !!! If you need support, post the topmost build error, and the call stack if relevant.
101
102 ....................................................
103
104 Je n'ai pas vu ce bug sur http://bugs.gentoo.org/
105 Merci d'avance de toute aide
106 --
107 Jean
108
109 --
110 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] libXfont ne compile pas Antoine Van-Elstraete <ve.antoine@×××××.com>
Re: [gentoo-user-fr] libXfont ne compile pas Fabrice Delliaux <netfab@×××××.com>