From owner-freebsd-questions@FreeBSD.ORG Sat Jan 2 19:45:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F3631065670 for ; Sat, 2 Jan 2010 19:45:00 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from QMTA09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id 6140A8FC23 for ; Sat, 2 Jan 2010 19:45:00 +0000 (UTC) Received: from OMTA04.emeryville.ca.mail.comcast.net ([76.96.30.35]) by QMTA09.emeryville.ca.mail.comcast.net with comcast id QjBb1d0030lTkoCA9jl1vh; Sat, 02 Jan 2010 19:45:01 +0000 Received: from localhost ([67.180.204.190]) by OMTA04.emeryville.ca.mail.comcast.net with comcast id Qjl01d00146zqiB8Qjl0dP; Sat, 02 Jan 2010 19:45:00 +0000 Date: Sat, 2 Jan 2010 11:44:58 -0800 From: Rem To: "illoai@gmail.com" Message-ID: <20100102194458.GA1257@remdog.bsd.net> Mail-Followup-To: "illoai@gmail.com" , FreeBSD References: <20100102051804.GA34956@remdog.bsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Subject: Re: Failure to install icu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 19:45:00 -0000 On 2010.01.02 14:23:16 +0000, illoai@gmail.com wrote: > 2010/1/2 Rem : > > /usr/ports/devel/icu is a needed dependency for a program I wish to > > install, but icu fails to make. This is the error message I > > receive: > > > > SUMMARY: > > ******* [Total error count: ? ? 1] > > ?Errors in > > ? [/tsformat/ccaltst/TestCalendar] > > Elapsed Time: 00:00:28.000 > > *** Error code 1 > > > > Stop in /usr/ports/devel/icu. > > *** Error code 1 > > > > Stop in /usr/ports/devel/boost-libs. > > *** Error code 1 > > > > Can someone please give me a heads up on this one. > > > > Thanks... > > > > > The actual error that it is failing on is above that, you'll need > to show that. You might also remind us what version & arch > you are using. > Boy...I don't know where to look for that. I have included some of the lines that preceded the actual error message, and there are many similar "test" lines preceding those. /utrans/ ---[OK] ---/utrans/TestAPI ---[OK] ---/utrans/TestSimpleRules ---[OK] ---/utrans/TestFilter ---[OK] ---/utrans/TestOpenInverse ---[OK] ---/utrans/TestClone ---[OK] ---/utrans/TestRegisterUnregister ---[OK] ---/utrans/TestExtractBetween ---[OK] ---/utrans/TestUnicodeIDs SUMMARY: ******* [Total error count: 1] Errors in [/tsformat/ccaltst/TestCalendar] Elapsed Time: 00:00:29.000 *** Error code 1 Stop in /usr/ports/devel/icu. But I can't find any lines in the build, other than those above, that actually indicate an error. Rem