From owner-freebsd-ports@FreeBSD.ORG Sat Sep 7 12:37:22 2013 Return-Path: Delivered-To: freebsd-ports@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 C9AAEF71 for ; Sat, 7 Sep 2013 12:37:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A2E72E3F for ; Sat, 7 Sep 2013 12:37:22 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1VIHlQ-000Pcu-Ne>; Sat, 07 Sep 2013 14:37:20 +0200 Received: from f052242210.adsl.alicedsl.de ([78.52.242.210] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1VIHlQ-000yXU-L7>; Sat, 07 Sep 2013 14:37:20 +0200 Date: Sat, 7 Sep 2013 14:37:20 +0200 From: "O. Hartmann" To: FreeBSD Ports Subject: x11/kdelibs4: /usr/local/include/grantlee/typeaccessor.h:70:40: error: no matching function for call to 'distance' return Message-ID: <20130907143720.47eecd0f@thor.walstatt.dyndns.org> Organization: FU Berlin X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 78.52.242.210 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 12:37:22 -0000 After a messy "iconv" orgy update session, I update yesterday x11/kdelib4 successfully. After updating the OS to FreeBSD 10.0-CURRENT #2 r255356: Sat Sep 7 13:04:03 CEST 2013 amd64 today, I run today surprisingly into this error: [...] In file included from /usr/ports/x11/kdelibs4/work/kdelibs-4.10.5/kdeui/tests/proxymodeltestsuite/modeleventlogger.cpp:33: In file included from /usr/local/include/grantlee_core.h:24: In file included from /usr/local/include/grantlee_templates.h:34: In file included from /usr/local/include/grantlee/metatype.h:27: /usr/local/include/grantlee/typeaccessor.h:70:40: error: no matching function for call to 'distance' return QVariant::fromValue( std::distance( container.begin(), container.end() ) ); [...] grantlee has also been update successfully, I recompiled it today again successfulyy, but without any success.