From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 12 15:24:21 2015 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC751D5 for ; Thu, 12 Mar 2015 15:24:21 +0000 (UTC) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5652D9BB for ; Thu, 12 Mar 2015 15:24:21 +0000 (UTC) Received: by oiba3 with SMTP id a3so3455286oib.0 for ; Thu, 12 Mar 2015 08:24:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NGr+UOLVCQfZsB1WX+ERdpnHFubPAj5EMjlA203dadE=; b=A3gKSyV1kFBgUp35sA2xKOLOJmcXnXOs0FTQ9vJRxvBIS5Qnt3PBVOJoJJAumMDWV0 9Nj87Jc5YYFZGG/NuQcLAlD0ikLtELeTsZeCOsFHGltkg/5/+787HgPc+xaQ+fkxy4qS 8SlgOhwb0M8/I7+WaEsOpHuSaqLls9+oMa1mg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=NGr+UOLVCQfZsB1WX+ERdpnHFubPAj5EMjlA203dadE=; b=K9PaNKyvp/iqUKyLlfwIf9OSNxQUJA/otjvSIosevABLf5q+cm554LhxBmrZ8poIyA ex/B8xyNfdjnFVDasL2QPVDgy+FjFe3cVRXCZecF23Lyxakg7gYEJzgDzoAivdfXR0I5 hq8m6lu+3ETBjiR/y1pmFClqr0F9QL0dwoWHrmQVEVqIT08W8FOmIJb+tE17fve2M25i FU9k9NP3FKBhUVslir11+tYaUZHZiN3qmpryf6HcW36k6dTqFzr/2j8w5ENki2bB+XbD 270bPsOx5uYpu3TOb3SEMpCi3dmY4h71OqaFucEuWxP9iIcttwJLwl/Iq32V9ecE+xtP 6IUQ== X-Gm-Message-State: ALoCoQlQqd3mT1lEPhr6bd2Nupbvmmu+AhQTmrqCipRSu4V14b+7N/+u5/+nSYPNqlst5VYrQSF6 MIME-Version: 1.0 X-Received: by 10.202.192.11 with SMTP id q11mr32270154oif.41.1426173860588; Thu, 12 Mar 2015 08:24:20 -0700 (PDT) Sender: decke@bluelife.at Received: by 10.76.184.139 with HTTP; Thu, 12 Mar 2015 08:24:20 -0700 (PDT) X-Originating-IP: [2001:470:701f:7000::10] In-Reply-To: <55019557.1070208@wintek.com> References: <5501945E.3000400@wintek.com> <55019557.1070208@wintek.com> Date: Thu, 12 Mar 2015 16:24:20 +0100 X-Google-Sender-Auth: hhiIHsSxnTb9DRZIKym6TrMDts0 Message-ID: Subject: Re: Building virtualbox-ose-4.3.24 & gcc versions From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= To: Richard Kuhns Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 12 Mar 2015 15:24:21 -0000 On Thu, Mar 12, 2015 at 2:32 PM, Richard Kuhns wrote: > On 03/12/15 09:27, Richard Kuhns wrote: >> Hello, >> >> First, I'm using ports with portmaster, not pre-built packages. >> >> For quite some time I've had lang/gcc48 (not lang/gcc) installed, with >> >> DEFAULT_VERSIONS=python=2.7 python2=2.7 gcc=4.8 bdb=5 >> GCC_DEFAULT_VERSION=4.8 >> >> in /etc/make.conf. >> >> I decided to try lang/gcc49 instead. I deleted lang/gcc48, installed >> lang/gcc49, and edited /etc/make.conf changing 4.8 to 4.9. >> >> However, when I try to build the most recent virtualbox, the build still >> tries to use gcc48 which doesn't exist any more. >> >> Any suggestions? I virtualbox doesn't seem to depend on any gcc, and >> I've no idea where it's pulling gcc48 from. >> >> Thanks >> > > Sorry to follow-up on myself, but I should have mentioned that I'm running > > FreeBSD 10.1-STABLE #10 r279589 You will need to rebuild devel/kBuild -- Bernhard Froehlich http://www.bluelife.at/