Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 16:39:07 -0800
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        AN <andy@neu.net>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: /usr/include/c++/v1/cmath:653:9: error
Message-ID:  <CAGHfRMD8gLT9=bQguq8Q46tfCxXfKik8GMTiG3AxNODC7AcURw@mail.gmail.com>
In-Reply-To: <alpine.BSF.2.11.1412081538420.1173@mail.neu.net>
References:  <alpine.BSF.2.11.1412081538420.1173@mail.neu.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi AN,

On Mon, Dec 8, 2014 at 1:17 PM, AN <andy@neu.net> 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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMD8gLT9=bQguq8Q46tfCxXfKik8GMTiG3AxNODC7AcURw>