Date: 31 May 2002 01:18:20 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Freer <x-sb@myrealbox.com> Cc: gnome@FreeBSD.ORG Subject: Re: mozilla build error Message-ID: <1022822300.581.17.camel@gyros.marcuscom.com> In-Reply-To: <3CF70517.4000608@myrealbox.com> References: <3CF70517.4000608@myrealbox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2002-05-31 at 01:07, Freer wrote: > To who it may concern, > > I am running FreeBSD 4.5 release +X 4.2 +Gnome 1.4, I downloaded the > binary of Mozilla 1.0rc1, rc2 and rc3, but when run './mozilla' all > reported the same error: segmentation fault. I reported this bug to > bugzilla of mozilla, up to now I got no useful answer. > > Then I want to build it from port, but still got error, pls see attached > file. The make-error is the output of 'make install clean', and the > kernel-configuration is my kernel configuration file, Maybe useful to you. When you installed XFree86, how did you do it? It doesn't look like you have any of the X11 headers installed. If you installed from packages, please make sure you installed the programmer header files. Joe > > Thanks! > > Xiong Shubing > ---- > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:833: checking host system type > configure:854: checking target system type > configure:872: checking build system type > configure:1929: checking for gcc > configure:2042: checking whether the C compiler (cc -O -pipe ) works > configure:2058: cc -o conftest -O -pipe conftest.c 1>&5 > configure:2084: checking whether the C compiler (cc -O -pipe ) is a cross-compiler > configure:2089: checking whether we are using GNU C > configure:2098: cc -E conftest.c > configure:2117: checking whether cc accepts -g > configure:2153: checking for c++ > configure:2185: checking whether the C++ compiler (c++ -O -pipe ) works > configure:2201: c++ -o conftest -O -pipe conftest.C 1>&5 > configure:2227: checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler > configure:2232: checking whether we are using GNU C++ > configure:2241: c++ -E conftest.C > configure:2260: checking whether c++ accepts -g > configure:2294: checking for ranlib > configure:2326: checking for as > configure:2367: checking for ar > configure:2408: checking for ld > configure:2449: checking for strip > configure:2490: checking for dlltool > configure:2555: checking whether cc understands -c and -o together > configure:2567: cc -c conftest.c -o conftest.o 1>&5 > configure:2568: cc -c conftest.c -o conftest.o 1>&5 > configure:2637: checking how to run the C preprocessor > configure:2658: cc -E conftest.c >/dev/null 2>conftest.out > configure:2717: checking how to run the C++ preprocessor > configure:2735: c++ -E conftest.C >/dev/null 2>conftest.out > configure:2771: checking for a BSD compatible install > configure:2824: checking whether ln -s works > configure:2849: checking for gawk > configure:2849: checking for mawk > configure:2849: checking for nawk > configure:2849: checking for awk > configure:2883: checking for xemacs > configure:2883: checking for lemacs > configure:2883: checking for emacs > configure:2924: checking for perl5 > configure:2964: checking for minimum required perl version >= 5.004 > configure:2974: checking for full perl installation > configure:2987: checking for whoami > configure:3023: checking for autoconf > configure:3059: checking for unzip > configure:3097: checking for zip > configure:3138: checking for makedepend > configure:3173: checking for xargs > configure:3214: checking for gmake > configure:3270: checking whether /usr/local/bin/gmake sets ${MAKE} > configure:3302: checking for X > configure:3616: checking for dnet_ntoa in -ldnet > configure:3635: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 > /usr/libexec/elf/ld: cannot find -ldnet > configure: failed program was: > #line 3624 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char dnet_ntoa(); > > int main() { > dnet_ntoa() > ; return 0; } > configure:3657: checking for dnet_ntoa in -ldnet_stub > configure:3676: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 > /usr/libexec/elf/ld: cannot find -ldnet_stub > configure: failed program was: > #line 3665 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char dnet_ntoa(); > > int main() { > dnet_ntoa() > ; return 0; } > configure:3705: checking for gethostbyname > configure:3733: cc -o conftest -O -pipe conftest.c 1>&5 > configure:3803: checking for connect > configure:3831: cc -o conftest -O -pipe conftest.c 1>&5 > configure:3895: checking for remove > configure:3923: cc -o conftest -O -pipe conftest.c 1>&5 > configure:3987: checking for shmat > configure:4015: cc -o conftest -O -pipe conftest.c 1>&5 > configure:4088: checking for IceConnectionNumber in -lICE > configure:4107: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 > configure:4372: checking whether ld has archive extraction flags > configure:4396: cc -o conftest -O -pipe -I/usr/X11R6/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 > configure:5272: checking for ANSI C header files > configure:5285: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:5352: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5376: checking for working const > configure:5430: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5451: checking for mode_t > configure:5484: checking for off_t > configure:5517: checking for pid_t > configure:5550: checking for size_t > configure:5583: checking for uid_t in sys/types.h > configure:5617: checking for st_blksize in struct stat > configure:5630: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5663: checking for int16_t > configure:5676: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5698: checking for int32_t > configure:5711: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5733: checking for int64_t > configure:5746: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5768: checking for int64 > configure:5781: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure: In function `main': > configure:5777: syntax error before `foo' > configure: failed program was: > #line 5773 "configure" > #include "confdefs.h" > #include <stdio.h> > #include <sys/types.h> > int main() { > int64 foo = 0; > ; return 0; } > configure:5803: checking for uint > configure:5816: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5838: checking for uint_t > configure:5851: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure: In function `main': > configure:5847: syntax error before `foo' > configure: failed program was: > #line 5843 "configure" > #include "confdefs.h" > #include <stdio.h> > #include <sys/types.h> > int main() { > uint_t foo = 0; > ; return 0; } > configure:5873: checking for uint16_t > configure:5886: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:5917: checking for uname.domainname > configure:5930: c++ -c -O -pipe -I/usr/X11R6/include conftest.C 1>&5 > configure: In function `int main()': > configure:5926: `struct utsname' has no member named `domainname' > configure: failed program was: > #line 5922 "configure" > #include "confdefs.h" > #include <sys/utsname.h> > int main() { > struct utsname *res; char *domain; > (void)uname(res); if (res != 0) { domain = res->domainname; } > ; return 0; } > configure:5954: checking for uname.__domainname > configure:5967: c++ -c -O -pipe -I/usr/X11R6/include conftest.C 1>&5 > configure: In function `int main()': > configure:5963: `struct utsname' has no member named `__domainname' > configure: failed program was: > #line 5959 "configure" > #include "confdefs.h" > #include <sys/utsname.h> > int main() { > struct utsname *res; char *domain; > (void)uname(res); if (res != 0) { domain = res->__domainname; } > ; return 0; } > configure:5999: checking for 64-bit OS > configure:6009: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure: failed program was: > #line 6004 "configure" > #include "confdefs.h" > int main () { > if (sizeof(long) == 8) { return 0; } return 1; } > configure:6039: checking for usable wchar_t (2 bytes, unsigned) > configure:6054: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure: failed program was: > #line 6047 "configure" > #include "confdefs.h" > #include <wchar.h> > int main () { > return (sizeof(wchar_t) != 2) || > (wchar_t)-1 < (wchar_t) 0 ; } > configure:6083: checking for compiler -fshort-wchar option > configure:6098: c++ -o conftest -O -pipe -fshort-wchar -I/usr/X11R6/include conftest.c 1>&5 > cc1plus: Invalid option `-fshort-wchar' > configure: failed program was: > #line 6091 "configure" > #include "confdefs.h" > #include <wchar.h> > int main () { > return (sizeof(wchar_t) != 2) || > (wchar_t)-1 < (wchar_t) 0 ; } > configure:6132: checking for dirent.h that defines DIR > configure:6145: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 > configure:6170: checking for opendir in -ldir > configure:6189: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c -ldir 1>&5 > /usr/libexec/elf/ld: cannot find -ldir > configure: failed program was: > #line 6178 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char opendir(); > > int main() { > opendir() > ; return 0; } > configure:6265: checking for sys/byteorder.h > configure:6275: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6271: sys/byteorder.h: No such file or directory > configure: failed program was: > #line 6270 "configure" > #include "confdefs.h" > #include <sys/byteorder.h> > configure:6265: checking for compat.h > configure:6275: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6271: compat.h: No such file or directory > configure: failed program was: > #line 6270 "configure" > #include "confdefs.h" > #include <compat.h> > configure:6265: checking for getopt.h > configure:6275: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6271: getopt.h: No such file or directory > configure: failed program was: > #line 6270 "configure" > #include "confdefs.h" > #include <getopt.h> > configure:6305: checking for sys/bittypes.h > configure:6315: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6311: sys/bittypes.h: No such file or directory > configure: failed program was: > #line 6310 "configure" > #include "confdefs.h" > #include <sys/bittypes.h> > configure:6305: checking for memory.h > configure:6315: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6305: checking for unistd.h > configure:6315: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6345: checking for gnu/libc-version.h > configure:6355: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6351: gnu/libc-version.h: No such file or directory > configure: failed program was: > #line 6350 "configure" > #include "confdefs.h" > #include <gnu/libc-version.h> > configure:6345: checking for nl_types.h > configure:6355: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6385: checking for X11/XKBlib.h > configure:6395: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6391: X11/XKBlib.h: No such file or directory > configure: failed program was: > #line 6390 "configure" > #include "confdefs.h" > #include <X11/XKBlib.h> > configure:6426: checking for sys/statvfs.h > configure:6436: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6432: sys/statvfs.h: No such file or directory > configure: failed program was: > #line 6431 "configure" > #include "confdefs.h" > #include <sys/statvfs.h> > configure:6426: checking for sys/statfs.h > configure:6436: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6432: sys/statfs.h: No such file or directory > configure: failed program was: > #line 6431 "configure" > #include "confdefs.h" > #include <sys/statfs.h> > configure:6426: checking for sys/vfs.h > configure:6436: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6432: sys/vfs.h: No such file or directory > configure: failed program was: > #line 6431 "configure" > #include "confdefs.h" > #include <sys/vfs.h> > configure:6426: checking for sys/mount.h > configure:6436: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6471: checking for sys/cdefs.h > configure:6481: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:6515: checking for gethostbyname_r in -lc_r > configure:6534: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lc_r 1>&5 > /usr/lib/libc.so: WARNING! setkey(3) not present in the system! > /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. > /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp() > /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() > /usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended. > /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp() > /tmp/ccjVBv22.o: In function `main': > /tmp/ccjVBv22.o(.text+0x7): undefined reference to `gethostbyname_r' > configure: failed program was: > #line 6523 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char gethostbyname_r(); > > int main() { > gethostbyname_r() > ; return 0; } > configure:6564: checking for atan in -lm > configure:6583: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 > configure:6611: checking for dlopen in -ldl > configure:6630: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -ldl -lm 1>&5 > /usr/libexec/elf/ld: cannot find -ldl > configure: failed program was: > #line 6619 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char dlopen(); > > int main() { > dlopen() > ; return 0; } > configure:6761: checking for socket in -lsocket > configure:6780: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lsocket -lm 1>&5 > /usr/libexec/elf/ld: cannot find -lsocket > configure: failed program was: > #line 6769 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char socket(); > > int main() { > socket() > ; return 0; } > configure:6825: checking for XDrawLines in -lX11 > configure:6844: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -lX11 -lm 1>&5 > configure:6866: checking for XextAddDisplay in -lXext > configure:6885: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lm 1>&5 > configure:6907: checking for IceFlush in -lICE > configure:6926: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lICE -lX11 -lm 1>&5 > configure:6947: checking for SmcCloseConnection in -lSM > configure:6966: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lSM -lX11 -lm 1>&5 > configure:6987: checking for XtFree in -lXt > configure:7006: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lSM -lICE -lX11 -lm 1>&5 > configure:7029: checking for XineramaIsActive in -lXinerama > configure:7048: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXinerama -lX11 -lXext -lm 1>&5 > /usr/libexec/elf/ld: cannot find -lXinerama > configure: failed program was: > #line 7037 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char XineramaIsActive(); > > int main() { > XineramaIsActive() > ; return 0; } > configure:7070: checking for X11/extensions/Xinerama.h > configure:7080: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:7076: X11/extensions/Xinerama.h: No such file or directory > configure: failed program was: > #line 7075 "configure" > #include "confdefs.h" > #include <X11/extensions/Xinerama.h> > configure:7103: checking for XShmCreateImage in -lXext > configure:7122: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lXext -lm 1>&5 > configure:7144: checking for X11/extensions/XShm.h > configure:7154: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:7150: X11/extensions/XShm.h: No such file or directory > configure: failed program was: > #line 7149 "configure" > #include "confdefs.h" > #include <X11/extensions/XShm.h> > configure:7184: checking for XieFloGeometry in -lXIE > configure:7203: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXIE -lX11 -lXext -lm 1>&5 > /usr/libexec/elf/ld: cannot find -lXIE > configure: failed program was: > #line 7192 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char XieFloGeometry(); > > int main() { > XieFloGeometry() > ; return 0; } > configure:7225: checking for X11/extensions/XIElib.h > configure:7235: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out > configure:7231: X11/extensions/XIElib.h: No such file or directory > configure: failed program was: > #line 7230 "configure" > #include "confdefs.h" > #include <X11/extensions/XIElib.h> > configure:7288: cc -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 > configure:7275: X11/Xlib.h: No such file or directory > configure: In function `main': > configure:7279: `Display' undeclared (first use in this function) > configure:7279: (Each undeclared identifier is reported only once > configure:7279: for each function it appears in.) > configure:7279: `dpy' undeclared (first use in this function) > configure: failed program was: > #line 7272 "configure" > #include "confdefs.h" > > #include <stdio.h> > #include <X11/Xlib.h> > > int main() { > > Display *dpy = 0; > if ((dpy = XOpenDisplay(NULL)) == NULL) { > fprintf(stderr, ": can't open %s\en", XDisplayName(NULL)); > exit(1); > } > > ; return 0; } > ---- > > # > # GENERIC -- Generic kernel configuration file for FreeBSD/i386 > # > # For more information on this file, please read the handbook section on > # Kernel Configuration Files: > # > # http://www.FreeBSD.org/handbook/kernelconfig-config.html > # > # The handbook is also available locally in /usr/share/doc/handbook > # if you've installed the doc distribution, otherwise always see the > # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the > # latest information. > # > # An exhaustive list of options and more detailed explanations of the > # device lines is also present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ > > machine i386 > #cpu I386_CPU > #cpu I486_CPU > cpu I586_CPU > #options CPU_ENABLE_SSE > #cpu I686_CPU > ident xsb > maxusers 512 > options MAXMEM="(64*1024)" > > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols > > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options SOFTUPDATES #Enable FFS soft updates support > options UFS_DIRHASH #Improve performance on big directories > options MFS #Memory Filesystem > options MD_ROOT #MD is a potential root device > #options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, NFS required > #options MSDOSFS #MSDOS Filesystem > #options CD9660 #ISO 9660 Filesystem > #options CD9660_ROOT #CD-ROM usable as root, CD9660 required > options PROCFS #Process filesystem > options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] > #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI > options UCONSOLE #Allow users to grab the console > options USERCONFIG #boot -c editor > options VISUAL_USERCONFIG #visual boot -c editor > #options KTRACE #ktrace(1) support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > options ICMP_BANDLIM #Rate limit bad replies > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > > device isa > #device eisa > device pci > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > #device fd1 at fdc0 drive 1 > # > # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, > # don't use the above line for fdc0 but the following one: > #device fdc0 > > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > #device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > #device atapifd # ATAPI floppy drives > #device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > > # SCSI Controllers > #device ahb # EISA AHA1742 family > #device ahc # AHA2940 and onboard AIC7xxx devices > #device amd # AMD 53C974 (Tekram DC-390(T)) > #device isp # Qlogic family > #device ncr # NCR/Symbios Logic > #device sym # NCR/Symbios Logic (newer chipsets) > #options SYM_SETUP_LP_PROBE_MAP=0x40 > # Allow ncr to attach legacy NCR devices when > # both sym and ncr are configured > > #device adv0 at isa? > #device adw > #device bt0 at isa? > #device aha0 at isa? > #device aic0 at isa? > > #device ncv # NCR 53C500 > #device nsp # Workbit Ninja SCSI-3 > #device stg # TMC 18C30/18C50 > > # SCSI peripherals > #device scbus # SCSI bus (required) > #device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > #device cd # CD > #device pass # Passthrough device (direct SCSI access) > > # RAID controllers interfaced to the SCSI subsystem > #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID > #device dpt # DPT Smartcache - See LINT for options! > #device mly # Mylex AcceleRAID/eXtremeRAID > > # RAID controllers > #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 > #device ida # Compaq Smart RAID > #device amr # AMI MegaRAID > #device mlx # Mylex DAC960 family > #device twe # 3ware Escalade > > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc0 at isa? port IO_KBD > device atkbd0 at atkbdc? irq 1 flags 0x1 > device psm0 at atkbdc? irq 12 > > device vga0 at isa? > options VESA > # splash screen/screen saver > #pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? flags 0x100 > > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > #device vt0 at isa? > #options XSERVER # support for X server on a vt console > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Floating point support - do not disable. > device npx0 at nexus? port IO_NPX irq 13 > > # Power management support (see LINT for more options) > #device apm0 at nexus? disable flags 0x20 # Advanced Power Management > > # PCCARD (PCMCIA) support > #device card > #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable > > # Serial (COM) ports > #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > #device sio1 at isa? port IO_COM2 irq 3 > #device sio2 at isa? disable port IO_COM3 irq 5 > #device sio3 at isa? disable port IO_COM4 irq 9 > > # Parallel port > #device ppc0 at isa? irq 7 > #device ppbus # Parallel port bus (required) > #device lpt # Printer > #device plip # TCP/IP over parallel > #device ppi # Parallel port interface device > ##device vpo # Requires scbus and da > > > # PCI Ethernet NICs. > #device de # DEC/Intel DC21x4x (``Tulip'') > #device txp # 3Com 3cR990 (``Typhoon'') > #device vx # 3Com 3c590, 3c595 (``Vortex'') > > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! > device miibus # MII bus support > #device dc # DEC/Intel 21143 and various workalikes > #device fxp # Intel EtherExpress PRO/100B (82557, 82558) > #device pcn # AMD Am79C97x PCI 10/100 NICs > #device rl # RealTek 8129/8139 > #device sf # Adaptec AIC-6915 (``Starfire'') > #device sis # Silicon Integrated Systems SiS 900/SiS 7016 > #device ste # Sundance ST201 (D-Link DFE-550TX) > #device tl # Texas Instruments ThunderLAN > #device tx # SMC EtherPower II (83c170 ``EPIC'') > device vr # VIA Rhine, Rhine II > #device wb # Winbond W89C840F > #device wx # Intel Gigabit Ethernet Card (``Wiseman'') > #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > #device bge # Broadcom BCM570x (``Tigon III'') > > # ISA Ethernet NICs. > # 'device ed' requires 'device miibus' > #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 > #device ex > #device ep > #device fe0 at isa? port 0x300 > # Xircom Ethernet > #device xe > # PRISM I IEEE 802.11b wireless NIC. > #device awi > # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really > # exists only as a PCMCIA device, so there is no ISA attachment needed > # and resources will always be dynamically assigned by the pccard code. > #device wi > # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will > # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP > # mode (the factory default). If you set the switches on your ISA > # card for a manually chosen I/O address and IRQ, you must specify > # those parameters here. > #device an > # The probe order of these is presently determined by i386/isa/isa_compat.c. > #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 > #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 > #device lnc0 at isa? port 0x280 irq 10 drq 0 > #device cs0 at isa? port 0x300 > #device sn0 at isa? port 0x300 irq 10 > device pcm > options USER_LDT > # Pseudo devices - the number indicates how many units to allocate. > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > #pseudo-device sl 1 # Kernel SLIP > #pseudo-device ppp 1 # Kernel PPP > pseudo-device tun # Packet tunnel. > pseudo-device pty # Pseudo-ttys (telnet etc) > pseudo-device md # Memory "disks" > pseudo-device gif # IPv6 and IPv4 tunneling > pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) > > # The `bpf' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > pseudo-device bpf #Berkeley packet filter > > # USB support > #device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > #device usb # USB Bus (required) > #device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > #device umass # Disks/Mass storage - Requires scbus and da > #device ums # Mouse > > #device uscanner # Scanners > #device urio # Diamond Rio MP3 Player > # USB Ethernet, requires mii > #device aue # ADMtek USB ethernet > #device cue # CATC USB ethernet > #device kue # Kawasaki LSI USB ethernet > ---- > > ===> Configuring for mozilla-1.0.rc3,1 > loading cache ./config.cache > checking host system type... i386-portbld-freebsd4.5 > checking target system type... i386-portbld-freebsd4.5 > checking build system type... i386-portbld-freebsd4.5 > checking for gcc... cc > checking whether the C compiler (cc -O -pipe ) works... yes > checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking for c++... c++ > checking whether the C++ compiler (c++ -O -pipe ) works... yes > checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler... no > checking whether we are using GNU C++... yes > checking whether c++ accepts -g... yes > checking for ranlib... ranlib > checking for as... /usr/bin/as > checking for ar... /usr/bin/ar > checking for ld... /usr/bin/ld > checking for strip... /usr/bin/strip > checking for dlltool... no > checking whether cc understands -c and -o together... yes > checking how to run the C preprocessor... cc -E > checking how to run the C++ preprocessor... c++ -E > checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel > checking whether ln -s works... yes > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking for xemacs... no > checking for lemacs... no > checking for emacs... no > checking for perl5... /usr/bin/perl5 > checking for minimum required perl version >= 5.004... 5.00503 > checking for full perl installation... yes > checking for whoami... /usr/bin/whoami > checking for autoconf... : > checking for unzip... /usr/local/bin/unzip > checking for zip... /usr/local/bin/zip > checking for makedepend... /usr/X11R6/bin/makedepend > checking for xargs... /usr/bin/xargs > checking for gmake... /usr/local/bin/gmake > checking whether /usr/local/bin/gmake sets ${MAKE}... yes > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for dnet_ntoa in -ldnet... no > checking for dnet_ntoa in -ldnet_stub... no > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking whether ld has archive extraction flags... yes > checking for ANSI C header files... yes > checking for working const... yes > checking for mode_t... yes > checking for off_t... yes > checking for pid_t... yes > checking for size_t... yes > checking for uid_t in sys/types.h... yes > checking for st_blksize in struct stat... yes > checking for int16_t... yes > checking for int32_t... yes > checking for int64_t... yes > checking for int64... no > checking for uint... yes > checking for uint_t... no > checking for uint16_t... yes > checking for uname.domainname... no > checking for uname.__domainname... no > checking for 64-bit OS... no > checking for usable wchar_t (2 bytes, unsigned)... no > checking for compiler -fshort-wchar option... no > checking for dirent.h that defines DIR... yes > checking for opendir in -ldir... no > checking for sys/byteorder.h... no > checking for compat.h... no > checking for getopt.h... no > checking for sys/bittypes.h... no > checking for memory.h... yes > checking for unistd.h... yes > checking for gnu/libc-version.h... no > checking for nl_types.h... yes > checking for X11/XKBlib.h... no > checking for sys/statvfs.h... no > checking for sys/statfs.h... no > checking for sys/vfs.h... no > checking for sys/mount.h... yes > checking for sys/cdefs.h... yes > checking for gethostbyname_r in -lc_r... no > checking for atan in -lm... yes > checking for dlopen in -ldl... no > checking for socket in -lsocket... no > checking for XDrawLines in -lX11... yes > checking for XextAddDisplay in -lXext... yes > checking for IceFlush in -lICE... yes > checking for SmcCloseConnection in -lSM... yes > checking for XtFree in -lXt... yes > checking for XineramaIsActive in -lXinerama... no > checking for X11/extensions/Xinerama.h... no > checking for XShmCreateImage in -lXext... yes > checking for X11/extensions/XShm.h... no > checking for XieFloGeometry in -lXIE... no > checking for X11/extensions/XIElib.h... no > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the "/usr/ports/www/mozilla/work/mozilla/config.log" including the output > of the failure of your make command. Also, it might be a good idea to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/www/mozilla. > ---- > > ORBit-0.5.13_1 > anjuta-0.1.9 > bison-1.35_1 > bonobo-1.0.18 > db3-3.2.9_3,1 > enlightenment-0.16.5_5 > esound-0.2.23 > expat-1.95.2 > fnlib-0.5 > freetype-1.3.1_1 > freetype2-2.0.6 > freetype2-2.0.9 > gal-0.19 > gconf-1.0.7_1 > gdbm-1.8.0 > gdk-pixbuf-0.15.0 > gettext-0.10.35_1 > gettext-0.11.1_3 > ghostscript-gnu-6.52_4 > glib-1.2.10_5 > glibwww-0.2_1 > gmake-3.79.1_1 > gnomeapplets-1.4.0.4_1 > gnomeaudio-1.4.0 > gnomecanvas-0.15.0 > gnomecontrolcenter-1.4.0.1 > gnomecore-1.4.0.4_3 > gnomedb-0.2.93_3 > gnomelibs-1.4.1.3 > gnomeprint-0.34 > gnomevfs-1.0.3 > gnupg-1.0.7 > gpgme-0.3.0 > gtk-1.2.10_3 > gtkhtml-1.0.1 > guile-1.4 > imlib-1.9.11 > jpeg-6b_1 > lcms-1.08 > libaudiofile-0.2.2 > libgda-0.2.93_2 > libghttp-1.0.9 > libglade-0.17_1 > libgnugetopt-1.1 > libgtop-1.0.12_1 > libiconv-1.7_1 > libiconv-1.7_4 > libmikmod-esound-3.1.10 > libmng-1.0.3 > libogg-1.0.r3_1,2 > libtool-1.3.4_2 > libtool-1.3.4_3 > libungif-4.1.0b1 > libunicode-0.4_2 > libvorbis-1.0.r3_1,2 > libwww-5.3.2 > libxml-1.8.16 > lynx-2.8.4.1b > nasm-0.98,1 > oaf-0.6.7 > pkgconfig-0.8.0 > png-1.2.1 > popt-1.5.1 > pspell-0.12.2_1 > scintilla-1.44 > scrollkeeper-0.2_3 > tiff-3.5.7 > unzip-5.50 > xpm-3.4k > zh-zhcon-0.2_4 > zip-2.3 -- PGP Key : http://www.marcuscom.com/pgp.asc 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?1022822300.581.17.camel>