From owner-freebsd-ports-bugs@freebsd.org Mon Aug 27 17:29:49 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB08F1091744 for ; Mon, 27 Aug 2018 17:29:49 +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 532957B91C for ; Mon, 27 Aug 2018 17:29:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 15B8C1091743; Mon, 27 Aug 2018 17:29:49 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04AB01091742 for ; Mon, 27 Aug 2018 17:29:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 994FB7B90E for ; Mon, 27 Aug 2018 17:29:48 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E135016FA9 for ; Mon, 27 Aug 2018 17:29:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7RHTl33017179 for ; Mon, 27 Aug 2018 17:29:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7RHTlxh017178 for ports-bugs@FreeBSD.org; Mon, 27 Aug 2018 17:29:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230355] [exp-run] Against projects/clang700-import branch Date: Mon, 27 Aug 2018 17:29:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run+ X-Bugzilla-Changed-Fields: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2018 17:29:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Aug 27 17:29:04 UTC 2018 New revision: 478237 URL: https://svnweb.freebsd.org/changeset/ports/478237 Log: games/keeperrl: unbreak with libc++ 7 In file included from effect.cpp:731: ./pretty_archive.h:135:12: error: call to 'quoted' is ambiguous ar.os << std::quoted(t) << " "; ^~~~~~~~~~~ /usr/include/c++/v1/iomanip:645:1: note: candidate function [with _CharT = =3D char, _Traits =3D std::__1::char_traits, _Allocator =3D std::__1::allocator] quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim =3D _CharT('"'), _CharT __escape=3D_CharT('\\')) ^ ./extern/iomanip.h:173:3: note: candidate function [with _CharT =3D char, _Traits =3D std::__1::char_traits, _Alloc =3D std::__1::allocator] quoted(const basic_string<_CharT, _Traits, _Alloc>& __string, ^ PR: 230355 Obtained from: upstream Changes: head/games/keeperrl/Makefile head/games/keeperrl/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.=