Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Jan 2013 15:07:03 -0600
From:      Larry Rosenman <ler@lerctr.org>
To:        Brandon Gooch <jamesbrandongooch@gmail.com>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: emultors/virtualbox-ose crash
Message-ID:  <656bc13c56bc34a2be4221329150c3e0@webmail.lerctr.org>
In-Reply-To: <CALBk6yJwePod-9_dD91UQdBfekDe8i-42%2BjVan-Bst7uePSGjw@mail.gmail.com>
References:  <alpine.BSF.2.00.1301041921330.4972@borg> <d308abc1dd92e7d271436572fe529876@webmail.lerctr.org> <CALBk6yJwePod-9_dD91UQdBfekDe8i-42%2BjVan-Bst7uePSGjw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-01-06 13:53, Brandon Gooch wrote:
> On Sat, Jan 5, 2013 at 11:18 PM, Larry Rosenman <ler@lerctr.org> 
> wrote:
>
>> On 2013-01-04 19:23, Larry Rosenman wrote:
>>
>>> I've got the Port installed, driver loaded, and I've cleaned out 
>>> all
>>> my .VirtualBox directories.
>> More info:
>> If I compile it with the DEBUG option set, it works.
>>
>> I can provide access to the machine for anyone that wants to help 
>> me.....
>>
>> --
>> Larry Rosenman                     http://www.lerctr.org/~ler [1]
>> Phone: +1 214-642-9640 [2] (c)     E-Mail: ler@lerctr.org
>>
>> US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
>
> Hey Larry,
>
> You're hitting what I believe to be a symptom of clang 3.2 and its
> mis-compiling libgcc:
>
> 
> http://lists.freebsd.org/pipermail/freebsd-current/2012-December/038766.html 
> [3]
>
> Try recompiling libgcc with CC=gcc and then rebuilding the VirtualBox
> port. Let's see if that does the trick (I'll try it later myself, as
> soon as I get a moment or two).
>
> -Brandon

Did this, and you're correct.

did:
cd /usr/src/gnu/libgcc
make CC=gcc clean
make CC=gcc
make CC=gcc install

and then rebuilt emulators/virtualbox-ose withOUT the DEBUG option, and 
we work fine.

# VBoxManage list
Usage:

VBoxManage list [--long|-l] 
vms|runningvms|ostypes|hostdvds|hostfloppies|
                             
bridgedifs|hostonlyifs|dhcpservers|hostinfo|
                             hostcpuids|hddbackends|hdds|dvds|floppies|
                             
usbhost|usbfilters|systemproperties|extpacks|
                             groups

# VBoxManage list vms
# VBoxManage list bridgedifs
Name:            em0
GUID:            00306d65-0000-4000-8000-003048f2299c
DHCP:            Disabled
IPAddress:       192.168.200.4
NetworkMask:     255.255.255.0
IPV6Address:     fe80:0000:0000:0000:0230:48ff:fef2:299c
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 00:30:48:f2:29:9c
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-em0

Name:            em1
GUID:            00316d65-0000-4000-8000-003048f2299d
DHCP:            Disabled
IPAddress:       0.0.0.0
NetworkMask:     0.0.0.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 00:30:48:f2:29:9d
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-em1



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c)     E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893



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