From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 29 20:17:22 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3075616A4CE for ; Mon, 29 Mar 2004 20:17:22 -0800 (PST) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.205.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 900E543D31 for ; Mon, 29 Mar 2004 20:17:21 -0800 (PST) (envelope-from forrie@forrie.com) Received: from [192.168.1.92] (i-92.forrie.net [192.168.1.92] (may be forged)) by forrie.com with ESMTP id i2U4H9ob028592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 29 Mar 2004 23:17:14 -0500 (EST) (envelope-from forrie@forrie.com) From: Forrest Aldrich To: openoffice@freebsd.org Content-Type: text/plain Message-Id: <1080620229.7114.2.camel@i-92.forrie.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 29 Mar 2004 23:17:09 -0500 Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean Subject: Compile errors X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: forrie@forrie.com List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 04:17:22 -0000 I posted an error report recently regarding OO on FreeBSD-5.2-CURRENT. Today I did a makeworld again, and tried a fresh compile, which generates another error. The message is appended below. I'll be happy to provide more detail if it's requested. Of course, pointers about what might be wrong would be appreciated. _F gcc32 -o jsdtoa.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_API -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -I/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -include ../../config-defs.h -DMOZILLA_CLIENT jsdtoa.c jsdtoa.c: In function `mult': jsdtoa.c:632: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:645: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function `diff': jsdtoa.c:867: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:875: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function `ulp': jsdtoa.c:888: warning: `a' might be used uninitialized in this function jsdtoa.c: In function `b2d': jsdtoa.c:919: warning: `d' might be used uninitialized in this function jsdtoa.c: In function `JS_strtod': jsdtoa.c:1092: warning: `rv0' might be used uninitialized in this function jsdtoa.c:1683: unable to find a register to spill in class `AREG' jsdtoa.c:1683: this is the insn: (insn 1686 1685 1687 (set (reg:CCNO 17 flags) (compare:CCNO (and:SI (subreg:SI (reg/v:DI 21 rxmm0 [248]) 0) (const_int 1 [0x1])) (const_int 0 [0x0]))) 281 {testsi_1} (insn_list 1682 (nil)) (expr_list:REG_DEAD (reg/v:DI 21 rxmm0 [248]) (nil))) jsdtoa.c:1683: confused by earlier errors, bailing out gmake[3]: *** [jsdtoa.o] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/js/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla/js' gmake[1]: *** [tier_1] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice-1.1/work/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/editors/openoffice-1.1/work/mozilla. *** Error code 1