From owner-freebsd-ppc@freebsd.org Tue Jun 28 17:34:31 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 1618CB8594B for ; Tue, 28 Jun 2016 17:34:31 +0000 (UTC) (envelope-from jau789@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (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 94D3E2966 for ; Tue, 28 Jun 2016 17:34:30 +0000 (UTC) (envelope-from jau789@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id f6so16486886lfg.0 for ; Tue, 28 Jun 2016 10:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=hkRyQgGsCo+R2lEcAT16nEOF4GqAPqWgrCw5agxAUx4=; b=vunS4kiCi+zqP4+tXutein4Sj36n9VRBfw5lcvkeSnAs8lBlkOPql0+0ONHmJp8gEb SsFHxyW5d3/8WltLc/+DUbZI/64cNrd3dUCsInOuf3Mv2NRfQ4oIV+1ebqdDfaDSsESY W7e2F+0n/Bo3FKHclcZp3aSP7KyqAGfD4CLQGCFZdc5YR+rHiYBIuP9zspFk1vuYLoxo kCQ9TDj/Zf/AGlrvtjvydcFfWr5Pi+g296rHO8YRGaV/gwP+6j7yAAIQoFSnOOjc1DTZ RH47k+WA/RaB7NYsf+pO5SqkLidXgLs05sHJd5zFrE0WC9XFNOZc/6XKntX1em9aqYmg ZFEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=hkRyQgGsCo+R2lEcAT16nEOF4GqAPqWgrCw5agxAUx4=; b=mYO2ZV4XlE37F3v9RTt8EFyW5PJQnQGXQs9vppCO8pGH8CNICoKp9bTDhJQ7briMH0 ixNLwkZGzLiPCDX0czG6Bh/AVD4IL57tuBQCyd/XYay4QSR0UUvmPKSOTTIGdnGqG7Ue JIYssofDXk1POIFnQiSqr7hZ+I2lv/C1CwCWc5kRoYLic3lLiwvG301kKtL8GvmDs7sd ItUta9uyZ2xTLEIyNtaborbFI3/DRc+E9MLICcSuM85AlR+h2NxteCKjNDUxRyNBAvJd N5NFcM2j2kxbi7kGdpcJpsKj2NGIp6FP15kz1JrEj6igXsOvOEGcCG2KqW3d7EDt5iQA vSTw== X-Gm-Message-State: ALyK8tKsin8mlqLsIfUTOrMxwnj9zdyEUT1cwAsJ/JOo8bguNYQ2HsjewwqCBGl0uwWD+g== X-Received: by 10.25.43.213 with SMTP id r204mr1677134lfr.112.1467135268568; Tue, 28 Jun 2016 10:34:28 -0700 (PDT) Received: from [192.168.1.131] (xdsl-205-1.nblnetworks.fi. [83.145.205.1]) by smtp.googlemail.com with ESMTPSA id 206sm4411202ljj.0.2016.06.28.10.34.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Jun 2016 10:34:28 -0700 (PDT) From: "Jukka A. Ukkonen" Subject: Compiler dependent problems again on ppc64 To: FreeBSD PowerPC ML Message-ID: <3de3c40b-4edc-327e-f262-26230c7a3b12@gmail.com> Date: Tue, 28 Jun 2016 20:34:26 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 17:34:31 -0000 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