From owner-freebsd-chromium@freebsd.org Sun Dec 4 14:52:51 2016 Return-Path: Delivered-To: freebsd-chromium@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 C4382C677A1 for ; Sun, 4 Dec 2016 14:52:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AD5A8638 for ; Sun, 4 Dec 2016 14:52:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id ACA5AC677A0; Sun, 4 Dec 2016 14:52:51 +0000 (UTC) Delivered-To: chromium@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 AC456C6779F for ; Sun, 4 Dec 2016 14:52:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B98F637 for ; Sun, 4 Dec 2016 14:52:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB4EqpDK031751 for ; Sun, 4 Dec 2016 14:52:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 214654] www/chromium: fails to build with libc++ 3.9 Date: Sun, 04 Dec 2016 14:52:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 14:52:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214654 --- Comment #14 from Dimitry Andric --- Created attachment 177658 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177658&action= =3Dedit Use different method to enable trivial pair copy constructors for newer lib= c++ Here is a patch proposal that enables the trivial std::pair copy constructo= rs for newer libc++, in a different way, namely defining _LIBCPP_ABI_UNSTABLE instead. This was a suggestion from upstream. Unfortunately we've patched up one of the BUILD.gn files to accomplish this= , so I have now split this up in two separate EXTRA_PATCHES files. If there is a nicer and cleaner way to do this, I'm all ears. With this, chromium builds and runs just fine for me on head r309213 with c= lang and libc++ 3.9.0, under light testing. --=20 You are receiving this mail because: You are the assignee for the bug.=