From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 10 00:21:39 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44F6916A412 for ; Sun, 10 Dec 2006 00:21:39 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A5D43C9E for ; Sun, 10 Dec 2006 00:20:28 +0000 (GMT) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GtCRZ-0007yh-V3 for freebsd-openoffice@freebsd.org; Sun, 10 Dec 2006 01:21:25 +0100 Received: from 253-91.ip.ll.net ([209.131.253.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 01:21:25 +0100 Received: from supraexpress by 253-91.ip.ll.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 01:21:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: User1001 Date: Sat, 09 Dec 2006 18:21:12 -0600 Lines: 58 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 253-91.ip.ll.net User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Sender: news Subject: Re: Digital Signatures in Ooo-2.0.3 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, 10 Dec 2006 00:21:39 -0000 On Thu, 16 Nov 2006 01:04:34 -0600, User1001 wrote: > Every time that I attempt to try the digital signature process, Ooo-2.0.3 > either crashes or says something about a profile that it can't find, > though I have eliminated extraneous .mozilla and/or .thunderbird user > directories (from older installs). Is "digital signatures" considered an > unstable feature? I have confirmed the "mozilla profile" problem as coming from old ".mozilla" directory entries that were created with an older Mozilla browser, which pointed to non-existant subdirectories. Removing or renaming all such entries forced/allowed Ooo to search for "other profiles", first starting in ".mozilla", then going on to ".thunderbird". KTRACE now shows Ooo reading cert8.db and key3.db files, but still crashes. Interestingly enough, the trace dump shows Ooo reading only part of both cert8.db and key3.db, and never reading in any actual entries - only "null space". The last READ command specifies 0x4000 bytes to read, but the trace shows only 0x0ff0 bytes read (?). Immediately after reading bytes from key3.db, the trace shows the crash: 47694 soffice.bin CALL read(0x2e,0x8569600,0x104) 47694 soffice.bin GIO fd 46 read 260 bytes 0x0000 0006 1561 0000 0002 0000 04d2 0000 4000 0000 000e |...a..........@.....| 0x0014 0000 0100 0000 0100 0000 0008 0000 0001 0000 0002 |....................| 0x0028 0000 0001 0000 0003 0000 0001 0001 0000 0000 0004 |....................| 0x003c 0000 0001 956e 7de3 0000 0000 0000 0002 0000 0002 |.....n}.............| 0x0050 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x0064 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x0078 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x008c 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x00a0 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x00b4 0000 0000 0000 0000 0000 0000 0000 0000 0801 0000 |....................| 0x00c8 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x00dc 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| 0x00f0 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 |....................| . . . 47694 soffice.bin CALL read(0x2e,0x8598000,0x4000) 47694 soffice.bin GIO fd 46 read 4096 bytes 0x0000 0600 f93f f83f ed3f dd3f cf3f 9f3f 8d3f 9f3f ffff |...?.?.?.?.?.?.?.?..| . . . 0x0fdc ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff |....................| 0x0ff0 ffff ffff ffff ffff ffff ffff ffffffff |................| 47694 soffice.bin RET read 16384/0x4000 47694 soffice.bin PSIG SIGSEGV caught handler=0x28fdc5af mask=0xfffefaff code=0xc According to ghex2, "real data" doesn't occur until about BCA0 bytes into key3.db. Both cert8.db and key3.db have a filesize of 64KB. From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 10 17:22:34 2006 Return-Path: X-Original-To: openoffice@hub.freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C709716A417; Sun, 10 Dec 2006 17:22:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42E4343C9D; Sun, 10 Dec 2006 17:21:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBAHMY9p010019; Sun, 10 Dec 2006 17:22:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBAHMY8i010015; Sun, 10 Dec 2006 17:22:34 GMT (envelope-from linimon) Date: Sun, 10 Dec 2006 17:22:34 GMT From: Mark Linimon Message-Id: <200612101722.kBAHMY8i010015@freefall.freebsd.org> To: shuvaev@issp.ac.ru, linimon@FreeBSD.org, openoffice@FreeBSD.org Cc: Subject: Re: ports/105400: Misprint in port's Makefile 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, 10 Dec 2006 17:22:34 -0000 Synopsis: Misprint in port's Makefile State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Dec 10 17:22:14 UTC 2006 State-Changed-Why: Committed by maho, 2006-11-13. http://www.freebsd.org/cgi/query-pr.cgi?pr=105400 From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 10 18:15:47 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0630D16A47B for ; Sun, 10 Dec 2006 18:15:47 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870E743C9E for ; Sun, 10 Dec 2006 18:14:34 +0000 (GMT) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GtTD5-0000S6-TB for freebsd-openoffice@freebsd.org; Sun, 10 Dec 2006 19:15:35 +0100 Received: from e177219168.adsl.alicedsl.de ([85.177.219.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 19:15:35 +0100 Received: from rotkap by e177219168.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 19:15:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Heino Tiedemann Date: Sun, 10 Dec 2006 19:13:07 +0100 Organization: yes Lines: 40 Message-ID: References: <2agu24-7v.ln1@news.hansenet.de> <14dl34-bda.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e177219168.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: Re: Where are the 2.0.4 Binaries? (ooopackages.good-day.net) X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 18:15:47 -0000 "Jack L." wrote: > On 11/25/06, Heino Tiedemann wrote: >> "Jack L." wrote: >> >> > On 11/16/06, Heino Tiedemann wrote: >> >> "Jack L." wrote: >> >> >> >> > >> >> > On 11/14/06, Heino Tiedemann wrote: >> >> >> Hi thre, >> >> >> >> >> >> is thre any known date for acalibility of OOo 2.0.4 to on >> >> >> ooopackages.good-day.net (i386)? >> >> >> >> > Yes there are. They are sitting on my laptop but my laptop is being >> >> > repaired right now. I'll try to get those uploaded to that site asap. >> >> > ETA about a week. Sorry for the delay. >> >> >> >> Oh fine. >> >> >> >> They are - hopefully - not compiled against openssh-beta - like >> >> OOo2.0.3 is? >> > >> > Ack, forgot again.... Let me recompile them with openssl... >> >> >> Works? >> >> Upload problems? >> > Having compilation issues atm. I have the packages compiled with the > openssl-beta ready to be uploaded, trying to recompile them with the > regular openssl. But? Our conversation now is 4 weeks old. Still no 2.0.4 uploaded. Heino From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 10 18:22:46 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7042016A40F for ; Sun, 10 Dec 2006 18:22:46 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A99143CA1 for ; Sun, 10 Dec 2006 18:21:33 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1676422nfc for ; Sun, 10 Dec 2006 10:22:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BeCVJ/qpfxrK4JmsZD5skVaFUHq6oCKqEJvEKkLOVjbsA9GGYyp6HJMTtrHC9kCmXG9lTbTcJQ4qPg28FVPiNfvyfaSUfbDHEiLFapOhM0DutTWh6/XMLiOgOZZpngFJXOa1Ld3PbqRBUqIXwTD4Yc4R1/MaIAzw0Kn3napxdJM= Received: by 10.78.200.3 with SMTP id x3mr1192241huf.1165774963074; Sun, 10 Dec 2006 10:22:43 -0800 (PST) Received: by 10.78.164.20 with HTTP; Sun, 10 Dec 2006 10:22:43 -0800 (PST) Message-ID: Date: Sun, 10 Dec 2006 21:22:43 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: rotkap@gmx.de In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2agu24-7v.ln1@news.hansenet.de> <14dl34-bda.ln1@news.hansenet.de> X-Google-Sender-Auth: f21ca52711564028 Cc: openoffice@freebsd.org Subject: Re: Where are the 2.0.4 Binaries? (ooopackages.good-day.net) 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, 10 Dec 2006 18:22:46 -0000 On 12/10/06, Heino Tiedemann wrote: > But? Our conversation now is 4 weeks old. Still no 2.0.4 > uploaded. In the open-source world issues do not go away as time goes by, they get nastier :-) I guess you could've compiled OOo one way or another by yourself during the 4 weeks. Other- wise, please do have patience. From owner-freebsd-openoffice@FreeBSD.ORG Sun Dec 10 18:40:45 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CF9F16A412 for ; Sun, 10 Dec 2006 18:40:45 +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 C063743CB5 for ; Sun, 10 Dec 2006 18:39:31 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost.droso.net [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id D0F141CFEF for ; Sun, 10 Dec 2006 19:40:41 +0100 (CET) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 29F5F1CD13 for ; Sun, 10 Dec 2006 19:38:22 +0100 (CET) From: linimon@FreeBSD.org To: openoffice@freebsd.org Message-Id: <20061210183822.29F5F1CD13@mail.droso.net> Date: Sun, 10 Dec 2006 19:38:22 +0100 (CET) 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: Sun, 10 Dec 2006 18:40:45 -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 Sun Dec 10 21:05:56 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D38F16A407 for ; Sun, 10 Dec 2006 21:05:56 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1282743CC8 for ; Sun, 10 Dec 2006 21:04:29 +0000 (GMT) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GtVrT-0004xq-7j for freebsd-openoffice@freebsd.org; Sun, 10 Dec 2006 22:05:27 +0100 Received: from e177218026.adsl.alicedsl.de ([85.177.218.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 22:05:27 +0100 Received: from rotkap by e177218026.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Dec 2006 22:05:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Heino Tiedemann Date: Sun, 10 Dec 2006 22:04:49 +0100 Organization: yes Lines: 16 Message-ID: References: <2agu24-7v.ln1@news.hansenet.de> <14dl34-bda.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e177218026.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: Re: Where are the 2.0.4 Binaries? (ooopackages.good-day.net) X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 21:05:56 -0000 "Andrew Pantyukhin" wrote: > On 12/10/06, Heino Tiedemann wrote: >> But? Our conversation now is 4 weeks old. Still no 2.0.4 >> uploaded. > > In the open-source world issues do not go away > as time goes by, they get nastier :-) There is a problem zu translate "issue" to my language. It has indefinitely translations ;-) "issues atm" - I cannot even imagine what that means. Heino From owner-freebsd-openoffice@FreeBSD.ORG Mon Dec 11 00:26:06 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB16616A412 for ; Mon, 11 Dec 2006 00:26:06 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809E043CB1 for ; Mon, 11 Dec 2006 00:24:27 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1748135nfc for ; Sun, 10 Dec 2006 16:25:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W9CpU86Qrn8A0qEd+3+8GNcMV19RXfmBAJrmdxshfR2FmlkheAfgt2HJQ5js42U9EmyuMWbrT3JClmnozzciW9/hBI1HrUJXvQopK5dp+/LLO9GCM02ZXwGN2YB0Xjg182a3AfPaKp3ZMDaqCTXNm9P0a2LCYJyl/kp1NpGUmc4= Received: by 10.82.139.17 with SMTP id m17mr391161bud.1165796739149; Sun, 10 Dec 2006 16:25:39 -0800 (PST) Received: by 10.82.181.6 with HTTP; Sun, 10 Dec 2006 16:25:39 -0800 (PST) Message-ID: Date: Sun, 10 Dec 2006 16:25:39 -0800 From: "Jack L." To: rotkap@gmx.de In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2agu24-7v.ln1@news.hansenet.de> <14dl34-bda.ln1@news.hansenet.de> Cc: freebsd-openoffice@freebsd.org Subject: Re: Where are the 2.0.4 Binaries? (ooopackages.good-day.net) 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, 11 Dec 2006 00:26:07 -0000 I have already uploaded the amd64 2.0.4 binaries to good-day. The i386 packages are in the process of being uploaded to the site. They should be done within a few days. I am also uploading the RC versions for amd64 and i386 and my internet connection isn't all that fast so it will take a little bit. On 12/10/06, Heino Tiedemann wrote: > "Jack L." wrote: > > > On 11/25/06, Heino Tiedemann wrote: > >> "Jack L." wrote: > >> > >> > On 11/16/06, Heino Tiedemann wrote: > >> >> "Jack L." wrote: > >> >> > >> >> > > >> >> > On 11/14/06, Heino Tiedemann wrote: > >> >> >> Hi thre, > >> >> >> > >> >> >> is thre any known date for acalibility of OOo 2.0.4 to on > >> >> >> ooopackages.good-day.net (i386)? > >> >> > >> >> > Yes there are. They are sitting on my laptop but my laptop is being > >> >> > repaired right now. I'll try to get those uploaded to that site asap. > >> >> > ETA about a week. Sorry for the delay. > >> >> > >> >> Oh fine. > >> >> > >> >> They are - hopefully - not compiled against openssh-beta - like > >> >> OOo2.0.3 is? > >> > > >> > Ack, forgot again.... Let me recompile them with openssl... > >> > >> > >> Works? > >> > >> Upload problems? > >> > > Having compilation issues atm. I have the packages compiled with the > > openssl-beta ready to be uploaded, trying to recompile them with the > > regular openssl. > > But? Our conversation now is 4 weeks old. Still no 2.0.4 > uploaded. > > Heino > > > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-openoffice@FreeBSD.ORG Mon Dec 11 11:19:15 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A35616A4CE for ; Mon, 11 Dec 2006 11:19:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2482343EDF for ; Mon, 11 Dec 2006 11:10:19 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBBBBYmO024664 for ; Mon, 11 Dec 2006 11:11:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBBBBWpS024660 for openoffice@FreeBSD.org; Mon, 11 Dec 2006 11:11:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Dec 2006 11:11:32 GMT Message-Id: <200612111111.kBBBBWpS024660@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon 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, 11 Dec 2006 11:19:15 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/83252 openoffice openoffice.org-1.1 1.1.4 build failure: Died at ../../ o ports/86383 openoffice Can't compile openoffice.org-1.1 f ports/89393 openoffice can't install OpenOffice 2.0.0 from port f ports/90184 openoffice Install of OpenOffice 2.0.0 fails f ports/90759 openoffice cannot save ANY file with "de-openoffice.org-2.0.0_1" o ports/92218 openoffice openoffice.org-2.0 build fails with shlibsign core dum o ports/94270 openoffice I cant make OpenOffice.org-2.0 o ports/98271 openoffice installing printers in editors/openoffice.org-2.0 fail o ports/101919 openoffice Openoffice.org-2.0 build failure: Spinlock called when o ports/102345 openoffice editors/openoffice.org-2.0.4.m1 fails to build o ports/105128 openoffice openoffice.org-2.0-devel build fails 11 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/66480 openoffice editors/openoffice.org-1.1 port uses root's $HOME for o ports/86206 openoffice editors/openoffice.org-2.0: Unable to build OpenOffice o ports/92737 openoffice editors/openoffice.org-2.0 build failure o ports/93559 openoffice OpenOffice.org-2.0.2 compile error o ports/94172 openoffice editors/openoffice.org-2.0 needs sane symlinks o ports/98949 openoffice editors/openoffice.org-2.0: Build fails with 'build_in o ports/100669 openoffice Error on building Openoffice.org-2.0 o ports/103896 openoffice OO.o port should add /program to LD_LIBRARY_PA 8 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Mon Dec 11 15:58:05 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43C4516A50C for ; Mon, 11 Dec 2006 15:58:05 +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 732EA43D5F for ; Mon, 11 Dec 2006 15:56:24 +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 577321A4D84 for ; Mon, 11 Dec 2006 07:57:40 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BD070514A3; Mon, 11 Dec 2006 10:57:39 -0500 (EST) Date: Mon, 11 Dec 2006 10:57:39 -0500 From: Kris Kennaway To: openoffice@FreeBSD.org Message-ID: <20061211155739.GD81229@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WChQLJJJfbwij+9x" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@FreeBSD.org: openoffice.org-1.0.3_7 failed on i386 5-exp] 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, 11 Dec 2006 15:58:05 -0000 --WChQLJJJfbwij+9x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear Maintainer, As you may know, one of the major projects we are working on in the ports community is the push to incorporate Xorg 7.x. As part of this change, X is moving from /usr/X11R6 into /usr/local. This means that all ports that use X need to be flexible enough to deal with X being in a new location. Unfortunately, your port is not currently compliant; when your port and everything else is compiled with a nonstandard X11BASE (see below), your port fails to compile. This is probably because it "knows" that X11 files live in /usr/X11R6 and nowhere else. Can you please investigate this as a matter of priority, and submit a PR with the fixes when you are ready? 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: Mon, 11 Dec 2006 13:39:54 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: openoffice.org-1.0.3_7 failed on i386 5-exp X-UIDL: Oe"!!,?$"!8)p!!4%k"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.0.3 =2E./../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `virtu= al=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual nsres= ult=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `virtu= al=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual nsres= ult=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `virtu= al=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/string/nsBufferHandleUtils.h:36, from ../../dist/include/string/nsSharableString.h:35, from ../../dist/include/string/nsPromiseFlatString.h:28, from ../../dist/include/string/nsString2.h:70, from ../../dist/include/string/nsString.h:54, from ../../dist/include/widget/nsIWidget.h:49, from ../../dist/include/gfx/nsIDeviceContext.h:46, from nsRenderingContextImpl.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsRect.cpp g++32 -o nsRect.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJI -= D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/windowwatche= r -I../../dist/include/dom -I../../dist/include/string -I../../dist/include= /widget -I../../dist/include/locale -I../../dist/include/view -I../../dist/= include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2 -I../..= /dist/include/uconv -I../../dist/include/unicharutil -I../../dist/include/g= fx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/oo_= 1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/usr/= xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -f= no-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast= -align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -= fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg= /include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/nsRect= .pp nsRect.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/string/nsBufferHandleUtils.h:36, from ../../dist/include/string/nsSharableString.h:35, from ../../dist/include/string/nsPromiseFlatString.h:28, from ../../dist/include/string/nsString2.h:70, from ../../dist/include/string/nsString.h:54, from nsRect.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsScriptableRegion.cpp g++32 -o nsScriptableRegion.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeB= SD\" -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/= windowwatcher -I../../dist/include/dom -I../../dist/include/string -I../../= dist/include/widget -I../../dist/include/locale -I../../dist/include/view -= I../../dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/img= lib2 -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../di= st/include/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-= 1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include = -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function= -cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno= -long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,= .deps/nsScriptableR egion.pp nsScriptableRegion.cpp nsGraphicsImpl.cpp g++32 -o nsGraphicsImpl.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\"= -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/wind= owwatcher -I../../dist/include/dom -I../../dist/include/string -I../../dist= /include/widget -I../../dist/include/locale -I../../dist/include/view -I../= ../dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2= -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../dist/i= nclude/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/= work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno= -rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cas= t -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-lon= g-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/= usr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.dep= s/nsGraphicsImpl.pp nsGraphicsImpl.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/string/nsBufferHandleUtils.h:36, from ../../dist/include/string/nsSharableString.h:35, from ../../dist/include/string/nsPromiseFlatString.h:28, from ../../dist/include/string/nsString2.h:70, from ../../dist/include/string/nsString.h:54, from ../../dist/include/widget/nsIWidget.h:49, from ../../dist/include/gfx/nsIDeviceContext.h:46, from nsGraphicsImpl.cpp:41: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPrintOptionsImpl.cpp g++32 -o nsPrintOptionsImpl.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeB= SD\" -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/= windowwatcher -I../../dist/include/dom -I../../dist/include/string -I../../= dist/include/widget -I../../dist/include/locale -I../../dist/include/view -= I../../dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/img= lib2 -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../di= st/include/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-= 1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include = -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function= -cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno= -long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,= .deps/nsPrintOption sImpl.pp nsPrintOptionsImpl.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/string/nsBufferHandleUtils.h:36, from ../../dist/include/string/nsSharableString.h:35, from ../../dist/include/string/nsPromiseFlatString.h:28, from ../../dist/include/string/nsString2.h:70, from ../../dist/include/string/nsString.h:54, from ../../dist/include/gfx/nsFont.h:44, from ../../dist/include/gfx/nsIPrintSettings.h:18, from ../../dist/include/gfx/nsIPrintOptions.h:14, from nsPrintOptionsImpl.h:27, from nsPrintOptionsImpl.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPrintSettingsImpl.cpp g++32 -o nsPrintSettingsImpl.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Free= BSD\" -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include= /windowwatcher -I../../dist/include/dom -I../../dist/include/string -I../..= /dist/include/widget -I../../dist/include/locale -I../../dist/include/view = -I../../dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/im= glib2 -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../d= ist/include/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org= -1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr= -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include= -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-functio= n-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wn= o-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include= -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD= ,.deps/nsPrintSetti ngsImpl.pp nsPrintSettingsImpl.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/string/nsBufferHandleUtils.h:36, from ../../dist/include/string/nsSharableString.h:35, from ../../dist/include/string/nsPromiseFlatString.h:28, from ../../dist/include/string/nsString2.h:70, from ../../dist/include/string/nsString.h:54, from ../../dist/include/gfx/nsFont.h:44, from ../../dist/include/gfx/nsIPrintSettings.h:18, from nsPrintSettingsImpl.h:26, from nsPrintSettingsImpl.cpp:39: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsTransform2D.cpp g++32 -o nsTransform2D.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" = -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/windo= wwatcher -I../../dist/include/dom -I../../dist/include/string -I../../dist/= include/widget -I../../dist/include/locale -I../../dist/include/view -I../.= ./dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2 = -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../dist/in= clude/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/w= ork/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-= rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast= -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long= -long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/u= sr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps= /nsTransform2D.pp n sTransform2D.cpp nsCompressedCharMap.cpp g++32 -o nsCompressedCharMap.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Free= BSD\" -DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include= /windowwatcher -I../../dist/include/dom -I../../dist/include/string -I../..= /dist/include/widget -I../../dist/include/locale -I../../dist/include/view = -I../../dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/im= glib2 -I../../dist/include/uconv -I../../dist/include/unicharutil -I../../d= ist/include/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org= -1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr= -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include= -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-functio= n-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wn= o-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include= -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD= ,.deps/nsCompressed CharMap.pp nsCompressedCharMap.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../dist/include/xpcom/nsCppSharedAllocator.h:6, from ../../dist/include/xpcom/nsCRT.h:45, from nsCompressedCharMap.cpp:42: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsCompressedCharMap.cpp: In member function `void=20 nsCompressedCharMap::SetChars(short unsigned int, PRUint32*)': nsCompressedCharMap.cpp:299: warning: left shift count >=3D width of type nsCompressedCharMap.cpp:333: warning: left shift count >=3D width of type nsRegion.cpp g++32 -o nsRegion.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJI= -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/windowwatc= her -I../../dist/include/dom -I../../dist/include/string -I../../dist/inclu= de/widget -I../../dist/include/locale -I../../dist/include/view -I../../dis= t/include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2 -I../= ../dist/include/uconv -I../../dist/include/unicharutil -I../../dist/include= /gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/o= o_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/us= r/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti = -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wca= st-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long= -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xo= rg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/nsRe= gion.pp nsRegion.cp p nsRegion.cpp: In member function `void nsRegion::SubRect(const nsRectFast&,= =20 nsRegion&, nsRegion&) const': nsRegion.cpp:977: warning: unused variable `const nscoord bw' nsRegion.cpp:980: warning: unused variable `const nscoord bh' nsRegion.cpp:984: warning: unused variable `const nscoord iw' nsRegionImpl.cpp g++32 -o nsRegionImpl.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/window= watcher -I../../dist/include/dom -I../../dist/include/string -I../../dist/i= nclude/widget -I../../dist/include/locale -I../../dist/include/view -I../..= /dist/include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2 -= I../../dist/include/uconv -I../../dist/include/unicharutil -I../../dist/inc= lude/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/wo= rk/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -= I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-r= tti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast = -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-= long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/us= r/xorg/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/= nsRegionImpl.pp nsR egionImpl.cpp In file included from nsRegionImpl.cpp:22: nsRegionImpl.h:30: warning: `class nsRegionImpl' has virtual functions but= =20 non-virtual destructor nsRegionImpl.cpp: In member function `virtual nsresult=20 nsRegionImpl::GetRects(nsRegionRectSet**)': nsRegionImpl.cpp:139: warning: suggest parentheses around assignment used a= s=20 truth value imgScaler.cpp g++32 -o imgScaler.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJ= I -D_IMPL_NS_GFX -I../../dist/include/xpcom -I../../dist/include/windowwat= cher -I../../dist/include/dom -I../../dist/include/string -I../../dist/incl= ude/widget -I../../dist/include/locale -I../../dist/include/view -I../../di= st/include/pref -I../../dist/include/gfx2 -I../../dist/include/imglib2 -I..= /../dist/include/uconv -I../../dist/include/unicharutil -I../../dist/includ= e/gfx -I../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/u= sr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/x= org/include -DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/img= Scaler.pp imgScaler .cpp rm -f libgkgfx.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libgkgfx.so -o libgkgfx.= so nsBlender.o nsColor.o nsColorNames.o nsDeviceContext.o nsFont.o nsFontL= ist.o nsNameValuePairDB.o nsRenderingContextImpl.o nsRect.o nsScriptableReg= ion.o nsGraphicsImpl.o nsPrintOptionsImpl.o nsPrintSettingsImpl.o nsTransfo= rm2D.o nsCompressedCharMap.o nsRegion.o nsRegionImpl.o imgScaler.o ..= /../dist/lib/libmozutil_s.a ../../dist/lib/libunicharutil_s.a -L../../dist/= bin -lxpcom -L../../dist/bin -L/work/a/ports/editors/openoffice.org-1.0/wor= k/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/lib -lplds4 -lplc4 -= lnspr4 -pthread -lm =20 chmod +x libgkgfx.so /usr/bin/strip libgkgfx.so =2E./../config/nsinstall -R -m 755 libgkgfx.so ../../dist/lib =2E./../config/nsinstall -R -m 755 libgkgfx.so ../../dist/bin gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/ps' font_metrics.c gcc32 -o font_metrics.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist/incl= ude/string -I../../../dist/include/widget -I../../../dist/include/pref -I..= /../../dist/include/uconv -I../../../dist/include/view -I../../../dist/incl= ude/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2 -I..= /../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/ope= noffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/i= nclude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xo= rg/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long= -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xor= g/include -I/usr/xorg/include -include ../../../config-defs.h -DMOZILLA_CL= IENT -Wp,-MD,.deps/font_metrics.pp font_metrics.c nsDeviceContextPS.cpp g++32 -o nsDeviceContextPS.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBS= D\" -DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist= /include/string -I../../../dist/include/widget -I../../../dist/include/pref= -I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist= /include/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2= -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editor= s/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/d= ist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/= usr/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-ari= th -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-= dtor-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/u= sr/xorg/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT = -include ../../../config-defs.h -Wp,-MD,.deps/nsDeviceContextPS.pp nsDevice= ContextPS.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from ../../../dist/include/gfx/nsDeviceContext.h:43, from nsDeviceContextPS.h:43, from nsDeviceContextPS.cpp:52: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextPS.h:44, from nsDeviceContextPS.cpp:53: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' In file included from nsDeviceContextPS.cpp:53: =2E./../../dist/include/gfx/nsRenderingContextImpl.h:135: warning: `virtual= =20 nsresult nsRenderingContextImpl::DrawTile(imgIContainer*, int, int, cons= t=20 nsRect*)' was hidden nsRenderingContextPS.h:180: warning: by `virtual nsresult=20 nsRenderingContextPS::DrawTile(nsIImage*, int, int, int, int, int, int)' nsFontMetricsPS.cpp g++32 -o nsFontMetricsPS.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\= " -DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist/i= nclude/string -I../../../dist/include/widget -I../../../dist/include/pref -= I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/i= nclude/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2 -= I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/= openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dis= t/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/us= r/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith= -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dt= or-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr= /xorg/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -i= nclude ../../../config-defs.h -Wp,-MD,.deps/nsFontMetricsPS.pp nsFontMetric= sPS.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/gfx/nsFont.h:44, from nsAFMObject.h:45, from nsFontMetricsPS.h:43, from nsFontMetricsPS.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsRenderingContextPS.cpp g++32 -o nsRenderingContextPS.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Fre= eBSD\" -DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../d= ist/include/string -I../../../dist/include/widget -I../../../dist/include/p= ref -I../../../dist/include/uconv -I../../../dist/include/view -I../../../d= ist/include/gfx2 -I../../../dist/include/necko -I../../../dist/include/imgl= ib2 -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/edi= tors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozill= a/dist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include = -I/usr/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-= arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ct= or-dtor-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -= I/usr/xorg/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIE= NT -include ../../../config-defs.h -Wp,-MD,.deps/nsRenderingContextPS.pp ns= RenderingContextPS. cpp In file included from nsRenderingContextPS.h:44, from nsRenderingContextPS.cpp:40: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/gfx/nsFont.h:44, from nsRenderingContextPS.h:46, from nsRenderingContextPS.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextPS.cpp:40: =2E./../../dist/include/gfx/nsRenderingContextImpl.h:135: warning: `virtual= =20 nsresult nsRenderingContextImpl::DrawTile(imgIContainer*, int, int, cons= t=20 nsRect*)' was hidden nsRenderingContextPS.h:180: warning: by `virtual nsresult=20 nsRenderingContextPS::DrawTile(nsIImage*, int, int, int, int, int, int)' nsPostScriptObj.cpp g++32 -o nsPostScriptObj.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\= " -DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist/i= nclude/string -I../../../dist/include/widget -I../../../dist/include/pref -= I../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/i= nclude/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2 -= I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/= openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dis= t/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/us= r/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith= -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dt= or-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr= /xorg/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -i= nclude ../../../config-defs.h -Wp,-MD,.deps/nsPostScriptObj.pp nsPostScript= Obj.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from nsPostScriptObj.h:48, from nsPostScriptObj.cpp:37: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPostScriptObj.h: In constructor `nsPostScriptObj::nsPostScriptObj()': nsPostScriptObj.h:457: warning: member initializers for ` PSContext*nsPostScriptObj::mPrintContext' nsPostScriptObj.h:455: warning: and `PrintSetup*nsPostScriptObj::mPrintSe= tup' nsPostScriptObj.cpp:178: warning: will be re-ordered to match declaration= =20 order nsAFMObject.cpp g++32 -o nsAFMObject.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -D= OJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist/inclu= de/string -I../../../dist/include/widget -I../../../dist/include/pref -I../= ../../dist/include/uconv -I../../../dist/include/view -I../../../dist/inclu= de/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2 -I../= ../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/open= office.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/in= clude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xo= rg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wb= ad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-p= rivacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xor= g/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -inclu= de ../../../config-defs.h -Wp,-MD,.deps/nsAFMObject.pp nsAFMObject.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/gfx/nsFont.h:44, from nsAFMObject.h:45, from nsAFMObject.cpp:39: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsGfxFactoryPS.cpp g++32 -o nsGfxFactoryPS.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\"= -DOJI -D_IMPL_NS_GFXONXP -I../../../dist/include/xpcom -I../../../dist/in= clude/string -I../../../dist/include/widget -I../../../dist/include/pref -I= ../../../dist/include/uconv -I../../../dist/include/view -I../../../dist/in= clude/gfx2 -I../../../dist/include/necko -I../../../dist/include/imglib2 -I= ../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/o= penoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist= /include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr= /xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith = -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dto= r-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/= xorg/include -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -in= clude ../../../config-defs.h -Wp,-MD,.deps/nsGfxFactoryPS.pp nsGfxFactoryPS= .cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from ../../../dist/include/gfx/nsDeviceContext.h:43, from nsDeviceContextPS.h:43, from nsGfxFactoryPS.cpp:44: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. rm -f libgfxps.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -fPIC -shared -Wl,-h -Wl,libg= fxps.so -o libgfxps.so font_metrics.o nsDeviceContextPS.o nsFontMetricsPS.= o nsRenderingContextPS.o nsPostScriptObj.o nsAFMObject.o nsGfxFactoryPS.o = -L../../../dist/bin -L../../../dist/lib -lmozutil_s -lgkgfx -L../../..= /dist/bin -lxpcom -L../../../dist/bin -L/work/a/ports/editors/openoffice.or= g-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/lib -lplds4= -lplc4 -lnspr4 -pthread -lm =20 chmod +x libgfxps.so /usr/bin/strip libgfxps.so =2E./../../config/nsinstall -R -m 755 libgfxps.so ../../../dist/lib/compone= nts : ../../../dist/lib/components/libgfxps.so =2E./../../config/nsinstall -R -m 755 libgfxps.so ../../../dist/bin/compone= nts : ../../../dist/bin/components/libgfxps.so =2E./../../config/nsinstall -R ./sample.unixpsfonts.properties ../../../dis= t/bin/res gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/ps' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/xlibrgb' =2E./../../config/nsinstall -R -m 755 libxlibrgb.so ../../../dist/lib =2E./../../config/nsinstall -R -m 755 libxlibrgb.so ../../../dist/bin gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/xlibrgb' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/xlib' nsDeviceContextSpecFactoryX.cpp g++32 -o nsDeviceContextSpecFactoryX.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH= =3D\"FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRI= PT -I./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../= dist/include/string -I../../../dist/include/xlibrgb -I../../../dist/include= /widget -I../../../dist/include/dom -I../../../dist/include/layout -I../../= ../dist/include/content -I../../../dist/include/appshell -I../../../dist/in= clude/js -I../../../dist/include/necko -I../../../dist/include/pref -I../..= /../dist/include/util -I../../../dist/include/view -I../../../dist/include/= uconv -I../../../dist/include/locale -I../../../dist/include/unicharutil -I= ../../../dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/= include/mozcomps -I../../../dist/include/windowwatcher -I../../../dist/incl= ude/intl -I../../../dist/include/gfx -I../../../dist/include -I/work/a/port= s/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/m= ozilla/dist/include/ nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/in= clude -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-fu= nction-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privac= y -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/inc= lude -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ..= /../../config-defs.h -Wp,-MD,.deps/nsDeviceContextSpecFactoryX.pp nsDeviceC= ontextSpecFactoryX.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from ../../../dist/include/gfx/nsIDeviceContextSpec.h:42, from nsDeviceContextSpecFactoryX.h:43, from nsDeviceContextSpecFactoryX.cpp:41: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsDeviceContextSpecXlib.cpp g++32 -o nsDeviceContextSpecXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"= FreeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I= ./. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/= include/string -I../../../dist/include/xlibrgb -I../../../dist/include/widg= et -I../../../dist/include/dom -I../../../dist/include/layout -I../../../di= st/include/content -I../../../dist/include/appshell -I../../../dist/include= /js -I../../../dist/include/necko -I../../../dist/include/pref -I../../../d= ist/include/util -I../../../dist/include/view -I../../../dist/include/uconv= -I../../../dist/include/locale -I../../../dist/include/unicharutil -I../..= /../dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/inclu= de/mozcomps -I../../../dist/include/windowwatcher -I../../../dist/include/i= ntl -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/edi= tors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozill= a/dist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/includ= e -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-functi= on-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -W= no-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include= -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../= ../config-defs.h -Wp,-MD,.deps/nsDeviceContextSpecXlib.pp nsDeviceContextSp= ecXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from ../../../dist/include/gfx/nsIDeviceContextSpec.h:42, from nsDeviceContextSpecXlib.h:43, from nsDeviceContextSpecXlib.cpp:49: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsDeviceContextXlib.cpp g++32 -o nsDeviceContextXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Free= BSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. = -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/incl= ude/string -I../../../dist/include/xlibrgb -I../../../dist/include/widget -= I../../../dist/include/dom -I../../../dist/include/layout -I../../../dist/i= nclude/content -I../../../dist/include/appshell -I../../../dist/include/js = -I../../../dist/include/necko -I../../../dist/include/pref -I../../../dist/= include/util -I../../../dist/include/view -I../../../dist/include/uconv -I.= ./../../dist/include/locale -I../../../dist/include/unicharutil -I../../../= dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/m= ozcomps -I../../../dist/include/windowwatcher -I../../../dist/include/intl = -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors= /openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/di= st/include/nspr =20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -f= no-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-c= ast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-l= ong-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I= /usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../c= onfig-defs.h -Wp,-MD,.deps/nsDeviceContextXlib.pp nsDeviceContextXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from nsRenderingContextXlib.h:46, from nsDeviceContextXlib.cpp:45: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextXlib.h:48, from nsDeviceContextXlib.cpp:45: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' nsDrawingSurfaceXlib.cpp g++32 -o nsDrawingSurfaceXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Fre= eBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./.= -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/inc= lude/string -I../../../dist/include/xlibrgb -I../../../dist/include/widget = -I../../../dist/include/dom -I../../../dist/include/layout -I../../../dist/= include/content -I../../../dist/include/appshell -I../../../dist/include/js= -I../../../dist/include/necko -I../../../dist/include/pref -I../../../dist= /include/util -I../../../dist/include/view -I../../../dist/include/uconv -I= ../../../dist/include/locale -I../../../dist/include/unicharutil -I../../..= /dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/= mozcomps -I../../../dist/include/windowwatcher -I../../../dist/include/intl= -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editor= s/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/d= ist/include/nspr =20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -= fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-= cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-= long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -= I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../= config-defs.h -Wp,-MD,.deps/nsDrawingSurfaceXlib.pp nsDrawingSurfaceXlib.cpp nsDrawingSurfaceXlib.h: In constructor=20 `nsDrawingSurfaceXlibImpl::nsDrawingSurfaceXlibImpl()': nsDrawingSurfaceXlib.h:113: warning: member initializers for ` XImage*nsDrawingSurfaceXlibImpl::mImage' nsDrawingSurfaceXlib.h:106: warning: and ` XlibRgbHandle*nsDrawingSurfaceXlibImpl::mXlibRgbHandle' nsDrawingSurfaceXlib.cpp:72: warning: will be re-ordered to match declara= tion=20 order nsDrawingSurfaceXlib.h:122: warning: member initializers for `PRBool=20 nsDrawingSurfaceXlibImpl::mLocked' nsDrawingSurfaceXlib.h:117: warning: and `PRInt32=20 nsDrawingSurfaceXlibImpl::mLockX' nsDrawingSurfaceXlib.cpp:72: warning: will be re-ordered to match declara= tion=20 order nsFontMetricsXlib.cpp g++32 -o nsFontMetricsXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBS= D\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I= ./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/includ= e/string -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I.= ./../../dist/include/dom -I../../../dist/include/layout -I../../../dist/inc= lude/content -I../../../dist/include/appshell -I../../../dist/include/js -I= ../../../dist/include/necko -I../../../dist/include/pref -I../../../dist/in= clude/util -I../../../dist/include/view -I../../../dist/include/uconv -I../= ../../dist/include/locale -I../../../dist/include/unicharutil -I../../../di= st/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/moz= comps -I../../../dist/include/windowwatcher -I../../../dist/include/intl -I= ../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/o= penoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist= /include/nspr =20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno= -rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cas= t -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-lon= g-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/u= sr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../con= fig-defs.h -Wp,-MD,.deps/nsFontMetricsXlib.pp nsFontMetricsXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from nsFontMetricsXlib.h:47, from nsFontMetricsXlib.cpp:51: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextXlib.h:48, from nsDeviceContextXlib.h:45, from nsFontMetricsXlib.h:48, from nsFontMetricsXlib.cpp:51: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' nsFontMetricsXlib.cpp: In member function `nsFontXlib*=20 nsFontMetricsXlib::PickASizeAndLoad(nsFontStretchXlib*,=20 nsFontCharSetInfoXlib*, short unsigned int, const char*)': nsFontMetricsXlib.cpp:3189: warning: unused variable `nsFontXlib*base_aafon= t' =2E./../../dist/include/string/nsBufferHandle.h: At top level: nsFontMetricsXlib.cpp:5314: warning: `void CharSetNameToCodeRangeBits(const= =20 char*, PRUint32*, PRUint32*)' defined but not used nsFontMetricsXlib.cpp:216: warning: `PRInt32 gAntiAliasMinimum' defined but= not=20 used nsGfxFactoryXlib.cpp g++32 -o nsGfxFactoryXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD= \" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I.= /.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include= /string -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I..= /../../dist/include/dom -I../../../dist/include/layout -I../../../dist/incl= ude/content -I../../../dist/include/appshell -I../../../dist/include/js -I.= ./../../dist/include/necko -I../../../dist/include/pref -I../../../dist/inc= lude/util -I../../../dist/include/view -I../../../dist/include/uconv -I../.= ./../dist/include/locale -I../../../dist/include/unicharutil -I../../../dis= t/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mozc= omps -I../../../dist/include/windowwatcher -I../../../dist/include/intl -I.= ./../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/op= enoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/= include/nspr - I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-= rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast= -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long= -long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/us= r/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../conf= ig-defs.h -Wp,-MD,.deps/nsGfxFactoryXlib.pp nsGfxFactoryXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from nsFontMetricsXlib.h:47, from nsGfxFactoryXlib.cpp:48: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextXlib.h:48, from nsDeviceContextXlib.h:45, from nsFontMetricsXlib.h:48, from nsGfxFactoryXlib.cpp:48: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' nsImageXlib.cpp g++32 -o nsImageXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -D= OJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I./.. -= I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/stri= ng -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I../../.= ./dist/include/dom -I../../../dist/include/layout -I../../../dist/include/c= ontent -I../../../dist/include/appshell -I../../../dist/include/js -I../../= ../dist/include/necko -I../../../dist/include/pref -I../../../dist/include/= util -I../../../dist/include/view -I../../../dist/include/uconv -I../../../= dist/include/locale -I../../../dist/include/unicharutil -I../../../dist/inc= lude/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mozcomps = -I../../../dist/include/windowwatcher -I../../../dist/include/intl -I../../= ../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/openoff= ice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/inclu= de/nspr -I/usr /xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti = -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wca= st-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long= -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xor= g/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-de= fs.h -Wp,-MD,.deps/nsImageXlib.pp nsImageXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from nsRenderingContextXlib.h:46, from nsImageXlib.cpp:44: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextXlib.h:48, from nsImageXlib.cpp:44: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' nsImageXlib.cpp: In member function `void nsImageXlib::UpdateCachedImage()': nsImageXlib.cpp:330: warning: suggest parentheses around assignment used as= =20 truth value nsRegionXlib.cpp g++32 -o nsRegionXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I./.. = -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/str= ing -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I../../= ../dist/include/dom -I../../../dist/include/layout -I../../../dist/include/= content -I../../../dist/include/appshell -I../../../dist/include/js -I../..= /../dist/include/necko -I../../../dist/include/pref -I../../../dist/include= /util -I../../../dist/include/view -I../../../dist/include/uconv -I../../..= /dist/include/locale -I../../../dist/include/unicharutil -I../../../dist/in= clude/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mozcomps= -I../../../dist/include/windowwatcher -I../../../dist/include/intl -I../..= /../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/openof= fice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/incl= ude/nspr -I/us r/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-d= efs.h -Wp,-MD,.deps/nsRegionXlib.pp nsRegionXlib.cpp nsRenderingContextXlib.cpp g++32 -o nsRenderingContextXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"F= reeBSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I.= /. -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/i= nclude/string -I../../../dist/include/xlibrgb -I../../../dist/include/widge= t -I../../../dist/include/dom -I../../../dist/include/layout -I../../../dis= t/include/content -I../../../dist/include/appshell -I../../../dist/include/= js -I../../../dist/include/necko -I../../../dist/include/pref -I../../../di= st/include/util -I../../../dist/include/view -I../../../dist/include/uconv = -I../../../dist/include/locale -I../../../dist/include/unicharutil -I../../= ../dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/includ= e/mozcomps -I../../../dist/include/windowwatcher -I../../../dist/include/in= tl -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/edit= ors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla= /dist/include/nspr=20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include= -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-functio= n-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wn= o-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../.= ./config-defs.h -Wp,-MD,.deps/nsRenderingContextXlib.pp nsRenderingContextX= lib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/widget/nsIWidget.h:49, from ../../../dist/include/gfx/nsIDeviceContext.h:46, from nsRenderingContextXlib.h:46, from nsRenderingContextXlib.cpp:45: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. In file included from nsRenderingContextXlib.h:48, from nsRenderingContextXlib.cpp:45: =2E./../../dist/include/gfx/nsIRenderingContext.h:716: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&, const nsRect&)'= was=20 hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:709: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, const nsRect&)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:703: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' =2E./../../dist/include/gfx/nsIRenderingContext.h:693: warning: `virtual ns= result=20 nsIRenderingContext::DrawImage(nsIImage*, int, int)' was hidden =2E./../../dist/include/gfx/nsRenderingContextImpl.h:133: warning: by `vi= rtual=20 nsresult nsRenderingContextImpl::DrawImage(imgIContainer*, const nsRect*= ,=20 const nsPoint*)' nsRenderingContextXlib.h: In constructor=20 `nsRenderingContextXlib::nsRenderingContextXlib()': nsRenderingContextXlib.h:225: warning: member initializers for ` nsCOMPtr nsRenderingContextXlib::mFontMetrics' nsRenderingContextXlib.h:222: warning: and `nsCOMPtr=20 nsRenderingContextXlib::mContext' nsRenderingContextXlib.cpp:125: warning: will be re-ordered to match=20 declaration order nsRenderingContextXlib.h:224: warning: member initializers for ` nsCOMPtr nsRenderingContextXlib::mSurface' nsRenderingContextXlib.h:223: warning: and `nsCOMPtr=20 nsRenderingContextXlib::mOffscreenSurface' nsRenderingContextXlib.cpp:125: warning: will be re-ordered to match=20 declaration order nsRenderingContextXlib.h:242: warning: member initializers for `nsLineStyle= =20 nsRenderingContextXlib::mCurrentLineStyle' nsRenderingContextXlib.h:241: warning: and ` nsFontXlib*nsRenderingContextXlib::mCurrentFont' nsRenderingContextXlib.cpp:125: warning: will be re-ordered to match=20 declaration order nsRenderingContextXlib.h:241: warning: member initializers for ` nsFontXlib*nsRenderingContextXlib::mCurrentFont' nsRenderingContextXlib.h:227: warning: and `float=20 nsRenderingContextXlib::mP2T' nsRenderingContextXlib.cpp:125: warning: will be re-ordered to match=20 declaration order nsRenderingContextXlib.h:227: warning: member initializers for `float=20 nsRenderingContextXlib::mP2T' nsRenderingContextXlib.h:226: warning: and `nsCOMPtr=20 nsRenderingContextXlib::mClipRegion' nsRenderingContextXlib.cpp:125: warning: will be re-ordered to match=20 declaration order nsRenderingContextXlib.cpp: In member function `virtual nsresult=20 nsRenderingContextXlib::SetClipRect(const nsRect&, nsClipCombine, PRBool= &)': nsRenderingContextXlib.cpp:448: warning: unused variable `_XRegion*rgn' nsRenderingContextXlib.cpp: In member function `virtual nsresult=20 nsRenderingContextXlib::SetClipRegion(const nsIRegion&, nsClipCombine,= =20 PRBool&)': nsRenderingContextXlib.cpp:490: warning: unused variable `_XRegion*rgn' nsScreenXlib.cpp g++32 -o nsScreenXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I./.. = -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/include/str= ing -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I../../= ../dist/include/dom -I../../../dist/include/layout -I../../../dist/include/= content -I../../../dist/include/appshell -I../../../dist/include/js -I../..= /../dist/include/necko -I../../../dist/include/pref -I../../../dist/include= /util -I../../../dist/include/view -I../../../dist/include/uconv -I../../..= /dist/include/locale -I../../../dist/include/unicharutil -I../../../dist/in= clude/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mozcomps= -I../../../dist/include/windowwatcher -I../../../dist/include/intl -I../..= /../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/openof= fice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/incl= ude/nspr -I/us r/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-d= efs.h -Wp,-MD,.deps/nsScreenXlib.pp nsScreenXlib.cpp nsScreenManagerXlib.cpp g++32 -o nsScreenManagerXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Free= BSD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. = -I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/incl= ude/string -I../../../dist/include/xlibrgb -I../../../dist/include/widget -= I../../../dist/include/dom -I../../../dist/include/layout -I../../../dist/i= nclude/content -I../../../dist/include/appshell -I../../../dist/include/js = -I../../../dist/include/necko -I../../../dist/include/pref -I../../../dist/= include/util -I../../../dist/include/view -I../../../dist/include/uconv -I.= ./../../dist/include/locale -I../../../dist/include/unicharutil -I../../../= dist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/m= ozcomps -I../../../dist/include/windowwatcher -I../../../dist/include/intl = -I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors= /openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/di= st/include/nspr =20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -f= no-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-c= ast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-l= ong-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I= /usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../c= onfig-defs.h -Wp,-MD,.deps/nsScreenManagerXlib.pp nsScreenManagerXlib.cpp nsPrintOptionsXlib.cpp g++32 -o nsPrintOptionsXlib.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeB= SD\" -DOJI -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -= I./.. -I./../x11shared -I../../../dist/include/xpcom -I../../../dist/inclu= de/string -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I= ../../../dist/include/dom -I../../../dist/include/layout -I../../../dist/in= clude/content -I../../../dist/include/appshell -I../../../dist/include/js -= I../../../dist/include/necko -I../../../dist/include/pref -I../../../dist/i= nclude/util -I../../../dist/include/view -I../../../dist/include/uconv -I..= /../../dist/include/locale -I../../../dist/include/unicharutil -I../../../d= ist/include/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mo= zcomps -I../../../dist/include/windowwatcher -I../../../dist/include/intl -= I../../../dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/= openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dis= t/include/nspr =20 -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fn= o-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-ca= st -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-lo= ng-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/= usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../co= nfig-defs.h -Wp,-MD,.deps/nsPrintOptionsXlib.pp nsPrintOptionsXlib.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/gfx/nsFont.h:44, from ../../../dist/include/gfx/nsIPrintSettings.h:18, from ../../../dist/include/gfx/nsIPrintOptions.h:14, from ../nsPrintOptionsImpl.h:27, from nsPrintOptionsXlib.h:24, from nsPrintOptionsXlib.cpp:21: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsGCCache.cpp g++32 -o nsGCCache.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJ= I -D_IMPL_NS_GFXNONXP -DUSE_MOZILLA_TYPES -DUSE_POSTSCRIPT -I./. -I./.. -I.= /../x11shared -I../../../dist/include/xpcom -I../../../dist/include/string= -I../../../dist/include/xlibrgb -I../../../dist/include/widget -I../../../= dist/include/dom -I../../../dist/include/layout -I../../../dist/include/con= tent -I../../../dist/include/appshell -I../../../dist/include/js -I../../..= /dist/include/necko -I../../../dist/include/pref -I../../../dist/include/ut= il -I../../../dist/include/view -I../../../dist/include/uconv -I../../../di= st/include/locale -I../../../dist/include/unicharutil -I../../../dist/inclu= de/gfx2 -I../../../dist/include/imglib2 -I../../../dist/include/mozcomps -I= ../../../dist/include/windowwatcher -I../../../dist/include/intl -I../../..= /dist/include/gfx -I../../../dist/include -I/work/a/ports/editors/openoffic= e.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include= /nspr -I/usr/x org/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -f= no-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast= -align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -= fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg/= include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-defs= .h -Wp,-MD,.deps/nsGCCache.pp nsGCCache.cpp rm -f libgfx_xlib.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -fPIC -shared -Wl,-h -Wl,libg= fx_xlib.so -o libgfx_xlib.so nsDeviceContextSpecFactoryX.o nsDeviceContext= SpecXlib.o nsDeviceContextXlib.o nsDrawingSurfaceXlib.o nsFontMetricsXlib.o= nsGfxFactoryXlib.o nsImageXlib.o nsRegionXlib.o nsRenderingContextXlib.o n= sScreenXlib.o nsScreenManagerXlib.o nsPrintOptionsXlib.o nsGCCache.o = -L../../../dist/bin -lxlibrgb -L/usr/xorg/lib -lXext -lX11 -L/work/a/ports= /editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mo= zilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lxpcom -lgkgfx -lm =20 chmod +x libgfx_xlib.so /usr/bin/strip libgfx_xlib.so =2E./../../config/nsinstall -R -m 755 libgfx_xlib.so ../../../dist/lib/comp= onents : ../../../dist/lib/components/libgfx_xlib.so =2E./../../config/nsinstall -R -m 755 libgfx_xlib.so ../../../dist/bin/comp= onents : ../../../dist/bin/components/libgfx_xlib.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src/xlib' +++ making chrome /work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_sr= c/moz/unxfbsd.pro/misc/build/mozilla/gfx/src =3D> ../../dist/bin/chrome/en= -US.jar adding: locale/en-US/global/printdialog.properties (deflated 51%) =2E./../config/nsinstall -R -m 555 icon_0.gif icon_1.gif ../../dist/bin/res= /gfx gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx/src' gmake[3]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx' gmake[3]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2/public' gfxtypes.idl =2E./../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/gfx= types gfxtypes.idl gfx2types.idl =2E./../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/gfx= 2types gfx2types.idl gfxIFormats.idl =2E./../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/gfx= IFormats gfxIFormats.idl gfxIImageFrame.idl =2E./../dist/bin/xpidl -m typelib -w -I ../../dist/idl -I. -o _xpidlgen/gfx= IImageFrame gfxIImageFrame.idl =2E./../dist/bin/xpt_link _xpidlgen/gfx2.xpt _xpidlgen/gfxtypes.xpt _xpidlg= en/gfx2types.xpt _xpidlgen/gfxIFormats.xpt _xpidlgen/gfxIImageFrame.xpt=20 =2E./../config/nsinstall -R -m 644 _xpidlgen/gfx2.xpt ../../dist/bin/compon= ents gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2/public' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2/src' gfxImageFrame.cpp g++32 -o gfxImageFrame.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" = -DOJI -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/= include/gfx -I../../dist/include/gfx2 -I../../dist/include -I/work/a/ports/= editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/moz= illa/dist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/includ= e -I/usr/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpoint= er-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno= -ctor-dtor-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -= O -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../..= /config-defs.h -Wp,-MD,.deps/gfxImageFrame.pp gfxImageFrame.cpp gfxImageFrame.cpp: In member function `virtual nsresult=20 gfxImageFrame::Init(int, int, int, int, int)': gfxImageFrame.cpp:72: warning: `nsMaskRequirements maskReq' might be used= =20 uninitialized in this function nsGfxFactory.cpp g++32 -o nsGfxFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/i= nclude/gfx -I../../dist/include/gfx2 -I../../dist/include -I/work/a/ports/e= ditors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozi= lla/dist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include= -I/usr/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointe= r-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-= ctor-dtor-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O= -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../= config-defs.h -Wp,-MD,.deps/nsGfxFactory.pp nsGfxFactory.cpp rm -f libgfx2.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libgfx2.so -o libgfx2.so= gfxImageFrame.o nsGfxFactory.o -L../../dist/bin -lxpcom -L../../di= st/bin -L/work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unx= fbsd.pro/misc/build/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm= =20 chmod +x libgfx2.so /usr/bin/strip libgfx2.so =2E./../config/nsinstall -R -m 755 libgfx2.so ../../dist/lib/components : ../../dist/lib/components/libgfx2.so =2E./../config/nsinstall -R -m 755 libgfx2.so ../../dist/bin/components : ../../dist/bin/components/libgfx2.so gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2/src' gmake[3]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/gfx2' gmake[3]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/public' imgICache.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgICache imgICache.idl imgIContainer.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgIContainer imgIContainer.idl imgIContainerObserver.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgIContainerObserver imgIContainerObserver.idl imgIDecoder.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgIDecoder imgIDecoder.idl imgIDecoderObserver.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgIDecoderObserver imgIDecoderObserver.idl imgIDecoderObserver.idl:80: Warning: imgIDecoderObserver is scriptable but = inherits from the non-scriptable interface imgIContainerObserver imgILoad.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgILoad imgILoad.idl imgILoader.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgILoader imgILoader.idl imgIRequest.idl =2E./../../dist/bin/xpidl -m typelib -w -I ../../../dist/idl -I. -o _xpidlg= en/imgIRequest imgIRequest.idl =2E./../../dist/bin/xpt_link _xpidlgen/imglib2.xpt _xpidlgen/imgICache.xpt = _xpidlgen/imgIContainer.xpt _xpidlgen/imgIContainerObserver.xpt _xpidlgen/i= mgIDecoder.xpt _xpidlgen/imgIDecoderObserver.xpt _xpidlgen/imgILoad.xpt _xp= idlgen/imgILoader.xpt _xpidlgen/imgIRequest.xpt=20 =2E./../../config/nsinstall -R -m 644 _xpidlgen/imglib2.xpt ../../../dist/b= in/components gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/public' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/src' ImageFactory.cpp g++32 -o ImageFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../dist/include/xpcom -I../../../dist/include/string -I../../= ../dist/include/necko -I../../../dist/include/nkcache -I../../../dist/inclu= de/gfx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I../.= ./../dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editors/o= penoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist= /include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr= /xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith = -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dto= r-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr= /xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../confi= g-defs.h -Wp,-MD,.deps/ImageFactory.pp ImageFactory.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from imgRequest.h:39, from ImageFactory.cpp:30: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. imgCache.cpp g++32 -o imgCache.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJI= -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../d= ist/include/necko -I../../../dist/include/nkcache -I../../../dist/include/g= fx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I../../..= /dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editors/openo= ffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/inc= lude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xor= g/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wba= d-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-pr= ivacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xor= g/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-de= fs.h -Wp,-MD,.deps/imgCache.pp imgCache.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from ../../../dist/include/imglib2/ImageLogging.h:27, from imgCache.cpp:26: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. imgContainer.cpp g++32 -o imgContainer.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../dist/include/xpcom -I../../../dist/include/string -I../../= ../dist/include/necko -I../../../dist/include/nkcache -I../../../dist/inclu= de/gfx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I../.= ./../dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editors/o= penoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist= /include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr= /xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith = -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dto= r-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr= /xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../confi= g-defs.h -Wp,-MD,.deps/imgContainer.pp imgContainer.cpp imgContainer.cpp: In member function `void=20 imgContainer::DoComposite(gfxIImageFrame**, nsRect*, int, int)': imgContainer.cpp:507: warning: unused variable `gfx_color trans' imgLoader.cpp g++32 -o imgLoader.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJ= I -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../= dist/include/necko -I../../../dist/include/nkcache -I../../../dist/include/= gfx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I../../.= ./dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editors/open= office.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/in= clude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xo= rg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wb= ad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-p= rivacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-d= efs.h -Wp,-MD,.deps/imgLoader.pp imgLoader.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsXPIDLString.h:28, from imgLoader.cpp:38: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. imgRequest.cpp g++32 -o imgRequest.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DO= JI -I../../../dist/include/xpcom -I../../../dist/include/string -I../../..= /dist/include/necko -I../../../dist/include/nkcache -I../../../dist/include= /gfx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I../../= ../dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editors/ope= noffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/i= nclude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/x= org/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -W= bad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-= privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/x= org/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../config-= defs.h -Wp,-MD,.deps/imgRequest.pp imgRequest.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from imgRequest.h:39, from imgRequest.cpp:24: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. imgRequestProxy.cpp g++32 -o imgRequestProxy.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\= " -DOJI -I../../../dist/include/xpcom -I../../../dist/include/string -I../= ../../dist/include/necko -I../../../dist/include/nkcache -I../../../dist/in= clude/gfx -I../../../dist/include/gfx2 -I../../../dist/include/mimetype -I.= ./../../dist/include/imglib2 -I../../../dist/include -I/work/a/ports/editor= s/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/d= ist/include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/= usr/xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-ari= th -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-= dtor-privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/= usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../co= nfig-defs.h -Wp,-MD,.deps/imgRequestProxy.pp imgRequestProxy.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../dist/include/string/nsBufferHandleUtils.h:36, from ../../../dist/include/string/nsSharableString.h:35, from ../../../dist/include/string/nsPromiseFlatString.h:28, from ../../../dist/include/string/nsString2.h:70, from ../../../dist/include/string/nsString.h:54, from imgRequest.h:39, from imgRequestProxy.h:34, from imgRequestProxy.cpp:24: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. rm -f libimglib2.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimglib2.so -o libimgl= ib2.so ImageFactory.o imgCache.o imgContainer.o imgLoader.o imgRequest.o i= mgRequestProxy.o -L../../../dist/bin -lxpcom -L../../../dist/bin -L/= work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/m= isc/build/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm =20 chmod +x libimglib2.so /usr/bin/strip libimglib2.so =2E./../../config/nsinstall -R -m 755 libimglib2.so ../../../dist/lib/compo= nents : ../../../dist/lib/components/libimglib2.so =2E./../../config/nsinstall -R -m 755 libimglib2.so ../../../dist/bin/compo= nents : ../../../dist/bin/components/libimglib2.so gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/src' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/p= pm' nsPPMDecoder.cpp g++32 -o nsPPMDecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/imgppm -I../../../../dist/include -I/work/a/ports/editors/ope= noffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/i= nclude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/x= org/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -W= bad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-= privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/x= org/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../conf= ig-defs.h -Wp,-MD,.deps/nsPPMDecoder.pp nsPPMDecoder.cpp nsPPMFactory.cpp g++32 -o nsPPMFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/imgppm -I../../../../dist/include -I/work/a/ports/editors/ope= noffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/i= nclude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/x= org/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -W= bad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-= privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/x= org/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../conf= ig-defs.h -Wp,-MD,.deps/nsPPMFactory.pp nsPPMFactory.cpp rm -f libimgppm.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimgppm.so -o libimgpp= m.so nsPPMDecoder.o nsPPMFactory.o -L../../../../dist/bin -lxpcom -= L../../../../dist/bin -L/work/a/ports/editors/openoffice.org-1.0/work/oo_1.= 0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 = -pthread -lm =20 chmod +x libimgppm.so /usr/bin/strip libimgppm.so =2E./../../../config/nsinstall -R -m 755 libimgppm.so ../../../../dist/lib/= components : ../../../../dist/lib/components/libimgppm.so =2E./../../../config/nsinstall -R -m 755 libimgppm.so ../../../../dist/bin/= components : ../../../../dist/bin/components/libimgppm.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/pp= m' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/p= ng' nsPNGDecoder.cpp g++32 -o nsPNGDecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/png -I../../../../dist/include/zlib -I../../../../dist/includ= e/imgpng -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-= 1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include = -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function= -cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno= -long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs.h -W= p,-MD,.deps/nsPNGDecoder.pp nsPNGDecoder.cpp nsPNGFactory.cpp g++32 -o nsPNGFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/png -I../../../../dist/include/zlib -I../../../../dist/includ= e/imgpng -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-= 1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include = -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function= -cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno= -long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs.h -W= p,-MD,.deps/nsPNGFactory.pp nsPNGFactory.cpp rm -f libimgpng.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimgpng.so -o libimgpn= g.so nsPNGDecoder.o nsPNGFactory.o -L../../../../dist/lib -lmozpng -= L../../../../dist/lib -lmozz -L../../../../dist/bin -lxpcom -L../../../../= dist/bin -L/work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/u= nxfbsd.pro/misc/build/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -= lm =20 chmod +x libimgpng.so /usr/bin/strip libimgpng.so =2E./../../../config/nsinstall -R -m 755 libimgpng.so ../../../../dist/lib/= components : ../../../../dist/lib/components/libimgpng.so =2E./../../../config/nsinstall -R -m 755 libimgpng.so ../../../../dist/bin/= components : ../../../../dist/bin/components/libimgpng.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/pn= g' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/g= if' GIF2.cpp g++32 -o GIF2.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DOJI -I= ../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../../../..= /dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../../dist/in= clude/imggif -I../../../../dist/include -I/work/a/ports/editors/openoffice.= org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/n= spr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/incl= ude -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-func= tion-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy = -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/incl= ude -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs.= h -Wp,-MD,.deps/GIF2.pp GIF2.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/xpcom/nsCppSharedAllocator.h= :6, from ../../../../dist/include/xpcom/nsCRT.h:45, from GIF2.cpp:78: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsGIFDecoder2.cpp g++32 -o nsGIFDecoder2.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" = -DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I..= /../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../.= ./dist/include/imggif -I../../../../dist/include -I/work/a/ports/editors/op= enoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/= include/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/= xorg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -= Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor= -privacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/= xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../con= fig-defs.h -Wp,-MD,.deps/nsGIFDecoder2.pp nsGIFDecoder2.cpp nsGIFDecoder2.cpp: In member function `virtual nsresult=20 nsGIFDecoder2::Init(imgILoad*)': nsGIFDecoder2.cpp:136: warning: unused variable `PRBool created' nsGIFModule.cpp g++32 -o nsGIFModule.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -D= OJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../.= ./../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../../= dist/include/imggif -I../../../../dist/include -I/work/a/ports/editors/open= office.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/in= clude/nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xo= rg/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wb= ad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-p= rivacy -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../confi= g-defs.h -Wp,-MD,.deps/nsGIFModule.pp nsGIFModule.cpp rm -f libimggif.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimggif.so -o libimggi= f.so GIF2.o nsGIFDecoder2.o nsGIFModule.o -L../../../../dist/bin -= lxpcom -L../../../../dist/bin -L/work/a/ports/editors/openoffice.org-1.0/wo= rk/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/lib -lplds4 -lplc4 = -lnspr4 -pthread -lm =20 chmod +x libimggif.so /usr/bin/strip libimggif.so =2E./../../../config/nsinstall -R -m 755 libimggif.so ../../../../dist/lib/= components : ../../../../dist/lib/components/libimggif.so =2E./../../../config/nsinstall -R -m 755 libimggif.so ../../../../dist/bin/= components : ../../../../dist/bin/components/libimggif.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/gi= f' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/j= peg' nsJPEGDecoder.cpp g++32 -o nsJPEGDecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" = -DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/string -= I../../../../dist/include/gfx -I../../../../dist/include/gfx2 -I../../../..= /dist/include/imglib2 -I../../../../dist/include/jpeg -I../../../../dist/in= clude/imgjpeg -I../../../../dist/include -I/work/a/ports/editors/openoffice= .org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/= nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/inc= lude -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-fun= ction-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy= -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/inc= lude -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs= .h -Wp,-MD,.deps/nsJPEGDecoder.pp nsJPEGDecoder.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/xpcom/nsCppSharedAllocator.h= :6, from ../../../../dist/include/xpcom/nsCRT.h:45, from nsJPEGDecoder.cpp:33: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsJPEGDecoder.cpp: In member function `virtual nsresult=20 nsJPEGDecoder::Init(imgILoad*)': nsJPEGDecoder.cpp:133: warning: `decoder_source_mgr*src' might be used=20 uninitialized in this function nsJPEGDecoder.cpp: In member function `virtual nsresult=20 nsJPEGDecoder::WriteFrom(nsIInputStream*, unsigned int, PRUint32*)': nsJPEGDecoder.cpp:204: warning: unused variable `nsresult rv' nsJPEGFactory.cpp g++32 -o nsJPEGFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" = -DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/string -= I../../../../dist/include/gfx -I../../../../dist/include/gfx2 -I../../../..= /dist/include/imglib2 -I../../../../dist/include/jpeg -I../../../../dist/in= clude/imgjpeg -I../../../../dist/include -I/work/a/ports/editors/openoffice= .org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/= nspr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/inc= lude -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-fun= ction-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy= -Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/inc= lude -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs= .h -Wp,-MD,.deps/nsJPEGFactory.pp nsJPEGFactory.cpp rm -f libimgjpeg.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimgjpeg.so -o libimgj= peg.so nsJPEGDecoder.o nsJPEGFactory.o -L../../../../dist/lib -lmozj= peg -L../../../../dist/bin -lxpcom -L../../../../dist/bin -L/work/a/ports/= editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/moz= illa/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm =20 chmod +x libimgjpeg.so /usr/bin/strip libimgjpeg.so =2E./../../../config/nsinstall -R -m 755 libimgjpeg.so ../../../../dist/lib= /components : ../../../../dist/lib/components/libimgjpeg.so =2E./../../../config/nsinstall -R -m 755 libimgjpeg.so ../../../../dist/bin= /components : ../../../../dist/bin/components/libimgjpeg.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/jp= eg' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/b= mp' nsBMPDecoder.cpp g++32 -o nsBMPDecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/string -I../../../../dist/include/imgbmp -I../../../../dist/i= nclude -I/work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unx= fbsd.pro/misc/build/mozilla/dist/include/nspr -I/usr/xorg/include -f= PIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -Wa= ll -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverload= ed-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pip= e -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg/include -DMOZILL= A_CLIENT -include ../../../../config-defs.h -Wp,-MD,.deps/nsBMPDecoder.pp n= sBMPDecoder.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from ../../../../dist/include/imglib2/ImageLogging.h:27, from nsBMPDecoder.cpp:58: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsICODecoder.cpp g++32 -o nsICODecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../= ../../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../..= /dist/include/string -I../../../../dist/include/imgbmp -I../../../../dist/i= nclude -I/work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unx= fbsd.pro/misc/build/mozilla/dist/include/nspr -I/usr/xorg/include -f= PIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -Wa= ll -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverload= ed-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pip= e -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg/include -DMOZILL= A_CLIENT -include ../../../../config-defs.h -Wp,-MD,.deps/nsICODecoder.pp n= sICODecoder.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/xpcom/nsCppSharedAllocator.h= :6, from ../../../../dist/include/xpcom/nsCRT.h:45, from nsICODecoder.cpp:50: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsBMPModule.cpp g++32 -o nsBMPModule.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -D= OJI -I../../../../dist/include/xpcom -I../../../../dist/include/gfx -I../.= ./../../dist/include/gfx2 -I../../../../dist/include/imglib2 -I../../../../= dist/include/string -I../../../../dist/include/imgbmp -I../../../../dist/in= clude -I/work/a/ports/editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxf= bsd.pro/misc/build/mozilla/dist/include/nspr -I/usr/xorg/include -fP= IC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -Wal= l -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloade= d-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pipe= -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA= _CLIENT -include ../../../../config-defs.h -Wp,-MD,.deps/nsBMPModule.pp nsB= MPModule.cpp rm -f libimgbmp.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimgbmp.so -o libimgbm= p.so nsBMPDecoder.o nsICODecoder.o nsBMPModule.o -L../../../../dist= /bin -lxpcom -L../../../../dist/bin -L/work/a/ports/editors/openoffice.org-= 1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/lib -lplds4 -= lplc4 -lnspr4 -pthread -lm =20 chmod +x libimgbmp.so /usr/bin/strip libimgbmp.so =2E./../../../config/nsinstall -R -m 755 libimgbmp.so ../../../../dist/lib/= components : ../../../../dist/lib/components/libimgbmp.so =2E./../../../config/nsinstall -R -m 755 libimgbmp.so ../../../../dist/bin/= components : ../../../../dist/bin/components/libimgbmp.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/bm= p' gmake[5]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/m= ng' nsMNGDecoder.cpp g++32 -o nsMNGDecoder.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/string -I../../../../dist/include/xpcom -I= ../../../../dist/include/gfx -I../../../../dist/include/gfx2 -I../../../../= dist/include/imglib2 -I../../../../dist/include/mng -I../../../../dist/incl= ude/jpeg -I../../../../dist/include/zlib -I../../../../dist/include/imgmng = -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/u= sr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/x= org/include -DMOZILLA_CLIENT -include ../../../../config-defs.h -Wp,-MD,.de= ps/nsMNGDecoder.pp nsMNGDecoder.cpp nsMNGFactory.cpp g++32 -o nsMNGFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -= DOJI -I../../../../dist/include/string -I../../../../dist/include/xpcom -I= ../../../../dist/include/gfx -I../../../../dist/include/gfx2 -I../../../../= dist/include/imglib2 -I../../../../dist/include/mng -I../../../../dist/incl= ude/jpeg -I../../../../dist/include/zlib -I../../../../dist/include/imgmng = -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/u= sr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/x= org/include -DMOZILLA_CLIENT -include ../../../../config-defs.h -Wp,-MD,.de= ps/nsMNGFactory.pp nsMNGFactory.cpp imgContainerMNG.cpp g++32 -o imgContainerMNG.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\= " -DOJI -I../../../../dist/include/string -I../../../../dist/include/xpcom= -I../../../../dist/include/gfx -I../../../../dist/include/gfx2 -I../../../= ../dist/include/imglib2 -I../../../../dist/include/mng -I../../../../dist/i= nclude/jpeg -I../../../../dist/include/zlib -I../../../../dist/include/imgm= ng -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/wo= rk/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -= I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-r= tti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast = -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-= long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/us= r/xorg/include -DMOZILLA_CLIENT -include ../../../../config-defs.h -Wp,-MD,= .deps/imgContainerMNG.pp imgContainerMNG.cpp rm -f libimgmng.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-h -Wl,libimgmng.so -o libimgmn= g.so nsMNGDecoder.o nsMNGFactory.o imgContainerMNG.o -L../../../../d= ist/lib -lmozmng -L../../../../dist/lib -lmozjpeg -L../../../../dist/lib -l= mozz -L../../../../dist/bin -lxpcom -L../../../../dist/bin -L/work/a/ports= /editors/openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mo= zilla/dist/lib -lplds4 -lplc4 -lnspr4 -pthread -lm =20 chmod +x libimgmng.so /usr/bin/strip libimgmng.so =2E./../../../config/nsinstall -R -m 755 libimgmng.so ../../../../dist/lib/= components : ../../../../dist/lib/components/libimgmng.so =2E./../../../config/nsinstall -R -m 755 libimgmng.so ../../../../dist/bin/= components : ../../../../dist/bin/components/libimgmng.so gmake[5]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders/mn= g' gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n/decoders' gmake[3]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/libpr0n' gmake[3]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin/base/public' nsIScriptablePlugin.idl =2E./../../../dist/bin/xpidl -m typelib -w -I ../../../../dist/idl -I. -o _= xpidlgen/nsIScriptablePlugin nsIScriptablePlugin.idl nsIHTTPHeaderListener.idl =2E./../../../dist/bin/xpidl -m typelib -w -I ../../../../dist/idl -I. -o _= xpidlgen/nsIHTTPHeaderListener nsIHTTPHeaderListener.idl nsIPluginManager.idl =2E./../../../dist/bin/xpidl -m typelib -w -I ../../../../dist/idl -I. -o _= xpidlgen/nsIPluginManager nsIPluginManager.idl nsIPluginViewer.idl =2E./../../../dist/bin/xpidl -m typelib -w -I ../../../../dist/idl -I. -o _= xpidlgen/nsIPluginViewer nsIPluginViewer.idl =2E./../../../dist/bin/xpt_link _xpidlgen/plugin.xpt _xpidlgen/nsIScriptabl= ePlugin.xpt _xpidlgen/nsIHTTPHeaderListener.xpt _xpidlgen/nsIPluginManager.= xpt _xpidlgen/nsIPluginViewer.xpt=20 =2E./../../../config/nsinstall -R -m 644 _xpidlgen/plugin.xpt ../../../../d= ist/bin/components gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin/base/public' gmake[4]: Entering directory `/work/a/ports/editors/openoffice.org-1.0/work= /oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin/base/src' ns4xPlugin.cpp g++32 -o ns4xPlugin.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\" -DO= JI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../../dist/i= nclude/xpconnect -I../../../../dist/include/string -I../../../../dist/inclu= de/java -I../../../../dist/include/pref -I../../../../dist/include/necko -I= ../../../../dist/include/gtkxtbin -I../../../../dist/include/webshell -I../= ../../../dist/include/caps -I../../../../dist/include/intl -I../../../../di= st/include/uconv -I../../../../dist/include/unicharutil -I../../../../dist/= include/dom -I../../../../dist/include/gfx -I../../../../dist/include/layou= t -I../../../../dist/include/content -I../../../../dist/include/widget -I..= /../../../dist/include/cookie -I../../../../dist/include/mimetype -I../../.= ./../dist/include/oji -I../../../../dist/include/exthandler -I../../../../d= ist/include/docshell -I../../../../dist/include/webbrwsr -I../../../../dist= /include/windowwatcher -I../../../../dist/include/imglib2 -I../../../../dis= t/include/xlibxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plugin -I..= /../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/oo_1= .0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/usr/x= org/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fn= o-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-= align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -f= short-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xorg/i= nclude -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../config-de= fs.h -Wp,-MD,.deps/ns4xPlugin.pp ns4xPlugin.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginHostImpl.h:43, from ns4xPlugin.h:44, from ns4xPlugin.cpp:42: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. ns4xPlugin.cpp:854: warning: `class ns4xStreamWrapper' has virtual function= s=20 but non-virtual destructor ns4xPlugin.cpp:1445: warning: `java_lang_Class* _getJavaClass(void*)' defin= ed=20 but not used ns4xPluginInstance.cpp g++32 -o ns4xPluginInstance.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeB= SD\" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../.= ./dist/include/xpconnect -I../../../../dist/include/string -I../../../../di= st/include/java -I../../../../dist/include/pref -I../../../../dist/include/= necko -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webshe= ll -I../../../../dist/include/caps -I../../../../dist/include/intl -I../../= ../../dist/include/uconv -I../../../../dist/include/unicharutil -I../../../= ../dist/include/dom -I../../../../dist/include/gfx -I../../../../dist/inclu= de/layout -I../../../../dist/include/content -I../../../../dist/include/wid= get -I../../../../dist/include/cookie -I../../../../dist/include/mimetype -= I../../../../dist/include/oji -I../../../../dist/include/exthandler -I../..= /../../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../..= /../dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../../.= ./../dist/include/x libxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plu= gin -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/w= ork/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-= rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast= -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long= -long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/us= r/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../c= onfig-defs.h -Wp,-MD,.deps/ns4xPluginInstance.pp ns4xPluginInstance.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginHostImpl.h:43, from ns4xPluginInstance.cpp:47: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. ns4xPluginInstance.cpp: In member function `virtual nsresult=20 ns4xPluginStreamListener::OnStartBinding(nsIPluginStreamInfo*)': ns4xPluginInstance.cpp:259: warning: comparison between signed and unsigned= =20 integer expressions nsPluginDocLoaderFactory.cpp g++32 -o nsPluginDocLoaderFactory.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\= "FreeBSD\" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../.= ./../../dist/include/xpconnect -I../../../../dist/include/string -I../../..= /../dist/include/java -I../../../../dist/include/pref -I../../../../dist/in= clude/necko -I../../../../dist/include/gtkxtbin -I../../../../dist/include/= webshell -I../../../../dist/include/caps -I../../../../dist/include/intl -I= ../../../../dist/include/uconv -I../../../../dist/include/unicharutil -I../= ../../../dist/include/dom -I../../../../dist/include/gfx -I../../../../dist= /include/layout -I../../../../dist/include/content -I../../../../dist/inclu= de/widget -I../../../../dist/include/cookie -I../../../../dist/include/mime= type -I../../../../dist/include/oji -I../../../../dist/include/exthandler -= I../../../../dist/include/docshell -I../../../../dist/include/webbrwsr -I..= /../../../dist/include/windowwatcher -I../../../../dist/include/imglib2 -I.= ./../../../dist/inc lude/xlibxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/inclu= de/plugin -I../../../../dist/include -I/work/a/ports/editors/openoffice.org= -1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr= -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include= -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-functio= n-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wn= o-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include = -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../.= ./../config-defs.h -Wp,-MD,.deps/nsPluginDocLoaderFactory.pp nsPluginDocLoa= derFactory.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginDocLoaderFactory.cpp:40: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginHostImpl.cpp g++32 -o nsPluginHostImpl.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD= \" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../../= dist/include/xpconnect -I../../../../dist/include/string -I../../../../dist= /include/java -I../../../../dist/include/pref -I../../../../dist/include/ne= cko -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webshell= -I../../../../dist/include/caps -I../../../../dist/include/intl -I../../..= /../dist/include/uconv -I../../../../dist/include/unicharutil -I../../../..= /dist/include/dom -I../../../../dist/include/gfx -I../../../../dist/include= /layout -I../../../../dist/include/content -I../../../../dist/include/widge= t -I../../../../dist/include/cookie -I../../../../dist/include/mimetype -I.= ./../../../dist/include/oji -I../../../../dist/include/exthandler -I../../.= ./../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../../.= ./dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../../../= ../dist/include/xli bxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plugi= n -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/wor= k/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I= /usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rt= ti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -= Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-l= ong -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/= xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../con= fig-defs.h -Wp,-MD,.deps/nsPluginHostImpl.pp nsPluginHostImpl.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginHostImpl.h:43, from nsPluginHostImpl.cpp:48: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginHostImpl.cpp: In member function `virtual nsresult=20 nsPluginHostImpl::StopPluginInstance(nsIPluginInstance*)': nsPluginHostImpl.cpp:5844: warning: `nsresult rv' might be used uninitializ= ed=20 in this function nsPluginModule.cpp g++32 -o nsPluginModule.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\"= -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../../di= st/include/xpconnect -I../../../../dist/include/string -I../../../../dist/i= nclude/java -I../../../../dist/include/pref -I../../../../dist/include/neck= o -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webshell -= I../../../../dist/include/caps -I../../../../dist/include/intl -I../../../.= ./dist/include/uconv -I../../../../dist/include/unicharutil -I../../../../d= ist/include/dom -I../../../../dist/include/gfx -I../../../../dist/include/l= ayout -I../../../../dist/include/content -I../../../../dist/include/widget = -I../../../../dist/include/cookie -I../../../../dist/include/mimetype -I../= ../../../dist/include/oji -I../../../../dist/include/exthandler -I../../../= ../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../../../= dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../../../..= /dist/include/xlibx tbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plugin = -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/u= sr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../confi= g-defs.h -Wp,-MD,.deps/nsPluginModule.pp nsPluginModule.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginHostImpl.h:43, from nsPluginModule.cpp:42: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginInstancePeer.cpp g++32 -o nsPluginInstancePeer.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"Fre= eBSD\" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../..= /../dist/include/xpconnect -I../../../../dist/include/string -I../../../../= dist/include/java -I../../../../dist/include/pref -I../../../../dist/includ= e/necko -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webs= hell -I../../../../dist/include/caps -I../../../../dist/include/intl -I../.= ./../../dist/include/uconv -I../../../../dist/include/unicharutil -I../../.= ./../dist/include/dom -I../../../../dist/include/gfx -I../../../../dist/inc= lude/layout -I../../../../dist/include/content -I../../../../dist/include/w= idget -I../../../../dist/include/cookie -I../../../../dist/include/mimetype= -I../../../../dist/include/oji -I../../../../dist/include/exthandler -I../= ../../../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../= ../../dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../..= /../../dist/include /xlibxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/p= lugin -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0= /work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr = -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fn= o-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-ca= st -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-lo= ng-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/= usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../..= /config-defs.h -Wp,-MD,.deps/nsPluginInstancePeer.pp nsPluginInstancePeer.c= pp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from ../../../../dist/include/xpcom/nsFileSpec.h:148, from nsPluginInstancePeer.cpp:48: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginViewer.cpp g++32 -o nsPluginViewer.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD\"= -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../../di= st/include/xpconnect -I../../../../dist/include/string -I../../../../dist/i= nclude/java -I../../../../dist/include/pref -I../../../../dist/include/neck= o -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webshell -= I../../../../dist/include/caps -I../../../../dist/include/intl -I../../../.= ./dist/include/uconv -I../../../../dist/include/unicharutil -I../../../../d= ist/include/dom -I../../../../dist/include/gfx -I../../../../dist/include/l= ayout -I../../../../dist/include/content -I../../../../dist/include/widget = -I../../../../dist/include/cookie -I../../../../dist/include/mimetype -I../= ../../../dist/include/oji -I../../../../dist/include/exthandler -I../../../= ../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../../../= dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../../../..= /dist/include/xlibx tbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plugin = -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I/u= sr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rtti= -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -Wc= ast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-lon= g -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/xo= rg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../confi= g-defs.h -Wp,-MD,.deps/nsPluginViewer.pp nsPluginViewer.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/xpcom/nsCppSharedAllocator.h= :6, from ../../../../dist/include/xpcom/nsCRT.h:45, from nsPluginViewer.cpp:41: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginDirServiceProvider.cpp g++32 -o nsPluginDirServiceProvider.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH= =3D\"FreeBSD\" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I= ../../../../dist/include/xpconnect -I../../../../dist/include/string -I../.= ./../../dist/include/java -I../../../../dist/include/pref -I../../../../dis= t/include/necko -I../../../../dist/include/gtkxtbin -I../../../../dist/incl= ude/webshell -I../../../../dist/include/caps -I../../../../dist/include/int= l -I../../../../dist/include/uconv -I../../../../dist/include/unicharutil -= I../../../../dist/include/dom -I../../../../dist/include/gfx -I../../../../= dist/include/layout -I../../../../dist/include/content -I../../../../dist/i= nclude/widget -I../../../../dist/include/cookie -I../../../../dist/include/= mimetype -I../../../../dist/include/oji -I../../../../dist/include/exthandl= er -I../../../../dist/include/docshell -I../../../../dist/include/webbrwsr = -I../../../../dist/include/windowwatcher -I../../../../dist/include/imglib2= -I../../../../dist/i nclude/xlibxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/inc= lude/plugin -I../../../../dist/include -I/work/a/ports/editors/openoffice.o= rg-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/ns= pr -I/usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/inclu= de -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-funct= ion-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -= Wno-long-long -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/includ= e -I/usr/xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../..= /../../config-defs.h -Wp,-MD,.deps/nsPluginDirServiceProvider.pp nsPluginDi= rServiceProvider.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/xpcom/nsCppSharedAllocator.h= :6, from ../../../../dist/include/xpcom/nsCRT.h:45, from nsPluginDirServiceProvider.cpp:41: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. nsPluginsDirUnix.cpp g++32 -o nsPluginsDirUnix.o -c -DOSTYPE=3D\"FreeBSD6\" -DOSARCH=3D\"FreeBSD= \" -DOJI -D_IMPL_NS_PLUGIN -I../../../../dist/include/xpcom -I../../../../= dist/include/xpconnect -I../../../../dist/include/string -I../../../../dist= /include/java -I../../../../dist/include/pref -I../../../../dist/include/ne= cko -I../../../../dist/include/gtkxtbin -I../../../../dist/include/webshell= -I../../../../dist/include/caps -I../../../../dist/include/intl -I../../..= /../dist/include/uconv -I../../../../dist/include/unicharutil -I../../../..= /dist/include/dom -I../../../../dist/include/gfx -I../../../../dist/include= /layout -I../../../../dist/include/content -I../../../../dist/include/widge= t -I../../../../dist/include/cookie -I../../../../dist/include/mimetype -I.= ./../../../dist/include/oji -I../../../../dist/include/exthandler -I../../.= ./../dist/include/docshell -I../../../../dist/include/webbrwsr -I../../../.= ./dist/include/windowwatcher -I../../../../dist/include/imglib2 -I../../../= ../dist/include/xli bxtbin -I../../../../dist/include/xlibrgb -I../../../../dist/include/plugi= n -I../../../../dist/include -I/work/a/ports/editors/openoffice.org-1.0/wor= k/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/dist/include/nspr -I= /usr/xorg/include -fPIC -I/usr/xorg/include -I/usr/xorg/include -fno-rt= ti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast -= Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-l= ong -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -I/usr/= xorg/include -I/usr/xorg/include -DMOZILLA_CLIENT -include ../../../../con= fig-defs.h -Wp,-MD,.deps/nsPluginsDirUnix.pp nsPluginsDirUnix.cpp In file included from /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/= include/g++-v3/backward/new.h:33, from ../../../../dist/include/string/nsBufferHandleUtils.h= :36, from ../../../../dist/include/string/nsSharableString.h:35, from ../../../../dist/include/string/nsPromiseFlatString.h= :28, from ../../../../dist/include/string/nsString2.h:70, from ../../../../dist/include/string/nsString.h:54, from nsIPluginHost.h:43, from nsPluginHostImpl.h:43, from ns4xPlugin.h:44, from nsPluginsDirUnix.cpp:47: /usr/local/lib/gcc-lib/i386-portbld-freebsd6.2/3.2.3/include/g++-v3/backwar= d/backward_warning.h:32:2: warning: #warning This file includes at least on= e deprecated or antiquated header. Please consider using one of the 32 head= ers found in section 17.4.1.2 of the C++ standard. Examples include substit= uting the header for the header for C++ includes, or in= stead of the deprecated header . To disable this warning use -= Wno-deprecated. rm -f libgkplugin.so g++32 -I/usr/xorg/include -I/usr/xorg/include -fno-rtti -fno-exceptions -W= all -Wconversion -Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloa= ded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -fshort-wchar -pi= pe -DNDEBUG -DTRIMMED -O -I/usr/xorg/include -fPIC -shared -Wl,-h -Wl,libg= kplugin.so -o libgkplugin.so ns4xPlugin.o ns4xPluginInstance.o nsPluginDoc= LoaderFactory.o nsPluginHostImpl.o nsPluginModule.o nsPluginInstancePeer.o = nsPluginViewer.o nsPluginDirServiceProvider.o nsPluginsDirUnix.o -L= ../../../../dist/bin -lxpcom -L../../../../dist/bin -L/work/a/ports/editors= /openoffice.org-1.0/work/oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/di= st/lib -lplds4 -lplc4 -lnspr4 -pthread ../../../../dist/lib/libunicharutil= _s.a -lxlibxtbin -lxlibrgb -L/usr/X11R6/lib -lXt -lm =20 /usr/bin/ld: cannot find -lXt collect2: ld returned 1 exit status gmake[4]: *** [libgkplugin.so] Error 1 gmake[4]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin/base/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla/modules/plugin' gmake[2]: *** [tier_9] Error 2 gmake[2]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/work/a/ports/editors/openoffice.org-1.0/work/= oo_1.0.3_src/moz/unxfbsd.pro/misc/build/mozilla' gmake: *** [build] Error 2 dmake: Error code 2, while making './unxfbsd.pro/misc/build/so_built' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /work/a/ports/editors/openoffice.o= rg-1.0/work/oo_1.0.3_src/moz echo ./unxfbsd.pro/bin/mozruntime.zip>& /dev/null cp -f ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnspr4.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libnspr4.so && cp -f ./unxfbsd.pro/m= isc/build/mozilla/dist/bin/libplc4.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libplc4.so && cp -f ./unxfbsd.pro/mi= sc/build/mozilla/dist/bin/libplds4.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libplds4.so && cp -f ./unxfbsd.pro/m= isc/build/mozilla/dist/bin/libxpcom.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libxpcom.so && cp -f ./unxfbsd.pro/m= isc/build/mozilla/dist/bin/libnss3.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libnss3.so && cp -f ./unxfbsd.pro/mi= sc/build/mozilla/dist/bin/libssl3.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libssl3.so && cp -f ./unxfbsd.pro/mi= sc/build/mozilla/dist/bin/libsoftokn3.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libsoftokn3.so && cp -f ./unxfbsd.pr= o/misc/build/mozilla/dist/bin/libsmime3.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libsmime3.so && cp -f ./unxfbsd.pro/= misc/build/mozilla/dist/bin/libmozjs.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libmozjs.so && cp -f ./unxfbsd.pro/m= isc/build/mozilla/dist/bin/libmozz.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libmozz.so && cp -f ./unxfbsd.pro/mi= sc/build/mozilla/dist/bin/libmsgbaseutil.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libmsgbaseutil.so && cp -f ./unxfbsd= .pro/misc/build/mozilla/dist/bin/libldap50.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libldap50.so && cp -f ./unxfbsd.pro/= misc/build/mozilla/dist/bin/libprldap50.so \ ./unxfbsd.pro/misc/FREEBSDGCCIruntime/libprldap50.so && \ echo >& /dev/null cp: ./unxfbsd.pro/misc/build/mozilla/dist/bin/libnss3.so: No such file or d= irectory dmake: Error code 1, while making './unxfbsd.pro/misc/build/so_moz_runtime= _files' ---* TG_SLO.MK *--- *** Error code 255 Stop in /a/ports/editors/openoffice.org-1.0. =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.0 ended at Mon Dec 11 13:39:29= UTC 2006 ----- End forwarded message ----- --WChQLJJJfbwij+9x Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFfX/zWry0BWjoQKURArtnAJ9rUUSrTFJRfrQVroVfYBVLUdk+XgCg49rR QXq1cqyvBzHix0mPUYm/dr0= =nWiJ -----END PGP SIGNATURE----- --WChQLJJJfbwij+9x-- From owner-freebsd-openoffice@FreeBSD.ORG Tue Dec 12 11:37:00 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F86516A4CA for ; Tue, 12 Dec 2006 11:37:00 +0000 (UTC) (envelope-from landemaine@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407484459D for ; Tue, 12 Dec 2006 11:14:56 +0000 (GMT) (envelope-from landemaine@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1724783wxc for ; Tue, 12 Dec 2006 03:16:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=OVXAT3sZixfBNwnu9RdQLActJ0K80WMyjZVQB/Vj7ZYkmyk5nDx6hKaXeJttbhKHOs/VqCDNKrks7VcMnbVRCbDc45yQlE/qUwrAoHserEAELz3fxvmZCiAi4NHdph9iDfEcWtpzKhkCUhkTkDNQwW2rjGL+v2ZoIyvacRVWb9Q= Received: by 10.90.100.2 with SMTP id x2mr8125093agb.1165922169012; Tue, 12 Dec 2006 03:16:09 -0800 (PST) Received: by 10.90.91.19 with HTTP; Tue, 12 Dec 2006 03:16:08 -0800 (PST) Message-ID: Date: Tue, 12 Dec 2006 08:16:08 -0300 From: "Charles A. Landemaine" To: "NAKATA Maho" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: openoffice@freebsd.org Subject: Compiling OO.o with all available languages 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, 12 Dec 2006 11:37:00 -0000 I know how to compile OO.o with language support, but I'd like to compile OO.o with all available languages. Is it possible? If so, how? Thanks, -- Charles A. Landemaine. From owner-freebsd-openoffice@FreeBSD.ORG Tue Dec 12 13:03:15 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 098BB16A40F for ; Tue, 12 Dec 2006 13:03:15 +0000 (UTC) (envelope-from landemaine@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2122D43CBF for ; Tue, 12 Dec 2006 13:01:19 +0000 (GMT) (envelope-from landemaine@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so882866wra for ; Tue, 12 Dec 2006 05:02:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZjHsfThcIbwQ/jsM96fwKhiSnuv5BUV95gamcDtRQ7qAA708ZwWJHK+C5bXY8NcBFf/JjCec6Kf0qb6UwXiQPgCxlDDI+55k7b9AhvbPNUs3XON6Lxj3eNzqze5SpO7q7HEGfHQ4ifRZM5AXw4gm2gs8IGqSNWP1MCtjBau8oEs= Received: by 10.90.117.15 with SMTP id p15mr8264407agc.1165928555367; Tue, 12 Dec 2006 05:02:35 -0800 (PST) Received: by 10.90.91.19 with HTTP; Tue, 12 Dec 2006 05:02:35 -0800 (PST) Message-ID: Date: Tue, 12 Dec 2006 10:02:35 -0300 From: "Charles A. Landemaine" To: "NAKATA Maho" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061119.110400.78745361.chat95@mac.com> <20061126.164744.74754342.chat95@mac.com> Cc: openoffice@freebsd.org Subject: Re: WITH_TTF_BYTECODE_ENABLED=1 not working anymore? 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, 12 Dec 2006 13:03:15 -0000 I see that OO.o 2.1 is available for other systems. Any ETA for our FreeBSD port ? :) Thanks, -- Charles A. Landemaine. From owner-freebsd-openoffice@FreeBSD.ORG Wed Dec 13 04:41:52 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB55B16A415 for ; Wed, 13 Dec 2006 04:41:52 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B30643CA2 for ; Wed, 13 Dec 2006 04:40:25 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so7838ana for ; Tue, 12 Dec 2006 20:41:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=R+O1GOrN9o6gPH6ny2wkg0zMMjTPLO4+PXLaYyOn/xVBqzAUuHkHcR1/3MFutODUdZJ7HndyDO5QR0mI3HKlD3lkwVeU9dTCSksXHt5ezFV3AuWiy3tWNi73oofzHgJKjTmuzKBKg4zwffa8k1NQsFxMybPk4pLooGST8Hv2m7M= Received: by 10.100.57.14 with SMTP id f14mr245220ana.1165984911469; Tue, 12 Dec 2006 20:41:51 -0800 (PST) Received: by 10.100.33.20 with HTTP; Tue, 12 Dec 2006 20:41:51 -0800 (PST) Message-ID: <6f50eac40612122041x48b6fbe7w86fb09f92c82e955@mail.gmail.com> Date: Tue, 12 Dec 2006 23:41:51 -0500 From: "Indigo 23" To: openoffice@FreeBSD.org, maho@FreeBSD.org, xxjack12xx@openoffice.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: OOo 2.1.0 binaries for FreeBSD 6.x (i386)? 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, 13 Dec 2006 04:41:53 -0000 Any idea when you guys will have binaries for OpenOffice.org 2.1.0 on FreeBSD 6.x (i386) ready? Thanks. From owner-freebsd-openoffice@FreeBSD.ORG Wed Dec 13 05:43:08 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8915216A403 for ; Wed, 13 Dec 2006 05:43:07 +0000 (UTC) (envelope-from Soos.Gabor@bmrt.hu) Received: from mta02.mail.t-online.hu (mta02.mail.t-online.hu [195.228.240.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id D179443C9E for ; Wed, 13 Dec 2006 05:41:39 +0000 (GMT) (envelope-from Soos.Gabor@bmrt.hu) Received: from bmrt.hu (dsl51B6F3EC.fixip.t-online.hu [81.182.243.236]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.t-online.hu (Postfix) with ESMTP for ; Wed, 13 Dec 2006 06:35:46 +0100 (CET) Received: from mail.bmrt ([192.168.1.27] helo=bmrt.hu) by bmrt.hu with esmtp (Exim 4.50) id 1GuMmL-0003xL-7Y for openoffice@FreeBSD.org; Wed, 13 Dec 2006 06:35:41 +0100 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C71E77.ED9DFBA6" Date: Wed, 13 Dec 2006 06:30:12 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <0CA477380B3A6C44803FC441A42748FA08427E@SERVER2003.BMRT.local> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: *** Error code 1 :( Thread-Index: Acced8NAkDib5le+Rz2EefUoiCEt8w== From: =?iso-8859-1?B?U2/zcyBH4WJvcg==?= To: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: *** Error code 1 :( 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, 13 Dec 2006 05:43:08 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C71E77.ED9DFBA6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, We would like to use OpenOffice.Org-2, but something wrong at the = configure script. Do you have any suggestion? ... checking Ant lib directory... configure: error: Ant libraries not found! =3D=3D=3D> Script "configure" failed unexpectedly. . Best Regards, Gabor =20 So=F3s G=E1bor villamosm=E9rn=F6k BM Zrt. / K=D6O (K=D6zleked=E9si Oszt=E1ly) mobil: (20) 983-57-93 tel: (1) 201-3446 / 102 fax: (1) 201-3646 soos.gabor@bmrt.hu www.bmrt.hu ------_=_NextPart_001_01C71E77.ED9DFBA6-- From owner-freebsd-openoffice@FreeBSD.ORG Thu Dec 14 00:27:09 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B58316A4C9 for ; Thu, 14 Dec 2006 00:27:09 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B57A43CA7 for ; Thu, 14 Dec 2006 00:25:36 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so116729ana for ; Wed, 13 Dec 2006 16:27:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=BBuGVsmz0nYvjT1ryJUa2360+J2KY7sYy6ASWTpedtupsrjOP6HwB4k3wusnL0sPylfUDGJz1Py7S/l23FXZanFUZykbXSxwPLqeXTSO+/tHXOJGua9duyf4dM387yaM+PprdwRRE3qErKyAXpycVpBXJo0nc3B9IDi6fHKJYMU= Received: by 10.100.94.3 with SMTP id r3mr326527anb.1166056027635; Wed, 13 Dec 2006 16:27:07 -0800 (PST) Received: from localhost ( [133.11.172.102]) by mx.google.com with ESMTP id 14sm3231362wrl.2006.12.13.16.27.05; Wed, 13 Dec 2006 16:27:06 -0800 (PST) Date: Thu, 14 Dec 2006 09:26:28 +0900 (JST) Message-Id: <20061214.092628.02219206.chat95@mac.com> To: landemaine@gmail.com From: NAKATA Maho In-Reply-To: References: X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: openoffice@freebsd.org Subject: Re: Compiling OO.o with all available languages 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: Thu, 14 Dec 2006 00:27:09 -0000 From: "Charles A. Landemaine" Subject: Compiling OO.o with all available languages Date: Tue, 12 Dec 2006 08:16:08 -0300 > I know how to compile OO.o with language support, but I'd like to > compile OO.o with all available languages. Is it possible? If so, how? > Thanks, please see my page. http://porting.openoffice.org/freebsd//index.html # Building all localized language packages The initial make may take 6 hours, however the next make will only take 5 minutes. The trick is TWEAK_L10N touches work/.configure_done* etc. This is due to limitations of ports framework. # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes # make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything # make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall # make TWEAK_L10N=yes LOCALIZED_LANG=ar pre-everything # make LOCALIZED_LANG=ar WITH_CCACHE=yes package package-rename deinstall # make TWEAK_L10N=yes LOCALIZED_LANG=ca pre-everything # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall ... -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-openoffice@FreeBSD.ORG Thu Dec 14 00:38:22 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C410016A416 for ; Thu, 14 Dec 2006 00:38:22 +0000 (UTC) (envelope-from landemaine@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1508543CD5 for ; Thu, 14 Dec 2006 00:36:33 +0000 (GMT) (envelope-from landemaine@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so117382ana for ; Wed, 13 Dec 2006 16:38:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kdqKHRv2FIzR8e/uIgvpinLKnFGHS7hd0TKWrESq1fg6xupDSYqji5qSkJ1e7nadR/tz4zDczCZrtu8hLIVl++gixLX/nEN7p7TwZjdMvxInYbwHtkqbyfhf2T/15VfddQpgWZYoM+EZmMziwBJEaCKi+XcoeCAfTwHIklljpGw= Received: by 10.100.93.5 with SMTP id q5mr328167anb.1166056685145; Wed, 13 Dec 2006 16:38:05 -0800 (PST) Received: by 10.90.91.19 with HTTP; Wed, 13 Dec 2006 16:38:03 -0800 (PST) Message-ID: Date: Wed, 13 Dec 2006 21:38:03 -0300 From: "Charles A. Landemaine" To: "NAKATA Maho" In-Reply-To: <20061214.092628.02219206.chat95@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061214.092628.02219206.chat95@mac.com> Cc: openoffice@freebsd.org Subject: Re: Compiling OO.o with all available languages 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: Thu, 14 Dec 2006 00:38:22 -0000 On 12/13/06, NAKATA Maho wrote: > # Building all localized language packages > The initial make may take 6 hours, however the next make will only take 5 minutes. The trick is TWEAK_L10N touches work/.configure_done* etc. This is due to limitations of ports framework. > > # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes > # make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything > # make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall > # make TWEAK_L10N=yes LOCALIZED_LANG=ar pre-everything > # make LOCALIZED_LANG=ar WITH_CCACHE=yes package package-rename deinstall > # make TWEAK_L10N=yes LOCALIZED_LANG=ca pre-everything > # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall Thank you Maho-san, so I have to execute: # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall For all languages? Or is the first line enough: # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes Please let me know! -- Charles A. Landemaine. From owner-freebsd-openoffice@FreeBSD.ORG Thu Dec 14 01:56:42 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F44816A513 for ; Thu, 14 Dec 2006 01:56:42 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id C223643E27 for ; Thu, 14 Dec 2006 01:50:29 +0000 (GMT) (envelope-from maho.nakata@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so311818wxc for ; Wed, 13 Dec 2006 17:51:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=UvvZbFAPna3DAEAK/2BxEfamewFbls2NEQVEbBvsDDaBL49Uyh/f7rFeRqROaRZQNQs4MfEWRI2v4NIZh056LbIWSDf/n0JT7n4gLyVwBZZRnibqjWFC4MsFMD4HfcNhrhSsRyPGPZDRNKWzb1IosuwoY0zOtMGu0Fmvb9Q4vbs= Received: by 10.70.29.14 with SMTP id c14mr484890wxc.1166061095222; Wed, 13 Dec 2006 17:51:35 -0800 (PST) Received: from localhost ( [133.11.172.102]) by mx.google.com with ESMTP id 9sm2328896wrl.2006.12.13.17.51.32; Wed, 13 Dec 2006 17:51:34 -0800 (PST) Date: Thu, 14 Dec 2006 10:50:55 +0900 (JST) Message-Id: <20061214.105055.78799271.chat95@mac.com> To: landemaine@gmail.com From: NAKATA Maho In-Reply-To: References: <20061214.092628.02219206.chat95@mac.com> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: openoffice@freebsd.org Subject: Re: Compiling OO.o with all available languages 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: Thu, 14 Dec 2006 01:56:42 -0000 From: "Charles A. Landemaine" Subject: Re: Compiling OO.o with all available languages Date: Wed, 13 Dec 2006 21:38:03 -0300 > On 12/13/06, NAKATA Maho wrote: > > # Building all localized language packages > > The initial make may take 6 hours, however the next make will only take 5 minutes. The trick is TWEAK_L10N touches work/.configure_done* etc. This is due to limitations of ports framework. > > > > # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes > > # make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything > > # make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall > > # make TWEAK_L10N=yes LOCALIZED_LANG=ar pre-everything > > # make LOCALIZED_LANG=ar WITH_CCACHE=yes package package-rename deinstall > > # make TWEAK_L10N=yes LOCALIZED_LANG=ca pre-everything > > # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall > > > > Thank you Maho-san, so I have to execute: > > # make LOCALIZED_LANG=ca WITH_CCACHE=yes package package-rename deinstall > > For all languages? Or is the first line enough: > > # cd /usr/ports/editors/openoffice.org-2 ; make ALL_LOCALIZED_LANGS=yes this make command doesn't a create package other than English. but build all localized packages inside OOo port. then, some might think next make is enough # make LOCALIZED_LANG=ja WITH_CCACHE=yes package package-rename deinstall but with this, ports system remove work directory. to tweak ports system, we need # make TWEAK_L10N=yes LOCALIZED_LANG=ja pre-everything -- NAKATA, Maho (maho@FreeBSD.org) From owner-freebsd-openoffice@FreeBSD.ORG Thu Dec 14 12:40:50 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5274516A504 for ; Thu, 14 Dec 2006 12:40:50 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C89943CCB for ; Thu, 14 Dec 2006 12:38:19 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-124-165.pools.arcor-ip.net [84.60.124.165]) by dd2718.kasserver.com (Postfix) with ESMTP id 091F51085FD for ; Thu, 14 Dec 2006 13:39:12 +0100 (CET) Message-ID: <4581460F.60508@chillt.de> Date: Thu, 14 Dec 2006 12:39:43 +0000 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: OOo 2.1 doesn't compile on 6-STABLE 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: Thu, 14 Dec 2006 12:40:50 -0000 Hi all I tried to upgrade my OpenOffice.org installation from 2.0.4 to 2.1 last night and it bombed with the following error message. The flags used were: WITH_GNUGCJ=1 WITHOUT_MOZILLA=1 WITH_KDE=1 WITH_CCACHE=1 WITH_TTF_BYTECODE_ENABLED=1 The only other nonstandard setting is CCACHE_DIR=/tmp/ccache (I don't have enough space in / for all those ccache files). This is an i386 6-STABLE box. I have successfully been using this machine to build OpenOffice.org for over two years, so this must be a new problem, introduced by the recent update: Making: ../../unxfbsdi.pro/slo/XSLTFilter.obj ccache g++41 -fmessage-length=0 -c -Os -fno-strict-aliasing -I. -I../../unxfbsdi.pro/inc/XSLTFilter -I../inc -I../../inc/pch -I../../inc -I../../unx/inc -I../../unxfbsdi.pro/inc -I. -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/external -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/unxfbsdi/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/res -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/inc/Xp31 -I/usr/local/lib/jvm/java-gcj41/include -I/usr/X11R6/include -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/offuh -I. -I../../res -I. -pipe -mtune=pentiumpro -fvisibility-inlines-hidden -g1 -fexceptions -fno-enforce-eh-specs -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/local/lib/gcc-4.1.2/include/c++ -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DOOE680=OOE680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../unxfbsdi.pro/slo/XSLTFilter.o /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: In constructor 'XSLT::FLABridge::FLABridge(const com::sun::star::uno::Reference&)': /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:131: warning: declaration of 'm_rDocumentHandler' shadows a member of 'this' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: In member function 'virtual void XSLT::FLABridge::startElement(const rtl::OUString&, const com::sun::star::uno::Reference&)': /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:153: warning: unused variable '_attriblist' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: In constructor 'XSLT::XSLTFilter::XSLTFilter(const com::sun::star::uno::Reference&)': /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:242: warning: 'XSLT::XSLTFilter::m_bTerminated' will be initialized after /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:241: warning: 'sal_Bool XSLT::XSLTFilter::m_bError' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:294: warning: when initialized here /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: At global scope: /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:303: warning: unused parameter 'e' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: In member function 'virtual void XSLT::XSLTFilter::startElement(const rtl::OUString&, const com::sun::star::uno::Reference&)': /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:586: warning: unused variable '_attriblist' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx: At global scope: /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:660: warning: unused parameter 'ppEnv' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:665: warning: unused parameter 'pServiceManager' /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/XSLTFilter.cxx:691: warning: unused parameter 'pRegistryKey' if ( -e ../../unxfbsdi.pro/slo/XSLTFilter.o ) touch ../../unxfbsdi.pro/slo/XSLTFilter.obj ------------------------------ Making: ../../unxfbsdi.pro/slo/fla.obj ccache g++41 -fmessage-length=0 -c -Os -fno-strict-aliasing -I. -I../../unxfbsdi.pro/inc/XSLTFilter -I../inc -I../../inc/pch -I../../inc -I../../unx/inc -I../../unxfbsdi.pro/inc -I. -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/external -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/unxfbsdi/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/inc -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/res -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/stl -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solenv/inc/Xp31 -I/usr/local/lib/jvm/java-gcj41/include -I/usr/X11R6/include -I/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/inc/offuh -I. -I../../res -I. -pipe -mtune=pentiumpro -fvisibility-inlines-hidden -g1 -fexceptions -fno-enforce-eh-specs -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DINTEL -DCVER=C341 -DX86 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/local/lib/gcc-4.1.2/include/c++ -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DOOE680=OOE680 -DSHAREDLIB -D_DLL_ -DMULTITHREAD -o ../../unxfbsdi.pro/slo/fla.o /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter/fla.cxx if ( -e ../../unxfbsdi.pro/slo/fla.o ) touch ../../unxfbsdi.pro/slo/fla.obj rm -f ../../unxfbsdi.pro/misc/XSLTFilter_dummy.java >& /dev/null rm -f ../../unxfbsdi.pro/misc/XSLTFilter_dummy.java >& /dev/null rm -f ../../unxfbsdi.pro/misc/XSLTFilter_dummy.java >& /dev/null /usr/local/lib/jvm/java-gcj41/bin/gcj --encoding=UTF-8 -O2 -fno-assert -Wno-deprecated -C -classpath ".:../../unxfbsdi.pro/class::/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/ridl.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/unoil.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/jurt.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/juh.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/xalan.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/xercesImpl.jar:/usr/ports/editors/openoffice.org-2/work/OOE680_m6/solver/680/unxfbsdi.pro/bin/xml-apis.jar" -d ../../unxfbsdi.pro/class XSLTransformer.java XSLTFilterOLEExtracter.java XSLTXalanOLEExtracter.java XSLTXalanOLEExtracter.java: In class 'XSLTXalanOLEExtracter': XSLTXalanOLEExtracter.java: In method 'XSLTXalanOLEExtracter.init(org.apache.xalan.extensions.XSLProcessorContext,org.apache.xalan.templates.ElemExtensionCall)': XSLTXalanOLEExtracter.java:52: error: cannot find file for class org.apache.xml.serializer.SerializerTrace XSLTXalanOLEExtracter.java:52: error: cannot find file for class org.apache.xml.serializer.SerializerTrace dmake: Error code 1, while making '../../unxfbsdi.pro/misc/XSLTFilter_dummy.java' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2/work/OOE680_m6/filter/source/xsltfilter dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.39378.26 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=openoffice.org-2.0.4 UPGRADE_PORT_VER=2.0.4 make WITH_GNUGCJ=1 WITHOUT_MOZILLA=1 WITH_KDE=1 WITH_CCACHE=1 WITH_TTF_BYTECODE_ENABLED=1 ** Fix the problem and try again. From owner-freebsd-openoffice@FreeBSD.ORG Fri Dec 15 11:16:41 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9877116A403 for ; Fri, 15 Dec 2006 11:16:41 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39AC43CB4 for ; Fri, 15 Dec 2006 11:14:52 +0000 (GMT) (envelope-from gergely.czuczy@harmless.hu) Received: from localhost (marvin-mail [192.168.0.2]) by marvin.harmless.hu (Postfix) with ESMTP id BDB097BFCE3 for ; Fri, 15 Dec 2006 12:16:31 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at harmless.hu Received: from marvin.harmless.hu ([192.168.0.2]) by localhost (marvin.harmless.hu [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id E6VnnnVLSu+l for ; Fri, 15 Dec 2006 12:16:30 +0100 (CET) Received: from marvin.harmless.hu (localhost [127.0.0.1]) by marvin.harmless.hu (Postfix) with ESMTP id 66C347BFCDD for ; Fri, 15 Dec 2006 12:16:30 +0100 (CET) Date: Fri, 15 Dec 2006 12:16:30 +0100 From: Gergely CZUCZY To: openoffice@FreeBSD.org Message-ID: <20061215111629.GA3525@harmless.hu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=x-unknown; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: Subject: 2.1 building question 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, 15 Dec 2006 11:16:41 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello i've got problems with building openoffice.org-2. it's a fresh csup. the problem is: # time make -j1 -DWITHOUT_MOZILLA -DWITH_CUPS build (...) /bin/sh ../mkinstalldirs ../data/out ../data/out/build ../test/testdata/out= ../test/testdata/out/build ICU_DATA=3D../data/out/build LD_LIBRARY_PATH=3D../common:../i18n:../tools/t= oolutil:../layout:../layoutex:../extra/ustdio:../tools/ctestfw:../data/out:= =2E./data:../stubdata/:$LD_LIBRARY_PATH ../tools/genrb/genrb -k -q -p icud= t26l -s ../data/locales -d ../data/out/build root.txt =2E./data/locales/root.txt:37: parse error. Stopped parsing with U_INVALID_= FORMAT_ERROR couldn't parse the file root.txt. Error:U_INVALID_FORMAT_ERROR gmake[1]: *** [../data/out/build/icudt26l_root.res] Error 3 gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-2/work/OOE68= 0_m6/icu/unxfbsdi.pro/misc/build/icu/source/data' gmake: *** [all-recursive] Error 2 dmake: Error code 2, while making './unxfbsdi.pro/misc/build/so_built_so_i= cu' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-= 2/work/OOE680_m6/icu dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 1 error i've got this icu installed: icu-3.6 International Components for Unicode (from IBM) what am i doing wrong? what do i need to do, to make this work? Bye, Gergely Czuczy mailto: gergely.czuczy@harmless.hu --=20 Weenies test. Geniuses solve problems that arise. --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) owGFVb+PG0UYvfyAYqQU6Sk+CSQnzs2uf2BjNlpdfLaTWPLh4LMJuVO0We+O7cG7 M5uZWft8dIiCggKlpUhHRQQFEn8ADRVKhehpqOkoQMys7bNzOcQWuzNvZr7vzZs3 33517crO5eu/fP/D8a0vn3196cWbp8N8nCrFxjj2xYwyXCwUirhcKVVwGVeKQRjU SmGxVCbDQkhan31+rcGZIkzh/iIhDihyouwk8im7DcHEF5IoN1UjXEPreU0qEy6p opw5QFlEGTkb6wufyRERuMUCHlI2duBpyhUJcSIoU/4wIghNSBRxhGhuRmDMFSSC azyWMKdqAsOURmYl8IQwPhrRgFhcjHHJQlTlJPgwEkROIJBpYiGkJmQdAKh00Nug aEwg9qcE8CdFwM2H7f797qDvHXSP2p1OfYV4jcGDw2UydMOyrJvIHlJm68CWZcdT yqTyI01ESAOEvvJtnqrttp0tNogiUmWv9ZCLLoSXK1C7MfCa9X7dLTdfD9dpep32 fq/ee+Q9qPfvL+cEPI612rpFi7XsqziPpK0T6W+qaGSwyF/oOJsWOTFtfZ7Ct1PN gvLNysDwGs2dLQKOi9xSa9k3uFTpMBtz3jlHCuAszpgwMVy+AU8BPwWcAA3S0EWq VI0Ab+SLeOBHRAIOL1BRcK4sdaI2FNbz7fWQU37PgcQ4EogQXFhwqHiSkDADjWMy /wy89gcf1Tvtpueiu93eQb3vtXq9bg8FPI1CllOrGMY4IxqRs9QWtExYZxPgleVj Y6nj4mMH8vk8HL+2Bdvs2uzZywJqjz5eBoTy1toO8WeGqjYWCRQXC3iiz0bYCRdK 2iSkGpP2eevbcy6mdrfbqtZcVPDiqklmp+xkNJQhtbT/7ZjKYEPEljwVAcko5pbp V7y1qbFOnWrFZmTNsITC5ZRVX99dAqVdmE+MQHrIUM5Z/5lRcs80lKcb1EVBmkM5 jHEe1NiLiRgTK55CXiM5hDI1nVWiaqVUKwAPNB+hD/KVfP+vi4u2lVnrctFeiuf3 kvH2zC3XBY5zj/lK67GmveJqBNsWpFJBxaX3tqqXmlBpHA+rkkFCB+kuLltV2H7a ukIKk4YzP4IGjxPOdMmUMNLxB4xmKW6MBI+hvX9wE6H5xFfg66oGIc/cLTgb70EG h1zDjGjJFNedXfPJSl7Gxmiyh9D+guwidM/oHy2gcZoGpwsU+/qcuAPjJWwFGXxH V/pYXzZpTVKEMHZLBfSQEEb1fTWVwoJ7upNK3ZU8mpFNzVYZS0ElsdAXe1fe2DG/ lPXv6Prlq4c7z4/+vvqh27cfvXV0t/7bP3++/CP4+a+d5x//+uM3+MXvlZfvs+/e /en2t88uzT/9Fw== =K9Fn -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-openoffice@FreeBSD.ORG Fri Dec 15 20:22:28 2006 Return-Path: X-Original-To: openoffice@freebsd.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E5A916A416 for ; Fri, 15 Dec 2006 20:22:28 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6B543CB4 for ; Fri, 15 Dec 2006 20:20:41 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1166800nfc for ; Fri, 15 Dec 2006 12:22:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gvpPb+uzUkN1GHpMaNYuWNorXnGNAtzfwAvD3GPz9LKH0tvDzGMpv5XDJ3+2r47erPsO8DOfpj1cM+GNnIRPgoK+WBXmqNvtmCKARSy4H+YK5qkBgOav0p9aRYa1Wjo5BqnOyKD+bTQdLTwBI74kMcsxkX6egHfRrr0NDZx5QRs= Received: by 10.82.105.13 with SMTP id d13mr103928buc.1166214141755; Fri, 15 Dec 2006 12:22:21 -0800 (PST) Received: by 10.82.181.6 with HTTP; Fri, 15 Dec 2006 12:22:21 -0800 (PST) Message-ID: Date: Fri, 15 Dec 2006 12:22:21 -0800 From: "Jack L." To: "Gergely CZUCZY" In-Reply-To: <20061215111629.GA3525@harmless.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061215111629.GA3525@harmless.hu> Cc: openoffice@freebsd.org Subject: Re: 2.1 building question 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, 15 Dec 2006 20:22:28 -0000 What version of FreeBSD is this? amd64 or i386. On 12/15/06, Gergely CZUCZY wrote: > hello > > i've got problems with building openoffice.org-2. > it's a fresh csup. > > the problem is: > # time make -j1 -DWITHOUT_MOZILLA -DWITH_CUPS build > (...) > /bin/sh ../mkinstalldirs ../data/out ../data/out/build ../test/testdata/out ../test/testdata/out/build > ICU_DATA=../data/out/build LD_LIBRARY_PATH=../common:../i18n:../tools/toolutil:../layout:../layoutex:../extra/ustdio:../tools/ctestfw:../data/out:../data:../stubdata/:$LD_LIBRARY_PATH ../tools/genrb/genrb -k -q -p icudt26l -s ../data/locales -d ../data/out/build root.txt > ../data/locales/root.txt:37: parse error. Stopped parsing with U_INVALID_FORMAT_ERROR > couldn't parse the file root.txt. Error:U_INVALID_FORMAT_ERROR > gmake[1]: *** [../data/out/build/icudt26l_root.res] Error 3 > gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-2/work/OOE680_m6/icu/unxfbsdi.pro/misc/build/icu/source/data' > gmake: *** [all-recursive] Error 2 > dmake: Error code 2, while making './unxfbsdi.pro/misc/build/so_built_so_icu' > '---* tg_merge.mk *---' > > ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2/work/OOE680_m6/icu > dmake: Error code 1, while making 'build_instsetoo_native' > '---* *---' > *** Error code 255 > 1 error > > i've got this icu installed: > icu-3.6 International Components for Unicode (from IBM) > > what am i doing wrong? what do i need to do, to make this work? > > Bye, > > Gergely Czuczy > mailto: gergely.czuczy@harmless.hu > > -- > Weenies test. Geniuses solve problems that arise. > > >