From owner-freebsd-office@FreeBSD.ORG Wed Apr 15 21:01:15 2015 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5358FF0 for ; Wed, 15 Apr 2015 21:01:15 +0000 (UTC) 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 7321524F for ; Wed, 15 Apr 2015 21:01:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FL1FFS018483 for ; Wed, 15 Apr 2015 21:01:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 199471] [mips] devel/icu fails to build on arm Date: Wed, 15 Apr 2015 21:01:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 21:01:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199471 Bug ID: 199471 Summary: [mips] devel/icu fails to build on arm Product: Ports & Packages Version: Latest Hardware: mips OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: freebsd-mips@FreeBSD.org CC: freebsd-mips@FreeBSD.org Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) Building icu for mips, seem to break down in some checksumming or test bits. rm -rf icupkg.inc mkdir ./out mkdir ./out/build mkdir ./out/build/icudt53b mkdir ./out/build/icudt53b/curr mkdir ./out/build/icudt53b/lang mkdir ./out/build/icudt53b/region mkdir ./out/build/icudt53b/zone mkdir ./out/build/icudt53b/brkitr mkdir ./out/build/icudt53b/coll mkdir ./out/build/icudt53b/rbnf mkdir ./out/build/icudt53b/translit mkdir ./out/tmp mkdir ./out/tmp/curr mkdir ./out/tmp/lang mkdir ./out/tmp/region mkdir ./out/tmp/zone mkdir ./out/tmp/coll mkdir ./out/tmp/rbnf mkdir ./out/tmp/translit mkdir ./out/tmp/brkitr mv build-dir.tmp build-dir LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/icupkg -tb ./in/icudt53l.dat ./out/icudt53b.dat udata_swapDataHeader(): header size mismatch - headerSize 32768 infoSize 5120 length 1024 Makefile:168: recipe for target 'out/icudt53b.dat' failed gmake[2]: *** [out/icudt53b.dat] Error 8 gmake[2]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory '/wrkdirs/usr/ports/devel/icu/work/icu/source/data' gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/icu/work/icu/source/data' Makefile:141: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/icu/work/icu/source' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.