From owner-freebsd-office@FreeBSD.ORG Mon Sep 5 16:20:04 2011 Return-Path: Delivered-To: office@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E52B1065670 for ; Mon, 5 Sep 2011 16:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 765B08FC14 for ; Mon, 5 Sep 2011 16:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p85GK41J057178 for ; Mon, 5 Sep 2011 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p85GK4GF057177; Mon, 5 Sep 2011 16:20:04 GMT (envelope-from gnats) Date: Mon, 5 Sep 2011 16:20:04 GMT Message-Id: <201109051620.p85GK4GF057177@freefall.freebsd.org> To: office@FreeBSD.org From: Sunpoet Po-Chuan Hsieh Cc: Subject: Re: ports/160481: devel/icu: Errors in total: 1. TestCompilerRTTI UObjectTest utility CLANG build failure X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2011 16:20:04 -0000 The following reply was made to PR ports/160481; it has been noted by GNATS. From: Sunpoet Po-Chuan Hsieh To: "Hartmann, O." Cc: bug-followup@FreeBSD.org, office@FreeBSD.org Subject: Re: ports/160481: devel/icu: Errors in total: 1. TestCompilerRTTI UObjectTest utility CLANG build failure Date: Tue, 6 Sep 2011 00:16:15 +0800 Hi, The failure is not limited to clang. It will also occur if you use gcc. :) excerpt from ${WRKSRC}/test/intltest/uobjtest.cpp: NumberFormat *nf = NumberFormat::createInstance("de", errorCode); ... if (&typeid(*nf) == NULL || typeid(*nf) == typeid(UObject) || typeid(*nf) == typeid(Format) || typeid(*nf) != typeid(DecimalFormat) || typeid(*nf) == typeid(ChoiceFormat) || typeid(*nf) == typeid(emptySet) ) { errln("typeid(NumberFormat) failed"); } The failure was raised by typeid(*nf) != typeid(DecimalFormat). However, according to [1], I think it should be ==, not !=. That means you could safely ignore this. :) [1] http://icu-project.org/apiref/icu4c/classNumberFormat.html Regards, -- Sunpoet Po-Chuan Hsieh 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B 8CC0 DC44 247E CC57 E36B http://people.FreeBSD.org/~sunpoet/pgpkeys.txt