From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MrMTQ-0000YH-B8 for garchives@archives.gentoo.org; Sat, 26 Sep 2009 01:53:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D4C1E0763; Sat, 26 Sep 2009 01:53:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A090E0763 for ; Sat, 26 Sep 2009 01:53:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E09F667934 for ; Sat, 26 Sep 2009 01:53:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.496 X-Spam-Level: X-Spam-Status: No, score=-2.496 required=5.5 tests=[AWL=0.103, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ABe7h+19T59F for ; Sat, 26 Sep 2009 01:53:11 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 51BD367942 for ; Sat, 26 Sep 2009 01:53:10 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MrMTC-0002a4-Vm for gentoo-user@gentoo.org; Sat, 26 Sep 2009 03:53:06 +0200 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2009 03:53:06 +0200 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Sep 2009 03:53:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] bzflag is broken Date: Sat, 26 Sep 2009 01:52:46 +0000 (UTC) Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090925 SeaMonkey/1.1.17) Sender: news X-Archives-Salt: 24454071-a4ad-4ad0-816b-46c63584407c X-Archives-Hash: 25e11554a0683c0050bde8948bb89e1e Hello, I recently upgraded ati-drivers to 9.9-r2 also to xorg-server-1.6.3.901-r2 bzflag fails to run from the kde menu. trying to launch it from the command line yields: X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 129 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 13 Current serial number in output stream: 13 So I ran 'equery depgraph --depth=1 bzflag' and got: [ Searching for packages matching bzflag... ] * dependency graph for games-action/bzflag-2.0.12 `-- games-action/bzflag-2.0.12 `-- net-misc/curl-7.19.6 `-- sys-libs/ncurses-5.6-r2 `-- net-dns/c-ares-1.5.3 `-- virtual/opengl-7.0 (virtual/opengl) [ sdl ] `-- virtual/glu-7.0 (virtual/glu) [ sdl ] `-- media-libs/libsdl-1.2.13-r1 [ sdl ] `-- >=media-libs/svgalib-1.4.2 (unable to resolve to a package / package masked or removed) `-- >=media-libs/svgalib-1.4.2 (unable to resolve to a package / package masked or removed) `-- media-libs/glew-1.5.1 [ sdl ] `-- x11-libs/libICE-1.0.4 [ sdl ] `-- x11-libs/libSM-1.1.0 [ sdl ] `-- x11-libs/libX11-1.1.5 [ sdl ] `-- x11-libs/libXau-1.0.4 [ sdl ] `-- x11-libs/libXdmcp-1.0.2 [ sdl ] `-- x11-libs/libXext-1.0.4 [ sdl ] `-- x11-libs/libXi-1.2.1 [ sdl ] `-- x11-libs/libXmu-1.0.4 [ sdl ] `-- x11-libs/libXt-1.0.5 [ sdl ] `-- x11-libs/libXxf86vm-1.0.2 [ sdl ] [ games-action/bzflag-2.0.12 stats: packages (18), max depth (1) ] hmmmmm, Since svgalib lists like this: media-libs/svgalib Available versions: *1.9.25 I'm looking for a little advice on what I should do next. James