bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unable to read nsIAutoCompleteSession.idl


From: Andy A.
Subject: unable to read nsIAutoCompleteSession.idl
Date: Wed, 20 Feb 2008 16:48:34 -0600
User-agent: Icedove 1.5.0.14pre (X11/20080208)

Thank you for IceCat.

I downloaded the binaries last night, and then decided to compile from source. I never tried anything this big before, I usually go with what's in my distro's repos (Done a few kernel compilations using "make menuconfig though).

Here's my platform info:
Linux kermit 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux

address@hidden:~/src/icecat-2.0.0.12-g1/dist$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

IceCat compiled just fine when I used the default option in .mozconfig, and then today I enabled mailnews and got this fatal and deadly error:

make[3]: Leaving directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews/imap'
make[3]: Entering directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews/addrbook' make[4]: Entering directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews/addrbook/public' /home/andy/src/icecat-2.0.0.12-g1/config/nsinstall -R -m 644 nsIAbListener.idl nsIAbDirectory.idl nsIAbCard.idl nsIAbMDBDirectory.idl nsIAbMDBCard.idl nsIAddrDBAnnouncer.idl nsIAddrDBListener.idl nsIAddrDatabase.idl nsIAddressBook.idl nsIAbBase.idl nsIAddrBookSession.idl nsIAbAutoCompleteSession.idl nsIAbAddressCollecter.idl nsIAbUpgrader.idl nsIAddbookUrl.idl nsIAbDirFactory.idl nsIAbDirFactoryService.idl nsIAbDirectoryQueryProxy.idl nsIAbDirectoryQuery.idl nsIAbBooleanExpression.idl nsIAbDirectorySearch.idl nsIAbView.idl nsIMsgVCardService.idl nsIAbLDIFService.idl ../../../dist/idl
Creating ../../../dist/include/addrbook
nsIAbAutoCompleteSession.idl
../../../dist/bin/xpidl -m header -w -I. -I../../../dist/idl -o _xpidlgen/nsIAbAutoCompleteSession nsIAbAutoCompleteSession.idl nsIAbAutoCompleteSession.idl:39: can't open included file nsIAutoCompleteSession.idl for reading

input callback returned failure
make[4]: *** [_xpidlgen/nsIAbAutoCompleteSession.h] Error 2
make[4]: Leaving directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews/addrbook/public'
make[3]: *** [export] Error 2
make[3]: Leaving directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews/addrbook'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/home/andy/src/icecat-2.0.0.12-g1/mailnews'
make[1]: *** [tier_99] Error 2
make[1]: Leaving directory `/home/andy/src/icecat-2.0.0.12-g1'
make: *** [default] Error 2


I did a "make clean" before building with mailnews enabled. Here's my .mozconfig

export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1

ac_add_options --disable-ldap
ac_add_options --disable-calendar
ac_add_options --enable-mailnews
ac_add_options --disable-chatzilla
ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,spellcheck"
ac_add_options --enable-crypto
ac_add_options --disable-composer
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --disable-shared
ac_add_options --enable-static
ac_add_options --disable-debug
#ac_add_options --disable-toolkit-gtk
ac_add_options --enable-toolkit-gtk2
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --disable-freetype2
ac_add_options --disable-tests
ac_add_options --disable-accessibility
ac_add_options --enable-strip
ac_add_options --disable-toolkit-qt
ac_add_options --prefix=/usr/local
ac_add_options --disable-pango
#ac_add_options --with-default-mozilla-five-home=/usr/local/lib
#ac_add_options --enable-postscript
ac_add_options --disable-xprint
ac_add_options --with-user-appdir=.gnuzilla
ac_add_options --disable-xinerama
ac_add_options --with-system-zlib
ac_add_options --with-system-jpeg
ac_add_options --with-system-png
#ac_add_options --with-pthreads
ac_add_options --enable-svg
ac_add_options --enable-svg-renderer=cairo
ac_add_options --enable-application=browser
ac_add_options --enable-system-cairo
ac_add_options --disable-negotiateauth
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-strip
ac_add_options --disable-strip-libs
ac_add_options --disable-elf-dynstr-gc
ac_add_options --with-distribution-id=org.gnu.gnuzilla

and my config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:964: checking host system type
configure:985: checking target system type
configure:1003: checking build system type
configure:1078: checking for gawk
configure:1176: checking for nsinstall
configure:2232: checking for gcc
configure:2345: checking whether the C compiler (gcc  ) works
configure:2361: gcc -o conftest    conftest.c  1>&5
configure:2387: checking whether the C compiler (gcc  ) is a cross-compiler
configure:2392: checking whether we are using GNU C
configure:2420: checking whether gcc accepts -g
configure:2456: checking for c++
configure:2488: checking whether the C++ compiler (c++  ) works
configure:2504: c++ -o conftest    conftest.C  1>&5
configure:2530: checking whether the C++ compiler (c++ ) is a cross-compiler
configure:2535: checking whether we are using GNU C++
configure:2563: checking whether c++ accepts -g
configure:2612: gcc -c   conftest.c 1>&5
configure:2629: gcc -c   conftest.c 1>&5
configure: In function 'main':
configure:2625: warning: incompatible implicit declaration of built-in function 'exit'
configure:2648: checking for ranlib
configure:2680: checking for as
configure:2721: checking for ar
configure:2756: checking for ld
configure:2791: checking for strip
configure:2826: checking for windres
configure:3248: checking whether gcc and cc understand -c and -o together
configure:3308: checking how to run the C preprocessor
configure:3388: checking how to run the C++ preprocessor
configure:3453: checking for a BSD compatible install
configure:3506: checking whether ln -s works
configure:3531: checking for perl5
configure:3571: checking for minimum required perl version >= 5.004
configure:3581: checking for full perl installation
configure:3594: checking for doxygen
configure:3630: checking for whoami
configure:3666: checking for autoconf
configure:3702: checking for unzip
configure:3740: checking for zip
configure:3781: checking for makedepend
configure:3816: checking for xargs
configure:4145: checking for gmake
configure:4213: checking for X
configure:4527: checking for dnet_ntoa in -ldnet
configure:4571: checking for dnet_ntoa in -ldnet_stub
configure:4622: checking for gethostbyname
configure:4726: checking for connect
configure:4824: checking for remove
configure:4922: checking for shmat
configure:5029: checking for IceConnectionNumber in -lICE
configure:5489: checking whether ld has archive extraction flags
configure:5546: checking that static assertion macros used in autoconf tests work
configure:5659: checking for 64-bit OS
configure:5668: gcc -c    conftest.c 1>&5
configure: In function 'main':
configure:5669: error: size of array 'static_assert_line_5668' is negative
configure: failed program was:
#line 5661 "configure"
#include "confdefs.h"

#define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__) #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]

int main() {
CONFIGURE_STATIC_ASSERT(sizeof(long) == 8)
; return 0; }
configure:7129: checking for ANSI C header files
configure:7233: checking for working const
configure:7308: checking for mode_t
configure:7341: checking for off_t
configure:7374: checking for pid_t
configure:7407: checking for size_t
configure:7440: checking for st_blksize in struct stat
configure:7474: checking for siginfo_t
configure:7521: checking for int16_t
configure:7556: checking for int32_t
configure:7591: checking for int64_t
configure:7626: checking for int64
configure:7661: checking for uint
configure:7696: checking for uint_t
configure:7731: checking for uint16_t
configure:7775: checking for uname.domainname
configure:7812: checking for uname.__domainname
configure:7858: checking for usable wchar_t (2 bytes, unsigned)
configure:7905: checking for compiler -fshort-wchar option
configure:7953: checking for visibility(hidden) attribute
configure:7978: checking for visibility(default) attribute
configure:8003: checking for visibility pragma support
configure:8028: checking For gcc visibility bug with class-level attributes (GCC bug 26905) configure:8056: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)
configure:8104: checking for dirent.h that defines DIR
configure:8142: checking for opendir in -ldir
configure:8234: checking for sys/byteorder.h
configure:8234: checking for compat.h
configure:8234: checking for getopt.h
configure:8274: checking for sys/bitypes.h
configure:8274: checking for memory.h
configure:8274: checking for unistd.h
configure:8314: checking for gnu/libc-version.h
configure:8314: checking for nl_types.h
configure:8354: checking for malloc.h
configure:8394: checking for X11/XKBlib.h
configure:8435: checking for sys/statvfs.h
configure:8435: checking for sys/statfs.h
configure:8435: checking for sys/vfs.h
configure:8435: checking for sys/mount.h
configure:8476: checking for mmintrin.h
configure:8523: checking for new
configure:8574: checking for sys/cdefs.h
configure:8618: checking for gethostbyname_r in -lc_r
configure:8667: checking for atan in -lm
configure:8720: checking for dlopen in -ldl
configure:8756: checking for dlfcn.h
configure:8901: checking for socket in -lsocket
configure:8965: checking for XDrawLines in -lX11
configure:9006: checking for XextAddDisplay in -lXext
configure:9049: checking for XtFree in -lXt
configure:9222: checking for XineramaIsActive in -lXinerama
configure:9263: checking for X11/extensions/Xinerama.h
configure:9296: checking for XShmCreateImage in -lXext
configure:9337: checking for X11/extensions/XShm.h
configure:9377: checking for XieFloGeometry in -lXIE
configure:9418: checking for X11/extensions/XIElib.h
configure:9502: checking for freetype-config
configure:9538: checking for FreeType - version >= 6.1.0
configure:9612: gcc -o conftest -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5
configure:9664: checking for pthread_create in -lpthreads
gcc -o dummy dummy.c    -lpthreads  -ldl -lm
dummy.c: In function 'main':
dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:9686: checking for pthread_create in -lpthread
gcc -o dummy dummy.c    -lpthread  -ldl -lm
dummy.c: In function 'main':
dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
configure:9786: checking whether gcc accepts -pthread
configure:9904: checking whether mmap() sees write()s
configure:9947: gcc -o conftest  -pthread    conftest.c -ldl -lm  1>&5
configure:9972: checking whether gcc needs -traditional
configure:10018: checking for 8-bit clean memcmp
configure:10056: checking for random
configure:10056: checking for strerror
configure:10056: checking for lchown
configure:10056: checking for fchmod
configure:10056: checking for snprintf
configure:10056: checking for statvfs
configure:10056: checking for memmove
configure:10056: checking for rint
configure:10056: checking for stat64
configure:10056: checking for lstat64
configure:10111: checking for flockfile
configure:10111: checking for getpagesize
configure:10168: checking for localtime_r
configure:10168: checking for strtok_r
configure:10232: checking for wcrtomb
configure:10264: checking for mbrtowc
configure:10305: checking for res_ninit()
configure:10352: checking for gnu_get_libc_version()
configure:10397: checking for iconv in -lc
configure:10528: checking for iconv()
configure:10571: checking for iconv() with const input
configure:10620: checking for nl_langinfo and CODESET
configure:10664: checking for an implementation of va_copy()
configure:10705: checking for an implementation of __va_copy()
configure:10746: checking whether va_lists can be copied by value
configure:10869: checking for C++ exceptions flag
configure:10904: checking for gcc 3.0 ABI
configure:10946: checking for C++ "explicit" keyword
configure:10982: checking for C++ "typename" keyword
configure:11027: checking for modern C++ template specialization syntax support
configure:11064: checking whether partial template specialization works
configure:11098: checking whether operators must be re-defined for templates derived from templates configure:11137: checking whether we need to cast a derived template to pass as its base class configure:11172: checking whether the compiler can resolve const ambiguities for templates
configure:11220: checking whether the C++ "using" keyword can change access
configure:11272: checking whether the C++ "using" keyword resolves ambiguity
configure:11314: checking for "std::" namespace
configure:11347: checking whether standard template operator!=() is ambiguous
configure:11384: checking for C++ reinterpret_cast
configure:11418: checking for C++ dynamic_cast to void*
configure:11466: checking whether C++ requires implementation of unused virtual methods configure:11501: checking for trouble comparing to zero near std::operator!=()
configure:11549: checking for LC_MESSAGES
configure:11887: checking for jpeg_destroy_compress in -ljpeg
configure:11949: gcc -o conftest -pthread conftest.c -ljpeg -ldl -lm 1>&5
configure: In function 'main':
configure:11941: warning: incompatible implicit declaration of built-in function 'exit'
configure:11990: checking for gzread in -lz
configure:12058: gcc -o conftest  -pthread    conftest.c -lz  -ldl -lm  1>&5
configure: In function 'main':
configure:12048: warning: incompatible implicit declaration of built-in function 'exit'
configure:12101: checking for png_get_valid in -lpng
configure:12162: gcc -o conftest -pthread -lz -lz conftest.c -lpng -ldl -lm 1>&5
configure: In function 'main':
configure:12156: warning: incompatible implicit declaration of built-in function 'exit'
configure: failed program was:
#line 12148 "configure"
#include "confdefs.h"
#include <stdio.h>
        #include <sys/types.h>
        #include <png.h>
        int main () {
            #if PNG_LIBPNG_VER >= 10217
                exit(0);
            #else
                exit(1);
            #endif
        }
        
configure:12645: checking for pkg-config
configure:12689: checking for gtk+-2.0 >= 1.3.7
configure:12696: checking MOZ_GTK2_CFLAGS
configure:12701: checking MOZ_GTK2_LIBS
configure:13556: checking for xft
configure:13563: checking MOZ_XFT_CFLAGS
configure:13568: checking MOZ_XFT_LIBS
configure:13647: checking for pango >= 1.1.0
configure:13654: checking _PANGOCHK_CFLAGS
configure:13659: checking _PANGOCHK_LIBS
configure:13843: checking for XpGetPrinterList in -lXp
configure:13979: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0
configure:14086: checking for gconf-2.0 >= 1.2.1
configure:14189: checking for libgnome-2.0 >= 2.0
configure:14323: checking for libgnomeui-2.0 >= 2.2.0
configure:15721: checking for valid optimization flags
configure:15732: gcc -c  -pthread -O   conftest.c 1>&5
configure:16069: checking for __builtin_vec_new
configure:16069: checking for __builtin_vec_delete
configure:16069: checking for __builtin_new
configure:16069: checking for __builtin_delete
configure:16069: checking for __pure_virtual
configure:16343: checking for __cxa_demangle
configure:16512: checking for gcc -pipe support
dummy-hello.c: In function 'main':
dummy-hello.c:2: warning: incompatible implicit declaration of built-in function 'exit'
configure:16534: gcc -c  -pthread -pipe   conftest.c 1>&5
configure:16576: checking whether compiler supports -Wno-long-long
configure:16585: gcc -c  -pthread -pipe -Wno-long-long   conftest.c 1>&5
configure:16606: checking whether C compiler supports -fprofile-generate
configure:16615: gcc -c  -pthread -pipe -fprofile-generate   conftest.c 1>&5
configure:16688: checking whether C++ compiler has -pedantic long long bug
configure:16697: c++ -c -fshort-wchar -pthread -pipe -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic conftest.C 1>&5
configure:16722: checking for correct temporary object destruction order
configure:16747: c++ -o conftest -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5 configure:16768: checking for correct overload resolution with const and templates configure:16803: c++ -c -fshort-wchar -pthread -pipe -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic conftest.C 1>&5
configure:17139: checking for libIDL-2.0 >= 0.8.0
configure:17146: checking LIBIDL_CFLAGS
configure:17151: checking LIBIDL_LIBS
configure:18535: checking for glib-2.0 >= 1.3.7
configure:18542: checking GLIB_CFLAGS
configure:18547: checking GLIB_LIBS
configure:19293: checking for cairo >= 0.3.0
configure:19300: checking CAIRO_CFLAGS
configure:19305: checking CAIRO_LIBS
configure:19976: gcc -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic -pthread -pipe conftest.c 1>&5
configure: In function 'main':
configure:19970: warning: implicit declaration of function 'exit'
configure:19970: warning: incompatible implicit declaration of built-in function 'exit'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]