From owner-freebsd-ppc@freebsd.org Tue Jun 28 18:14:47 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9600DB85549 for ; Tue, 28 Jun 2016 18:14:47 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-vk0-x231.google.com (mail-vk0-x231.google.com [IPv6:2607:f8b0:400c:c05::231]) (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 4DE772203; Tue, 28 Jun 2016 18:14:47 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-vk0-x231.google.com with SMTP id j3so33567492vkb.0; Tue, 28 Jun 2016 11:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=9yOd73eHDfTI35QcoFeeUklEVJ7YejH8jA+TgWxGGSs=; b=VT4yo2phHFMA/6inOt+TqBlGujegIqlPblXFkQJUOW5V/L61Frj94KBV15/Qj5KZ7h 9qpHrw312i6Q1T2xmPl0x/tGScxKB6CZlVFkDDVNnW3y6AeFzv5R1sFz8+2PjgAfdqmK H/+aUss7g5mz6Ggo0yAFk3u4HIosKOoyhi6YO7HL6xAgfTQbTIPs/Nl+SU+hSfvmTsQa twifvmPR6glZl9BkF5C+92ufw0Kd/bio/yVpSa95FkW6SdWMcfHGPlAX93tIFc7f4j6V cx2SamyasoCFntiTlFVCpZV9fXR4gDpBW4VTR0kd+w08vYfcqoVQ4TNcFMheHhWpKIUC rp2g== 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:from :date:message-id:subject:to:cc; bh=9yOd73eHDfTI35QcoFeeUklEVJ7YejH8jA+TgWxGGSs=; b=dvuw1XW24XmRPQxhyVLVAbxkgA4f+yVjjVjcF7fvi1c/JAie+wjJ8UtUsZazhwauDE DmghumbBQxpy/OoXzCc79cakDvsXSOcCPfvI+SseBgMbWXBnMY184Yos0a9Cv7XupzQO y5t1MD5azJ8DKeHH4dmm83wQmu1bwzxOQmAI+iBYGZMt8OaNC+uSHGu2s+L/3Rjw4Pgi zG/2f1V8cZ0+XVlz68U+emazN9EsXIia/F4DqUKi5XSCgv/niQr72vIfVi6ohqh/Setj UtfzWcurBc6U4Z1z+5GhuyYIQB9/46qxo+G3wFw7HJ3R97TQ47bESuz6c3R3A3jpvXSL Evpw== X-Gm-Message-State: ALyK8tIBDsnwlCtVJ1YZBgMh0HdSdXpDd+m2deJ555fOWB089Aq3VnqEfv+F6tLKsneFCG+HhblGpNH/cvxrrA== X-Received: by 10.176.0.87 with SMTP id 81mr1426501uai.28.1467137686331; Tue, 28 Jun 2016 11:14:46 -0700 (PDT) MIME-Version: 1.0 Sender: chmeeedalf@gmail.com Received: by 10.103.103.198 with HTTP; Tue, 28 Jun 2016 11:14:45 -0700 (PDT) In-Reply-To: <3de3c40b-4edc-327e-f262-26230c7a3b12@gmail.com> References: <3de3c40b-4edc-327e-f262-26230c7a3b12@gmail.com> From: Justin Hibbits Date: Tue, 28 Jun 2016 13:14:45 -0500 X-Google-Sender-Auth: cKjubzwsrpw4nsFuvYUyIlHfrFU Message-ID: Subject: Re: Compiler dependent problems again on ppc64 To: "Jukka A. Ukkonen" Cc: FreeBSD PowerPC ML , Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2016 18:14:47 -0000 On Tue, Jun 28, 2016 at 12:34 PM, Jukka A. Ukkonen wrote: > > Hello all, > > It seems there is yet another compiler dependent problem on > ppc64. Most likely the same problem applies to all platforms > using the old gcc as the default compiler. > When trying to build gnu/lib/libstdc++ the compiler seems to > get the option -std=c++11. The gcc complains about this and > the build gets invariably broken at that point. This has now > been going on for two days or so. This makes me believe nobody > is actively running rebuilds of the latest current on any gcc > based platform. > > --jau Which revision are you using? This should've been fixed a couple weeks ago. Adding Bryan Drewery, who made the fix. - Justin