Gentoo Archives: gentoo-amd64

From: B Vance <bvance@×××××.ca>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Modular X,org emerge problem at xorg-server
Date: Tue, 31 Jan 2006 02:24:40
Message-Id: 1138674007.25063.30.camel@ShadowAerie.ShadowRealm
1 I've posted onto bugzilla
2 (http://bugs.gentoo.org/show_bug.cgi?id=111877 ), and haven't had much
3 luck using the suggestions there. Basically while trying to upgrade to
4 the modular X.org, it dies with the following error:
5
6 glxcmds.c: In function `__glXBindSwapBarrierSGIX':
7 glxcmds.c:1749: warning: cast to pointer from integer of different size
8 glxcmds.c: In function `__glxQueryHyperpipeNetworkSGIX':
9 glxcmds.c:1796: error: `xGLXQueryHyperpipeNetworkSGIXReq' undeclared (first use
10 in this function)
11 glxcmds.c:1796: error: (Each undeclared identifier is reported only once
12 glxcmds.c:1796: error: for each function it appears in.)
13 glxcmds.c:1796: error: `req' undeclared (first use in this function)
14 glxcmds.c:1796: error: parse error before ')' token
15 glxcmds.c:1797: error: `xGLXQueryHyperpipeNetworkSGIXReply' undeclared (first
16 use in this function)
17 glxcmds.c:1812: error: `reply' undeclared (first use in this function)
18 glxcmds.c:1825: error: `sz_xGLXQueryHyperpipeNetworkSGIXReply' undeclared
19 (first use in this function)
20 glxcmds.c: In function `__glxDestroyHyperpipeConfigSGIX':
21 glxcmds.c:1836: error: `xGLXDestroyHyperpipeConfigSGIXReq' undeclared (first
22 use in this function)
23 glxcmds.c:1836: error: `req' undeclared (first use in this function)
24 glxcmds.c:1837: error: parse error before ')' token
25 glxcmds.c:1838: error: `xGLXDestroyHyperpipeConfigSGIXReply' undeclared (first
26 use in this function)
27 glxcmds.c:1851: error: `reply' undeclared (first use in this function)
28 glxcmds.c:1863: error: `sz_xGLXDestroyHyperpipeConfigSGIXReply' undeclared
29 (first use in this function)
30 glxcmds.c: In function `__glxQueryHyperpipeConfigSGIX':
31 glxcmds.c:1871: error: `xGLXQueryHyperpipeConfigSGIXReq' undeclared (first use
32 in this function)
33 glxcmds.c:1871: error: `req' undeclared (first use in this function)
34 glxcmds.c:1872: error: parse error before ')' token
35 glxcmds.c:1873: error: `xGLXQueryHyperpipeConfigSGIXReply' undeclared (first
36 use in this function)
37 glxcmds.c:1889: error: `reply' undeclared (first use in this function)
38 glxcmds.c:1904: error: `sz_xGLXQueryHyperpipeConfigSGIXReply' undeclared (first
39 use in this function)
40 glxcmds.c: In function `__glxHyperpipeConfigSGIX':
41 glxcmds.c:1915: error: `xGLXHyperpipeConfigSGIXReq' undeclared (first use in
42 this function)
43 glxcmds.c:1915: error: `req' undeclared (first use in this function)
44 glxcmds.c:1916: error: parse error before ')' token
45 glxcmds.c:1917: error: `xGLXHyperpipeConfigSGIXReply' undeclared (first use in
46 this function)
47 glxcmds.c:1935: error: `reply' undeclared (first use in this function)
48 glxcmds.c:1949: error: `sz_xGLXHyperpipeConfigSGIXReply' undeclared (first use
49 in this function)
50 make[2]: *** [glxcmds.lo] Error 1
51 make[2]: *** Waiting for unfinished jobs....
52 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include
53 -I../../include -I../../include -I../../include -I../../include -I../../include
54 -I../../GL/include -I../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H
55 -I/home/tmp/portage/xorg-server-1.0.1-r2/work/Mesa-6.4.1/include
56 -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -Wall
57 -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
58 -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN
59 -DHAS_STICKY_DIR_BIT -I../../include -I../../include -I../../Xext
60 -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi
61 -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr
62 -I../../fb -I../../lbx -O2 -mtune=k8 -pipe -fomit-frame-pointer -MT glxfb.lo
63 -MD -MP -MF .deps/glxfb.Tpo -c glxfb.c -fPIC -DPIC -o .libs/glxfb.o
64 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include
65 -I../../include -I../../include -I../../include -I../../include -I../../include
66 -I../../GL/include -I../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H
67 -I/home/tmp/portage/xorg-server-1.0.1-r2/work/Mesa-6.4.1/include
68 -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -Wall
69 -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
70 -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN
71 -DHAS_STICKY_DIR_BIT -I../../include -I../../include -I../../Xext
72 -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi
73 -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr
74 -I../../fb -I../../lbx -O2 -mtune=k8 -pipe -fomit-frame-pointer -MT
75 glxcmdsswap.lo -MD -MP -MF .deps/glxcmdsswap.Tpo -c glxcmdsswap.c -fPIC -DPIC
76 -o .libs/glxcmdsswap.o
77 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../include
78 -I../../include -I../../include -I../../include -I../../include -I../../include
79 -I../../GL/include -I../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H
80 -I/home/tmp/portage/xorg-server-1.0.1-r2/work/Mesa-6.4.1/include
81 -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER -Wall
82 -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
83 -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN
84 -DHAS_STICKY_DIR_BIT -I../../include -I../../include -I../../Xext
85 -I../../composite -I../../damageext -I../../xfixes -I../../Xi -I../../mi
86 -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr
87 -I../../fb -I../../lbx -O2 -mtune=k8 -pipe -fomit-frame-pointer -MT
88 glximports.lo -MD -MP -MF .deps/glximports.Tpo -c glximports.c -fPIC -DPIC -o
89 .libs/glximports.o
90 make[2]: Leaving directory
91 `/home/tmp/portage/xorg-server-1.0.1-r2/work/xorg-server-1.0.1/GL/glx'
92 make[1]: *** [all-recursive] Error 1
93 make[1]: Leaving directory
94 `/home/tmp/portage/xorg-server-1.0.1-r2/work/xorg-server-1.0.1/GL'
95 make: *** [all-recursive] Error 1
96
97 !!! ERROR: x11-base/xorg-server-1.0.1-r2 failed.
98 Call stack:
99 ebuild.sh, line 1894: Called dyn_compile
100 ebuild.sh, line 941: Called src_compile
101 ebuild.sh, line 1609: Called x-modular_src_compile
102 x-modular.eclass, line 246: Called x-modular_src_make
103
104 And here's my emerge --info
105
106 Portage 2.1_pre4-r1 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
107 2.6.14-gentoo-r5 x86_64)
108 =================================================================
109 System uname: 2.6.14-gentoo-r5 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor
110 4200+
111 Gentoo Base System version 1.6.14
112 ccache version 2.3 [enabled]
113 dev-lang/python: 2.3.5-r2, 2.4.2
114 sys-apps/sandbox: 1.2.12
115 sys-devel/autoconf: 2.13, 2.59-r6
116 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
117 sys-devel/binutils: 2.16.1
118 sys-devel/libtool: 1.5.22
119 virtual/os-headers: 2.6.11-r2
120 ACCEPT_KEYWORDS="amd64"
121 AUTOCLEAN="yes"
122 CBUILD="x86_64-pc-linux-gnu"
123 CFLAGS="-O2 -mtune=k8 -pipe -fomit-frame-pointer"
124 CHOST="x86_64-pc-linux-gnu"
125 CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
126 /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
127 /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
128 /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config
129 /var/qmail/control"
130 CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
131 CXXFLAGS="-O2 -mtune=k8 -pipe -fomit-frame-pointer"
132 DISTDIR="/usr/portage/distfiles"
133 FEATURES="autoconfig buildpkg ccache distlocks sandbox sfperms strict"
134 GENTOO_MIRRORS="ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/
135 ftp://gentoo.risq.qc.ca/ ftp://gentoo.agsn.ca/ http://gentoo.mirrored.ca/
136 ftp://gentoo.mirrored.ca/ http://gentoo.osuosl.org/
137 ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/"
138 MAKEOPTS="-j4"
139 PKGDIR="/usr/portage/packages"
140 PORTAGE_TMPDIR="/home/tmp"
141 PORTDIR="/usr/portage"
142 PORTDIR_OVERLAY="/usr/local/portage"
143 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
144 USE="X acpi alsa amd64 avi berkdb bitmap-fonts cdr crypt cups dbus divx4linux
145 doc dri dvd dvdr eds emboss encode foomaticdb fortran gif gnome gpm gstreamer
146 gtk gtk2 gtkhtml hal imlib ipv6 java jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls
147 nocd nptl nptlonly nsplugin offensive oggvorbis opengl oss pam pcre pdflib perl
148 png python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts
149 type1-fonts unicode usb userlocales xpm xv zlib elibc_glibc input_devices_mouse
150 input_devices_keyboard kernel_linux userland_GNU video_cards_nvidia"
151 Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS
152
153 With the exception of a very few programs not available on the stable tree, The system is all
154 stable (Modular X.org being the biggest exception)
155 The biggest annoyance is I have it successfully running on my unstable AMD64 laptop (gcc-4.0.2 etc)
156
157 Any ideas/assistance will be greatly appreciated.
158
159 B. Vance
160
161 --
162 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Modular X,org emerge problem at xorg-server Ben Skeggs <darktama@×××××××××.au>