On 2013-01-06 13:53, Brandon Gooch wrote:
On Sat, Jan 5, 2013 at 11:18 PM, Larry Rosenman <[email protected]> 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: [email protected]

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: [email protected]
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to