From owner-freebsd-current@FreeBSD.ORG Thu May 2 18:28:28 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D114728 for ; Thu, 2 May 2013 18:28:28 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) by mx1.freebsd.org (Postfix) with ESMTP id 704AC1EF3 for ; Thu, 2 May 2013 18:28:28 +0000 (UTC) Received: by mail-oa0-f53.google.com with SMTP id n9so846664oag.40 for ; Thu, 02 May 2013 11:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=oSNDZ9LWOn+G7rvDcG8Mi4Drahoc1wig3FNeVP3vpFk=; b=NQVPARc+vMwNPw2cepqI6ymZBf5rln3Ektykb/12Q+2DYpTpart8/sRaBP1Y585syt ohc7VUHXO9t/4Sg+Hj9AOJjLln4/Auvn7HSCanKgshgVU5l0zOb+cXmAub+PtCi+/uCB 7+c1b0RkkRs3kS4flzWhvKRZ2oZAQMKSJQ2MzF/HoGkU+qL5COOA71pFSNzPFYKxMb9v aebxxAy496JBchu9AZCsJAD7upxnYPKwG8INXD8/qWe4+6IiniQ5e8QWVh8v8lONdSH0 dLEesO+imbkTg4+0x97kjJsw4X/O3UNYY93C4HK+Xp6RkzT5JP8sGmOH7siNZDI1TOx+ 8Gow== MIME-Version: 1.0 X-Received: by 10.60.97.4 with SMTP id dw4mr2119298oeb.75.1367519307850; Thu, 02 May 2013 11:28:27 -0700 (PDT) Received: by 10.76.156.198 with HTTP; Thu, 2 May 2013 11:28:27 -0700 (PDT) Date: Thu, 2 May 2013 14:28:27 -0400 Message-ID: Subject: buildworld of HEAD failing under 8.1-RELEASE From: Ryan Stone To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 02 May 2013 18:28:28 -0000 I am getting the following error when trying to build HEAD on an 8.1-RELEASE build machine (i386 jail on an amd64 host): ===> lib/clang/libllvmanalysis (all) /usr/d2/users/rstone/git/svos/lib/clang/libllvmanalysis/../../../contrib/llvm/lib/Analysis/ConstantFolding.cpp: In function 'llvm::Constant* llvm::ConstantFoldCall(llvm::Function*, llvm::ArrayRef, const llvm::TargetLibraryInfo*)': /usr/d2/users/rstone/git/svos/lib/clang/libllvmanalysis/../../../contrib/llvm/lib/Analysis/ConstantFolding.cpp:1310: error: 'log2' was not declared in this scope *** [ConstantFolding.o] Error code 1 1 error *** [all] Error code 2 1 error *** [cross-tools] Error code 2 1 error *** [_cross-tools] Error code 2 1 error *** Error code 2 1 error Is there anything that I can do other than build on another machine? I don't control the build machines at $WORK so I'm not sure whether I can get them upgraded. :(