From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:59:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C770106567A for ; Tue, 3 Aug 2010 18:59:11 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 76A2A8FC1A for ; Tue, 3 Aug 2010 18:59:11 +0000 (UTC) Received: (qmail 27696 invoked from network); 3 Aug 2010 18:59:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Aug 2010 18:59:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 05F0B5082C; Tue, 3 Aug 2010 14:59:10 -0400 (EDT) From: Lowell Gilbert To: Caleb Stein References: Date: Tue, 03 Aug 2010 14:59:09 -0400 In-Reply-To: (Caleb Stein's message of "Sat, 31 Jul 2010 15:58:52 -0700") Message-ID: <44zkx3ldz6.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dinoex@FreeBSD.org, brooks@FreeBSD.org, "freebsd-questions@freebsd.org" Subject: Re: How to install Etoile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:59:11 -0000 Caleb Stein writes: > I want to install Etoile. I tried doing this: > > cd /usr/ports/x11/etoile > sudo make install > > It exits with an error that etoile-languagekit requires llvm 2.6 or > lower, but I have llvm 2.7 installed. Is there any way to go back to > 2.6, and if I can, will it break anything else that's important? You can always use ports-mgmt/portdowngrade to roll llvm back. As to whether it will break anything else, that's hard to be sure, unless you have nothing else depending on it. Presumably there's a reason that llvm got an upgrade.