From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 07:05:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAF517D1 for ; Tue, 1 Oct 2013 07:05:02 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7112386 for ; Tue, 1 Oct 2013 07:05:02 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id oy12so4828810veb.26 for ; Tue, 01 Oct 2013 00:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TNGSoRr2UnC3XSxbHK7eJHTSE3pL928c6LMxxbRWHDY=; b=m0pERgwSmj5LkMN3do/JP61yF7YAev7P6tibjViHmpkMq/gtJRkhfKyHMrueGSULCm QjDh9nkyEzsOCC8CHETXxZGrgs30wK5g3/7B808QMXUFrE4+odEDxZStm/TiQDJAfYl3 gSV0sxymt53yAuzFYoaAe+50Xjn+8zS+1ItEQHUVdLWDgM2mQl9YOZSbg7rIRA6MUm3C Sh23Px3unvvffmmCteCA4XNzN4BnQnB+aRrDUsB2zxb47E7bp9sL+WNECgOUmRNx/xUM wgltfofqCYbzb9SjyeVlh/DeDrLxY2gdTm0OWOdBD05E39RwS4GMmyQKhUYLLnVJuLSg MmaA== MIME-Version: 1.0 X-Received: by 10.220.16.73 with SMTP id n9mr6582vca.24.1380611101488; Tue, 01 Oct 2013 00:05:01 -0700 (PDT) Received: by 10.52.98.231 with HTTP; Tue, 1 Oct 2013 00:05:01 -0700 (PDT) Date: Tue, 1 Oct 2013 10:05:01 +0300 Message-ID: Subject: Problem building stable-9 in current host From: Alexander Yerenkow 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: Tue, 01 Oct 2013 07:05:02 -0000 Hello all. Can someone help me? :) # uname -a FreeBSD 10.0-ALPHA3 FreeBSD 10.0-ALPHA3 #5 r255924: Sat Sep 28 15:22:40 EEST 2013 yama@host:/zbuilder/local/obj/zbuilder/vm4all/src-head-clone/sys/GENERIC amd64 # svn info Path: . Working Copy Root Path: /zbuilder/vm4all/src-stable-9-clone URL: http://svn.freebsd.org/base/stable/9 Repository Root: http://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 255962 make buildworld buildkernel produced: ===> usr.bin/clang/tblgen (obj,depend,all,install) ... c++ -O2 -pipe -I/zbuilder/vm4all/src-stable-9-clone/usr.bin/clang/tblgen/../../../contrib/llvm/include -I/zbuilder/vm4all/src-stable-9-clone/usr.bin/ clang/tblgen/../../../contrib/llvm/tools/clang/include -I/zbuilder/vm4all/src-stable-9-clone/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGe n -I. -I/zbuilder/vm4all/src-stable-9-clone/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__S TDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd9.2\" -DLLVM_HOST_TRIPLE=\"x86_64 -unknown-freebsd9.2\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/zbuilder/vm4all/src-stable-9-clone/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c /zbuil der/vm4all/src-stable-9-clone/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp make: don't know how to make /usr/lib/libstdc++.a. Stop *** [bootstrap-tools] Error code 2 Stop in /zbuilder/vm4all/src-stable-9-clone. *** [_bootstrap-tools] Error code 1 Stop in /zbuilder/vm4all/src-stable-9-clone. *** Error code 1 Stop. make: stopped in /zbuilder/vm4all/src-stable-9-clone Is it known issue, or I'm doing something wrong? This builder was working just fine by this scheme for a year, but to build more recent current I updated it self OS. -- Regards, Alexander Yerenkow