From owner-freebsd-current@FreeBSD.ORG Wed Jan 30 21:23:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3E6B743D; Wed, 30 Jan 2013 21:23:42 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id E8A2C7AD; Wed, 30 Jan 2013 21:23:41 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r0ULNd2N055647; Wed, 30 Jan 2013 16:23:39 -0500 (EST) (envelope-from andy@neu.net) Date: Wed, 30 Jan 2013 16:23:39 -0500 (EST) From: AN To: freebsd-current@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=1.8 required=4.5 tests=MISSING_SUBJECT, RP_MATCHES_RCVD autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: theraven@FreeBSD.org, vbox@FreeBSD.org 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: Wed, 30 Jan 2013 21:23:42 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r246130: Wed Jan 30 15:00:08 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 I just rebuilt the world and kernel. Then I rebuilt /usr/ports/emulators/virtualbox-ose-kmod. # kldstat Id Refs Address Size Name 1 24 0xffffffff80200000 116fac0 kernel 2 1 0xffffffff81370000 ee74c8 nvidia.ko 3 3 0xffffffff82258000 1393f8 linux.ko 4 1 0xffffffff82412000 997d linprocfs.ko 5 1 0xffffffff8241c000 344b ums.ko 6 1 0xffffffff82420000 29c3 uhid.ko 7 1 0xffffffff82423000 2e7b0 vboxdrv.ko # pkg info |grep box virtualbox-ose-4.2.6 A general-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-4.2.6_1 VirtualBox kernel module for FreeBSD Virtualbox suddenly broke for me, possibly related to this: http://svnweb.FreeBSD.org/base?view=revision&revision=246028 Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt that were causing the runtime and STL libraries to see different versions of various classes and functions when libstdc++ is used as a filter. When I try to start Vbox it fails with: # VirtualBox VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/lib/virtualbox/VBoxRT.so not found With all due respect to developers, are these changes tested at all before they are added to the codebase? I understand this is a development branch. I am not a developer, but it seems to me more thought and testing should be done before changes like this are committed.