From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 18 16:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACE78D48 for ; Fri, 18 Oct 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B66B20BF for ; Fri, 18 Oct 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IGo0QV079064 for ; Fri, 18 Oct 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9IGo0B9079062; Fri, 18 Oct 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 18 Oct 2013 16:50:00 GMT Resent-Message-Id: <201310181650.r9IGo0B9079062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sean Bruno Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C3A9D2F for ; Fri, 18 Oct 2013 16:48:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8924820B5 for ; Fri, 18 Oct 2013 16:48:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9IGmZ8c075245 for ; Fri, 18 Oct 2013 16:48:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9IGmZWq075243; Fri, 18 Oct 2013 16:48:35 GMT (envelope-from nobody) Message-Id: <201310181648.r9IGmZWq075243@oldred.freebsd.org> Date: Fri, 18 Oct 2013 16:48:35 GMT From: Sean Bruno To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183086: security/pinentry fails to build on head X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 16:50:00 -0000 >Number: 183086 >Category: ports >Synopsis: security/pinentry fails to build on head >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 18 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sean Bruno >Release: FreeBSD 11.0 Current >Organization: FreeBSD Project >Environment: FreeBSD powernoodle 11.0-CURRENT FreeBSD 11.0-CURRENT #28 r256712M: Thu Oct 17 16:45:51 PDT 2013 root@powernoodle:/usr/obj/usr/src/sys/POWERNOODLE amd64 >Description: Using default settings security/pinentry fails to build. In file included from /usr/local/include/qt4/QtCore/qstring.h:54: /usr/include/c++/v1/string:2105:9: error: cannot initialize object parameter of type 'const std::__1::__basic_string_common' with an expression of type 'std::__1::basic_string, secmem::alloc >' this->__throw_length_error(); ^~~~ /usr/include/c++/v1/string:2179:9: note: in instantiation of member function 'std::__1::basic_string, secmem::alloc >::__grow_by_and_replace' requested here __grow_by_and_replace(__cap, __n - __cap, __sz, 0, __sz, __n, __s); ^ /usr/include/c++/v1/string:2323:12: note: in instantiation of member function 'std::__1::basic_string, secmem::alloc >::assign' requested here return assign(__str.data(), __str.size()); ^ /usr/include/c++/v1/string:2231:9: note: in instantiation of member function 'std::__1::basic_string, secmem::alloc >::assign' requested here assign(__str); ^ ./pinentrydialog.moc:106:53: note: in instantiation of member function 'std::__1::basic_string, secmem::alloc >::operator=' requested here case 2: *reinterpret_cast< secqstring*>(_v) = pin(); break; ^ 4 errors generated. >How-To-Repeat: attempt to build security/pinentry on 10-ALPHA or 11-CURRENT >Fix: USE_GCC=any >Release-Note: >Audit-Trail: >Unformatted: