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 <gentoo-user+bounces-132354-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RZyVl-0001Ih-I7
	for garchives@archives.gentoo.org; Mon, 12 Dec 2011 05:33:13 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 871D221C0E2;
	Mon, 12 Dec 2011 05:32:59 +0000 (UTC)
Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id 30E4221C02C
	for <gentoo-user@lists.gentoo.org>; Mon, 12 Dec 2011 05:32:04 +0000 (UTC)
Received: by bkat8 with SMTP id t8so5680422bka.40
        for <gentoo-user@lists.gentoo.org>; Sun, 11 Dec 2011 21:32:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=tirH+eB1xmQtceJCgGDfGP5fhsvy192BzAQuovX1vuA=;
        b=lLWIgw8bemYWMJ831wse96Z74RUtltSvlF+9VhVIc0szOsdHHa8fMsg0SRvqPdkhRC
         OSgegiQG4OpsBGV6CbUtKV4gTNY0GHU85N/WLrmlSuVXOsIUFC/uiuSNpoS3BNAizxec
         yFLy6VCutWxa5SU22CHqQPIFxNt3EJYSt/4zA=
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
Received: by 10.205.122.70 with SMTP id gf6mr2241670bkc.48.1323667924245; Sun,
 11 Dec 2011 21:32:04 -0800 (PST)
Received: by 10.204.226.72 with HTTP; Sun, 11 Dec 2011 21:32:04 -0800 (PST)
In-Reply-To: <20111212051757.GA16690@waltdnes.org>
References: <20111212051757.GA16690@waltdnes.org>
Date: Mon, 12 Dec 2011 00:32:04 -0500
Message-ID: <CA+czFiB9KD_BTDNxUJtk1vHfwA1LPJ3HwGFRJh9gAMr-nX+R_A@mail.gmail.com>
Subject: Re: [gentoo-user] How do I use LLVM?
From: Michael Mol <mikemol@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 6c926fe4-484e-4061-8dbc-d2663455bf19
X-Archives-Hash: 2294b884d43c02aeb5af6d270b0ffb6d

On Mon, Dec 12, 2011 at 12:17 AM, Walter Dnes <waltdnes@waltdnes.org> wrote=
:
> =C2=A0And no, it's not because I'm adventurous. =C2=A0Background... I'm t=
rying to
> revive an older Dell Dimension 530 (32 bit install) with a Radeon card
> that uses a binary blob from the radeon-ucode ebuild/download. =C2=A0When
> trying to "emerge xorg-server", it fails with the message...
>
> configure: error: LLVM is required to build Gallium R300 on x86 and x86_6=
4
>
> =C2=A0I understand that LLVM is a "gcc-like" compiler. =C2=A0What is the =
minimum
> amount of stuff that I need to do? =C2=A0Are there any LLVM-compatability
> libraries for gcc that would do this build?

llvm is pulled in on most of my systems as a dependency of something
else. It doesn't conflict with having gcc installed.

emerge sys-devel/llvm

And try again. If that fixes it, you should file a bug against the
specific package failing to build, noting the missing explicit build
dependency.
--=20
:wq