From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 11 18:08:45 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86EBE258 for ; Thu, 11 Sep 2014 18:08:45 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47B08F24 for ; Thu, 11 Sep 2014 18:08:45 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id wn1so14791573obc.30 for ; Thu, 11 Sep 2014 11:08:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t8w2KjF5ea5BFAoFaan6V8DKJ9T1ab6ZaPn5noGpNrc=; b=MtcjjomB8TthKhcR6wcLd1qLbH68JLTeIvynB21cFB16UxhYQa80CmpPohKl23qWHF wi9uH7pb8vigvd+D0Q8cvnpR4WPEbUgOkyX+alFcSNG9tUi2X3Y/2PDCsVMdIvrYrlDr GrzncZexoLzsHhq6AOVAjeKhEngkzGtNjecaQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=t8w2KjF5ea5BFAoFaan6V8DKJ9T1ab6ZaPn5noGpNrc=; b=XKhA86DKbczJ5F/R2iITW6hy78+COWqlQBZSolPIJR3oOdtoIcn5CpeMKjC9EDBbtv rfD85KMqLSPSF/dkN36ikgOqP0faluXqVIpSPXiXiWFGzb2uTA+P1XkSDNziU2j0VxkM vOlbMwjxOsb5MTUTLk0zJB+LseoOT3Snr9ogbZUu/pmlHpAQF/37zDqJI90FJOQk4U0N Mx/PwXDw/FZLjdsQDAFWJKp+MrOCupWPa24vsj4vrEr40X5+J5RuXEX5Up6JpeJ99iEF FgMcqtgbHjMfA6HrF1tjEgG1xfd94tqHEa05lkrCRcgvC6+lTSbRvhPTkSgh8QR3trRO hJtQ== X-Gm-Message-State: ALoCoQnttXb4XZoX+OMDHrS9CO0DFJvLlDzx2xYSnic1jqu4xuRULE+/mt1x7OsbibVYQscSLf2Q MIME-Version: 1.0 X-Received: by 10.182.79.65 with SMTP id h1mr2921967obx.53.1410458924595; Thu, 11 Sep 2014 11:08:44 -0700 (PDT) Received: by 10.76.141.136 with HTTP; Thu, 11 Sep 2014 11:08:44 -0700 (PDT) X-Originating-IP: [212.95.7.145] Received: by 10.76.141.136 with HTTP; Thu, 11 Sep 2014 11:08:44 -0700 (PDT) In-Reply-To: References: Date: Thu, 11 Sep 2014 20:08:44 +0200 Message-ID: Subject: Re: VirtualBox and GCC 4.8 From: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= To: Warren Block Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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, 11 Sep 2014 18:08:45 -0000 Am 11.09.2014 16:54 schrieb "Warren Block" : > > After the update yesterday to gcc 4.8, VirtualBox failed while rebuilding. Part of the kBuild stuff was still looking for gcc 4.7. A rebuild of devel/kBuild cured it. Thanks for the info. Then we should bump portrevision on kbuild.