From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 00:39:08 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 985456B2 for ; Tue, 9 Dec 2014 00:39:08 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6169BAF5 for ; Tue, 9 Dec 2014 00:39:08 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hl2so76944igb.5 for ; Mon, 08 Dec 2014 16:39:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s3SyvimdGc9guwE1IPcXCZ2p5qTQvCl7UF1/SZKypiE=; b=FPcemD0ESOYQ4QUHRGZCKDxyzDbtBzx8mfi2j1bm1x/cEsTHHgixZKYmDBi8KRSHSp SGXpFHAscFlr3djisOA3TPIzmj4aLISeNwU96ujQghkYkjVzEojMxoejjcBXL2vUflyC usNjt7sDGh1cBDrablVfvTx59g1s37YuO9yjlfYU5Er11Wy2z1EaVCDnnsMKPsMZ4SzV 5tqFSxdPEGS3PpOiuFv86YSXmTEwlRMT2BfzpEm+iCN3yC/1IdbHHtuw8YUmj5JG1VkH gWpEQVbvJ/LIhEPH4SZVHX9zxpPjSaaoBrk8/NVYMX9l2UGYk+ILxol+ckJWGJOb/n31 uQTg== MIME-Version: 1.0 X-Received: by 10.107.18.208 with SMTP id 77mr11476207ios.57.1418085547783; Mon, 08 Dec 2014 16:39:07 -0800 (PST) Received: by 10.50.4.170 with HTTP; Mon, 8 Dec 2014 16:39:07 -0800 (PST) In-Reply-To: References: Date: Mon, 8 Dec 2014 16:39:07 -0800 Message-ID: Subject: Re: /usr/include/c++/v1/cmath:653:9: error From: NGie Cooper To: AN Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 09 Dec 2014 00:39:08 -0000 Hi AN, On Mon, Dec 8, 2014 at 1:17 PM, AN wrote: > Hi List: > > FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #15 r275578: Sun Dec 7 15:25:11 > EST 2014 :/usr/obj/usr/src/sys/MYKERNEL amd64 > > [root@mail /usr/src]# svnlite info > Path: . > Working Copy Root Path: /usr/src > URL: svn://svn.freebsd.org/base/head > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 275623 > Node Kind: directory > Schedule: normal > Last Changed Author: ngie > Last Changed Rev: 275622 > Last Changed Date: 2014-12-08 13:29:20 -0500 (Mon, 08 Dec 2014) > > I ran into this bug yesterday while trying to do installworld: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195537 > [xen] vt console somehow causes failures to boot and disk errors > > this is on a VPS with Rootbsd. > > The system froze and I rebooted into single user mode and did full fsck > several times. I added kern.vty="sc" in loader.conf and am able to boot > normally. I tried to do svnlite up and had failures, so I deleted /usr/src > and did svnlite co svn://svn.freebsd.org/base/head/ /usr/src which finished > successfully. > > My problem now is when I try to do buildworld I receive the following > failure: Could you please run the following commands and put the output in a pastebin or something? Thanks! cd /usr/src make buildenv # This will enter the build environment cd sbin make -VCOMPILER_TYPE make -VCOMPILER_VERSION sh -c 'for i in MK_CLANG MK_CLANG_BOOTSTRAP MK_GCC MK_GCC_BOOTSTRAP MK_GNUCXX; do echo "$i => $(make -V$i)"; done'