Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 23:24:42 +0400
From:      Juriy Goloveshkin <juriy@avias.com>
To:        current@freebsd.org
Subject:   mozilla 0.9 and 0.9.1 with freebsd
Message-ID:  <20010609232442.A45911@avias.com>

next in thread | raw e-mail | index | archive | help
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' <repeats 200 times>...)
    at gstrfuncs.c:87
87	      new_str = g_new (char, strlen (str) + 1);
(gdb) bt
#0  0x28094818 in g_strdup (str=0x8094380 'p' <repeats 200 times>...)
    at gstrfuncs.c:87
#1  0x280a7007 in IDL_file_set (filename=0x8094380 'p' <repeats 200 times>..., 
    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_callback>, input_cb_user_data=0xbfbff964, 
    msg_cb=0x8049cec <msg_callback>, 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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