Re: mozilla 0.9 and 0.9.1 with freebsd

2001-06-09 Thread Juriy Goloveshkin

On Sat, Jun 09, 2001 at 09:27:45PM +0200, Szilveszter Adam wrote:
> Hello,
> 
> On Sat, Jun 09, 2001 at 11:24:42PM +0400, Juriy Goloveshkin wrote:
> > Hello, Is mozilla built in current? I tried to build it with
> > /usr/ports/www/mozilla and from only tar-ball. Building stopped.
> > What's wrong?
> 
> THe problem is that -CURRENT's VM options are set for debugging which means
> that some (not well written) programs will suffer. It seems that on some
> configurations you need to set MALLOC_OPTIONS to "j" in order to be able to
> build Mozilla. However it does not occur on all systems (according to the
> freebsd-mozilla ml) so it may be related to the amount  of RAM, swap etc in
> the system. It certainly needs this flag on my machine.
> 
> I hope that this helps somewhat...
thanks. it works!

-- 
bye
Juriy Goloveshkin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: mozilla 0.9 and 0.9.1 with freebsd

2001-06-09 Thread Szilveszter Adam

Hello,

On Sat, Jun 09, 2001 at 11:24:42PM +0400, Juriy Goloveshkin wrote:
> Hello, Is mozilla built in current? I tried to build it with
> /usr/ports/www/mozilla and from only tar-ball. Building stopped.
> What's wrong?

THe problem is that -CURRENT's VM options are set for debugging which means
that some (not well written) programs will suffer. It seems that on some
configurations you need to set MALLOC_OPTIONS to "j" in order to be able to
build Mozilla. However it does not occur on all systems (according to the
freebsd-mozilla ml) so it may be related to the amount  of RAM, swap etc in
the system. It certainly needs this flag on my machine.

I hope that this helps somewhat...
-- 
Regards:

Szilveszter ADAM
Szeged University
Szeged Hungary

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



mozilla 0.9 and 0.9.1 with freebsd

2001-06-09 Thread Juriy Goloveshkin

Hello, Is mozilla built in current? I tried to build it with
/usr/ports/www/mozilla and from only tar-ball. Building stopped.
What's wrong?

nsIEditorController.idl
../../dist/bin/xpidl -m header -w -I ../../dist/idl -I. -o 
_xpidlgen/nsIEditorController nsIEditorController.idl
nsIEditor.idl
../../dist/bin/xpidl -m header -w -I ../../dist/idl -I. -o _xpidlgen/nsIEditor 
nsIEditor.idl
nsIEditor.idl:55: Warning: %{ .. %} code fragment within interface ignored when 
generating NS_DECL_NSIEDITOR macro; if the code fragment contains method declarations, 
the macro probably isn't complete.
nsIEditorIMESupport.idl
../../dist/bin/xpidl -m header -w -I ../../dist/idl -I. -o 
_xpidlgen/nsIEditorIMESupport nsIEditorIMESupport.idl
gmake[2]: *** [_xpidlgen/nsIEditorIMESupport.h] Segmentation fault (core dumped)
gmake[2]: Leaving directory `/home/juriy/src/mozilla/mozilla/editor/idl'
gmake[1]: *** [export] Error 2
gmake[1]: Leaving directory `/home/juriy/src/mozilla/mozilla/editor'
gmake: *** [export] Error 2

vaio@juriy[~/<2>mozilla]> dbg dist/bin/xpidl editor/idl/xpidl.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `xpidl'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/lib/libglib12.so.3...done.
Reading symbols from /usr/local/lib/libIDL.so.2...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/lib/libc_r.so.5...done.
Reading symbols from /usr/lib/libc.so.5...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x28094818 in g_strdup (str=0x8094380 'p' ...)
at gstrfuncs.c:87
87new_str = g_new (char, strlen (str) + 1);
(gdb) bt
#0  0x28094818 in g_strdup (str=0x8094380 'p' ...)
at gstrfuncs.c:87
#1  0x280a7007 in IDL_file_set (filename=0x8094380 'p' ..., 
line=134726528) at ./parser.y:1688
#2  0x280a87d3 in __IDL_lex () at ./lexer.l:196
#3  0x280a2475 in __IDL_parse () at /usr/local/share/bison.simple:432
#4  0x280ad54b in IDL_parse_filename_with_input (
filename=0xbfbffbb1 "nsIEditorIMESupport.idl", 
input_cb=0x804a664 , input_cb_user_data=0xbfbff964, 
msg_cb=0x8049cec , tree=0xbfbff994, ns=0xbfbff980, 
parse_flags=131088, max_msg_level=2) at util.c:449
#5  0x804ab51 in xpidl_process_idl (
filename=0xbfbffbb1 "nsIEditorIMESupport.idl", include_path=0x8063040, 
file_basename=0xbfbffb93 "_xpidlgen/nsIEditorIMESupport", mode=0x805db20)
at xpidl_idl.c:661
#6  0x8049c38 in main (argc=10, argv=0xbfbffa38) at xpidl.c:187
#7  0x8049591 in _start ()
(gdb)

-- 
bye
Juriy Goloveshkin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message