From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 30 01:15:34 2013 Return-Path: Delivered-To: vbox@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 4E456848 for ; Wed, 30 Oct 2013 01:15:34 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c: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 0DFCC25A2 for ; Wed, 30 Oct 2013 01:15:33 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id ib11so461085vcb.22 for ; Tue, 29 Oct 2013 18:15:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hUITwnlQ6N6YBvX+sLstUTSab4fe2y5xiYnFSztBttE=; b=Spt7fB6j4GbeCZI7grAdm04RxUj4JFL2huT0jlojOwuqvxKLt419hnJir0wFP0Gt4E a4kDkdEFZhxtOx27/E8U/62Dc4tmv9+aQL4mXrOFIFe4zpm/+vUsaSIN/O5fnJoOk5sh DXJ2RFwa6Jlc+JpSNjbadk7v1aRzM8SMem6ePA7bDBm1rzPJzV/fhLFUcuLxbr8/aI6F HUfB2VnJ6KR1lNNCeCJCM9m6+5hxXnenWJDNmQUna3tZ+nkn2DO53mNG1ATrZsdV1EPt +bp37FURT8QX2uPfP6hnVHVuZNj0tKLRHMDbFXM7jjSeVyVW3ssSYmBE59zLhf8BaWaB sggQ== MIME-Version: 1.0 X-Received: by 10.58.218.161 with SMTP id ph1mr26447vec.40.1383095732637; Tue, 29 Oct 2013 18:15:32 -0700 (PDT) Received: by 10.220.71.13 with HTTP; Tue, 29 Oct 2013 18:15:32 -0700 (PDT) Received: by 10.220.71.13 with HTTP; Tue, 29 Oct 2013 18:15:32 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Oct 2013 21:15:32 -0400 Message-ID: Subject: Re: Building on Freebsd-10.0 From: "Sam Fourman Jr." To: Karol Barski X-Mailman-Approved-At: Wed, 30 Oct 2013 01:21:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: vbox@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 01:15:34 -0000 On Oct 29, 2013 8:51 PM, "Karol Barski" wrote: > > Hi, > > I've tried to build emulators/virtualbox-ose-additions port on > FreeBSD-10.0-BETA2 with no success. > After while of searching I found out that problem is that virtualbox links > to libsupc++ and in FreeBSD default std C++ library used in libcxxrt. > > In attachement You can find corrected Makefile which solved situation for > me. > > Basically in post-patch target in makefile I'm replacing of supc++ to cxxrt > for makefiles in worktree which linked it when OSVERSION is greater than > 10000000. > I have tested this only on FreeBSD-10.0-BETA1 and FreeBSD-10.0-BETA2. > > --------------------------------------------------------------- > .if ${OSVERSION} > 1000000 > @${REINPLACE_CMD} -e 's|supc\+\+|cxxrt|' ${WRKSRC}/Config.kmk \ > ${WRKSRC}/src/VBox/Additions/x11/VBoxClient/Makefile.kmk > .endif > ---------------------------------------------------------------- > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " freebsd-emulation-unsubscribe@freebsd.org" Just for refrence, I have the same issues on HEAD and 10.x I can't get vbox in a usable state, even on a fresh install. It seems vbox is completley broken on anything that isn't 9.2 Sam Fourman Jr.