Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 311071

Summary: app-emulation/vice-2.2 fails to configure: error: conditional "HAVE_XEXTPROTO_71" was never defined.
Product: Gentoo Linux Reporter: Ooblick <ooblick>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
vice-2.2-xshm.patch

Description Ooblick 2010-03-24 08:12:06 UTC
* econf: updating vice-2.2/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating vice-2.2/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sys
confdir=/etc --localstatedir=/var/lib --prefix=/usr/games --libdir=/usr/games/lib64 --datadir=/usr/share/games --sysconfdir=/etc/games --localstatedir=/var/g
ames --disable-dependency-tracking --enable-fullscreen --enable-parsid --with-resid --without-arts --without-esd --without-midas --disable-ffmpeg --disable-l
ame --enable-gnomeui --enable-nls --without-xaw3d --with-alsa --without-pulse --with-png --with-readline --with-sdlsound --enable-ipv6 --disable-oss --disabl
e-memmap --disable-ethernet --with-zlib --with-x
...snip...
checking for IceConnectionNumber in -lICE... yes
checking for GTK... yes
checking for GTKGL... yes
checking for GL/glx.h... yes
checking for glXWaitVideoSyncSGI in -lGL... no
checking for X11/extensions/xf86vmode.h... yes
checking for XF86VidModeQueryVersion in -lXxf86vm... yes
checking for X11/extensions/Xrandr.h... yes
checking for XRRGetScreenInfo in -lXrandr... yes
checking for OpenCBM support... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
configure: error: conditional "HAVE_XEXTPROTO_71" was never defined.
Usually this means the macro was only invoked conditionally.

Full description of configure failure in the attached build.log
Comment 1 Ooblick 2010-03-24 08:12:28 UTC
Created attachment 225073 [details]
build.log
Comment 2 Ooblick 2010-03-24 08:13:44 UTC
Created attachment 225075 [details]
emerge --info
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-03-24 10:05:18 UTC
Created attachment 225091 [details, diff]
vice-2.2-xshm.patch

Try replacing the patch in Portage with this, digest, and emerge
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-03-24 14:15:51 UTC
Thanks for reporting,

+  24 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  files/vice-2.2-xshm.patch:
+  Use upstream patch instead.

Above should fix it, sync in a hour or so
Comment 5 Ooblick 2010-03-24 15:11:49 UTC
Yep, configured, compiled and installed perfectly. Thanks.