From owner-freebsd-ppc@freebsd.org Wed Jun 29 13:00:51 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 0E179B73D0B; Wed, 29 Jun 2016 13:00:51 +0000 (UTC) (envelope-from jau789@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 A956D2053; Wed, 29 Jun 2016 13:00:50 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id v199so179971398wmv.0; Wed, 29 Jun 2016 06:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=WOxoxgvtrANEvuSZ+NIJScz+1pl5Isp5Sj318oag2BY=; b=PNyHnPexht7d8u21D0FJQZKqLHyo9T3jrkln3KQSMrOT4FFZUKoj2hZuVqteQRgqva chl5sEy34QDkMvICckJGqzWOxOjdqP6f/YL9DH5wbRsgt3wvvfpvnog78Xio5c7dv4mo QNTH1XOSM6bEcMbbqwH2BwbsU2u1TftJICiHZvXA/uE80a1H5t1VoT0sevkFu9MMzacT 0GyCLpD7WYrYN5GolsxXbCPQ2fVK4O3ym/umrkaOYX43gSUJxG1GfToqWTLZpbVQh3ct pUkilDpeCJUiQ8YYBtgd3FR/pek7y0e0fanOGPoaVlHNqq/wDY7i2kJk35ohATHl9Upt +aRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=WOxoxgvtrANEvuSZ+NIJScz+1pl5Isp5Sj318oag2BY=; b=eyBTzJcAEy3kKUWhQHgJJmk46Y3BXAM1s+tUGsDts9hNy/PHjudux1Lrwaavey2fn+ HZIDz7ecd7Y7Gg/NHhCmGlJMayYG5tRkPQLu7O5XOtC8qx2JJLQu/57/4gdthC2a9fm5 5PIbHYz/+LpnRcKDXrFnR7czM+58tG6miRyjuDhLz8k8UoWxzRgp/7J0ZzTtQJVugvK8 uw8NKmKLEElAvDKkHQHWeSuVYaU0WK3YpKVKyAfw+iLP3t1gvN1+N4URPozYUbjutVJb T6UijM1xuJHulLjhxiALtHsRbsrObbdZ+3F35/IhKXgh5t2UWAfcYN+v1B/zuASA1dhp ZY4Q== X-Gm-Message-State: ALyK8tKyDSX1uJGYJM/ZlRvy7yQEIuy36ZFxWkw9u/0v+FShUp/iwD+/x9tlYN3pqLIw1A== X-Received: by 10.28.132.15 with SMTP id g15mr9387305wmd.67.1467205249049; Wed, 29 Jun 2016 06:00:49 -0700 (PDT) Received: from [192.168.1.193] (xdsl-205-1.nblnetworks.fi. [83.145.205.1]) by smtp.gmail.com with ESMTPSA id ue1sm3609721wjc.44.2016.06.29.06.00.47 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Jun 2016 06:00:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Compiler dependent problems again on ppc64 From: Jukka Ukkonen X-Mailer: iPad Mail (13F69) In-Reply-To: Date: Wed, 29 Jun 2016 16:00:42 +0300 Cc: Justin Hibbits , FreeBSD PowerPC ML , current@FreeBSD.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <3de3c40b-4edc-327e-f262-26230c7a3b12@gmail.com> <993E1F7C-F18B-42A7-BA08-9A815B1A7CD3@gmail.com> To: Bryan Drewery 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: Wed, 29 Jun 2016 13:00:51 -0000 With that patch included the build seems to run just fine. Thanks. --jau > On 28 Jun 2016, at 22:50, Bryan Drewery wrote: >=20 > It's probably the switch to WITH_SYSTEM_COMPILER, which is confusing the > logic to think a newer external compiler is being used. This problem > will likely creep up on any platform using GCC 4.2 in base that meets > the WITH_SYSTEM_COMPILER test. >=20 > Try this patch please: >=20 > https://people.freebsd.org/~bdrewery/patches/ppc-system-compiler-std-c++11= .diff >=20 >> On 6/28/2016 12:43 PM, Jukka Ukkonen wrote: >>=20 >> The last version I tried was current pulled from svn today >> only a few hours ago. I guess around 16:00 GMT today is >> the best estimate I can give right now. The system on >> which I did the test is already powered down. I can check >> the exact svn release number tomorrow, though. >> The latest successful rebuild I have done was on the 19th. >> After that I tried a new rebuild only yesterday morning, and >> then it suddenly failed. >>=20 >> --jau >>=20 >>=20 >>>> On 28 Jun 2016, at 21:14, Justin Hibbits wrote:= >>>>=20 >>>> On Tue, Jun 28, 2016 at 12:34 PM, Jukka A. Ukkonen w= rote: >>>>=20 >>>> Hello all, >>>>=20 >>>> 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=3Dc++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. >>>>=20 >>>> --jau >>>=20 >>> Which revision are you using? This should've been fixed a couple >>> weeks ago. Adding Bryan Drewery, who made the fix. >>>=20 >>> - Justin >=20 >=20 > --=20 > Regards, > Bryan Drewery >=20