From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-86968-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L5Xvc-00087f-QZ for garchives@archives.gentoo.org; Thu, 27 Nov 2008 03:52:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDC7E049A; Thu, 27 Nov 2008 03:52:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 004BCE049A for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 03:52:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 267EA6437C for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 03:52:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.841 X-Spam-Level: X-Spam-Status: No, score=-2.841 required=5.5 tests=[AWL=0.758, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] 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 evyvtE00sXpG for <gentoo-user@lists.gentoo.org>; Thu, 27 Nov 2008 03:52:23 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7A18B64377 for <gentoo-user@gentoo.org>; Thu, 27 Nov 2008 03:52:22 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L5XvL-0003iA-QG for gentoo-user@gentoo.org; Thu, 27 Nov 2008 03:52:15 +0000 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Thu, 27 Nov 2008 03:52:15 +0000 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <gentoo-user@gentoo.org>; Thu, 27 Nov 2008 03:52:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James <wireless@tampabay.rr.com> Subject: [gentoo-user] Re: Bug 246672 ATI-DRIVERS Date: Thu, 27 Nov 2008 03:52:04 +0000 (UTC) Message-ID: <loom.20081127T034951-166@post.gmane.org> References: <loom.20081126T212735-66@post.gmane.org> <200811262305.59492.volker.armin.hemmann@tu-clausthal.de> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.18) Gecko/20081030 SeaMonkey/1.1.13) Sender: news <news@ger.gmane.org> X-Archives-Salt: 383eb5db-5213-41f2-b421-359ad5e2ce91 X-Archives-Hash: 761fead4c67501594e77f0ce88a8a9f1 Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes: > x11-base/xorg-server > Installed versions: 1.5.2 > media-libs/mesa Installed versions: 7.2 > > x11-base/xorg-x11 > Installed versions: 7.4 > x11-drivers/ati-drivers > Installed versions: 8.552-r2 Got the first 3/4 ati-drivers will not compile, any version. Here is the errors from 8.552-r2 : Building fgl_glxgears In file included from fgl_glxgears.c:70: /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common /usr/include/GL/glATI.h:3153:1: warning: "GL_ATI_texture_env_combine3" redefined In file included from /usr/include/GL/gl.h:2150, from /usr/include/GL/glu.h:38, from fgl_glxgears.c:59: /usr/include/GL/glext.h:6606:1: warning: this is the location of the previous definition /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL collect2: ld returned 1 exit status ERROR: x11-drivers/ati-drivers-8.552-r2 failed. Call stack: ebuild.sh, line 49: Called src_compile environment, line 3311: Called die The specific snippet of code: "$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU -I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die "fgl_glxgears build failed"; The die message: fgl_glxgears build failed So what did I miss? James