I can't emerge anything! Gentoo is broken! Hum, sorry. Crack-Attack segfaults on my i865g: Crack Attack! v1.1.9 by Daniel Nelson [aluminumangel.org], 2002 Segmentation fault The workaround is the same I've already submitted upstream for voodoo3 board: --- ./src/obj_block.cxx.gege 2003-10-16 16:36:05.000000000 +0200 +++ ./src/obj_block.cxx 2004-05-23 18:07:35.863142505 +0200 @@ -1480,6 +1480,12 @@ "since it segfaults\n**********" << endl; return; } + if (strstr((char*) renderer, "865G 20021115")) { + cerr << "**********\nWARNING:" + "disabling call to 1d texturing on 865G 20021115 renderer " + "since it segfaults\n**********" << endl; + return; + } glTexImage1D(GL_TEXTURE_1D, 0, GL_LUMINANCE, 32, GL_FALSE, GL_LUMINANCE, GL_UNSIGNED_BYTE, texture); Reproducible: Always Steps to Reproduce:
Added this patch to CVS. Resync and remerge to get it. No rev bump since it only affects i865g users.