From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 26 00:07:45 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 097DC16A400; Sun, 26 Mar 2006 00:07:45 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA54A43D68; Sun, 26 Mar 2006 00:07:37 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip03.eastlink.ca ([24.222.10.15]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IWP005VTKCJCSC0@mta01.eastlink.ca>; Sat, 25 Mar 2006 20:07:31 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip03.eastlink.ca with ESMTP; Sat, 25 Mar 2006 20:07:36 -0400 Date: Sat, 25 Mar 2006 20:06:40 -0400 From: Duane Whitty In-reply-to: <4423C85E.2080908@greenmeadow.ca> To: Duane Whitty Message-id: <4425DB10.3020105@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <4423C85E.2080908@greenmeadow.ca> User-Agent: Thunderbird 1.5 (X11/20060309) Cc: Maho Nakata , freebsd-openoffice@freebsd.org, Martin Blapp Subject: Re: openoffice.org patch for CUPS printing X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 00:07:45 -0000 Duane Whitty wrote: > Hi, > > I am having trouble getting openoffice.org 2.0.2 > on FreeBSD 6.0-p6 to recognize my CUPS based > printer. My printer installation is working for > other apps. spadmin does not allow me to import > my usr/local/share/ppd/HP/HP-PSC_1310-hpijs.ppd > driver file. When I click on OK nothing happens. > > After some research I found this patch (see below) but I don't > understand how to apply it as I cannot find a > config.in file under files. I have saved this patch as patch-cups > under files > > Any advice would be appreciated. > > Sincerely, > > --Duane Whitty Hi, I got OpenOffice.org 2.0.2 to work with CUPS. The install was actually quite painless and the CUPS system was picked automatically. The port is put together really well, thank you. If I could make one suggestion it would be that a Makefile.doc would be nice to have included in the top level directory. On my initial attempt at installation I read the Makefile but there was nothing in it that I recognized as telling me I needed to use WITH_CUPS or WITH_KDE. After I read the Makefile under files however all became clear. With those defines everything worked without a hitch the first time. So once again thanks and I hope my comment is useful. It is intended with nothing but a desire to help. Sincerely, --Duane P.S. Maho, my apologies for not attributing to you the patch I attached in my OP. From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 26 21:52:19 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 541AD16A41F; Sun, 26 Mar 2006 21:52:19 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4975343D49; Sun, 26 Mar 2006 21:52:18 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id k2QLqFTi006962; Sun, 26 Mar 2006 13:52:15 -0800 (PST) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k2QLqAmR019569; Sun, 26 Mar 2006 13:52:13 -0800 (PST) Date: Mon, 27 Mar 2006 06:52:01 +0900 (JST) Message-Id: <20060327.065201.74727923.chat95@mac.com> To: duane@greenmeadow.ca From: NAKATA Maho In-Reply-To: <4425DB10.3020105@greenmeadow.ca> References: <4423C85E.2080908@greenmeadow.ca> <4425DB10.3020105@greenmeadow.ca> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: maho@freebsd.org, freebsd-openoffice@freebsd.org, mbr@freebsd.org Subject: Re: openoffice.org patch for CUPS printing X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 21:52:19 -0000 In Message-ID: <4425DB10.3020105@greenmeadow.ca> Duane Whitty wrote: > I got OpenOffice.org 2.0.2 to work with CUPS. The install was actually so WITH_CUPS works for you? Long ago, it had been broken; if we enable CUPS, dumps core somewhere critical. thanks -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 26 21:54:20 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB0BA16A424; Sun, 26 Mar 2006 21:54:20 +0000 (UTC) (envelope-from nb_root@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861CE43D48; Sun, 26 Mar 2006 21:54:20 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01a ([66.130.198.54]) by VL-MH-MR001.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0IWR001CC8UJG390@VL-MH-MR001.ip.videotron.ca>; Sun, 26 Mar 2006 16:54:19 -0500 (EST) Date: Sun, 26 Mar 2006 16:54:08 -0500 From: Nicolas Blais In-reply-to: <20060327.065201.74727923.chat95@mac.com> To: freebsd-openoffice@freebsd.org Message-id: <200603261654.14214.nb_root@videotron.ca> MIME-version: 1.0 Content-type: multipart/signed; boundary=nextPart3233923.gnVvEpIy4S; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-transfer-encoding: 7bit References: <4423C85E.2080908@greenmeadow.ca> <4425DB10.3020105@greenmeadow.ca> <20060327.065201.74727923.chat95@mac.com> User-Agent: KMail/1.9.1 Cc: maho@freebsd.org, mbr@freebsd.org Subject: Re: openoffice.org patch for CUPS printing X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 21:54:21 -0000 --nextPart3233923.gnVvEpIy4S Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 26 March 2006 16:52, NAKATA Maho wrote: > In Message-ID: <4425DB10.3020105@greenmeadow.ca> > > Duane Whitty wrote: > > I got OpenOffice.org 2.0.2 to work with CUPS. The install was actually > > so WITH_CUPS works for you? Long ago, it had been broken; if we enable > CUPS, dumps core somewhere critical. > > thanks > -- NAKATA, Maho (maho@FreeBSD.org) It works for me too. I use WITH_CUPS, WITH_KDE and WITH_JAVA and everything= 's=20 fine. =2D-=20 =46reeBSD 7.0-CURRENT #13: Sat Mar 25 09:45:35 EST 2006 =20 root@clk01a:/usr/obj/usr/src/sys/CLK01A=20 PGP? : http://www.clkroot.net/security/nb_root.asc --nextPart3233923.gnVvEpIy4S Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEJw2G4wTBlvcsbJURAj3vAJ9cLcz9ghDDltqzOPuT6xj+3uX2/ACfd2vN 3G+Y4ZNFcxOBKe1zBh4srmQ= =1As7 -----END PGP SIGNATURE----- --nextPart3233923.gnVvEpIy4S-- From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 26 22:26:09 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55BD16A401 for ; Sun, 26 Mar 2006 22:26:09 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6406743D45 for ; Sun, 26 Mar 2006 22:26:09 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-92.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.197.92]) by smtp01.mrf.mail.rcn.net with ESMTP; 26 Mar 2006 17:26:08 -0500 X-IronPort-AV: i="4.03,130,1141621200"; d="scan'208"; a="187722746:sNHT23106316" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17447.5106.835426.530490@jerusalem.litteratus.org> Date: Sun, 26 Mar 2006 17:21:38 -0500 To: freebsd-openoffice@freebsd.org In-Reply-To: <200603261654.14214.nb_root@videotron.ca> References: <4423C85E.2080908@greenmeadow.ca> <4425DB10.3020105@greenmeadow.ca> <20060327.065201.74727923.chat95@mac.com> <200603261654.14214.nb_root@videotron.ca> X-Mailer: VM 7.17 under 21.5 (beta25) "eggplant" XEmacs Lucid Subject: Re: openoffice.org patch for CUPS printing X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 22:26:09 -0000 Nicolas Blais writes: > > > I got OpenOffice.org 2.0.2 to work with CUPS. The install > > > was actually > > > > so WITH_CUPS works for you? Long ago, it had been broken; if we > > enable CUPS, dumps core somewhere critical. > > It works for me too. I use WITH_CUPS, WITH_KDE and WITH_JAVA and > everything's fine. Confirmed. 2.0.2-rc1+WITH_(JAVA+MOZILLA+CUPS) prints (at least simple documents without dumping core. Now if someone wants to help me figure out why it ignores the "landscape" setting .... Robert Huff From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 27 09:40:29 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400FA16A41F for ; Mon, 27 Mar 2006 09:40:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEBC43D6D for ; Mon, 27 Mar 2006 09:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2R9eLtm057027 for ; Mon, 27 Mar 2006 09:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2R9eLod057026; Mon, 27 Mar 2006 09:40:21 GMT (envelope-from gnats) Date: Mon, 27 Mar 2006 09:40:21 GMT Message-Id: <200603270940.k2R9eLod057026@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Jeff Brown Cc: Subject: Re: ports/94449: editors/openoffice.org-2.0: compile error while making 'hsqldb' X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeff Brown List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 09:40:29 -0000 The following reply was made to PR ports/94449; it has been noted by GNATS. From: Jeff Brown To: bug-followup@FreeBSD.org, rotkap@gmx.de Cc: Subject: Re: ports/94449: editors/openoffice.org-2.0: compile error while making 'hsqldb' Date: Mon, 27 Mar 2006 01:38:40 -0800 (PST) I've poked at this a bit, and this particular failure seems to be caused by an entry in solenv/inc/unxfbsdi.mk: SOLAR_JAVA*=TRUE It seems that the top-level openoffice configure script ensures that SOLAR_JAVA is unset when configured "--without-java"; however, unixfbsdi.mk is included later on during the build, and it sets SOLAR_JAVA to TRUE, which triggers building of java-dependent components. (I guess "*=" is dmake-ese for "?=".) I've changed the above line to: SOLAR_JAVA= ...and now my openoffice-2.0 builds get much, much farther before falling over and dying for no obvious reason. -JAB From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 27 11:05:47 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7BC616A41F for ; Mon, 27 Mar 2006 11:05:47 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686E343D48 for ; Mon, 27 Mar 2006 11:05:47 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2RB5lc8063839 for ; Mon, 27 Mar 2006 11:05:47 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2RB5krM063833 for openoffice@freebsd.org; Mon, 27 Mar 2006 11:05:46 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Mar 2006 11:05:46 GMT Message-Id: <200603271105.k2RB5krM063833@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 11:05:48 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2005/03/04] ports/78428 openoffice openoffice.org-1.1.4 stops compiling -> d f [2005/04/14] ports/79941 openoffice openoffice.org-1.1 1.1.4_1 binary package o [2005/07/11] ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: D o [2005/09/20] ports/86383 openoffice Can't compile openoffice.org-1.1 o [2005/11/21] ports/89393 openoffice can't install OpenOffice 2.0.0 from port o [2005/12/10] ports/90184 openoffice Install of OpenOffice 2.0.0 fails o [2005/12/21] ports/90759 openoffice cannot save ANY file with "de-openoffice. o [2006/01/23] ports/92218 openoffice openoffice.org-2.0 build fails with shlib o [2006/02/03] ports/92753 openoffice [PATCH] editors/openoffice.org-2.0 makes o [2006/03/09] ports/94270 openoffice I cant make OpenOffice.org-2.0 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/10] ports/66480 openoffice editors/openoffice.org-1.1 port uses root o [2005/09/16] ports/86206 openoffice editors/openoffice.org-2.0: Unable to bui o [2005/11/12] ports/88898 openoffice Openoffice 2.0 broken save as o [2006/02/02] ports/92737 openoffice editors/openoffice.org-2.0 build failure o [2006/02/19] ports/93559 openoffice OpenOffice.org-2.0.2 compile error o [2006/02/25] ports/93827 openoffice build fails on editors/openoffice.org-2.0 o [2006/03/03] ports/94046 openoffice openoffice.org-1.1.5_1 does not build on o [2006/03/06] ports/94126 openoffice Can not build OpenOffice 2.0.2rc2 o [2006/03/07] ports/94172 openoffice editors/openoffice.org-2.0 needs sane sym o [2006/03/14] ports/94449 openoffice editors/openoffice.org-2.0: compile error o [2006/03/16] ports/94525 openoffice OpenOffice: Too difficult to install the 11 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Tue Mar 28 02:06:11 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BAA16A420 for ; Tue, 28 Mar 2006 02:06:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6895F43D53 for ; Tue, 28 Mar 2006 02:06:08 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 0AC5F1A4DC4 for ; Mon, 27 Mar 2006 18:06:08 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5E65E513BA; Mon, 27 Mar 2006 21:06:07 -0500 (EST) Date: Mon, 27 Mar 2006 21:06:07 -0500 From: Kris Kennaway To: openoffice@FreeBSD.org Message-ID: <20060328020607.GA76832@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: openoffice.org-1.1.5.20060114 failed on i386 7] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 02:06:11 -0000 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Tue, 28 Mar 2006 01:20:33 GMT From: User Ports-i386 To: freebsd+buildfail@lovett.com, kris@FreeBSD.org Subject: openoffice.org-1.1.5.20060114 failed on i386 7 X-UIDL: Fg]"!]N8"!J\g"!hXF"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.2 g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o schriter.ao schriter.cpp /usr/bin/ar rv libicuuc.a schriter.ao a - schriter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uchriter.ao uchriter.cpp /usr/bin/ar rv libicuuc.a uchriter.ao a - uchriter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uiter.ao uiter.cpp /usr/bin/ar rv libicuuc.a uiter.ao a - uiter.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uchar.ao uchar.c /usr/bin/ar rv libicuuc.a uchar.ao a - uchar.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uprops.ao uprops.c /usr/bin/ar rv libicuuc.a uprops.ao a - uprops.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o bidi.ao bidi.cpp /usr/bin/ar rv libicuuc.a bidi.ao a - bidi.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidi.ao ubidi.c /usr/bin/ar rv libicuuc.a ubidi.ao a - ubidi.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidiwrt.ao ubidiwrt.c /usr/bin/ar rv libicuuc.a ubidiwrt.ao a - ubidiwrt.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidiln.ao ubidiln.c /usr/bin/ar rv libicuuc.a ubidiln.ao a - ubidiln.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ushape.ao ushape.c /usr/bin/ar rv libicuuc.a ushape.ao a - ushape.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unames.ao unames.c /usr/bin/ar rv libicuuc.a unames.ao a - unames.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ucln_cmn.ao ucln_cmn.c /usr/bin/ar rv libicuuc.a ucln_cmn.ao a - ucln_cmn.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uscript.ao uscript.c /usr/bin/ar rv libicuuc.a uscript.ao a - uscript.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o usc_impl.ao usc_impl.c /usr/bin/ar rv libicuuc.a usc_impl.ao a - usc_impl.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o umemstrm.ao umemstrm.c /usr/bin/ar rv libicuuc.a umemstrm.ao a - umemstrm.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ucmp8.ao ucmp8.c /usr/bin/ar rv libicuuc.a ucmp8.ao a - ucmp8.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uvector.ao uvector.cpp /usr/bin/ar rv libicuuc.a uvector.ao a - uvector.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o digitlst.ao digitlst.cpp /usr/bin/ar rv libicuuc.a digitlst.ao a - digitlst.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o brkiter.ao brkiter.cpp /usr/bin/ar rv libicuuc.a brkiter.ao a - brkiter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o brkdict.ao brkdict.cpp /usr/bin/ar rv libicuuc.a brkdict.ao a - brkdict.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubrk.ao ubrk.cpp /usr/bin/ar rv libicuuc.a ubrk.ao a - ubrk.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o dbbi.ao dbbi.cpp /usr/bin/ar rv libicuuc.a dbbi.ao a - dbbi.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o dbbi_tbl.ao dbbi_tbl.cpp /usr/bin/ar rv libicuuc.a dbbi_tbl.ao a - dbbi_tbl.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbi.ao rbbi.cpp /usr/bin/ar rv libicuuc.a rbbi.ao a - rbbi.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbidata.ao rbbidata.cpp /usr/bin/ar rv libicuuc.a rbbidata.ao a - rbbidata.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbinode.ao rbbinode.cpp /usr/bin/ar rv libicuuc.a rbbinode.ao a - rbbinode.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbirb.ao rbbirb.cpp /usr/bin/ar rv libicuuc.a rbbirb.ao a - rbbirb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbiscan.ao rbbiscan.cpp /usr/bin/ar rv libicuuc.a rbbiscan.ao a - rbbiscan.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbisetb.ao rbbisetb.cpp /usr/bin/ar rv libicuuc.a rbbisetb.ao a - rbbisetb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbistbl.ao rbbistbl.cpp /usr/bin/ar rv libicuuc.a rbbistbl.ao a - rbbistbl.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbitblb.ao rbbitblb.cpp /usr/bin/ar rv libicuuc.a rbbitblb.ao a - rbbitblb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unicode.ao unicode.cpp /usr/bin/ar rv libicuuc.a unicode.ao a - unicode.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o convert.ao convert.cpp /usr/bin/ar rv libicuuc.a convert.ao a - convert.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o utrie.ao utrie.c /usr/bin/ar rv libicuuc.a utrie.ao a - utrie.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uset.ao uset.cpp /usr/bin/ar rv libicuuc.a uset.ao a - uset.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o cmemory.ao cmemory.c /usr/bin/ar rv libicuuc.a cmemory.ao a - cmemory.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unifilt.ao unifilt.cpp /usr/bin/ar rv libicuuc.a unifilt.ao a - unifilt.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unifunct.ao unifunct.cpp /usr/bin/ar rv libicuuc.a unifunct.ao a - unifunct.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uniset.ao uniset.cpp /usr/bin/ar rv libicuuc.a uniset.ao a - uniset.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o upropset.ao upropset.cpp /usr/bin/ar rv libicuuc.a upropset.ao a - upropset.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o usetiter.ao usetiter.cpp /usr/bin/ar rv libicuuc.a usetiter.ao a - usetiter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o util.ao util.cpp /usr/bin/ar rv libicuuc.a util.ao a - util.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uenum.ao uenum.c /usr/bin/ar rv libicuuc.a uenum.ao a - uenum.ao ranlib libicuuc.a gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o putil.o putil.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uobject.o uobject.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o locmap.o locmap.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o mutex.o mutex.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umutex.o umutex.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o udata.o udata.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucmndata.o ucmndata.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o udatamem.o udatamem.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umapfile.o umapfile.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o filestrm.o filestrm.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uresbund.o uresbund.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uresdata.o uresdata.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o resbund.o resbund.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cwchar.o cwchar.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uloc.o uloc.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o locid.o locid.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uhash.o uhash.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uhash_us.o uhash_us.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv.o ucnv.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_bld.o ucnv_bld.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_cb.o ucnv_cb.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_cnv.o ucnv_cnv.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_err.o ucnv_err.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_io.o ucnv_io.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvlat1.o ucnvlat1.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u7.o ucnv_u7.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u8.o ucnv_u8.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u16.o ucnv_u16.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u32.o ucnv_u32.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvmbcs.o ucnvmbcs.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv2022.o ucnv2022.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvhz.o ucnvhz.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_lmb.o ucnv_lmb.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvscsu.o ucnvscsu.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvbocu.o ucnvbocu.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvisci.o ucnvisci.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unistr.o unistr.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o utf_impl.o utf_impl.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustring.o ustring.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrcase.o ustrcase.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cstring.o cstring.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrfmt.o ustrfmt.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrtrns.o ustrtrns.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o normlzr.o normlzr.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unorm.o unorm.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o chariter.o chariter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o schriter.o schriter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uchriter.o uchriter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uiter.o uiter.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uchar.o uchar.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uprops.o uprops.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o bidi.o bidi.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidi.o ubidi.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidiwrt.o ubidiwrt.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidiln.o ubidiln.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ushape.o ushape.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unames.o unames.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucln_cmn.o ucln_cmn.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uscript.o uscript.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o usc_impl.o usc_impl.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umemstrm.o umemstrm.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucmp8.o ucmp8.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uvector.o uvector.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o digitlst.o digitlst.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o brkiter.o brkiter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o brkdict.o brkdict.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubrk.o ubrk.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o dbbi.o dbbi.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o dbbi_tbl.o dbbi_tbl.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbi.o rbbi.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbidata.o rbbidata.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbinode.o rbbinode.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbirb.o rbbirb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbiscan.o rbbiscan.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbisetb.o rbbisetb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbistbl.o rbbistbl.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbitblb.o rbbitblb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unicode.o unicode.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o convert.o convert.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o utrie.o utrie.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uset.o uset.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cmemory.o cmemory.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unifilt.o unifilt.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unifunct.o unifunct.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uniset.o uniset.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o upropset.o upropset.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o usetiter.o usetiter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o util.o util.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uenum.o uenum.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicuuc.so.22 -o li= bicuuc.so.22.0 putil.o uobject.o locmap.o mutex.o umutex.o udata.o ucmndata= .o udatamem.o umapfile.o filestrm.o uresbund.o uresdata.o resbund.o cwchar.= o uloc.o locid.o uhash.o uhash_us.o ucnv.o ucnv_bld.o ucnv_cb.o ucnv_cnv.o = ucnv_err.o ucnv_io.o ucnvlat1.o ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o u= cnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvscsu.o ucnvbocu.o ucnvisci.o u= nistr.o utf_impl.o ustring.o ustrcase.o cstring.o ustrfmt.o ustrtrns.o norm= lzr.o unorm.o chariter.o schriter.o uchriter.o uiter.o uchar.o uprops.o bid= i.o ubidi.o ubidiwrt.o ubidiln.o ushape.o unames.o ucln_cmn.o uscript.o usc= _impl.o umemstrm.o ucmp8.o uvector.o digitlst.o brkiter.o brkdict.o ubrk.o = dbbi.o dbbi_tbl.o rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb= .o rbbistbl.o rbbitblb.o unicode.o convert.o utrie.o uset.o cmemory.o unifi= lt.o unifunct.o uniset.o upropset.o usetiter.o util.o uenum.o -L../data/out= -L../stubdata=20 -licudata -lpthread -lm=20 rm -f libicuuc.so.22 && ln -s libicuuc.so.22.0 libicuuc.so.22 rm -f libicuuc.so && ln -s libicuuc.so.22.0 libicuuc.so rm ubrk.ao uhash_us.ao uloc.ao ubidiwrt.ao uscript.ao ucnvlat1.ao digitlst.= ao udata.ao ushape.ao cwchar.ao uhash.ao ucnvscsu.ao rbbistbl.ao ucnv2022.a= o chariter.ao rbbirb.ao ucmp8.ao ucnvisci.ao uresbund.ao ucnv_u16.ao uenum.= ao mutex.ao unicode.ao ucnv_u32.ao brkiter.ao ucnv_lmb.ao unifunct.ao ustrt= rns.ao ubidiln.ao locmap.ao uniset.ao rbbisetb.ao unames.ao unistr.ao ustri= ng.ao upropset.ao ucln_cmn.ao ucnv_io.ao putil.ao uchar.ao convert.ao rbbit= blb.ao bidi.ao rbbidata.ao ucnv_cnv.ao uobject.ao filestrm.ao brkdict.ao un= orm.ao unifilt.ao ubidi.ao dbbi.ao ucnvbocu.ao uiter.ao ustrfmt.ao utrie.ao= ucnv_cb.ao umemstrm.ao uprops.ao uresdata.ao umutex.ao ucmndata.ao ucnv_er= r.ao resbund.ao usc_impl.ao util.ao ustrcase.ao ucnv_u8.ao udatamem.ao cmem= ory.ao umapfile.ao utf_impl.ao rbbinode.ao normlzr.ao ucnv_u7.ao dbbi_tbl.a= o schriter.ao uset.ao uchriter.ao ucnvmbcs.ao rbbi.ao ucnvhz.ao ucnv_bld.ao= rbbiscan.ao usetiter.ao uvector.ao cstring.ao locid.ao ucnv.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/common' gmake[0]: Making `all' in `i18n' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/i18n' generating dependency information for ucurr.cpp generating dependency information for caniter.cpp generating dependency information for tridpars.cpp generating dependency information for strrepl.cpp generating dependency information for funcrepl.cpp generating dependency information for unesctrn.cpp generating dependency information for esctrn.cpp generating dependency information for rbnf.cpp generating dependency information for nfsubs.cpp generating dependency information for nfrule.cpp generating dependency information for nfrs.cpp generating dependency information for transreg.cpp generating dependency information for quant.cpp generating dependency information for nortrans.cpp generating dependency information for unitohex.cpp generating dependency information for uni2name.cpp generating dependency information for name2uni.cpp generating dependency information for anytrans.cpp generating dependency information for toupptrn.cpp generating dependency information for tolowtrn.cpp generating dependency information for titletrn.cpp generating dependency information for remtrans.cpp generating dependency information for nultrans.cpp generating dependency information for rbt_set.cpp generating dependency information for rbt_rule.cpp generating dependency information for rbt_pars.cpp generating dependency information for rbt_data.cpp generating dependency information for rbt.cpp generating dependency information for hextouni.cpp generating dependency information for cpdtrans.cpp generating dependency information for utrans.cpp generating dependency information for translit.cpp generating dependency information for unifltlg.cpp generating dependency information for stsearch.cpp generating dependency information for search.cpp generating dependency information for usearch.cpp generating dependency information for strmatch.cpp generating dependency information for tblcoll.cpp generating dependency information for ucol_wgt.c generating dependency information for ucol_tok.cpp generating dependency information for ucol_elm.cpp generating dependency information for ucol_cnt.cpp generating dependency information for ucol_bld.cpp generating dependency information for ucol.cpp generating dependency information for ucoleitr.cpp generating dependency information for coll.cpp generating dependency information for coleitr.cpp generating dependency information for bocsu.c generating dependency information for sortkey.cpp generating dependency information for simpletz.cpp generating dependency information for timezone.cpp generating dependency information for gregocal.cpp generating dependency information for calendar.cpp generating dependency information for ucal.cpp generating dependency information for udat.cpp generating dependency information for dtfmtsym.cpp generating dependency information for smpdtfmt.cpp generating dependency information for datefmt.cpp generating dependency information for choicfmt.cpp generating dependency information for dcfmtsym.cpp generating dependency information for decimfmt.cpp generating dependency information for unum.cpp generating dependency information for numfmt.cpp generating dependency information for umsg.cpp generating dependency information for msgfmt.cpp generating dependency information for format.cpp generating dependency information for fmtable.cpp generating dependency information for ucln_in.c gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/i18n' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/i18n' gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucln_in.ao ucln_in.c /usr/bin/ar rv libicui18n.a ucln_in.ao /usr/bin/ar: creating libicui18n.a a - ucln_in.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o fmtable.ao fmtable.cpp /usr/bin/ar rv libicui18n.a fmtable.ao a - fmtable.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o format.ao format.cpp /usr/bin/ar rv libicui18n.a format.ao a - format.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o msgfmt.ao msgfmt.cpp /usr/bin/ar rv libicui18n.a msgfmt.ao a - msgfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o umsg.ao umsg.cpp /usr/bin/ar rv libicui18n.a umsg.ao a - umsg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o numfmt.ao numfmt.cpp /usr/bin/ar rv libicui18n.a numfmt.ao a - numfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unum.ao unum.cpp /usr/bin/ar rv libicui18n.a unum.ao a - unum.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o decimfmt.ao decimfmt.cpp /usr/bin/ar rv libicui18n.a decimfmt.ao a - decimfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dcfmtsym.ao dcfmtsym.cpp /usr/bin/ar rv libicui18n.a dcfmtsym.ao a - dcfmtsym.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o choicfmt.ao choicfmt.cpp /usr/bin/ar rv libicui18n.a choicfmt.ao a - choicfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o datefmt.ao datefmt.cpp /usr/bin/ar rv libicui18n.a datefmt.ao a - datefmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o smpdtfmt.ao smpdtfmt.cpp /usr/bin/ar rv libicui18n.a smpdtfmt.ao a - smpdtfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dtfmtsym.ao dtfmtsym.cpp /usr/bin/ar rv libicui18n.a dtfmtsym.ao a - dtfmtsym.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o udat.ao udat.cpp /usr/bin/ar rv libicui18n.a udat.ao a - udat.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucal.ao ucal.cpp /usr/bin/ar rv libicui18n.a ucal.ao a - ucal.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o calendar.ao calendar.cpp /usr/bin/ar rv libicui18n.a calendar.ao a - calendar.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o gregocal.ao gregocal.cpp /usr/bin/ar rv libicui18n.a gregocal.ao a - gregocal.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o timezone.ao timezone.cpp /usr/bin/ar rv libicui18n.a timezone.ao a - timezone.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o simpletz.ao simpletz.cpp /usr/bin/ar rv libicui18n.a simpletz.ao a - simpletz.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o sortkey.ao sortkey.cpp /usr/bin/ar rv libicui18n.a sortkey.ao a - sortkey.ao gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o bocsu.ao bocsu.c /usr/bin/ar rv libicui18n.a bocsu.ao a - bocsu.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coleitr.ao coleitr.cpp /usr/bin/ar rv libicui18n.a coleitr.ao a - coleitr.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coll.ao coll.cpp /usr/bin/ar rv libicui18n.a coll.ao a - coll.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucoleitr.ao ucoleitr.cpp /usr/bin/ar rv libicui18n.a ucoleitr.ao a - ucoleitr.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol.ao ucol.cpp /usr/bin/ar rv libicui18n.a ucol.ao a - ucol.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_bld.ao ucol_bld.cpp /usr/bin/ar rv libicui18n.a ucol_bld.ao a - ucol_bld.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_cnt.ao ucol_cnt.cpp /usr/bin/ar rv libicui18n.a ucol_cnt.ao a - ucol_cnt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_elm.ao ucol_elm.cpp /usr/bin/ar rv libicui18n.a ucol_elm.ao a - ucol_elm.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_tok.ao ucol_tok.cpp /usr/bin/ar rv libicui18n.a ucol_tok.ao a - ucol_tok.ao gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_wgt.ao ucol_wgt.c /usr/bin/ar rv libicui18n.a ucol_wgt.ao a - ucol_wgt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tblcoll.ao tblcoll.cpp /usr/bin/ar rv libicui18n.a tblcoll.ao a - tblcoll.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strmatch.ao strmatch.cpp /usr/bin/ar rv libicui18n.a strmatch.ao a - strmatch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o usearch.ao usearch.cpp /usr/bin/ar rv libicui18n.a usearch.ao a - usearch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o search.ao search.cpp /usr/bin/ar rv libicui18n.a search.ao a - search.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o stsearch.ao stsearch.cpp /usr/bin/ar rv libicui18n.a stsearch.ao a - stsearch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unifltlg.ao unifltlg.cpp /usr/bin/ar rv libicui18n.a unifltlg.ao a - unifltlg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o translit.ao translit.cpp /usr/bin/ar rv libicui18n.a translit.ao a - translit.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o utrans.ao utrans.cpp /usr/bin/ar rv libicui18n.a utrans.ao a - utrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o cpdtrans.ao cpdtrans.cpp /usr/bin/ar rv libicui18n.a cpdtrans.ao a - cpdtrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o hextouni.ao hextouni.cpp /usr/bin/ar rv libicui18n.a hextouni.ao a - hextouni.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt.ao rbt.cpp /usr/bin/ar rv libicui18n.a rbt.ao a - rbt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_data.ao rbt_data.cpp /usr/bin/ar rv libicui18n.a rbt_data.ao a - rbt_data.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_pars.ao rbt_pars.cpp /usr/bin/ar rv libicui18n.a rbt_pars.ao a - rbt_pars.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_rule.ao rbt_rule.cpp /usr/bin/ar rv libicui18n.a rbt_rule.ao a - rbt_rule.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_set.ao rbt_set.cpp /usr/bin/ar rv libicui18n.a rbt_set.ao a - rbt_set.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nultrans.ao nultrans.cpp /usr/bin/ar rv libicui18n.a nultrans.ao a - nultrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o remtrans.ao remtrans.cpp /usr/bin/ar rv libicui18n.a remtrans.ao a - remtrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o titletrn.ao titletrn.cpp /usr/bin/ar rv libicui18n.a titletrn.ao a - titletrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tolowtrn.ao tolowtrn.cpp /usr/bin/ar rv libicui18n.a tolowtrn.ao a - tolowtrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o toupptrn.ao toupptrn.cpp /usr/bin/ar rv libicui18n.a toupptrn.ao a - toupptrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o anytrans.ao anytrans.cpp /usr/bin/ar rv libicui18n.a anytrans.ao a - anytrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o name2uni.ao name2uni.cpp /usr/bin/ar rv libicui18n.a name2uni.ao a - name2uni.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o uni2name.ao uni2name.cpp /usr/bin/ar rv libicui18n.a uni2name.ao a - uni2name.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unitohex.ao unitohex.cpp /usr/bin/ar rv libicui18n.a unitohex.ao a - unitohex.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nortrans.ao nortrans.cpp /usr/bin/ar rv libicui18n.a nortrans.ao a - nortrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o quant.ao quant.cpp /usr/bin/ar rv libicui18n.a quant.ao a - quant.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o transreg.ao transreg.cpp /usr/bin/ar rv libicui18n.a transreg.ao a - transreg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrs.ao nfrs.cpp /usr/bin/ar rv libicui18n.a nfrs.ao a - nfrs.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrule.ao nfrule.cpp /usr/bin/ar rv libicui18n.a nfrule.ao a - nfrule.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfsubs.ao nfsubs.cpp /usr/bin/ar rv libicui18n.a nfsubs.ao a - nfsubs.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbnf.ao rbnf.cpp /usr/bin/ar rv libicui18n.a rbnf.ao a - rbnf.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o esctrn.ao esctrn.cpp /usr/bin/ar rv libicui18n.a esctrn.ao a - esctrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unesctrn.ao unesctrn.cpp /usr/bin/ar rv libicui18n.a unesctrn.ao a - unesctrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o funcrepl.ao funcrepl.cpp /usr/bin/ar rv libicui18n.a funcrepl.ao a - funcrepl.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strrepl.ao strrepl.cpp /usr/bin/ar rv libicui18n.a strrepl.ao a - strrepl.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tridpars.ao tridpars.cpp /usr/bin/ar rv libicui18n.a tridpars.ao a - tridpars.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o caniter.ao caniter.cpp /usr/bin/ar rv libicui18n.a caniter.ao a - caniter.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucurr.ao ucurr.cpp /usr/bin/ar rv libicui18n.a ucurr.ao a - ucurr.ao ranlib libicui18n.a gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucln_in.o ucln_in.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o fmtable.o fmtable.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o format.o format.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o msgfmt.o msgfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o umsg.o umsg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o numfmt.o numfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unum.o unum.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o decimfmt.o decimfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dcfmtsym.o dcfmtsym.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o choicfmt.o choicfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o datefmt.o datefmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o smpdtfmt.o smpdtfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dtfmtsym.o dtfmtsym.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o udat.o udat.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucal.o ucal.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o calendar.o calendar.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o gregocal.o gregocal.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o timezone.o timezone.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o simpletz.o simpletz.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o sortkey.o sortkey.cpp gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o bocsu.o bocsu.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coleitr.o coleitr.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coll.o coll.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucoleitr.o ucoleitr.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol.o ucol.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_bld.o ucol_bld.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_cnt.o ucol_cnt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_elm.o ucol_elm.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_tok.o ucol_tok.cpp gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_wgt.o ucol_wgt.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tblcoll.o tblcoll.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strmatch.o strmatch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o usearch.o usearch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o search.o search.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o stsearch.o stsearch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unifltlg.o unifltlg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o translit.o translit.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o utrans.o utrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o cpdtrans.o cpdtrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o hextouni.o hextouni.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt.o rbt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_data.o rbt_data.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_pars.o rbt_pars.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_rule.o rbt_rule.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_set.o rbt_set.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nultrans.o nultrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o remtrans.o remtrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o titletrn.o titletrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tolowtrn.o tolowtrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o toupptrn.o toupptrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o anytrans.o anytrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o name2uni.o name2uni.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o uni2name.o uni2name.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unitohex.o unitohex.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nortrans.o nortrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o quant.o quant.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o transreg.o transreg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrs.o nfrs.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrule.o nfrule.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfsubs.o nfsubs.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbnf.o rbnf.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o esctrn.o esctrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unesctrn.o unesctrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o funcrepl.o funcrepl.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strrepl.o strrepl.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tridpars.o tridpars.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o caniter.o caniter.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucurr.o ucurr.cpp g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicui18n.so.22 -o = libicui18n.so.22.0 ucln_in.o fmtable.o format.o msgfmt.o umsg.o numfmt.o un= um.o decimfmt.o dcfmtsym.o choicfmt.o datefmt.o smpdtfmt.o dtfmtsym.o udat.= o ucal.o calendar.o gregocal.o timezone.o simpletz.o sortkey.o bocsu.o cole= itr.o coll.o ucoleitr.o ucol.o ucol_bld.o ucol_cnt.o ucol_elm.o ucol_tok.o = ucol_wgt.o tblcoll.o strmatch.o usearch.o search.o stsearch.o unifltlg.o tr= anslit.o utrans.o cpdtrans.o hextouni.o rbt.o rbt_data.o rbt_pars.o rbt_rul= e.o rbt_set.o nultrans.o remtrans.o titletrn.o tolowtrn.o toupptrn.o anytra= ns.o name2uni.o uni2name.o unitohex.o nortrans.o quant.o transreg.o nfrs.o = nfrule.o nfsubs.o rbnf.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.= o caniter.o ucurr.o -L../common -licuuc -L../data/out -L../stubdata -licuda= ta -lpthread -lm=20 rm -f libicui18n.so.22 && ln -s libicui18n.so.22.0 libicui18n.so.22 rm -f libicui18n.so && ln -s libicui18n.so.22.0 libicui18n.so rm search.ao nortrans.ao unitohex.ao calendar.ao udat.ao nfrule.ao rbt_set.= ao dcfmtsym.ao nultrans.ao cpdtrans.ao numfmt.ao rbt_data.ao rbt.ao unum.ao= translit.ao coll.ao strmatch.ao ucol.ao ucol_elm.ao titletrn.ao hextouni.a= o sortkey.ao funcrepl.ao smpdtfmt.ao ucal.ao ucol_cnt.ao unesctrn.ao ucolei= tr.ao format.ao transreg.ao ucol_wgt.ao tolowtrn.ao coleitr.ao stsearch.ao = nfrs.ao gregocal.ao decimfmt.ao tblcoll.ao utrans.ao choicfmt.ao remtrans.a= o ucol_bld.ao bocsu.ao strrepl.ao uni2name.ao timezone.ao ucln_in.ao canite= r.ao umsg.ao datefmt.ao quant.ao nfsubs.ao msgfmt.ao rbt_pars.ao simpletz.a= o name2uni.ao toupptrn.ao ucurr.ao dtfmtsym.ao tridpars.ao anytrans.ao fmta= ble.ao usearch.ao esctrn.ao unifltlg.ao rbnf.ao rbt_rule.ao ucol_tok.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/i18n' gmake[0]: Making `all' in `layout' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/layout' generating dependency information for ValueRecords.cpp generating dependency information for SubstitutionLookups.cpp generating dependency information for SingleSubstitutionSubtables.cpp generating dependency information for SinglePositioningSubtables.cpp generating dependency information for ScriptAndLanguageTags.cpp generating dependency information for ScriptAndLanguage.cpp generating dependency information for PairPositioningSubtables.cpp generating dependency information for OpenTypeUtilities.cpp generating dependency information for MultipleSubstSubtables.cpp generating dependency information for MarkToMarkPosnSubtables.cpp generating dependency information for MarkToLigaturePosnSubtables.cpp generating dependency information for MarkToBasePosnSubtables.cpp generating dependency information for MarkArrays.cpp generating dependency information for Lookups.cpp generating dependency information for LookupProcessor.cpp generating dependency information for LigatureSubstSubtables.cpp generating dependency information for IndicReordering.cpp generating dependency information for IndicClassTables.cpp generating dependency information for HebrewShaping.cpp generating dependency information for HebrewLigatureData.cpp generating dependency information for GlyphSubstitutionTables.cpp generating dependency information for GlyphSubstLookupProc.cpp generating dependency information for GlyphPositioningTables.cpp generating dependency information for GlyphPosnLookupProc.cpp generating dependency information for GlyphIterator.cpp generating dependency information for GlyphDefinitionTables.cpp generating dependency information for GDEFMarkFilter.cpp generating dependency information for Features.cpp generating dependency information for DeviceTables.cpp generating dependency information for CursiveAttachmentSubtables.cpp generating dependency information for CoverageTables.cpp generating dependency information for ContextualSubstSubtables.cpp generating dependency information for ClassDefinitionTables.cpp generating dependency information for ArabicShaping.cpp generating dependency information for ArabicLigatureData.cpp generating dependency information for AnchorTables.cpp generating dependency information for AlternateSubstSubtables.cpp generating dependency information for TrimmedArrayProcessor.cpp generating dependency information for SubtableProcessor.cpp generating dependency information for StateTableProcessor.cpp generating dependency information for SingleTableProcessor.cpp generating dependency information for SimpleArrayProcessor.cpp generating dependency information for SegmentSingleProcessor.cpp generating dependency information for SegmentArrayProcessor.cpp generating dependency information for NonContextualGlyphSubstProc.cpp generating dependency information for MorphTables.cpp generating dependency information for LookupTables.cpp generating dependency information for LigatureSubstProc.cpp generating dependency information for IndicRearrangementProcessor.cpp generating dependency information for ContextualGlyphSubstProc.cpp generating dependency information for LayoutEngine.cpp generating dependency information for IndicLayoutEngine.cpp generating dependency information for GXLayoutEngine.cpp generating dependency information for ArabicLayoutEngine.cpp generating dependency information for ThaiStateTables.cpp generating dependency information for ThaiShaping.cpp generating dependency information for ThaiLayoutEngine.cpp generating dependency information for OpenTypeLayoutEngine.cpp generating dependency information for loengine.cpp gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/layout' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/layout' g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o loengine.ao loeng= ine.cpp /usr/bin/ar rv libicule.a loengine.ao /usr/bin/ar: creating libicule.a a - loengine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeLayoutEng= ine.ao OpenTypeLayoutEngine.cpp /usr/bin/ar rv libicule.a OpenTypeLayoutEngine.ao a - OpenTypeLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiLayoutEngine.= ao ThaiLayoutEngine.cpp /usr/bin/ar rv libicule.a ThaiLayoutEngine.ao a - ThaiLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiShaping.ao Th= aiShaping.cpp /usr/bin/ar rv libicule.a ThaiShaping.ao a - ThaiShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiStateTables.a= o ThaiStateTables.cpp /usr/bin/ar rv libicule.a ThaiStateTables.ao a - ThaiStateTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLayoutEngin= e.ao ArabicLayoutEngine.cpp /usr/bin/ar rv libicule.a ArabicLayoutEngine.ao a - ArabicLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GXLayoutEngine.ao= GXLayoutEngine.cpp /usr/bin/ar rv libicule.a GXLayoutEngine.ao a - GXLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicLayoutEngine= .ao IndicLayoutEngine.cpp /usr/bin/ar rv libicule.a IndicLayoutEngine.ao a - IndicLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LayoutEngine.ao L= ayoutEngine.cpp /usr/bin/ar rv libicule.a LayoutEngine.ao a - LayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualGlyphSu= bstProc.ao ContextualGlyphSubstProc.cpp /usr/bin/ar rv libicule.a ContextualGlyphSubstProc.ao a - ContextualGlyphSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicRearrangemen= tProcessor.ao IndicRearrangementProcessor.cpp /usr/bin/ar rv libicule.a IndicRearrangementProcessor.ao a - IndicRearrangementProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstProc= .ao LigatureSubstProc.cpp /usr/bin/ar rv libicule.a LigatureSubstProc.ao a - LigatureSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupTables.ao L= ookupTables.cpp /usr/bin/ar rv libicule.a LookupTables.ao a - LookupTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MorphTables.ao Mo= rphTables.cpp /usr/bin/ar rv libicule.a MorphTables.ao a - MorphTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o NonContextualGlyp= hSubstProc.ao NonContextualGlyphSubstProc.cpp /usr/bin/ar rv libicule.a NonContextualGlyphSubstProc.ao a - NonContextualGlyphSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentArrayProce= ssor.ao SegmentArrayProcessor.cpp /usr/bin/ar rv libicule.a SegmentArrayProcessor.ao a - SegmentArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentSingleProc= essor.ao SegmentSingleProcessor.cpp /usr/bin/ar rv libicule.a SegmentSingleProcessor.ao a - SegmentSingleProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SimpleArrayProces= sor.ao SimpleArrayProcessor.cpp /usr/bin/ar rv libicule.a SimpleArrayProcessor.ao a - SimpleArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleTableProces= sor.ao SingleTableProcessor.cpp /usr/bin/ar rv libicule.a SingleTableProcessor.ao a - SingleTableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o StateTableProcess= or.ao StateTableProcessor.cpp /usr/bin/ar rv libicule.a StateTableProcessor.ao a - StateTableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubtableProcessor= .ao SubtableProcessor.cpp /usr/bin/ar rv libicule.a SubtableProcessor.ao a - SubtableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o TrimmedArrayProce= ssor.ao TrimmedArrayProcessor.cpp /usr/bin/ar rv libicule.a TrimmedArrayProcessor.ao a - TrimmedArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AlternateSubstSub= tables.ao AlternateSubstSubtables.cpp /usr/bin/ar rv libicule.a AlternateSubstSubtables.ao a - AlternateSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AnchorTables.ao A= nchorTables.cpp /usr/bin/ar rv libicule.a AnchorTables.ao a - AnchorTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLigatureDat= a.ao ArabicLigatureData.cpp /usr/bin/ar rv libicule.a ArabicLigatureData.ao a - ArabicLigatureData.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicShaping.ao = ArabicShaping.cpp /usr/bin/ar rv libicule.a ArabicShaping.ao a - ArabicShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ClassDefinitionTa= bles.ao ClassDefinitionTables.cpp /usr/bin/ar rv libicule.a ClassDefinitionTables.ao a - ClassDefinitionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualSubstSu= btables.ao ContextualSubstSubtables.cpp /usr/bin/ar rv libicule.a ContextualSubstSubtables.ao a - ContextualSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CoverageTables.ao= CoverageTables.cpp /usr/bin/ar rv libicule.a CoverageTables.ao a - CoverageTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CursiveAttachment= Subtables.ao CursiveAttachmentSubtables.cpp /usr/bin/ar rv libicule.a CursiveAttachmentSubtables.ao a - CursiveAttachmentSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o DeviceTables.ao D= eviceTables.cpp /usr/bin/ar rv libicule.a DeviceTables.ao a - DeviceTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Features.ao Featu= res.cpp /usr/bin/ar rv libicule.a Features.ao a - Features.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GDEFMarkFilter.ao= GDEFMarkFilter.cpp /usr/bin/ar rv libicule.a GDEFMarkFilter.ao a - GDEFMarkFilter.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphDefinitionTa= bles.ao GlyphDefinitionTables.cpp /usr/bin/ar rv libicule.a GlyphDefinitionTables.ao a - GlyphDefinitionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphIterator.ao = GlyphIterator.cpp /usr/bin/ar rv libicule.a GlyphIterator.ao a - GlyphIterator.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPosnLookupPr= oc.ao GlyphPosnLookupProc.cpp /usr/bin/ar rv libicule.a GlyphPosnLookupProc.ao a - GlyphPosnLookupProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPositioningT= ables.ao GlyphPositioningTables.cpp /usr/bin/ar rv libicule.a GlyphPositioningTables.ao a - GlyphPositioningTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstLookupP= roc.ao GlyphSubstLookupProc.cpp /usr/bin/ar rv libicule.a GlyphSubstLookupProc.ao a - GlyphSubstLookupProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstitution= Tables.ao GlyphSubstitutionTables.cpp /usr/bin/ar rv libicule.a GlyphSubstitutionTables.ao a - GlyphSubstitutionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewLigatureDat= a.ao HebrewLigatureData.cpp /usr/bin/ar rv libicule.a HebrewLigatureData.ao a - HebrewLigatureData.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewShaping.ao = HebrewShaping.cpp /usr/bin/ar rv libicule.a HebrewShaping.ao a - HebrewShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicClassTables.= ao IndicClassTables.cpp /usr/bin/ar rv libicule.a IndicClassTables.ao a - IndicClassTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicReordering.a= o IndicReordering.cpp /usr/bin/ar rv libicule.a IndicReordering.ao a - IndicReordering.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstSubt= ables.ao LigatureSubstSubtables.cpp /usr/bin/ar rv libicule.a LigatureSubstSubtables.ao a - LigatureSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupProcessor.a= o LookupProcessor.cpp /usr/bin/ar rv libicule.a LookupProcessor.ao a - LookupProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Lookups.ao Lookup= s.cpp /usr/bin/ar rv libicule.a Lookups.ao a - Lookups.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkArrays.ao Mar= kArrays.cpp /usr/bin/ar rv libicule.a MarkArrays.ao a - MarkArrays.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToBasePosnSub= tables.ao MarkToBasePosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToBasePosnSubtables.ao a - MarkToBasePosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToLigaturePos= nSubtables.ao MarkToLigaturePosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToLigaturePosnSubtables.ao a - MarkToLigaturePosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToMarkPosnSub= tables.ao MarkToMarkPosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToMarkPosnSubtables.ao a - MarkToMarkPosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MultipleSubstSubt= ables.ao MultipleSubstSubtables.cpp /usr/bin/ar rv libicule.a MultipleSubstSubtables.ao a - MultipleSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeUtilities= .ao OpenTypeUtilities.cpp /usr/bin/ar rv libicule.a OpenTypeUtilities.ao a - OpenTypeUtilities.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o PairPositioningSu= btables.ao PairPositioningSubtables.cpp /usr/bin/ar rv libicule.a PairPositioningSubtables.ao a - PairPositioningSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage= .ao ScriptAndLanguage.cpp /usr/bin/ar rv libicule.a ScriptAndLanguage.ao a - ScriptAndLanguage.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage= Tags.ao ScriptAndLanguageTags.cpp /usr/bin/ar rv libicule.a ScriptAndLanguageTags.ao a - ScriptAndLanguageTags.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SinglePositioning= Subtables.ao SinglePositioningSubtables.cpp /usr/bin/ar rv libicule.a SinglePositioningSubtables.ao a - SinglePositioningSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleSubstitutio= nSubtables.ao SingleSubstitutionSubtables.cpp /usr/bin/ar rv libicule.a SingleSubstitutionSubtables.ao a - SingleSubstitutionSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubstitutionLooku= ps.ao SubstitutionLookups.cpp /usr/bin/ar rv libicule.a SubstitutionLookups.ao a - SubstitutionLookups.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ValueRecords.ao V= alueRecords.cpp /usr/bin/ar rv libicule.a ValueRecords.ao a - ValueRecords.ao ranlib libicule.a g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o loengine.o loengine= .cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeLayoutEngin= e.o OpenTypeLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiLayoutEngine.o = ThaiLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiShaping.o ThaiS= haping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiStateTables.o T= haiStateTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLayoutEngine.= o ArabicLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GXLayoutEngine.o GX= LayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicLayoutEngine.o= IndicLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LayoutEngine.o Layo= utEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualGlyphSubs= tProc.o ContextualGlyphSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicRearrangementP= rocessor.o IndicRearrangementProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstProc.o= LigatureSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupTables.o Look= upTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MorphTables.o Morph= Tables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o NonContextualGlyphS= ubstProc.o NonContextualGlyphSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentArrayProcess= or.o SegmentArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentSingleProces= sor.o SegmentSingleProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SimpleArrayProcesso= r.o SimpleArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleTableProcesso= r.o SingleTableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o StateTableProcessor= .o StateTableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubtableProcessor.o= SubtableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o TrimmedArrayProcess= or.o TrimmedArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AlternateSubstSubta= bles.o AlternateSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AnchorTables.o Anch= orTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLigatureData.= o ArabicLigatureData.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicShaping.o Ara= bicShaping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ClassDefinitionTabl= es.o ClassDefinitionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualSubstSubt= ables.o ContextualSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CoverageTables.o Co= verageTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CursiveAttachmentSu= btables.o CursiveAttachmentSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o DeviceTables.o Devi= ceTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Features.o Features= .cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GDEFMarkFilter.o GD= EFMarkFilter.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphDefinitionTabl= es.o GlyphDefinitionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphIterator.o Gly= phIterator.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPosnLookupProc= .o GlyphPosnLookupProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPositioningTab= les.o GlyphPositioningTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstLookupPro= c.o GlyphSubstLookupProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstitutionTa= bles.o GlyphSubstitutionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewLigatureData.= o HebrewLigatureData.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewShaping.o Heb= rewShaping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicClassTables.o = IndicClassTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicReordering.o I= ndicReordering.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstSubtab= les.o LigatureSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupProcessor.o L= ookupProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Lookups.o Lookups.c= pp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkArrays.o MarkAr= rays.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToBasePosnSubta= bles.o MarkToBasePosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToLigaturePosnS= ubtables.o MarkToLigaturePosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToMarkPosnSubta= bles.o MarkToMarkPosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MultipleSubstSubtab= les.o MultipleSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeUtilities.o= OpenTypeUtilities.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o PairPositioningSubt= ables.o PairPositioningSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage.o= ScriptAndLanguage.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguageTa= gs.o ScriptAndLanguageTags.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SinglePositioningSu= btables.o SinglePositioningSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleSubstitutionS= ubtables.o SingleSubstitutionSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubstitutionLookups= .o SubstitutionLookups.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ValueRecords.o Valu= eRecords.cpp g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicule.so.22 -o li= bicule.so.22.0 loengine.o OpenTypeLayoutEngine.o ThaiLayoutEngine.o ThaiSha= ping.o ThaiStateTables.o ArabicLayoutEngine.o GXLayoutEngine.o IndicLayoutE= ngine.o LayoutEngine.o ContextualGlyphSubstProc.o IndicRearrangementProcess= or.o LigatureSubstProc.o LookupTables.o MorphTables.o NonContextualGlyphSub= stProc.o SegmentArrayProcessor.o SegmentSingleProcessor.o SimpleArrayProces= sor.o SingleTableProcessor.o StateTableProcessor.o SubtableProcessor.o Trim= medArrayProcessor.o AlternateSubstSubtables.o AnchorTables.o ArabicLigature= Data.o ArabicShaping.o ClassDefinitionTables.o ContextualSubstSubtables.o C= overageTables.o CursiveAttachmentSubtables.o DeviceTables.o Features.o GDEF= MarkFilter.o GlyphDefinitionTables.o GlyphIterator.o GlyphPosnLookupProc.o = GlyphPositioningTables.o GlyphSubstLookupProc.o GlyphSubstitutionTables.o H= ebrewLigatureData.o HebrewShaping.o IndicClassTables.o IndicReordering.o Li= gatureSubstSubt ables.o LookupProcessor.o Lookups.o MarkArrays.o MarkToBasePosnSubtables.o= MarkToLigaturePosnSubtables.o MarkToMarkPosnSubtables.o MultipleSubstSubta= bles.o OpenTypeUtilities.o PairPositioningSubtables.o ScriptAndLanguage.o S= criptAndLanguageTags.o SinglePositioningSubtables.o SingleSubstitutionSubta= bles.o SubstitutionLookups.o ValueRecords.o -L../common -licuuc -L../data/o= ut -L../stubdata -licudata -lpthread -lm=20 rm -f libicule.so.22 && ln -s libicule.so.22.0 libicule.so.22 rm -f libicule.so && ln -s libicule.so.22.0 libicule.so rm GlyphPosnLookupProc.ao MarkToLigaturePosnSubtables.ao MorphTables.ao Mar= kToMarkPosnSubtables.ao LookupTables.ao HebrewShaping.ao ThaiLayoutEngine.a= o LookupProcessor.ao IndicReordering.ao ContextualSubstSubtables.ao Substit= utionLookups.ao MarkArrays.ao OpenTypeUtilities.ao LigatureSubstSubtables.a= o loengine.ao CoverageTables.ao GlyphSubstitutionTables.ao OpenTypeLayoutEn= gine.ao Features.ao LigatureSubstProc.ao ScriptAndLanguageTags.ao GXLayoutE= ngine.ao MarkToBasePosnSubtables.ao GlyphDefinitionTables.ao ArabicShaping.= ao HebrewLigatureData.ao GlyphPositioningTables.ao ValueRecords.ao ThaiShap= ing.ao SingleSubstitutionSubtables.ao Lookups.ao IndicRearrangementProcesso= r.ao CursiveAttachmentSubtables.ao GlyphSubstLookupProc.ao SegmentSinglePro= cessor.ao SubtableProcessor.ao GlyphIterator.ao MultipleSubstSubtables.ao G= DEFMarkFilter.ao ThaiStateTables.ao SegmentArrayProcessor.ao AnchorTables.a= o ScriptAndLanguage.ao LayoutEngine.ao TrimmedArrayProcessor.ao NonContextu= alGlyphSubstPro c.ao SingleTableProcessor.ao ArabicLigatureData.ao ArabicLayoutEngine.ao D= eviceTables.ao SinglePositioningSubtables.ao StateTableProcessor.ao Context= ualGlyphSubstProc.ao SimpleArrayProcessor.ao IndicClassTables.ao ClassDefin= itionTables.ao PairPositioningSubtables.ao AlternateSubstSubtables.ao Indic= LayoutEngine.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/layout' gmake[0]: Making `all' in `tools' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools' gmake[1]: Making `all' in `ctestfw' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' generating dependency information for ctest.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -DT_CTEST_IMPLEMENTATION -O -c -DPIC -fPIC -o ctest.ao ctest.c /usr/bin/ar rv libicuctestfw.a ctest.ao /usr/bin/ar: creating libicuctestfw.a a - ctest.ao ranlib libicuctestfw.a gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -DT_CTEST_IMPLEMENTATION -O -c -DPIC -fPIC -o ctest.o ctest.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicuctestfw.so.22 = -o libicuctestfw.so.22.0 ctest.o -lpthread -lm=20 rm -f libicuctestfw.so.22 && ln -s libicuctestfw.so.22.0 libicuctestfw.so.22 rm -f libicuctestfw.so && ln -s libicuctestfw.so.22.0 libicuctestfw.so rm ctest.ao gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gmake[1]: Making `all' in `toolutil' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' generating dependency information for ucbuf.c generating dependency information for uparse.c generating dependency information for uoptions.c generating dependency information for ucmpwrit.c generating dependency information for unewdata.c generating dependency information for toolutil.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o toolutil.ao toolutil.c /usr/bin/ar rv libicutoolutil.a toolutil.ao /usr/bin/ar: creating libicutoolutil.a a - toolutil.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o unewdata.ao unewdata.c /usr/bin/ar rv libicutoolutil.a unewdata.ao a - unewdata.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucmpwrit.ao ucmpwrit.c /usr/bin/ar rv libicutoolutil.a ucmpwrit.ao a - ucmpwrit.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uoptions.ao uoptions.c /usr/bin/ar rv libicutoolutil.a uoptions.ao a - uoptions.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uparse.ao uparse.c /usr/bin/ar rv libicutoolutil.a uparse.ao a - uparse.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucbuf.ao ucbuf.c /usr/bin/ar rv libicutoolutil.a ucbuf.ao a - ucbuf.ao ranlib libicutoolutil.a gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o toolutil.o toolutil.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o unewdata.o unewdata.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucmpwrit.o ucmpwrit.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uoptions.o uoptions.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uparse.o uparse.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucbuf.o ucbuf.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicutoolutil.so.22= -o libicutoolutil.so.22.0 toolutil.o unewdata.o ucmpwrit.o uoptions.o upar= se.o ucbuf.o -L../../common -licuuc -L../../data/out -L../../stubdata -licu= data -lpthread -lm=20 rm -f libicutoolutil.so.22 && ln -s libicutoolutil.so.22.0 libicutoolutil.s= o.22 rm -f libicutoolutil.so && ln -s libicutoolutil.so.22.0 libicutoolutil.so rm unewdata.ao ucmpwrit.ao uparse.ao toolutil.ao ucbuf.ao uoptions.ao gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gmake[1]: Making `all' in `makeconv' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' generating dependency information for genmbcs.c generating dependency information for ucnvstat.c generating dependency information for makeconv.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o makeconv.o makeconv.c gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o ucnvstat.o ucnvstat.c gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o genmbcs.o genmbcs.c g++33 -O -Wl,-rpath,'$ORIGIN' -o makeconv makeconv.o ucnvstat.o genmbcs.o = -L../../tools/toolutil -licutoolutil -L../../common -licuuc -L../../data/ou= t -L../../stubdata -licudata -lpthread -lm =20 cd ../.. \ && CONFIG_FILES=3Dtools/makeconv/makeconv.1 CONFIG_HEADERS=3D /bin/sh ./co= nfig.status creating tools/makeconv/makeconv.1 gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gmake[1]: Making `all' in `genrb' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' generating dependency information for rle.c generating dependency information for wrtjava.c generating dependency information for util.c generating dependency information for ustr.c generating dependency information for reslist.c generating dependency information for read.c generating dependency information for parse.c generating dependency information for genrb.c generating dependency information for errmsg.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1-deve= l/work/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o errmsg.o errmsg.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o genrb.o genrb.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o parse.o parse.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o read.o read.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o reslist.o reslist.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o ustr.o ustr.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o util.o util.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o wrtjava.o wrtjava.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o rle.o rle.c gcc33 -O -Wl,-rpath,'$ORIGIN' -o genrb errmsg.o genrb.o parse.o read.o res= list.o ustr.o util.o wrtjava.o rle.o -L../../i18n -licui18n -L../../tools/t= oolutil -licutoolutil -L../../common -licuuc -L../../data/out -L../../stubd= ata -licudata -lpthread -lm =20 =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __vmi_class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `__gxx_personality_v0@CX= XABI_1.2' =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __si_class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `__cxa_pure_virtual@CXXA= BI_1.2' collect2: ld returned 1 exit status gmake[2]: *** [genrb] Error 1 gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gmake[1]: *** [all-recursive] Error 2 gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1-devel= /work/icu/unxfbsd.pro/misc/build/icu/source/tools' gmake: *** [all-recursive] Error 2 dmake: Error code 2, while making './unxfbsd.pro/misc/build/so_built_so_ic= u' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /work/a/ports/editors/openoffice.o= rg-1.1-devel/work/icu dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /a/ports/editors/openoffice.org-1.1-devel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/editors/openoffice.org-1.1-devel ended at Tue Mar 28 01= :17:03 UTC 2006 ----- End forwarded message ----- --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEKJoOWry0BWjoQKURAsqEAJsFGw93dYuhkBT2BD9NWD2be16MIwCfQabO HQbRMd8iUyRR3lx8+Itwfpw= =5C8n -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- From owner-freebsd-openoffice@FreeBSD.ORG Tue Mar 28 02:06:19 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C14016A425 for ; Tue, 28 Mar 2006 02:06:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1ABE43D58 for ; Tue, 28 Mar 2006 02:06:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 565211A4DC2 for ; Mon, 27 Mar 2006 18:06:17 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BCDAC51559; Mon, 27 Mar 2006 21:06:16 -0500 (EST) Date: Mon, 27 Mar 2006 21:06:16 -0500 From: Kris Kennaway To: openoffice@FreeBSD.org Message-ID: <20060328020616.GB76832@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6sX45UoQRIJXqkqR" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: openoffice.org-1.1.5_2 failed on i386 7] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 02:06:19 -0000 --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Tue, 28 Mar 2006 00:06:19 GMT From: User Ports-i386 To: freebsd+buildfail@lovett.com, kris@FreeBSD.org Subject: openoffice.org-1.1.5_2 failed on i386 7 X-UIDL: X,m"!dO!#!,G8!!?(K"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.2 g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o schriter.ao schriter.cpp /usr/bin/ar rv libicuuc.a schriter.ao a - schriter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uchriter.ao uchriter.cpp /usr/bin/ar rv libicuuc.a uchriter.ao a - uchriter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uiter.ao uiter.cpp /usr/bin/ar rv libicuuc.a uiter.ao a - uiter.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uchar.ao uchar.c /usr/bin/ar rv libicuuc.a uchar.ao a - uchar.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uprops.ao uprops.c /usr/bin/ar rv libicuuc.a uprops.ao a - uprops.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o bidi.ao bidi.cpp /usr/bin/ar rv libicuuc.a bidi.ao a - bidi.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidi.ao ubidi.c /usr/bin/ar rv libicuuc.a ubidi.ao a - ubidi.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidiwrt.ao ubidiwrt.c /usr/bin/ar rv libicuuc.a ubidiwrt.ao a - ubidiwrt.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubidiln.ao ubidiln.c /usr/bin/ar rv libicuuc.a ubidiln.ao a - ubidiln.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ushape.ao ushape.c /usr/bin/ar rv libicuuc.a ushape.ao a - ushape.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unames.ao unames.c /usr/bin/ar rv libicuuc.a unames.ao a - unames.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ucln_cmn.ao ucln_cmn.c /usr/bin/ar rv libicuuc.a ucln_cmn.ao a - ucln_cmn.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uscript.ao uscript.c /usr/bin/ar rv libicuuc.a uscript.ao a - uscript.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o usc_impl.ao usc_impl.c /usr/bin/ar rv libicuuc.a usc_impl.ao a - usc_impl.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o umemstrm.ao umemstrm.c /usr/bin/ar rv libicuuc.a umemstrm.ao a - umemstrm.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ucmp8.ao ucmp8.c /usr/bin/ar rv libicuuc.a ucmp8.ao a - ucmp8.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uvector.ao uvector.cpp /usr/bin/ar rv libicuuc.a uvector.ao a - uvector.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o digitlst.ao digitlst.cpp /usr/bin/ar rv libicuuc.a digitlst.ao a - digitlst.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o brkiter.ao brkiter.cpp /usr/bin/ar rv libicuuc.a brkiter.ao a - brkiter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o brkdict.ao brkdict.cpp /usr/bin/ar rv libicuuc.a brkdict.ao a - brkdict.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o ubrk.ao ubrk.cpp /usr/bin/ar rv libicuuc.a ubrk.ao a - ubrk.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o dbbi.ao dbbi.cpp /usr/bin/ar rv libicuuc.a dbbi.ao a - dbbi.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o dbbi_tbl.ao dbbi_tbl.cpp /usr/bin/ar rv libicuuc.a dbbi_tbl.ao a - dbbi_tbl.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbi.ao rbbi.cpp /usr/bin/ar rv libicuuc.a rbbi.ao a - rbbi.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbidata.ao rbbidata.cpp /usr/bin/ar rv libicuuc.a rbbidata.ao a - rbbidata.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbinode.ao rbbinode.cpp /usr/bin/ar rv libicuuc.a rbbinode.ao a - rbbinode.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbirb.ao rbbirb.cpp /usr/bin/ar rv libicuuc.a rbbirb.ao a - rbbirb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbiscan.ao rbbiscan.cpp /usr/bin/ar rv libicuuc.a rbbiscan.ao a - rbbiscan.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbisetb.ao rbbisetb.cpp /usr/bin/ar rv libicuuc.a rbbisetb.ao a - rbbisetb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbistbl.ao rbbistbl.cpp /usr/bin/ar rv libicuuc.a rbbistbl.ao a - rbbistbl.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o rbbitblb.ao rbbitblb.cpp /usr/bin/ar rv libicuuc.a rbbitblb.ao a - rbbitblb.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unicode.ao unicode.cpp /usr/bin/ar rv libicuuc.a unicode.ao a - unicode.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o convert.ao convert.cpp /usr/bin/ar rv libicuuc.a convert.ao a - convert.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o utrie.ao utrie.c /usr/bin/ar rv libicuuc.a utrie.ao a - utrie.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uset.ao uset.cpp /usr/bin/ar rv libicuuc.a uset.ao a - uset.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o cmemory.ao cmemory.c /usr/bin/ar rv libicuuc.a cmemory.ao a - cmemory.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unifilt.ao unifilt.cpp /usr/bin/ar rv libicuuc.a unifilt.ao a - unifilt.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o unifunct.ao unifunct.cpp /usr/bin/ar rv libicuuc.a unifunct.ao a - unifunct.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uniset.ao uniset.cpp /usr/bin/ar rv libicuuc.a uniset.ao a - uniset.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o upropset.ao upropset.cpp /usr/bin/ar rv libicuuc.a upropset.ao a - upropset.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o usetiter.ao usetiter.cpp /usr/bin/ar rv libicuuc.a usetiter.ao a - usetiter.ao g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o util.ao util.cpp /usr/bin/ar rv libicuuc.a util.ao a - util.ao gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fP= IC -o uenum.ao uenum.c /usr/bin/ar rv libicuuc.a uenum.ao a - uenum.ao ranlib libicuuc.a gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o putil.o putil.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uobject.o uobject.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o locmap.o locmap.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o mutex.o mutex.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umutex.o umutex.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o udata.o udata.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucmndata.o ucmndata.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o udatamem.o udatamem.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umapfile.o umapfile.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o filestrm.o filestrm.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uresbund.o uresbund.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uresdata.o uresdata.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o resbund.o resbund.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cwchar.o cwchar.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uloc.o uloc.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o locid.o locid.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uhash.o uhash.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uhash_us.o uhash_us.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv.o ucnv.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_bld.o ucnv_bld.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_cb.o ucnv_cb.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_cnv.o ucnv_cnv.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_err.o ucnv_err.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_io.o ucnv_io.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvlat1.o ucnvlat1.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u7.o ucnv_u7.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u8.o ucnv_u8.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u16.o ucnv_u16.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_u32.o ucnv_u32.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvmbcs.o ucnvmbcs.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv2022.o ucnv2022.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvhz.o ucnvhz.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnv_lmb.o ucnv_lmb.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvscsu.o ucnvscsu.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvbocu.o ucnvbocu.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucnvisci.o ucnvisci.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unistr.o unistr.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o utf_impl.o utf_impl.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustring.o ustring.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrcase.o ustrcase.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cstring.o cstring.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrfmt.o ustrfmt.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ustrtrns.o ustrtrns.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o normlzr.o normlzr.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unorm.o unorm.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o chariter.o chariter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o schriter.o schriter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uchriter.o uchriter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uiter.o uiter.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uchar.o uchar.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uprops.o uprops.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o bidi.o bidi.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidi.o ubidi.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidiwrt.o ubidiwrt.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubidiln.o ubidiln.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ushape.o ushape.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unames.o unames.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucln_cmn.o ucln_cmn.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uscript.o uscript.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o usc_impl.o usc_impl.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o umemstrm.o umemstrm.c gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ucmp8.o ucmp8.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uvector.o uvector.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o digitlst.o digitlst.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o brkiter.o brkiter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o brkdict.o brkdict.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o ubrk.o ubrk.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o dbbi.o dbbi.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o dbbi_tbl.o dbbi_tbl.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbi.o rbbi.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbidata.o rbbidata.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbinode.o rbbinode.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbirb.o rbbirb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbiscan.o rbbiscan.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbisetb.o rbbisetb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbistbl.o rbbistbl.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o rbbitblb.o rbbitblb.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unicode.o unicode.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o convert.o convert.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o utrie.o utrie.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uset.o uset.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o cmemory.o cmemory.c g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unifilt.o unifilt.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o unifunct.o unifunct.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uniset.o uniset.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o upropset.o upropset.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o usetiter.o usetiter.cpp g++33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o util.o util.cpp gcc33 -I. -I. -DHAVE_CONFIG_H -DU_COMMON_IMPLEMENTATION -O -c -DPIC -fPI= C -o uenum.o uenum.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicuuc.so.22 -o li= bicuuc.so.22.0 putil.o uobject.o locmap.o mutex.o umutex.o udata.o ucmndata= .o udatamem.o umapfile.o filestrm.o uresbund.o uresdata.o resbund.o cwchar.= o uloc.o locid.o uhash.o uhash_us.o ucnv.o ucnv_bld.o ucnv_cb.o ucnv_cnv.o = ucnv_err.o ucnv_io.o ucnvlat1.o ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o u= cnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvscsu.o ucnvbocu.o ucnvisci.o u= nistr.o utf_impl.o ustring.o ustrcase.o cstring.o ustrfmt.o ustrtrns.o norm= lzr.o unorm.o chariter.o schriter.o uchriter.o uiter.o uchar.o uprops.o bid= i.o ubidi.o ubidiwrt.o ubidiln.o ushape.o unames.o ucln_cmn.o uscript.o usc= _impl.o umemstrm.o ucmp8.o uvector.o digitlst.o brkiter.o brkdict.o ubrk.o = dbbi.o dbbi_tbl.o rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb= .o rbbistbl.o rbbitblb.o unicode.o convert.o utrie.o uset.o cmemory.o unifi= lt.o unifunct.o uniset.o upropset.o usetiter.o util.o uenum.o -L../data/out= -L../stubdata=20 -licudata -lpthread -lm=20 rm -f libicuuc.so.22 && ln -s libicuuc.so.22.0 libicuuc.so.22 rm -f libicuuc.so && ln -s libicuuc.so.22.0 libicuuc.so rm ubrk.ao uhash_us.ao uloc.ao ubidiwrt.ao uscript.ao ucnvlat1.ao digitlst.= ao udata.ao ushape.ao cwchar.ao uhash.ao ucnvscsu.ao rbbistbl.ao ucnv2022.a= o chariter.ao rbbirb.ao ucmp8.ao ucnvisci.ao uresbund.ao ucnv_u16.ao uenum.= ao mutex.ao unicode.ao ucnv_u32.ao brkiter.ao ucnv_lmb.ao unifunct.ao ustrt= rns.ao ubidiln.ao locmap.ao uniset.ao rbbisetb.ao unames.ao unistr.ao ustri= ng.ao upropset.ao ucln_cmn.ao ucnv_io.ao putil.ao uchar.ao convert.ao rbbit= blb.ao bidi.ao rbbidata.ao ucnv_cnv.ao uobject.ao filestrm.ao brkdict.ao un= orm.ao unifilt.ao ubidi.ao dbbi.ao ucnvbocu.ao uiter.ao ustrfmt.ao utrie.ao= ucnv_cb.ao umemstrm.ao uprops.ao uresdata.ao umutex.ao ucmndata.ao ucnv_er= r.ao resbund.ao usc_impl.ao util.ao ustrcase.ao ucnv_u8.ao udatamem.ao cmem= ory.ao umapfile.ao utf_impl.ao rbbinode.ao normlzr.ao ucnv_u7.ao dbbi_tbl.a= o schriter.ao uset.ao uchriter.ao ucnvmbcs.ao rbbi.ao ucnvhz.ao ucnv_bld.ao= rbbiscan.ao usetiter.ao uvector.ao cstring.ao locid.ao ucnv.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/common' gmake[0]: Making `all' in `i18n' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/i18n' generating dependency information for ucurr.cpp generating dependency information for caniter.cpp generating dependency information for tridpars.cpp generating dependency information for strrepl.cpp generating dependency information for funcrepl.cpp generating dependency information for unesctrn.cpp generating dependency information for esctrn.cpp generating dependency information for rbnf.cpp generating dependency information for nfsubs.cpp generating dependency information for nfrule.cpp generating dependency information for nfrs.cpp generating dependency information for transreg.cpp generating dependency information for quant.cpp generating dependency information for nortrans.cpp generating dependency information for unitohex.cpp generating dependency information for uni2name.cpp generating dependency information for name2uni.cpp generating dependency information for anytrans.cpp generating dependency information for toupptrn.cpp generating dependency information for tolowtrn.cpp generating dependency information for titletrn.cpp generating dependency information for remtrans.cpp generating dependency information for nultrans.cpp generating dependency information for rbt_set.cpp generating dependency information for rbt_rule.cpp generating dependency information for rbt_pars.cpp generating dependency information for rbt_data.cpp generating dependency information for rbt.cpp generating dependency information for hextouni.cpp generating dependency information for cpdtrans.cpp generating dependency information for utrans.cpp generating dependency information for translit.cpp generating dependency information for unifltlg.cpp generating dependency information for stsearch.cpp generating dependency information for search.cpp generating dependency information for usearch.cpp generating dependency information for strmatch.cpp generating dependency information for tblcoll.cpp generating dependency information for ucol_wgt.c generating dependency information for ucol_tok.cpp generating dependency information for ucol_elm.cpp generating dependency information for ucol_cnt.cpp generating dependency information for ucol_bld.cpp generating dependency information for ucol.cpp generating dependency information for ucoleitr.cpp generating dependency information for coll.cpp generating dependency information for coleitr.cpp generating dependency information for bocsu.c generating dependency information for sortkey.cpp generating dependency information for simpletz.cpp generating dependency information for timezone.cpp generating dependency information for gregocal.cpp generating dependency information for calendar.cpp generating dependency information for ucal.cpp generating dependency information for udat.cpp generating dependency information for dtfmtsym.cpp generating dependency information for smpdtfmt.cpp generating dependency information for datefmt.cpp generating dependency information for choicfmt.cpp generating dependency information for dcfmtsym.cpp generating dependency information for decimfmt.cpp generating dependency information for unum.cpp generating dependency information for numfmt.cpp generating dependency information for umsg.cpp generating dependency information for msgfmt.cpp generating dependency information for format.cpp generating dependency information for fmtable.cpp generating dependency information for ucln_in.c gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/i18n' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/i18n' gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucln_in.ao ucln_in.c /usr/bin/ar rv libicui18n.a ucln_in.ao /usr/bin/ar: creating libicui18n.a a - ucln_in.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o fmtable.ao fmtable.cpp /usr/bin/ar rv libicui18n.a fmtable.ao a - fmtable.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o format.ao format.cpp /usr/bin/ar rv libicui18n.a format.ao a - format.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o msgfmt.ao msgfmt.cpp /usr/bin/ar rv libicui18n.a msgfmt.ao a - msgfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o umsg.ao umsg.cpp /usr/bin/ar rv libicui18n.a umsg.ao a - umsg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o numfmt.ao numfmt.cpp /usr/bin/ar rv libicui18n.a numfmt.ao a - numfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unum.ao unum.cpp /usr/bin/ar rv libicui18n.a unum.ao a - unum.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o decimfmt.ao decimfmt.cpp /usr/bin/ar rv libicui18n.a decimfmt.ao a - decimfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dcfmtsym.ao dcfmtsym.cpp /usr/bin/ar rv libicui18n.a dcfmtsym.ao a - dcfmtsym.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o choicfmt.ao choicfmt.cpp /usr/bin/ar rv libicui18n.a choicfmt.ao a - choicfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o datefmt.ao datefmt.cpp /usr/bin/ar rv libicui18n.a datefmt.ao a - datefmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o smpdtfmt.ao smpdtfmt.cpp /usr/bin/ar rv libicui18n.a smpdtfmt.ao a - smpdtfmt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dtfmtsym.ao dtfmtsym.cpp /usr/bin/ar rv libicui18n.a dtfmtsym.ao a - dtfmtsym.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o udat.ao udat.cpp /usr/bin/ar rv libicui18n.a udat.ao a - udat.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucal.ao ucal.cpp /usr/bin/ar rv libicui18n.a ucal.ao a - ucal.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o calendar.ao calendar.cpp /usr/bin/ar rv libicui18n.a calendar.ao a - calendar.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o gregocal.ao gregocal.cpp /usr/bin/ar rv libicui18n.a gregocal.ao a - gregocal.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o timezone.ao timezone.cpp /usr/bin/ar rv libicui18n.a timezone.ao a - timezone.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o simpletz.ao simpletz.cpp /usr/bin/ar rv libicui18n.a simpletz.ao a - simpletz.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o sortkey.ao sortkey.cpp /usr/bin/ar rv libicui18n.a sortkey.ao a - sortkey.ao gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o bocsu.ao bocsu.c /usr/bin/ar rv libicui18n.a bocsu.ao a - bocsu.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coleitr.ao coleitr.cpp /usr/bin/ar rv libicui18n.a coleitr.ao a - coleitr.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coll.ao coll.cpp /usr/bin/ar rv libicui18n.a coll.ao a - coll.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucoleitr.ao ucoleitr.cpp /usr/bin/ar rv libicui18n.a ucoleitr.ao a - ucoleitr.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol.ao ucol.cpp /usr/bin/ar rv libicui18n.a ucol.ao a - ucol.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_bld.ao ucol_bld.cpp /usr/bin/ar rv libicui18n.a ucol_bld.ao a - ucol_bld.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_cnt.ao ucol_cnt.cpp /usr/bin/ar rv libicui18n.a ucol_cnt.ao a - ucol_cnt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_elm.ao ucol_elm.cpp /usr/bin/ar rv libicui18n.a ucol_elm.ao a - ucol_elm.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_tok.ao ucol_tok.cpp /usr/bin/ar rv libicui18n.a ucol_tok.ao a - ucol_tok.ao gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_wgt.ao ucol_wgt.c /usr/bin/ar rv libicui18n.a ucol_wgt.ao a - ucol_wgt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tblcoll.ao tblcoll.cpp /usr/bin/ar rv libicui18n.a tblcoll.ao a - tblcoll.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strmatch.ao strmatch.cpp /usr/bin/ar rv libicui18n.a strmatch.ao a - strmatch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o usearch.ao usearch.cpp /usr/bin/ar rv libicui18n.a usearch.ao a - usearch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o search.ao search.cpp /usr/bin/ar rv libicui18n.a search.ao a - search.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o stsearch.ao stsearch.cpp /usr/bin/ar rv libicui18n.a stsearch.ao a - stsearch.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unifltlg.ao unifltlg.cpp /usr/bin/ar rv libicui18n.a unifltlg.ao a - unifltlg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o translit.ao translit.cpp /usr/bin/ar rv libicui18n.a translit.ao a - translit.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o utrans.ao utrans.cpp /usr/bin/ar rv libicui18n.a utrans.ao a - utrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o cpdtrans.ao cpdtrans.cpp /usr/bin/ar rv libicui18n.a cpdtrans.ao a - cpdtrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o hextouni.ao hextouni.cpp /usr/bin/ar rv libicui18n.a hextouni.ao a - hextouni.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt.ao rbt.cpp /usr/bin/ar rv libicui18n.a rbt.ao a - rbt.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_data.ao rbt_data.cpp /usr/bin/ar rv libicui18n.a rbt_data.ao a - rbt_data.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_pars.ao rbt_pars.cpp /usr/bin/ar rv libicui18n.a rbt_pars.ao a - rbt_pars.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_rule.ao rbt_rule.cpp /usr/bin/ar rv libicui18n.a rbt_rule.ao a - rbt_rule.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_set.ao rbt_set.cpp /usr/bin/ar rv libicui18n.a rbt_set.ao a - rbt_set.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nultrans.ao nultrans.cpp /usr/bin/ar rv libicui18n.a nultrans.ao a - nultrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o remtrans.ao remtrans.cpp /usr/bin/ar rv libicui18n.a remtrans.ao a - remtrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o titletrn.ao titletrn.cpp /usr/bin/ar rv libicui18n.a titletrn.ao a - titletrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tolowtrn.ao tolowtrn.cpp /usr/bin/ar rv libicui18n.a tolowtrn.ao a - tolowtrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o toupptrn.ao toupptrn.cpp /usr/bin/ar rv libicui18n.a toupptrn.ao a - toupptrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o anytrans.ao anytrans.cpp /usr/bin/ar rv libicui18n.a anytrans.ao a - anytrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o name2uni.ao name2uni.cpp /usr/bin/ar rv libicui18n.a name2uni.ao a - name2uni.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o uni2name.ao uni2name.cpp /usr/bin/ar rv libicui18n.a uni2name.ao a - uni2name.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unitohex.ao unitohex.cpp /usr/bin/ar rv libicui18n.a unitohex.ao a - unitohex.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nortrans.ao nortrans.cpp /usr/bin/ar rv libicui18n.a nortrans.ao a - nortrans.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o quant.ao quant.cpp /usr/bin/ar rv libicui18n.a quant.ao a - quant.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o transreg.ao transreg.cpp /usr/bin/ar rv libicui18n.a transreg.ao a - transreg.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrs.ao nfrs.cpp /usr/bin/ar rv libicui18n.a nfrs.ao a - nfrs.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrule.ao nfrule.cpp /usr/bin/ar rv libicui18n.a nfrule.ao a - nfrule.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfsubs.ao nfsubs.cpp /usr/bin/ar rv libicui18n.a nfsubs.ao a - nfsubs.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbnf.ao rbnf.cpp /usr/bin/ar rv libicui18n.a rbnf.ao a - rbnf.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o esctrn.ao esctrn.cpp /usr/bin/ar rv libicui18n.a esctrn.ao a - esctrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unesctrn.ao unesctrn.cpp /usr/bin/ar rv libicui18n.a unesctrn.ao a - unesctrn.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o funcrepl.ao funcrepl.cpp /usr/bin/ar rv libicui18n.a funcrepl.ao a - funcrepl.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strrepl.ao strrepl.cpp /usr/bin/ar rv libicui18n.a strrepl.ao a - strrepl.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tridpars.ao tridpars.cpp /usr/bin/ar rv libicui18n.a tridpars.ao a - tridpars.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o caniter.ao caniter.cpp /usr/bin/ar rv libicui18n.a caniter.ao a - caniter.ao g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucurr.ao ucurr.cpp /usr/bin/ar rv libicui18n.a ucurr.ao a - ucurr.ao ranlib libicui18n.a gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucln_in.o ucln_in.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o fmtable.o fmtable.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o format.o format.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o msgfmt.o msgfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o umsg.o umsg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o numfmt.o numfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unum.o unum.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o decimfmt.o decimfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dcfmtsym.o dcfmtsym.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o choicfmt.o choicfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o datefmt.o datefmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o smpdtfmt.o smpdtfmt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o dtfmtsym.o dtfmtsym.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o udat.o udat.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucal.o ucal.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o calendar.o calendar.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o gregocal.o gregocal.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o timezone.o timezone.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o simpletz.o simpletz.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o sortkey.o sortkey.cpp gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o bocsu.o bocsu.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coleitr.o coleitr.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o coll.o coll.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucoleitr.o ucoleitr.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol.o ucol.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_bld.o ucol_bld.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_cnt.o ucol_cnt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_elm.o ucol_elm.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_tok.o ucol_tok.cpp gcc33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucol_wgt.o ucol_wgt.c g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tblcoll.o tblcoll.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strmatch.o strmatch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o usearch.o usearch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o search.o search.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o stsearch.o stsearch.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unifltlg.o unifltlg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o translit.o translit.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o utrans.o utrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o cpdtrans.o cpdtrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o hextouni.o hextouni.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt.o rbt.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_data.o rbt_data.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_pars.o rbt_pars.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_rule.o rbt_rule.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbt_set.o rbt_set.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nultrans.o nultrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o remtrans.o remtrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o titletrn.o titletrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tolowtrn.o tolowtrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o toupptrn.o toupptrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o anytrans.o anytrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o name2uni.o name2uni.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o uni2name.o uni2name.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unitohex.o unitohex.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nortrans.o nortrans.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o quant.o quant.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o transreg.o transreg.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrs.o nfrs.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfrule.o nfrule.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o nfsubs.o nfsubs.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o rbnf.o rbnf.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o esctrn.o esctrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o unesctrn.o unesctrn.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o funcrepl.o funcrepl.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o strrepl.o strrepl.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o tridpars.o tridpars.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o caniter.o caniter.cpp g++33 -I. -I../common -I../common -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION= -O -c -DPIC -fPIC -o ucurr.o ucurr.cpp g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicui18n.so.22 -o = libicui18n.so.22.0 ucln_in.o fmtable.o format.o msgfmt.o umsg.o numfmt.o un= um.o decimfmt.o dcfmtsym.o choicfmt.o datefmt.o smpdtfmt.o dtfmtsym.o udat.= o ucal.o calendar.o gregocal.o timezone.o simpletz.o sortkey.o bocsu.o cole= itr.o coll.o ucoleitr.o ucol.o ucol_bld.o ucol_cnt.o ucol_elm.o ucol_tok.o = ucol_wgt.o tblcoll.o strmatch.o usearch.o search.o stsearch.o unifltlg.o tr= anslit.o utrans.o cpdtrans.o hextouni.o rbt.o rbt_data.o rbt_pars.o rbt_rul= e.o rbt_set.o nultrans.o remtrans.o titletrn.o tolowtrn.o toupptrn.o anytra= ns.o name2uni.o uni2name.o unitohex.o nortrans.o quant.o transreg.o nfrs.o = nfrule.o nfsubs.o rbnf.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.= o caniter.o ucurr.o -L../common -licuuc -L../data/out -L../stubdata -licuda= ta -lpthread -lm=20 rm -f libicui18n.so.22 && ln -s libicui18n.so.22.0 libicui18n.so.22 rm -f libicui18n.so && ln -s libicui18n.so.22.0 libicui18n.so rm search.ao nortrans.ao unitohex.ao calendar.ao udat.ao nfrule.ao rbt_set.= ao dcfmtsym.ao nultrans.ao cpdtrans.ao numfmt.ao rbt_data.ao rbt.ao unum.ao= translit.ao coll.ao strmatch.ao ucol.ao ucol_elm.ao titletrn.ao hextouni.a= o sortkey.ao funcrepl.ao smpdtfmt.ao ucal.ao ucol_cnt.ao unesctrn.ao ucolei= tr.ao format.ao transreg.ao ucol_wgt.ao tolowtrn.ao coleitr.ao stsearch.ao = nfrs.ao gregocal.ao decimfmt.ao tblcoll.ao utrans.ao choicfmt.ao remtrans.a= o ucol_bld.ao bocsu.ao strrepl.ao uni2name.ao timezone.ao ucln_in.ao canite= r.ao umsg.ao datefmt.ao quant.ao nfsubs.ao msgfmt.ao rbt_pars.ao simpletz.a= o name2uni.ao toupptrn.ao ucurr.ao dtfmtsym.ao tridpars.ao anytrans.ao fmta= ble.ao usearch.ao esctrn.ao unifltlg.ao rbnf.ao rbt_rule.ao ucol_tok.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/i18n' gmake[0]: Making `all' in `layout' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/layout' generating dependency information for ValueRecords.cpp generating dependency information for SubstitutionLookups.cpp generating dependency information for SingleSubstitutionSubtables.cpp generating dependency information for SinglePositioningSubtables.cpp generating dependency information for ScriptAndLanguageTags.cpp generating dependency information for ScriptAndLanguage.cpp generating dependency information for PairPositioningSubtables.cpp generating dependency information for OpenTypeUtilities.cpp generating dependency information for MultipleSubstSubtables.cpp generating dependency information for MarkToMarkPosnSubtables.cpp generating dependency information for MarkToLigaturePosnSubtables.cpp generating dependency information for MarkToBasePosnSubtables.cpp generating dependency information for MarkArrays.cpp generating dependency information for Lookups.cpp generating dependency information for LookupProcessor.cpp generating dependency information for LigatureSubstSubtables.cpp generating dependency information for IndicReordering.cpp generating dependency information for IndicClassTables.cpp generating dependency information for HebrewShaping.cpp generating dependency information for HebrewLigatureData.cpp generating dependency information for GlyphSubstitutionTables.cpp generating dependency information for GlyphSubstLookupProc.cpp generating dependency information for GlyphPositioningTables.cpp generating dependency information for GlyphPosnLookupProc.cpp generating dependency information for GlyphIterator.cpp generating dependency information for GlyphDefinitionTables.cpp generating dependency information for GDEFMarkFilter.cpp generating dependency information for Features.cpp generating dependency information for DeviceTables.cpp generating dependency information for CursiveAttachmentSubtables.cpp generating dependency information for CoverageTables.cpp generating dependency information for ContextualSubstSubtables.cpp generating dependency information for ClassDefinitionTables.cpp generating dependency information for ArabicShaping.cpp generating dependency information for ArabicLigatureData.cpp generating dependency information for AnchorTables.cpp generating dependency information for AlternateSubstSubtables.cpp generating dependency information for TrimmedArrayProcessor.cpp generating dependency information for SubtableProcessor.cpp generating dependency information for StateTableProcessor.cpp generating dependency information for SingleTableProcessor.cpp generating dependency information for SimpleArrayProcessor.cpp generating dependency information for SegmentSingleProcessor.cpp generating dependency information for SegmentArrayProcessor.cpp generating dependency information for NonContextualGlyphSubstProc.cpp generating dependency information for MorphTables.cpp generating dependency information for LookupTables.cpp generating dependency information for LigatureSubstProc.cpp generating dependency information for IndicRearrangementProcessor.cpp generating dependency information for ContextualGlyphSubstProc.cpp generating dependency information for LayoutEngine.cpp generating dependency information for IndicLayoutEngine.cpp generating dependency information for GXLayoutEngine.cpp generating dependency information for ArabicLayoutEngine.cpp generating dependency information for ThaiStateTables.cpp generating dependency information for ThaiShaping.cpp generating dependency information for ThaiLayoutEngine.cpp generating dependency information for OpenTypeLayoutEngine.cpp generating dependency information for loengine.cpp gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/layout' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/layout' g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o loengine.ao loeng= ine.cpp /usr/bin/ar rv libicule.a loengine.ao /usr/bin/ar: creating libicule.a a - loengine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeLayoutEng= ine.ao OpenTypeLayoutEngine.cpp /usr/bin/ar rv libicule.a OpenTypeLayoutEngine.ao a - OpenTypeLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiLayoutEngine.= ao ThaiLayoutEngine.cpp /usr/bin/ar rv libicule.a ThaiLayoutEngine.ao a - ThaiLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiShaping.ao Th= aiShaping.cpp /usr/bin/ar rv libicule.a ThaiShaping.ao a - ThaiShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiStateTables.a= o ThaiStateTables.cpp /usr/bin/ar rv libicule.a ThaiStateTables.ao a - ThaiStateTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLayoutEngin= e.ao ArabicLayoutEngine.cpp /usr/bin/ar rv libicule.a ArabicLayoutEngine.ao a - ArabicLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GXLayoutEngine.ao= GXLayoutEngine.cpp /usr/bin/ar rv libicule.a GXLayoutEngine.ao a - GXLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicLayoutEngine= .ao IndicLayoutEngine.cpp /usr/bin/ar rv libicule.a IndicLayoutEngine.ao a - IndicLayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LayoutEngine.ao L= ayoutEngine.cpp /usr/bin/ar rv libicule.a LayoutEngine.ao a - LayoutEngine.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualGlyphSu= bstProc.ao ContextualGlyphSubstProc.cpp /usr/bin/ar rv libicule.a ContextualGlyphSubstProc.ao a - ContextualGlyphSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicRearrangemen= tProcessor.ao IndicRearrangementProcessor.cpp /usr/bin/ar rv libicule.a IndicRearrangementProcessor.ao a - IndicRearrangementProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstProc= .ao LigatureSubstProc.cpp /usr/bin/ar rv libicule.a LigatureSubstProc.ao a - LigatureSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupTables.ao L= ookupTables.cpp /usr/bin/ar rv libicule.a LookupTables.ao a - LookupTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MorphTables.ao Mo= rphTables.cpp /usr/bin/ar rv libicule.a MorphTables.ao a - MorphTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o NonContextualGlyp= hSubstProc.ao NonContextualGlyphSubstProc.cpp /usr/bin/ar rv libicule.a NonContextualGlyphSubstProc.ao a - NonContextualGlyphSubstProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentArrayProce= ssor.ao SegmentArrayProcessor.cpp /usr/bin/ar rv libicule.a SegmentArrayProcessor.ao a - SegmentArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentSingleProc= essor.ao SegmentSingleProcessor.cpp /usr/bin/ar rv libicule.a SegmentSingleProcessor.ao a - SegmentSingleProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SimpleArrayProces= sor.ao SimpleArrayProcessor.cpp /usr/bin/ar rv libicule.a SimpleArrayProcessor.ao a - SimpleArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleTableProces= sor.ao SingleTableProcessor.cpp /usr/bin/ar rv libicule.a SingleTableProcessor.ao a - SingleTableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o StateTableProcess= or.ao StateTableProcessor.cpp /usr/bin/ar rv libicule.a StateTableProcessor.ao a - StateTableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubtableProcessor= .ao SubtableProcessor.cpp /usr/bin/ar rv libicule.a SubtableProcessor.ao a - SubtableProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o TrimmedArrayProce= ssor.ao TrimmedArrayProcessor.cpp /usr/bin/ar rv libicule.a TrimmedArrayProcessor.ao a - TrimmedArrayProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AlternateSubstSub= tables.ao AlternateSubstSubtables.cpp /usr/bin/ar rv libicule.a AlternateSubstSubtables.ao a - AlternateSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AnchorTables.ao A= nchorTables.cpp /usr/bin/ar rv libicule.a AnchorTables.ao a - AnchorTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLigatureDat= a.ao ArabicLigatureData.cpp /usr/bin/ar rv libicule.a ArabicLigatureData.ao a - ArabicLigatureData.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicShaping.ao = ArabicShaping.cpp /usr/bin/ar rv libicule.a ArabicShaping.ao a - ArabicShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ClassDefinitionTa= bles.ao ClassDefinitionTables.cpp /usr/bin/ar rv libicule.a ClassDefinitionTables.ao a - ClassDefinitionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualSubstSu= btables.ao ContextualSubstSubtables.cpp /usr/bin/ar rv libicule.a ContextualSubstSubtables.ao a - ContextualSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CoverageTables.ao= CoverageTables.cpp /usr/bin/ar rv libicule.a CoverageTables.ao a - CoverageTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CursiveAttachment= Subtables.ao CursiveAttachmentSubtables.cpp /usr/bin/ar rv libicule.a CursiveAttachmentSubtables.ao a - CursiveAttachmentSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o DeviceTables.ao D= eviceTables.cpp /usr/bin/ar rv libicule.a DeviceTables.ao a - DeviceTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Features.ao Featu= res.cpp /usr/bin/ar rv libicule.a Features.ao a - Features.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GDEFMarkFilter.ao= GDEFMarkFilter.cpp /usr/bin/ar rv libicule.a GDEFMarkFilter.ao a - GDEFMarkFilter.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphDefinitionTa= bles.ao GlyphDefinitionTables.cpp /usr/bin/ar rv libicule.a GlyphDefinitionTables.ao a - GlyphDefinitionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphIterator.ao = GlyphIterator.cpp /usr/bin/ar rv libicule.a GlyphIterator.ao a - GlyphIterator.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPosnLookupPr= oc.ao GlyphPosnLookupProc.cpp /usr/bin/ar rv libicule.a GlyphPosnLookupProc.ao a - GlyphPosnLookupProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPositioningT= ables.ao GlyphPositioningTables.cpp /usr/bin/ar rv libicule.a GlyphPositioningTables.ao a - GlyphPositioningTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstLookupP= roc.ao GlyphSubstLookupProc.cpp /usr/bin/ar rv libicule.a GlyphSubstLookupProc.ao a - GlyphSubstLookupProc.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstitution= Tables.ao GlyphSubstitutionTables.cpp /usr/bin/ar rv libicule.a GlyphSubstitutionTables.ao a - GlyphSubstitutionTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewLigatureDat= a.ao HebrewLigatureData.cpp /usr/bin/ar rv libicule.a HebrewLigatureData.ao a - HebrewLigatureData.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewShaping.ao = HebrewShaping.cpp /usr/bin/ar rv libicule.a HebrewShaping.ao a - HebrewShaping.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicClassTables.= ao IndicClassTables.cpp /usr/bin/ar rv libicule.a IndicClassTables.ao a - IndicClassTables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicReordering.a= o IndicReordering.cpp /usr/bin/ar rv libicule.a IndicReordering.ao a - IndicReordering.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstSubt= ables.ao LigatureSubstSubtables.cpp /usr/bin/ar rv libicule.a LigatureSubstSubtables.ao a - LigatureSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupProcessor.a= o LookupProcessor.cpp /usr/bin/ar rv libicule.a LookupProcessor.ao a - LookupProcessor.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Lookups.ao Lookup= s.cpp /usr/bin/ar rv libicule.a Lookups.ao a - Lookups.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkArrays.ao Mar= kArrays.cpp /usr/bin/ar rv libicule.a MarkArrays.ao a - MarkArrays.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToBasePosnSub= tables.ao MarkToBasePosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToBasePosnSubtables.ao a - MarkToBasePosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToLigaturePos= nSubtables.ao MarkToLigaturePosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToLigaturePosnSubtables.ao a - MarkToLigaturePosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToMarkPosnSub= tables.ao MarkToMarkPosnSubtables.cpp /usr/bin/ar rv libicule.a MarkToMarkPosnSubtables.ao a - MarkToMarkPosnSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MultipleSubstSubt= ables.ao MultipleSubstSubtables.cpp /usr/bin/ar rv libicule.a MultipleSubstSubtables.ao a - MultipleSubstSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeUtilities= .ao OpenTypeUtilities.cpp /usr/bin/ar rv libicule.a OpenTypeUtilities.ao a - OpenTypeUtilities.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o PairPositioningSu= btables.ao PairPositioningSubtables.cpp /usr/bin/ar rv libicule.a PairPositioningSubtables.ao a - PairPositioningSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage= .ao ScriptAndLanguage.cpp /usr/bin/ar rv libicule.a ScriptAndLanguage.ao a - ScriptAndLanguage.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage= Tags.ao ScriptAndLanguageTags.cpp /usr/bin/ar rv libicule.a ScriptAndLanguageTags.ao a - ScriptAndLanguageTags.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SinglePositioning= Subtables.ao SinglePositioningSubtables.cpp /usr/bin/ar rv libicule.a SinglePositioningSubtables.ao a - SinglePositioningSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleSubstitutio= nSubtables.ao SingleSubstitutionSubtables.cpp /usr/bin/ar rv libicule.a SingleSubstitutionSubtables.ao a - SingleSubstitutionSubtables.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubstitutionLooku= ps.ao SubstitutionLookups.cpp /usr/bin/ar rv libicule.a SubstitutionLookups.ao a - SubstitutionLookups.ao g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ValueRecords.ao V= alueRecords.cpp /usr/bin/ar rv libicule.a ValueRecords.ao a - ValueRecords.ao ranlib libicule.a g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o loengine.o loengine= .cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeLayoutEngin= e.o OpenTypeLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiLayoutEngine.o = ThaiLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiShaping.o ThaiS= haping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ThaiStateTables.o T= haiStateTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLayoutEngine.= o ArabicLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GXLayoutEngine.o GX= LayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicLayoutEngine.o= IndicLayoutEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LayoutEngine.o Layo= utEngine.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualGlyphSubs= tProc.o ContextualGlyphSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicRearrangementP= rocessor.o IndicRearrangementProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstProc.o= LigatureSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupTables.o Look= upTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MorphTables.o Morph= Tables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o NonContextualGlyphS= ubstProc.o NonContextualGlyphSubstProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentArrayProcess= or.o SegmentArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SegmentSingleProces= sor.o SegmentSingleProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SimpleArrayProcesso= r.o SimpleArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleTableProcesso= r.o SingleTableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o StateTableProcessor= .o StateTableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubtableProcessor.o= SubtableProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o TrimmedArrayProcess= or.o TrimmedArrayProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AlternateSubstSubta= bles.o AlternateSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o AnchorTables.o Anch= orTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicLigatureData.= o ArabicLigatureData.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ArabicShaping.o Ara= bicShaping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ClassDefinitionTabl= es.o ClassDefinitionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ContextualSubstSubt= ables.o ContextualSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CoverageTables.o Co= verageTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o CursiveAttachmentSu= btables.o CursiveAttachmentSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o DeviceTables.o Devi= ceTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Features.o Features= .cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GDEFMarkFilter.o GD= EFMarkFilter.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphDefinitionTabl= es.o GlyphDefinitionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphIterator.o Gly= phIterator.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPosnLookupProc= .o GlyphPosnLookupProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphPositioningTab= les.o GlyphPositioningTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstLookupPro= c.o GlyphSubstLookupProc.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o GlyphSubstitutionTa= bles.o GlyphSubstitutionTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewLigatureData.= o HebrewLigatureData.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o HebrewShaping.o Heb= rewShaping.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicClassTables.o = IndicClassTables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o IndicReordering.o I= ndicReordering.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LigatureSubstSubtab= les.o LigatureSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o LookupProcessor.o L= ookupProcessor.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o Lookups.o Lookups.c= pp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkArrays.o MarkAr= rays.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToBasePosnSubta= bles.o MarkToBasePosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToLigaturePosnS= ubtables.o MarkToLigaturePosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MarkToMarkPosnSubta= bles.o MarkToMarkPosnSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o MultipleSubstSubtab= les.o MultipleSubstSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o OpenTypeUtilities.o= OpenTypeUtilities.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o PairPositioningSubt= ables.o PairPositioningSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguage.o= ScriptAndLanguage.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ScriptAndLanguageTa= gs.o ScriptAndLanguageTags.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SinglePositioningSu= btables.o SinglePositioningSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SingleSubstitutionS= ubtables.o SingleSubstitutionSubtables.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o SubstitutionLookups= .o SubstitutionLookups.cpp g++33 -I. -I../common -I./unicode -I./.. -I../common -I../common -DHAVE_C= ONFIG_H -DU_LAYOUT_IMPLEMENTATION -O -c -DPIC -fPIC -o ValueRecords.o Valu= eRecords.cpp g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicule.so.22 -o li= bicule.so.22.0 loengine.o OpenTypeLayoutEngine.o ThaiLayoutEngine.o ThaiSha= ping.o ThaiStateTables.o ArabicLayoutEngine.o GXLayoutEngine.o IndicLayoutE= ngine.o LayoutEngine.o ContextualGlyphSubstProc.o IndicRearrangementProcess= or.o LigatureSubstProc.o LookupTables.o MorphTables.o NonContextualGlyphSub= stProc.o SegmentArrayProcessor.o SegmentSingleProcessor.o SimpleArrayProces= sor.o SingleTableProcessor.o StateTableProcessor.o SubtableProcessor.o Trim= medArrayProcessor.o AlternateSubstSubtables.o AnchorTables.o ArabicLigature= Data.o ArabicShaping.o ClassDefinitionTables.o ContextualSubstSubtables.o C= overageTables.o CursiveAttachmentSubtables.o DeviceTables.o Features.o GDEF= MarkFilter.o GlyphDefinitionTables.o GlyphIterator.o GlyphPosnLookupProc.o = GlyphPositioningTables.o GlyphSubstLookupProc.o GlyphSubstitutionTables.o H= ebrewLigatureData.o HebrewShaping.o IndicClassTables.o IndicReordering.o Li= gatureSubstSubt ables.o LookupProcessor.o Lookups.o MarkArrays.o MarkToBasePosnSubtables.o= MarkToLigaturePosnSubtables.o MarkToMarkPosnSubtables.o MultipleSubstSubta= bles.o OpenTypeUtilities.o PairPositioningSubtables.o ScriptAndLanguage.o S= criptAndLanguageTags.o SinglePositioningSubtables.o SingleSubstitutionSubta= bles.o SubstitutionLookups.o ValueRecords.o -L../common -licuuc -L../data/o= ut -L../stubdata -licudata -lpthread -lm=20 rm -f libicule.so.22 && ln -s libicule.so.22.0 libicule.so.22 rm -f libicule.so && ln -s libicule.so.22.0 libicule.so rm GlyphPosnLookupProc.ao MarkToLigaturePosnSubtables.ao MorphTables.ao Mar= kToMarkPosnSubtables.ao LookupTables.ao HebrewShaping.ao ThaiLayoutEngine.a= o LookupProcessor.ao IndicReordering.ao ContextualSubstSubtables.ao Substit= utionLookups.ao MarkArrays.ao OpenTypeUtilities.ao LigatureSubstSubtables.a= o loengine.ao CoverageTables.ao GlyphSubstitutionTables.ao OpenTypeLayoutEn= gine.ao Features.ao LigatureSubstProc.ao ScriptAndLanguageTags.ao GXLayoutE= ngine.ao MarkToBasePosnSubtables.ao GlyphDefinitionTables.ao ArabicShaping.= ao HebrewLigatureData.ao GlyphPositioningTables.ao ValueRecords.ao ThaiShap= ing.ao SingleSubstitutionSubtables.ao Lookups.ao IndicRearrangementProcesso= r.ao CursiveAttachmentSubtables.ao GlyphSubstLookupProc.ao SegmentSinglePro= cessor.ao SubtableProcessor.ao GlyphIterator.ao MultipleSubstSubtables.ao G= DEFMarkFilter.ao ThaiStateTables.ao SegmentArrayProcessor.ao AnchorTables.a= o ScriptAndLanguage.ao LayoutEngine.ao TrimmedArrayProcessor.ao NonContextu= alGlyphSubstPro c.ao SingleTableProcessor.ao ArabicLigatureData.ao ArabicLayoutEngine.ao D= eviceTables.ao SinglePositioningSubtables.ao StateTableProcessor.ao Context= ualGlyphSubstProc.ao SimpleArrayProcessor.ao IndicClassTables.ao ClassDefin= itionTables.ao PairPositioningSubtables.ao AlternateSubstSubtables.ao Indic= LayoutEngine.ao gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/layout' gmake[0]: Making `all' in `tools' gmake[1]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools' gmake[1]: Making `all' in `ctestfw' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' generating dependency information for ctest.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -DT_CTEST_IMPLEMENTATION -O -c -DPIC -fPIC -o ctest.ao ctest.c /usr/bin/ar rv libicuctestfw.a ctest.ao /usr/bin/ar: creating libicuctestfw.a a - ctest.ao ranlib libicuctestfw.a gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -DT_CTEST_IMPLEMENTATION -O -c -DPIC -fPIC -o ctest.o ctest.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicuctestfw.so.22 = -o libicuctestfw.so.22.0 ctest.o -lpthread -lm=20 rm -f libicuctestfw.so.22 && ln -s libicuctestfw.so.22.0 libicuctestfw.so.22 rm -f libicuctestfw.so && ln -s libicuctestfw.so.22.0 libicuctestfw.so rm ctest.ao gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/ctestfw' gmake[1]: Making `all' in `toolutil' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' generating dependency information for ucbuf.c generating dependency information for uparse.c generating dependency information for uoptions.c generating dependency information for ucmpwrit.c generating dependency information for unewdata.c generating dependency information for toolutil.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o toolutil.ao toolutil.c /usr/bin/ar rv libicutoolutil.a toolutil.ao /usr/bin/ar: creating libicutoolutil.a a - toolutil.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o unewdata.ao unewdata.c /usr/bin/ar rv libicutoolutil.a unewdata.ao a - unewdata.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucmpwrit.ao ucmpwrit.c /usr/bin/ar rv libicutoolutil.a ucmpwrit.ao a - ucmpwrit.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uoptions.ao uoptions.c /usr/bin/ar rv libicutoolutil.a uoptions.ao a - uoptions.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uparse.ao uparse.c /usr/bin/ar rv libicutoolutil.a uparse.ao a - uparse.ao gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucbuf.ao ucbuf.c /usr/bin/ar rv libicutoolutil.a ucbuf.ao a - ucbuf.ao ranlib libicutoolutil.a gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o toolutil.o toolutil.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o unewdata.o unewdata.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucmpwrit.o ucmpwrit.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uoptions.o uoptions.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o uparse.o uparse.c gcc33 -I../../common -I../../common -I../../i18n -I../../tools/ctestfw -D= HAVE_CONFIG_H -O -c -DPIC -fPIC -o ucbuf.o ucbuf.c g++33 -O -Wl,-rpath,'$ORIGIN' -shared -Wl,-soname -Wl,libicutoolutil.so.22= -o libicutoolutil.so.22.0 toolutil.o unewdata.o ucmpwrit.o uoptions.o upar= se.o ucbuf.o -L../../common -licuuc -L../../data/out -L../../stubdata -licu= data -lpthread -lm=20 rm -f libicutoolutil.so.22 && ln -s libicutoolutil.so.22.0 libicutoolutil.s= o.22 rm -f libicutoolutil.so && ln -s libicutoolutil.so.22.0 libicutoolutil.so rm unewdata.ao ucmpwrit.ao uparse.ao toolutil.ao ucbuf.ao uoptions.ao gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/toolutil' gmake[1]: Making `all' in `makeconv' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' generating dependency information for genmbcs.c generating dependency information for ucnvstat.c generating dependency information for makeconv.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o makeconv.o makeconv.c gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o ucnvstat.o ucnvstat.c gcc33 -I../../common -I../../common -I./../toolutil -DHAVE_CONFIG_H -O -c= -o genmbcs.o genmbcs.c g++33 -O -Wl,-rpath,'$ORIGIN' -o makeconv makeconv.o ucnvstat.o genmbcs.o = -L../../tools/toolutil -licutoolutil -L../../common -licuuc -L../../data/ou= t -L../../stubdata -licudata -lpthread -lm =20 cd ../.. \ && CONFIG_FILES=3Dtools/makeconv/makeconv.1 CONFIG_HEADERS=3D /bin/sh ./co= nfig.status creating tools/makeconv/makeconv.1 gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/makeconv' gmake[1]: Making `all' in `genrb' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' generating dependency information for rle.c generating dependency information for wrtjava.c generating dependency information for util.c generating dependency information for ustr.c generating dependency information for reslist.c generating dependency information for read.c generating dependency information for parse.c generating dependency information for genrb.c generating dependency information for errmsg.c gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gmake[2]: Entering directory `/work/a/ports/editors/openoffice.org-1.1/work= /OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o errmsg.o errmsg.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o genrb.o genrb.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o parse.o parse.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o read.o read.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o reslist.o reslist.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o ustr.o ustr.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o util.o util.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o wrtjava.o wrtjava.c gcc33 -I../../common -I../../common -I../../i18n -I./../toolutil -DHAVE_CO= NFIG_H -O -c -o rle.o rle.c gcc33 -O -Wl,-rpath,'$ORIGIN' -o genrb errmsg.o genrb.o parse.o read.o res= list.o ustr.o util.o wrtjava.o rle.o -L../../i18n -licui18n -L../../tools/t= oolutil -licutoolutil -L../../common -licuuc -L../../data/out -L../../stubd= ata -licudata -lpthread -lm =20 =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __vmi_class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `__gxx_personality_v0@CX= XABI_1.2' =2E./../i18n/libicui18n.so: undefined reference to `vtable for __cxxabiv1::= __si_class_type_info@GLIBCPP_3.2' =2E./../i18n/libicui18n.so: undefined reference to `__cxa_pure_virtual@CXXA= BI_1.2' collect2: ld returned 1 exit status gmake[2]: *** [genrb] Error 1 gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools/genrb' gmake[1]: *** [all-recursive] Error 2 gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.1/work/= OOo_1.1.5/icu/unxfbsd.pro/misc/build/icu/source/tools' gmake: *** [all-recursive] Error 2 dmake: Error code 2, while making './unxfbsd.pro/misc/build/so_built_so_ic= u' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /work/a/ports/editors/openoffice.o= rg-1.1/work/OOo_1.1.5/icu dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /a/ports/editors/openoffice.org-1.1. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/editors/openoffice.org-1.1 ended at Tue Mar 28 00:03:24= UTC 2006 ----- End forwarded message ----- --6sX45UoQRIJXqkqR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEKJoYWry0BWjoQKURArO8AKDSg+1qhipSF/ZrNGgsBVKsMY3v9ACguKTL nRbmx15aKZjQ2xVFKpc+mfg= =+n3s -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR-- From owner-freebsd-openoffice@FreeBSD.ORG Tue Mar 28 05:02:27 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2619116A400 for ; Tue, 28 Mar 2006 05:02:27 +0000 (UTC) (envelope-from nobody@vps.hostingbyeds.com) Received: from vps.hostingbyeds.com (vps.hostingbyeds.com [207.58.131.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 757F643D45 for ; Tue, 28 Mar 2006 05:02:26 +0000 (GMT) (envelope-from nobody@vps.hostingbyeds.com) Received: from nobody by vps.hostingbyeds.com with local (Exim 4.52) id 1FO6LZ-0005sS-EU for openoffice@FreeBSD.org; Tue, 28 Mar 2006 00:02:25 -0500 To: openoffice@FreeBSD.org Date: Tue, 28 Mar 2006 00:02:25 -0500 From: admin Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: PHPlist v2.10.2 X-MessageID: 57 X-ListMember: openoffice@FreeBSD.org Precedence: bulk MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="b1_d372327762d097d4f0407886c43d175c" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hostingbyeds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - vps.hostingbyeds.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Still time to register for inspecor certification class X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 05:02:27 -0000 --b1_d372327762d097d4f0407886c43d175c Content-Type: text/plain; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit **/HOME INSPECTION COURSES/** ** The next class begins April 3 ** A training and resource facility for home inspectors, builders and home owners. **contact us www.WeTeachHouse.com ** Call Stan A. Garnet @ 770-512-8228 or Carita Ferrell @ 770-552-1224 or email: stan@WeTeachHouse.com **Winter 2006 Professional courses** ** Inspection courses Click on next line to register. ** INTRODUCTION TO PROFESSIONAL HOME INSPECTING AND THE NATIONAL HOME INSPECTOR TEST PREPARATION The next fast track starts Monday *April 3* *Monday through Saturday for one week. Dates to watch for: May 8, June 12, July 10, Sept. 11, Oct. 30, Nov 27. * Next Weekend class starts Saturday * May 13 ** 6 Saturdays. Dates to watch for: June 10, Sept. 30, Oct. 28. * Class sizes will be limited. Register early. **quick links** Class Calendar Directions to Campus Professional Education Homeowner Classes We will train at your facility or ours. We will custom create a presentation to fit your individual needs. Let us know your needs. Discount price if paid with Cash, Check or Money Order at time of registration. Easy payment plans provided by We Teach House. Call for deferred payment pricing and plan. Register early and save $$$. Our training is provided by We Teach House Institute, located in Roswell, Georgia. All of our instructors are Building Code Certified in one or more disciplines. Have a minimum of 10 years experience in property inspections and or have received specialized training in their field of instruction. Didn't find all your answers? Click here.. We Teach House 339 S. Atlanta St Roswell, GA 30075 770-552-1224 Our campus is located in Historic Roswell Georgia. Click for directions Owned and operated by Inspectors Associates, Inc. To be removed from this news letter mailing list. Click Here. Then click send. -- Please take a moment and click on preferences so you can see the many choices of informational newsletters you have. Choose one or more of the newsletters that will best suit you and would be of the greatest benefit. To update your preferences please visit http://iainews.com/?p=preferences&uid=f390483b7a77b5b8676bb5cf8c38f0f6 We send out several different informational newsletters. Before you click unsubscribe, we would ask you to first visit http://iainews.com/?p=preferences&uid=f390483b7a77b5b8676bb5cf8c38f0f6. This way you may subscribe to only the newsletter that most interests you. If you do not wish to receive any more valuable information and wish to unscribe from all of our mailings then please click here. http://iainews.com/?p=unsubscribe&uid=f390483b7a77b5b8676bb5cf8c38f0f6 -- Powered by PHPlist, www.phplist.com -- --b1_d372327762d097d4f0407886c43d175c-- From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 29 10:36:39 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9444016A420 for ; Wed, 29 Mar 2006 10:36:39 +0000 (UTC) (envelope-from stant@bestyle.ru) Received: from mail.bestyle.ru (ws206.net58.ipct.ru [217.150.58.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A9343D45 for ; Wed, 29 Mar 2006 10:36:38 +0000 (GMT) (envelope-from stant@bestyle.ru) Received: from mail.bestyle.ru (localhost [127.0.0.1]) by mail.bestyle.ru (Postfix) with ESMTP id 6818F1173F for ; Wed, 29 Mar 2006 14:40:22 +0400 (MSD) Received: from [192.168.100.5] (unknown [10.8.255.0]) by mail.bestyle.ru (Postfix) with ESMTP id 1F64511739 for ; Wed, 29 Mar 2006 14:40:21 +0400 (MSD) Message-ID: <442A6278.5040507@bestyle.ru> Date: Wed, 29 Mar 2006 10:33:28 +0000 From: Anton Statutov User-Agent: Thunderbird 1.5 (X11/20060314) MIME-Version: 1.0 To: openoffice@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV on mail.bestyle.ru Cc: Subject: OO-2.0.2 postinstall settings X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 10:36:39 -0000 I'm using KDE 3.5 on FreeBSD 5.3. I have installed OO-2.0.2 from the ports tree. It works well but has no integration with the kde (I need to run it manually from console.) What's the right way to use it from kde? Here is install command: cd /usr/ports/editors/openoffice.org-2.0 && make LOCALIZED_LANG=ru -DWITH_KDE -DWITHOUT_MOZILLA install clean From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 29 12:20:50 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE2D116A400 for ; Wed, 29 Mar 2006 12:20:50 +0000 (UTC) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6CB43D5D for ; Wed, 29 Mar 2006 12:20:44 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip02.eastlink.ca ([24.222.10.10]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IWW003II2AB0XU1@mta01.eastlink.ca> for openoffice@freebsd.org; Wed, 29 Mar 2006 08:20:35 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Wed, 29 Mar 2006 08:20:33 -0400 Date: Wed, 29 Mar 2006 08:19:32 -0400 From: Duane Whitty In-reply-to: <442A6278.5040507@bestyle.ru> To: Anton Statutov Message-id: <442A7B54.2030207@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <442A6278.5040507@bestyle.ru> User-Agent: Thunderbird 1.5 (X11/20060309) Cc: openoffice@FreeBSD.org Subject: Re: OO-2.0.2 postinstall settings X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 12:20:51 -0000 Anton Statutov wrote: > I'm using KDE 3.5 on FreeBSD 5.3. I have installed OO-2.0.2 from the > ports tree. It works well but has no integration with the kde (I need > to run it manually from console.) What's the right way to use it from > kde? > > Here is install command: > cd /usr/ports/editors/openoffice.org-2.0 && make LOCALIZED_LANG=ru > -DWITH_KDE -DWITHOUT_MOZILLA install clean > _______________________________________________ I'm using FreeBSD 6-STABLE; I don't know if it makes a difference. Here is how I added OOo 2.0.2 for KDE 3.5 Right click on the KDE panel Choose Panel Menu Choose Add Application to Panel Choose Add Non-KDE Application Enter whatever you want for button title Under executable enter /usr/local/bin/openoffice.org-2.0.2 This adds a button which will launch the full OOo suite as opposed to just the editor, database, etc. There are wrappers available that will launch those applications separately if that is what you wish To configure the icon for the button which will be displayed on the panel: Right click on the icon that was added to the panel in the previous step Choose configure Left click on the icon being used for the button Choose Other icons under Icon Source Choose Browse Under Location enter /usr/local/share/icons/crystalsvg/scalable/apps/openoffice.svgz Click Open After doing this I have the OOo icon on my KDE panel and I can launch OOo without problems. Caveat: Your file system paths may be different but these are where the files are located on my system. YMMV --Duane Whitty From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 29 18:52:55 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F5316A400 for ; Wed, 29 Mar 2006 18:52:55 +0000 (UTC) (envelope-from fj@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F3643D45 for ; Wed, 29 Mar 2006 18:52:55 +0000 (GMT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail2.panix.com (Postfix) with ESMTP id 4E1709D854 for ; Wed, 29 Mar 2006 13:52:54 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id k2TIqs907119 for freebsd-openoffice@freebsd.org; Wed, 29 Mar 2006 13:52:54 -0500 (EST) Date: Wed, 29 Mar 2006 13:52:54 -0500 From: Joe Altman To: freebsd-openoffice@freebsd.org Message-ID: <20060329185254.GA22333@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Subject: Building from source... X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 18:52:55 -0000 [NB: I am not subscribed to the list; please Cc: me on the reply] I want to take a look at Open Office, and want to build from source. I believe I understand that this is a rather adventurous undertaking; requiring Gigabytes of space and copious amounts of time. I also note that there are download and license issues with one of the java-related bits....something about a manual fetch of the development kit, from what little I have read? My other question has to do with gotchas, or tips; are there any common things a first-time builder might want to know? Or does the build from source just work? I have nearly 5 Gig in /var/ and ~26-27 Gig in /usr, with 1 Gig of RAM and plenty of time; I don't think the build will encounter issues there. Thank you, and best regards, Joe Altman -- My eyes want to sleep; but the skull is no pillow. From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 29 22:02:04 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F4416A401 for ; Wed, 29 Mar 2006 22:02:04 +0000 (UTC) (envelope-from cullisoimani@sex-email.com) Received: from ckpt.com (pD9F85E21.dip.t-dialin.net [217.248.94.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 5244843D53 for ; Wed, 29 Mar 2006 22:02:01 +0000 (GMT) (envelope-from cullisoimani@sex-email.com) Message-ID: <000001c6537c$5ea24220$0d18a8c0@atc42> From: "Imani Cullison" To: freebsd-openoffice@freebsd.org Date: Wed, 29 Mar 2006 17:01:45 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: news good X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Imani Cullison List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 22:02:04 -0000 D B ear Home O y wner ,=20 =20 Your cred K it doesn't matter to us ! If you O G WN real e X st W at 2 e and want IMM G EDIA n TE cas y h to spe L nd ANY way you like, or simply wish=20 to LO P WER your monthly p g ayments by a third or more, here are the deal G s=20 we have T 4 ODA y Y :=20 =20 $48 D 8,000.00 at a 3.6 Q 7% fixe i d-ra s te=20 $37 B 2,000.00 at a 3 k .90% variab h le-ra p te=20 $49 I 2,000.00 at a 3.2 0 1% i u ntere M st-only=20 $24 d 8,000.00 at a 3. 4 36% fix r ed-ra o te=20 $1 1 98,000.00 at a 3.5 p 5% v e ariable-ra A te=20 =20 Hur t ry, when these dea F Is are gone, they are gone ! =20 Don't worry about a y pproval, your cre D dit will not di e squalify you !=20 =20 Vis K it our sit 1 e =20 =20 Sincerely, Imani Cullison =20 App Y roval Manager From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 30 07:11:30 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CB7616A401 for ; Thu, 30 Mar 2006 07:11:30 +0000 (UTC) (envelope-from nobody@vps.hostingbyeds.com) Received: from vps.hostingbyeds.com (vps.hostingbyeds.com [207.58.131.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C89343D60 for ; Thu, 30 Mar 2006 07:11:16 +0000 (GMT) (envelope-from nobody@vps.hostingbyeds.com) Received: from nobody by vps.hostingbyeds.com with local (Exim 4.52) id 1FOrJG-0001HU-NT for openoffice@FreeBSD.org; Thu, 30 Mar 2006 02:11:11 -0500 To: openoffice@FreeBSD.org Date: Thu, 30 Mar 2006 02:11:10 -0500 From: admin Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: PHPlist v2.10.2 X-MessageID: 65 X-ListMember: openoffice@FreeBSD.org Precedence: bulk MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="b1_d16fa6ab9d1fcb8e8f4d4be7df755d85" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hostingbyeds.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - vps.hostingbyeds.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: IRC building code classes X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 07:11:30 -0000 --b1_d16fa6ab9d1fcb8e8f4d4be7df755d85 Content-Type: text/plain; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit *Yes you can still join our class. * *Click on any topic listed to register and learn more about the course * * * *click on:* *IRC PLUMBING CODE * Starts *April 18 * *click on:* *IRC MECHANICAL CODE * Starts *April 18** * *click on:* *IRC BUILDING CODE * Starts *APRIL 22 * *click on*: IRC ELECTRICAL CODE *click on: */*INTRODUCTION TO PROFESSIONAL HOME INSPECTING AND THE NATIONAL HOME INSPECTOR TEST PREPARATION */ The next fast track starts Monday *April 3: * *Monday through Saturday for one week. Dates to watch for: May 8, June 12, July 10, Sept. 11, Oct. 30, Nov 27. * Next Weekend class starts Saturday * May 13: ** 6 Saturdays. Dates to watch for: June 10, Sept. 30, Oct. 28. * * * Happy learning from the folks at WeTeachHouse. Want to learn about our other classes? Click on: WeTeachHouse. Our campus is located in Historic Roswell Georgia. Click for directions Inspectors Associates, Inc. d/b/a We Teach House Contact Stan Garnet: Stan@WeTeachHouse.com Phone: 770-512-8228 Fax: 770-512-8078 We Teach House 339 S. Atlanta St Roswell, GA 30075 www.WeTeachHouse.com 770-552-1224 -- Please take a moment and click on preferences so you can see the many choices of informational newsletters you have. Choose one or more of the newsletters that will best suit you and would be of the greatest benefit. To update your preferences please visit http://iainews.com/?p=preferences&uid=f390483b7a77b5b8676bb5cf8c38f0f6 We send out several different informational newsletters. Before you click unsubscribe, we would ask you to first visit http://iainews.com/?p=preferences&uid=f390483b7a77b5b8676bb5cf8c38f0f6. This way you may subscribe to only the newsletter that most interests you. If you do not wish to receive any more valuable information and wish to unscribe from all of our mailings then please click here. http://iainews.com/?p=unsubscribe&uid=f390483b7a77b5b8676bb5cf8c38f0f6 -- Powered by PHPlist, www.phplist.com -- --b1_d16fa6ab9d1fcb8e8f4d4be7df755d85-- From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 30 12:30:24 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0526E16A400 for ; Thu, 30 Mar 2006 12:30:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C54443D46 for ; Thu, 30 Mar 2006 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2UCUNFF062837 for ; Thu, 30 Mar 2006 12:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2UCUNlg062836; Thu, 30 Mar 2006 12:30:23 GMT (envelope-from gnats) Date: Thu, 30 Mar 2006 12:30:23 GMT Message-Id: <200603301230.k2UCUNlg062836@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Cy Schubert Cc: Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 12:30:24 -0000 The following reply was made to PR ports/92737; it has been noted by GNATS. From: Cy Schubert To: bug-followup@FreeBSD.org Cc: stijn@win.tue.nl Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure Date: Thu, 30 Mar 2006 04:25:11 -0800 I tried the script, it didn't fix the same problem for me. Seems that something else is going on. This is using the latest incarnation of the port that was committed two weeks ago. -- Cheers, Cy Schubert Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: Web: http://www.FreeBSD.org BC Government: "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 30 13:00:41 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20FE816A401 for ; Thu, 30 Mar 2006 13:00:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E230D43D46 for ; Thu, 30 Mar 2006 13:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2UD0dEA065120 for ; Thu, 30 Mar 2006 13:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2UD0dAH065119; Thu, 30 Mar 2006 13:00:39 GMT (envelope-from gnats) Date: Thu, 30 Mar 2006 13:00:39 GMT Message-Id: <200603301300.k2UD0dAH065119@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Stijn Hoop Cc: Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stijn Hoop List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 13:00:41 -0000 The following reply was made to PR ports/92737; it has been noted by GNATS. From: Stijn Hoop To: Cy Schubert Cc: bug-followup@FreeBSD.org Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure Date: Thu, 30 Mar 2006 14:54:45 +0200 Hi Cy, On Thu, Mar 30, 2006 at 04:25:11AM -0800, Cy Schubert wrote: > I tried the script, it didn't fix the same problem for me. Seems that > something else is going on. > > This is using the latest incarnation of the port that was committed two > weeks ago. I haven't tried to update yet, so I wouldn't know anything about it. You might try to rerun the build with -DNO_CLEAN and read the error messages carefully, and then proceed to create directories/touch files that are showing up as missing in the error output. That's how I created the script in the PR. Still I'd like to know what was different about my machine, your machine and the developer machines that causes such a deviation in things that are built. BTW, it just occurred to me, you did change the paths in my script snippet to be relevant to yours? (they contain my WRKDIRPREFIX, /local/freebsd/work, and that should be changed to yours). HTH, --Stijn -- A "No" uttered from deepest conviction is better and greater than a "Yes" merely uttered to please, or what is worse, to avoid trouble. -- Mahatma Ghandi From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 30 13:40:20 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3BB16A400 for ; Thu, 30 Mar 2006 13:40:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAEC43D48 for ; Thu, 30 Mar 2006 13:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2UDeKZ3068115 for ; Thu, 30 Mar 2006 13:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2UDeKnA068114; Thu, 30 Mar 2006 13:40:20 GMT (envelope-from gnats) Date: Thu, 30 Mar 2006 13:40:20 GMT Message-Id: <200603301340.k2UDeKnA068114@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Cy Schubert Cc: Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 13:40:21 -0000 The following reply was made to PR ports/92737; it has been noted by GNATS. From: Cy Schubert To: Stijn Hoop Cc: Cy Schubert , bug-followup@FreeBSD.org Subject: Re: ports/92737: editors/openoffice.org-2.0 build failure Date: Thu, 30 Mar 2006 05:07:52 -0800 In message <20060330125445.GH33542@pcwin002.win.tue.nl>, Stijn Hoop writes: > Hi Cy, > > On Thu, Mar 30, 2006 at 04:25:11AM -0800, Cy Schubert wrote: > > I tried the script, it didn't fix the same problem for me. Seems that > > something else is going on. > > > > This is using the latest incarnation of the port that was committed two > > weeks ago. > > I haven't tried to update yet, so I wouldn't know anything about it. > You might try to rerun the build with -DNO_CLEAN and read the error > messages carefully, and then proceed to create directories/touch files > that are showing up as missing in the error output. That's how I created > the script in the PR. > > Still I'd like to know what was different about my machine, your machine > and the developer machines that causes such a deviation in things that > are built. > > BTW, it just occurred to me, you did change the paths in my script > snippet to be relevant to yours? (they contain my WRKDIRPREFIX, > /local/freebsd/work, and that should be changed to yours). I did change the paths. -- Cheers, Cy Schubert Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: Web: http://www.FreeBSD.org BC Government: "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper From owner-freebsd-openoffice@FreeBSD.ORG Fri Mar 31 08:22:59 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F37716A401 for ; Fri, 31 Mar 2006 08:22:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1640D43D75 for ; Fri, 31 Mar 2006 08:22:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 6B97322B94 for ; Fri, 31 Mar 2006 10:22:51 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 0973B22B96 for ; Fri, 31 Mar 2006 10:22:49 +0200 (CEST) From: linimon@FreeBSD.org To: openoffice@freebsd.org Message-Id: <20060331082249.0973B22B96@mail.droso.net> Date: Fri, 31 Mar 2006 10:22:49 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 08:22:59 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.4, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: editors/ooodict-all broken because: Size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=ooodict-all If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-openoffice@FreeBSD.ORG Sat Apr 1 17:02:14 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4FE16A400 for ; Sat, 1 Apr 2006 17:02:14 +0000 (UTC) (envelope-from saper@SYSTEM.PL) Received: from alternator.sgh.waw.pl (alternator.sgh.waw.pl [194.145.96.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A9343D4C for ; Sat, 1 Apr 2006 17:02:06 +0000 (GMT) (envelope-from saper@SYSTEM.PL) Received: from localhost (localhost [127.0.0.1]) by alternator.sgh.waw.pl (Postfix) with SMTP id 64BFD2AA471 for ; Sat, 1 Apr 2006 19:02:04 +0200 (CEST) Received: from mail.sgh.waw.pl (unknown [194.145.96.99]) by alternator.sgh.waw.pl (Postfix) with ESMTP id E06472AA2AA for ; Sat, 1 Apr 2006 19:01:58 +0200 (CEST) Received: from [192.168.100.100] (unknown [81.210.141.183]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sgh.waw.pl (Postfix) with ESMTP id 0C4F02ABF25 for ; Sat, 1 Apr 2006 19:01:54 +0200 (CEST) Message-ID: <442EB18E.7090709@SYSTEM.PL> Date: Sat, 01 Apr 2006 18:59:58 +0200 From: Marcin Cieslak User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060123 X-Accept-Language: pl, de-de, de, en-us, en-gb, en, ru MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Content-Type: multipart/mixed; boundary="------------010505090308050202000402" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: port: make_installer.pl unable to package OpenOffice_SDK with epm X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 17:02:15 -0000 This is a multi-part message in MIME format. --------------010505090308050202000402 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am building 2.0.2 with a recent port on FreeBSD 6.0-STABLE from January 25. New port tree, perl and friends updated to 5.8.8. Building completes, packaging process fails. Looks like it has some trouble linking some documentation file epm: Unable to open "/.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOff ice_SDK/bsd/zip/en-US/00/sdk_oo_zip/docs/common/ref/com/sun/star/configuration/backend/InvalidAuthenticationMechanismException-xref.htm" - No such file or directory How to debug this problem? Maybe the whole path is too long? Can I ask make_installer.pl not to remove files on failure? Attached there is installer log file and generated list file. Dump from shell window - below -- << Marcin Cieslak // saper@system.pl >> ... creating log file log_OOB680__en-US.log Sat Apr 1 18:34:53 2006 (05:01 min.) /usr/bin/perl -w /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/solenv/bin/make_installer.pl -f ../util/openoffice.lst -l en-US -p OpenOffice_SDK -packagelist ../inc_sdkoo/unix/packagelist.txt -u ../unxfbsd.pro -buildid 9011 -msitemplate ../unxfbsd.pro/misc/sdkoo/msi_templates -msilanguage ../unxfbsd.pro/misc/win_ulffiles -dontstrip -format bsd ... checking environment variables ... ######################################################## make_installer.pl, version 1.0 Product list file: ../util/openoffice.lst Taking setup script from solver Unpackpath: /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/util/../unxfbsd.pro Compiler: unxfbsd Product: OpenOffice_SDK BuildID: 9011 Build: OOB680 No minor set Product version Using default installpath Package format: bsd Package list file: ../inc_sdkoo/unix/packagelist.txt msi templatepath: /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/util/../unxfbsd.pro/misc/sdkoo/msi_templates msi template path will be ignored for non Windows builds! msi languagepath: /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/util/../unxfbsd.pro/misc/win_ulffiles msi language path will be ignored for non Windows builds! Calling epm No file stripping Unzip ARCHIVE files services.rdb can be created Languages: en-US ######################################################## ... checking required files ... ...... searching zip ... Found: /usr/local/bin/zip ...... searching unzip ... Found: /usr/local/bin/unzip ... analyzing ../util/openoffice.lst ... ... analyzing script: /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/solver/680/unxfbsd.pro/bin/sdkoo.ins ... ... analyzing directories ... ... analyzing files ... ... analyzing scpactions ... ... analyzing shortcuts ... ... analyzing profile ... ... analyzing profileitems ... ... analyzing modules ... ------------------------------------ ... languages en-US ... ... analyzing files ... ... analyzing files with flag ARCHIVE ... ^@... analyzing files with flag SCPZIP_REPLACE ... ... analyzing files with flag PATCH_SO_NAME ... ... merging files into registry database ... ... analyzing all directories for this product ... ... analyzing links ... ... creating profiles ... ... analyzing modules ... ... creating log file /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/logging/en-US/log_OOB680__en-US.log ... creating installation set in /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/install/en-US ... ... removing old installation directories ... ... analyzing package list ... ... creating epm list file epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOB680__en-US.lst ... ... starting unpatched epm ... ... epm -f bsd openoffice.org-sdk /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/listfile/en-US/epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOB680__en-US.lst -v 2>&1 | ... ... cleaning the output tree ... ... removing directory /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/zip/en-US ... ************************************************** ERROR: ERROR: "epm -f bsd openoffice.org-sdk /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/listfile/en-US/epm_OpenOffice_SDK_gid_Module_Root_unxfbsd_OOB680__en-US.lst -v 2>&1 |"! in function: call_epm ************************************************** ************************************************** ERROR: Saved logfile: /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/unxfbsd.pro/OpenOffice_SDK/bsd/logging/en-US/log_OOB680__en-US.log ************************************************** Sat Apr 1 18:42:51 2006 (07:56 min.) dmake: Error code 255, while making 'sdkoo_en-US.bsd' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /.amd_mnt/saperski/a/da03a/work/usr/ports/editors/openoffice.org-2.0/work/OOB680_m5/instsetoo_native/util --------------010505090308050202000402--