From owner-freebsd-chromium@freebsd.org Mon Nov 21 11:21:46 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 A9D88C4C854 for ; Mon, 21 Nov 2016 11:21:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 93560998 for ; Mon, 21 Nov 2016 11:21:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 92746C4C852; Mon, 21 Nov 2016 11:21:46 +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 92097C4C84F for ; Mon, 21 Nov 2016 11:21:46 +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 71411997 for ; Mon, 21 Nov 2016 11:21:46 +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 uALBLkWE095194 for ; Mon, 21 Nov 2016 11:21:46 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: Mon, 21 Nov 2016 11:21:46 +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: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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-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: Mon, 21 Nov 2016 11:21:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214654 --- Comment #4 from Jan Beich (mail not working) --- (In reply to clutton from comment #3) > Could you try removing _LIBCPP_TRIVIAL_PAIR_COPY_CTOR completely > from build system? Chromium 52 builds fine then. > Or just remove the patch and build it again. Chromium 54 fails with In file included from ../../services/ui/ws/user_activity_monitor.cc:5: In file included from ../../services/ui/ws/user_activity_monitor.h:8: In file included from ../../base/time/tick_clock.h:9: In file included from ../../base/time/time.h:60: In file included from ../../base/numerics/safe_math.h:13: In file included from ../../base/logging.h:12: In file included from /usr/include/c++/v1/sstream:174: In file included from /usr/include/c++/v1/ostream:138: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:442: In file included from /usr/include/c++/v1/algorithm:633: /usr/include/c++/v1/utility:316:11: error: call to deleted constructor of 'mojo::InterfacePtr' second(__p.second) ^ ~~~~~~~~~~ /usr/include/c++/v1/memory:1747:31: note: in instantiation of member func= tion 'std::__1::pair >::pair' requested here ::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:1658:18: note: in instantiation of function template specialization 'std::__1::allocator > >::construct >, const std::__1::pair > &>' requested here {__a.construct(__p, _VSTD::forward<_Args>(__args)...);} ^ /usr/include/c++/v1/memory:1504:14: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::__construct >, const std::__1::pair > &>' requested here {__construct(__has_construct(= ), ^ /usr/include/c++/v1/memory:1620:17: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::construct >, const std::__1::pair > &>' requested here construct(__a, _VSTD::__to_raw_pointer(__end2-1), _VSTD::move_if_noexcept(*--__end1)); ^ /usr/include/c++/v1/vector:892:21: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::__construct_backward > *>' requested here __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, this->__end_, __v.__begin_); ^ /usr/include/c++/v1/vector:1577:5: note: in instantiation of member funct= ion 'std::__1::vector >, std::__1::allocator > > >::__swap_out_circular_buffer' requested here __swap_out_circular_buffer(__v); ^ /usr/include/c++/v1/vector:1614:9: note: in instantiation of function template specialization 'std::__1::vector >, std::__1::allocator > > >::__push_back_slow_path > >' requested here __push_back_slow_path(_VSTD::move(__x)); ^ ../../services/ui/ws/user_activity_monitor.cc:62:23: note: in instantiati= on of member function 'std::__1::vector >, std::__1::allocator > > >::push_back' reque= sted here activity_observers_.push_back(std::make_pair(info, std::move(observer))= ); ^ ../../mojo/public/cpp/bindings/interface_ptr.h:214:28: note: 'InterfacePt= r' has been explicitly marked deleted here DISALLOW_COPY_AND_ASSIGN(InterfacePtr); ^ In file included from ../../services/ui/ws/user_activity_monitor.cc:5: In file included from ../../services/ui/ws/user_activity_monitor.h:8: In file included from ../../base/time/tick_clock.h:9: In file included from ../../base/time/time.h:60: In file included from ../../base/numerics/safe_math.h:13: In file included from ../../base/logging.h:12: In file included from /usr/include/c++/v1/sstream:174: In file included from /usr/include/c++/v1/ostream:138: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:442: In file included from /usr/include/c++/v1/algorithm:633: /usr/include/c++/v1/utility:316:11: error: call to deleted constructor of 'mojo::InterfacePtr' second(__p.second) ^ ~~~~~~~~~~ /usr/include/c++/v1/memory:1747:31: note: in instantiation of member func= tion 'std::__1::pair >::pair' requested here ::new((void*)__p) _Up(_VSTD::forward<_Args>(__args)...); ^ /usr/include/c++/v1/memory:1658:18: note: in instantiation of function template specialization 'std::__1::allocator > >::construct >, const std::__1::pair > &>' requested here {__a.construct(__p, _VSTD::forward<_Args>(__args)...);} ^ /usr/include/c++/v1/memory:1504:14: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::__construct >, const std::__1::pair > &>' requested here {__construct(__has_construct(= ), ^ /usr/include/c++/v1/memory:1620:17: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::construct >, const std::__1::pair > &>' requested here construct(__a, _VSTD::__to_raw_pointer(__end2-1), _VSTD::move_if_noexcept(*--__end1)); ^ /usr/include/c++/v1/vector:892:21: note: in instantiation of function template specialization 'std::__1::allocator_traits > > >::__construct_backward > *>' requested here __alloc_traits::__construct_backward(this->__alloc(), this->__begin_, this->__end_, __v.__begin_); ^ /usr/include/c++/v1/vector:1577:5: note: in instantiation of member funct= ion 'std::__1::vector >, std::__1::allocator > > >::__swap_out_circular_buffer' requested here __swap_out_circular_buffer(__v); ^ /usr/include/c++/v1/vector:1614:9: note: in instantiation of function template specialization 'std::__1::vector >, std::__1::allocator > > >::__push_back_slow_path > >' requested here __push_back_slow_path(_VSTD::move(__x)); ^ ../../services/ui/ws/user_activity_monitor.cc:80:19: note: in instantiati= on of member function 'std::__1::vector >, std::__1::allocator > > >::push_back' requested here idle_observers_.push_back(std::make_pair(info, std::move(observer))); ^ ../../mojo/public/cpp/bindings/interface_ptr.h:214:28: note: 'InterfacePt= r' has been explicitly marked deleted here DISALLOW_COPY_AND_ASSIGN(InterfacePtr); ^ --=20 You are receiving this mail because: You are the assignee for the bug.=