From owner-freebsd-current@FreeBSD.ORG Wed Jun 9 22:52:41 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951151065670; Wed, 9 Jun 2010 22:52:41 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 44A9D8FC17; Wed, 9 Jun 2010 22:52:40 +0000 (UTC) Received: by iwn7 with SMTP id 7so3049253iwn.13 for ; Wed, 09 Jun 2010 15:52:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=LRZd0tBgRkaGdXycnzkPNi65lAjEYqLYKtPA0mKcloY=; b=vu3UjqC+PRjKk24M2Js1yf2AYpsoggOYJQsLliwEQ2hlvelpsnjZx8Vo57uJBc2KMk vhKgRA6aIy/kHo+EDL8yNYXi8bXXcn3BKTJQCwqURoZetldyM+GUs+Fhct2Dj62ajNmY G+VWSq0nCzstTM9VgtcB+atPmxGdPPSW8Q7gQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=mUEHjqyDzxvYbgig1cZ49prT30XsMpHJxu6n8QmDgiz+sou5DopO0/5u3QdhWjqvML nVqT7H5fkYX6VI//uzupkt1vGxbITTT5GxYQxAcuvQ+0MkBoX0qtR7gBHxaRuNyW49ew cACHKlZdIcFuZbiPbha1yfZyQ+fa/6M2aKiBA= Received: by 10.231.166.132 with SMTP id m4mr10032708iby.27.1276123960494; Wed, 09 Jun 2010 15:52:40 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-128-180.dsl.klmzmi.sbcglobal.net [99.181.128.180]) by mx.google.com with ESMTPS id b3sm32905018ibf.7.2010.06.09.15.52.38 (version=SSLv3 cipher=RC4-MD5); Wed, 09 Jun 2010 15:52:39 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C101B35.8040506@dataix.net> Date: Wed, 09 Jun 2010 18:52:37 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100515 Thunderbird MIME-Version: 1.0 To: Roman Divacky References: <20100609213106.GA99939@freebsd.org> In-Reply-To: <20100609213106.GA99939@freebsd.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=89D8547E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Alexander Best Subject: Re: Import of clang/LLVM about to start X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2010 22:52:41 -0000 On 06/09/2010 17:31, Roman Divacky wrote: > I dont see the error message but I guess you dont have tblgen > built (a necessary part for building clang/LLVM) > > buildworld should be fine > > On Wed, Jun 09, 2010 at 11:30:10PM +0200, Alexander Best wrote: >> that's great news! :) >> >> just tried to do `make depend all` in usr.bin/clang and got: Would probably be better if you did this right ? make obj && make depend && make all ^^^ ^^^^^^ That previously happened directly in your src-tree if I am not mistaken. ( svn status /path/to/usr/src ) should show you any misdirected build objectives that may have populated parts of your src tree without you realizing it. -- jhell