From owner-freebsd-ports@FreeBSD.ORG Tue Oct 30 22:12:18 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F99F7CE for ; Tue, 30 Oct 2012 22:12:18 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id EAA178FC0A for ; Tue, 30 Oct 2012 22:12:16 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id 16so543786wgi.31 for ; Tue, 30 Oct 2012 15:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lhbIGXQyqu1b+AfW4dlbK+xiBOgMlmBPeY4Qs0/F2VQ=; b=bDsFvMnA0tprfOdYu3NlqY6NQzxWxbjaRF3Ode5bd8v4Ugsx1bQxoWuGXSnw6Ji7lL voSADVjG+SWShEp7g3uXF7ISU3iWDxIjNrVJKz4ZVrsmSp5L1zRvr+6uwxhFGK8oJjvz f7z54IUe9crG7DAtIA20+CihXoNCZ3kuprpVg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=lhbIGXQyqu1b+AfW4dlbK+xiBOgMlmBPeY4Qs0/F2VQ=; b=hLQHgR/hJmii/XCGshekFRVhThgZIsFmY7TvmYq05SHFm0PhUwyXWAQs1mf/PrWWOR unNk8hF/iE+Ky5tozcc9DTsIV5v+kP2YC2hJQ77uc656Sy2W3QK1cVKgF3enMXRsvNch +c+3Nb+nWBf4jJ9r2R3Ln7s9IyLzHWpNrxEQfwU3mT8TFcHB6NAcEpbk5NK5WjP2hCVD AijBB/bm7LT7Te4/UKkpKDUw8b//bf4Jugavmfn1DscTPngSueY9k7m+TgDt6erzdDjJ GPJCBY4sq4d9jxzbKZMysZOBmzd7HpBabqCPWX7nCGRYOgPVurZsex6jr5EQc7KhZxY8 tY/A== MIME-Version: 1.0 Received: by 10.216.197.227 with SMTP id t77mr16161672wen.146.1351635135491; Tue, 30 Oct 2012 15:12:15 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.194.104.98 with HTTP; Tue, 30 Oct 2012 15:12:15 -0700 (PDT) X-Originating-IP: [188.20.160.66] In-Reply-To: <201210301704.53980.mike.jakubik@intertainservices.com> References: <201210301605.06718.mike.jakubik@intertainservices.com> <201210301704.53980.mike.jakubik@intertainservices.com> Date: Tue, 30 Oct 2012 23:12:15 +0100 X-Google-Sender-Auth: 28rpe_9Mb_lVUI2enkw6PuWRPms Message-ID: Subject: Re: [Call for Testers] VirtualBox 4.2.4 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Mike Jakubik Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn498otqGYdxXK7/R5awwSHmO6MJ+kzKPXK8weiWO5lOnS7zJ7oYppntX9Fns5bWyhgSm3g Cc: emulation@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 22:12:18 -0000 On Tue, Oct 30, 2012 at 10:04 PM, Mike Jakubik wrote: > On Tuesday 30 October 2012 4:05:06 PM Mike Jakubik wrote: >> On Tuesday 30 October 2012 3:56:29 PM Bernhard Fr=F6hlich wrote: >> > On Tue, Oct 30, 2012 at 8:12 PM, Mike Jakubik >> > >> > > Hello, i have just tried to compile this on an up to date releng9 >> > > system. >> > > >> > > - Base GCC, compiles ok, works ok. >> > > >> > > - GCC47, fails, due to ugly -fno-format-extensions and >> > > -fformat-extensions compiler hacks. >> > >> > Patches are welcome but it's not supported from us yet and probably wi= ll >> > never be. >> >> Thats a shame, i'll see if i can make it work, though im not an expert i= n >> this field. Default compiler for 10.0 will be CLANG from base but gcc 4.2 will still be= in base so we should be able to use that without additional work. That should give us at least one more release cycle if we need it. > This was apprantly already discussed by others two years ago. > > http://lists.freebsd.org/pipermail/freebsd-emulation/2010-July/007873.htm= l > > I've modified Config.kmk to exclude those FreeBSD custom compiler options= and it > continued to compile. Unforntunately it did fail again but for a differen= t > reason, it seems like getting this to work with an up to date version of = gcc > wouldnt be too hard by someone who knew what they were doing. Andriy Gapon has some more recent patches for an older vbox version that also work with gcc 4.6: http://people.freebsd.org/~avg/vbox4-gcc45.patch --=20 Bernhard Froehlich http://www.bluelife.at/