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 1MKHdU-00018p-Ml for garchives@archives.gentoo.org; Fri, 26 Jun 2009 20:03:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2658E054C; Fri, 26 Jun 2009 20:02:59 +0000 (UTC) Received: from mail-gx0-f227.google.com (mail-gx0-f227.google.com [209.85.217.227]) by pigeon.gentoo.org (Postfix) with ESMTP id 93226E054C for ; Fri, 26 Jun 2009 20:02:59 +0000 (UTC) Received: by gxk27 with SMTP id 27so7178162gxk.10 for ; Fri, 26 Jun 2009 13:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bw5oO6RMa9YVF17OQmJv7a5nKPaUAPxfsLwXF1DP57s=; b=GdVpIeY2OLew8XjO6YTdfpcEDHruhKT+EI1UUZx7TJHV+qS3QS+i4L93YJmyKDKF74 mXkh7GIP+cZGRhaxj7OdRSfZh7pmmdK4lOeLccW4Hms4fD4NP5im8DWO4Etj63QscsX5 A6GwNlZLSXVNpg9K9ZwDpAikzmP5H6xQjDmEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=EcgsE5OJlaePTZiTneZss10Vfyj8voQsOsiA1bygH5dDwHqH3dsjoYE7qcNq3iz0he 3Wt31DU9/lHdkIWEZLkaNbs0f+kLfjnosbQjTGEf31QrLTjOVWzcFmhl08RpvjEhOMd2 e7CbM//t5uzc7AgvqdIFSvylTwXVMrrKDAKzU= 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 Received: by 10.151.125.10 with SMTP id c10mr681616ybn.208.1246046574323; Fri, 26 Jun 2009 13:02:54 -0700 (PDT) In-Reply-To: <200906262130.09503.alan.mckinnon@gmail.com> References: <5bdc1c8b0906260816w2e028a7v8759a4d3e3a48504@mail.gmail.com> <5bdc1c8b0906261131g593bd913rcb9a591eb168819b@mail.gmail.com> <5bdc1c8b0906261205r32fa0506m7bdd7b19717aadcc@mail.gmail.com> <200906262130.09503.alan.mckinnon@gmail.com> Date: Fri, 26 Jun 2009 13:02:54 -0700 Message-ID: <5bdc1c8b0906261302q688fa2f3h23cf623d98f6cca4@mail.gmail.com> Subject: Re: [gentoo-user] mesa build failure From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f25dcf53-923e-402b-bfe1-f2f7f35f5ead X-Archives-Hash: 716a34a467f3ea4f0f089fcebf8ed8ab On Fri, Jun 26, 2009 at 12:30 PM, Alan McKinnon wr= ote: > On Friday 26 June 2009 21:05:01 Mark Knecht wrote: >> So the weirdness continues. mesa built but then xorg-server failed >> with the same failure: >> >> >> =C2=A0* >>> SetUID: [chmod go-r] /usr/bin/Xorg ... >> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0[ ok ] >> >> Switching to xorg-x11 OpenGL interface...ln: creating symbolic link >> `./libglx.so': File exists >> !!! Error: Failed to create /lib/libglx.so > > Looks like you have a file collision between xorg-server and mesa, which = is > odd as those packages get a lot of testing. > > Anything on bugs.gentoo.org? > I haven't looked there yet but I will. I'm on a mission here. For this machine I want emerge -e @system to install NOTHING having to do with X11. After I get to that point, depclean'ed, revdep'ed, eix-test-obsoleted, then I'm going back to installing X from scratch. I've just gotten past the emerge -e @system part now. I'm sort of surprised the openssh shows up as part of @system, or it's getting pulled in somehow, and its default flags are dragging in X. Sort of anal I suppose but these machine have been neglected for the last couple of years being stuck with old drivers & old kernels. If I'm going to try and get the newest ati-drivers working I feel like I sort of owe it to those developers (and myself) to have as few issues hanging out as possible. Thanks, Mark