From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 22:01:18 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AA3065CB for ; Tue, 8 Oct 2013 22:01:18 +0000 (UTC) (envelope-from ljboiler@gmail.com) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 798AD2593 for ; Tue, 8 Oct 2013 22:01:18 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id qd12so19910211ieb.8 for ; Tue, 08 Oct 2013 15:01:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=+J/KUJLTIAkTq6ZHMckeTneKhOpAmp5lxi/iYeu/wHI=; b=S4462MMr5Yk/sbFfvInavfcCe4SfPEnv+HhCYmoV68zglST9hNH1ExfrKFMbECvb4R BLbS/HgnYM4wOX1aHXxJA+GZrHmPEMFKiIM99E9a64h1VLSu6QjfkVS3ubSFSopQQB8v 5ApvFl9vN6dz8XNuCq9pW35Fx+uJq8KXL5+iK6TM5M9HZ6ZJ2ZolEYmKIgE6gOe+UtU4 jnRW3aURQ1n585kt84IGuGIg8hIxOBugFiAexh9sPvKM0d6uoSTZbRu7yVUMeRnnubpP wWwvddvPvvEK4MKIivDMTRd1wltvNYxlqQkYOB3K82EIbON7ellrtY+cEtv2YadTkuXb sY3A== X-Received: by 10.43.10.198 with SMTP id pb6mr2585411icb.40.1381269677755; Tue, 08 Oct 2013 15:01:17 -0700 (PDT) Received: from jmobile.jimmy.local (71-81-196-43.dhcp.stls.mo.charter.com. [71.81.196.43]) by mx.google.com with ESMTPSA id w4sm4470273igb.5.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Oct 2013 15:01:17 -0700 (PDT) Received: by jmobile.jimmy.local (sSMTP sendmail emulation); Tue, 08 Oct 2013 17:01:14 -0500 Date: Tue, 8 Oct 2013 17:01:14 -0500 From: Jimmy Kelley To: Nilton Jose Rizzo Subject: Re: Virtual box require LIBCXX Message-ID: <20131008220114.GA74373@jmobile.jimmy.localnet> References: <20131008141346.M55461@i805.com.br> <52543627.8040301@gmail.com> <20131008200010.M71841@i805.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131008200010.M71841@i805.com.br> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@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: Tue, 08 Oct 2013 22:01:18 -0000 On Tue, Oct 08, 2013 at 05:01:35PM -0300, Nilton Jose Rizzo wrote: > Em Tue, 08 Oct 2013 09:43:19 -0700, Eric L. Camachat escreveu > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA256 > > > > On 10/08/2013 07:17, Nilton Jose Rizzo wrote: > > > root@valfenda:/usr/ports/emulators/virtualbox-ose # kldload vboxdrv > > > root@valfenda:/usr/ports/emulators/virtualbox-ose # > > > > > > but whern I run it, the I got this error message: > > > rizzo@valfenda:~/src/Doutorado/visao/testes % VirtualBox > > > VirtualBox: Error -610 in supR3HardenedMainInitRuntime! > > > VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed: > > > /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by > > > /usr/local/lib/virtualbox/VBoxRT.so not found > > > > > My box can be fixed by remove misc/compat8x package. > > In my box it was used by bootstrap jdk, look > > root@valfenda:/usr # pkg query %ro compat8x-amd64 > java/bootstrap-openjdk > root@valfenda:/usr # > > You don't use java? > > bootstrap-openjdk is only needed to BUILD openjdk. You can and should remove it after you have successfully built one of the openjdk packages (see java/bootstrap-openjdk/pkg-message). You can delete misc/compat8x after that. Jimmy