Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311071 - app-emulation/vice-2.2 fails to configure: error: conditional "HAVE_XEXTPROTO_71" was never defined.
Summary: app-emulation/vice-2.2 fails to configure: error: conditional "HAVE_XEXTPROTO...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 08:12 UTC by Ooblick
Modified: 2010-03-24 15:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,14.56 KB, text/plain)
2010-03-24 08:12 UTC, Ooblick
Details
emerge --info (emerge.info,3.99 KB, text/plain)
2010-03-24 08:13 UTC, Ooblick
Details
vice-2.2-xshm.patch (vice-2.2-xshm.patch,1.58 KB, patch)
2010-03-24 10:05 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.