Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 21:31:17 +0100
From:      Thierry Thomas <thierry@pompo.net>
To:        gnome@FreeBSD.org
Subject:   [mozilla-devel] Problem WITH_JAVASCRIPT_DEBUGGER=yes on 5.0
Message-ID:  <20030126203117.GA22966@graf.pompo.net>

next in thread | raw e-mail | index | archive | help
Hello,

I've built mozilla-devel succesfully on my workstation (4.7-STABLE),
with these params WITHOUT_CHATZILLA=yes WITHOUT_MAILNEWS=yes
WITHOUT_LDAP=yes WITH_GTK2=yes WITH_JAVASCRIPT_DEBUGGER=yes.

On my laptop, running 5.0, I've tried to build it with these params
WITH_GTK2=yes WITH_JAVASCRIPT_DEBUGGER=yes
but it fails in jsdtoa.c:

cc -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/www/mozilla-devel/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
../../mozilla-config.h -DMOZILLA_CLIENT jsdtoa.c
jsdtoa.c: In function `mult':
jsdtoa.c:696: warning: suggest parentheses around arithmetic in operand
of |
jsdtoa.c:709: warning: suggest parentheses around arithmetic in operand
of |
jsdtoa.c: In function `diff':
jsdtoa.c:966: warning: suggest parentheses around arithmetic in operand
of |
jsdtoa.c:974: warning: suggest parentheses around arithmetic in operand
of |
jsdtoa.c: In function `ulp':
jsdtoa.c:987: warning: `a' might be used uninitialized in this function
jsdtoa.c: In function `b2d':
jsdtoa.c:1018: warning: `d' might be used uninitialized in this function
jsdtoa.c: In function `JS_strtod':
jsdtoa.c:1239: warning: `rv0' might be used uninitialized in this
function
jsdtoa.c:1874: unable to find a register to spill in class `AREG'
jsdtoa.c:1874: this is the insn:
(insn 1797 1796 1798 (set (reg:CCNO 17 flags)
        (compare:CCNO (and:SI (subreg:SI (reg/v:DI 21 rxmm0 [251]) 0)
                (const_int 1 [0x1]))
            (const_int 0 [0x0]))) 281 {testsi_1} (insn_list 1793 (nil))
    (expr_list:REG_DEAD (reg/v:DI 21 rxmm0 [251])
        (nil)))
jsdtoa.c:1874: confused by earlier errors, bailing out
gmake[3]: *** [jsdtoa.o] Erreur 1
gmake[3]: Leaving directory
`/usr/ports/www/mozilla-devel/work/mozilla/js/src'
gmake[2]: *** [libs] Erreur 2
gmake[2]: Leaving directory
`/usr/ports/www/mozilla-devel/work/mozilla/js'
gmake[1]: *** [tier_2] Erreur 2
gmake[1]: Leaving directory `/usr/ports/www/mozilla-devel/work/mozilla'
gmake: *** [default] Erreur 2
*** Error code 2

Stop in /usr/ports/www/mozilla-devel.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade34702.0 make WITH_GTK2=yes WITH_JAVASCRIPT_DEBUGGER=yes
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped /
!:failed)
     ! www/mozilla-devel (mozilla-1.2b_3,1)  (unknown build error)

Script done on Sun Jan 26 21:12:04 2003

[Full script at <http://pompo.net/ports/moz.out>]

I've have refreshed my ports tree by cvs-up.

Regards,
-- 
Th. Thomas.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126203117.GA22966>