From owner-freebsd-ports Fri Nov 3 15:28:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from resstor.ndsu.nodak.edu (resstor.ndsu.NoDak.edu [134.129.111.204]) by hub.freebsd.org (Postfix) with ESMTP id 4530A37B4CF for ; Fri, 3 Nov 2000 15:28:10 -0800 (PST) Received: from ndsu.nodak.edu (ndts9.pt03.ndsu.NoDak.edu [134.129.108.231]) by resstor.ndsu.nodak.edu (8.9.3/8.9.3) with ESMTP id RAA14771 for ; Fri, 3 Nov 2000 17:28:07 -0600 Message-ID: <3A03497A.7D8BDFFC@ndsu.nodak.edu> Date: Fri, 03 Nov 2000 17:25:46 -0600 From: Jeff Blaufuss X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Mozilla M18 port fails to build Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I cannot build the mozilla port. It fails with an "Error code 1" When I look through the output it seems that it cannot find the "gtk-config" script even though I have the gtk12 port installed. Here is the "config.log" file that contains the output of make, I hope you can help. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:767: checking host system type configure:788: checking target system type configure:806: checking build system type configure:1793: checking for gcc configure:1906: checking whether the C compiler (cc -O -pipe ) works configure:1922: cc -o conftest -O -pipe conftest.c 1>&5 configure:1948: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1953: checking whether we are using GNU C configure:1962: cc -E conftest.c configure:1981: checking whether cc accepts -g configure:2017: checking for c++ configure:2049: checking whether the C++ compiler (c++ -O -pipe ) works configure:2065: c++ -o conftest -O -pipe conftest.C 1>&5 configure:2091: checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler configure:2096: checking whether we are using GNU C++ configure:2105: c++ -E conftest.C configure:2124: checking whether c++ accepts -g configure:2158: checking for ranlib configure:2190: checking for as configure:2231: checking for ar configure:2272: checking for ld configure:2313: checking for dlltool configure:2378: checking whether cc understands -c and -o together configure:2390: cc -c conftest.c -o conftest.o 1>&5 configure:2391: cc -c conftest.c -o conftest.o 1>&5 configure:2447: checking how to run the C preprocessor configure:2468: cc -E conftest.c >/dev/null 2>conftest.out configure:2527: checking how to run the C++ preprocessor configure:2545: c++ -E conftest.C >/dev/null 2>conftest.out configure:2581: checking for a BSD compatible install configure:2634: checking whether ln -s works configure:2659: checking for gawk configure:2659: checking for mawk configure:2659: checking for nawk configure:2659: checking for awk configure:2693: checking for xemacs configure:2693: checking for lemacs configure:2693: checking for emacs configure:2734: checking for perl5 configure:2774: checking for minimum required perl version 5.004 configure:2786: checking for whoami configure:2822: checking for autoconf configure:2858: checking for unzip configure:2896: checking for zip configure:2938: checking for makedepend configure:2976: checking for gmake configure:3032: checking whether /usr/local/bin/gmake sets ${MAKE} configure:3064: checking for X configure:3378: checking for dnet_ntoa in -ldnet configure:3397: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 3386 "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:3419: checking for dnet_ntoa in -ldnet_stub configure:3438: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 3427 "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:3467: checking for gethostbyname configure:3495: cc -o conftest -O -pipe conftest.c 1>&5 configure:3565: checking for connect configure:3593: cc -o conftest -O -pipe conftest.c 1>&5 configure:3657: checking for remove configure:3685: cc -o conftest -O -pipe conftest.c 1>&5 configure:3749: checking for shmat configure:3777: cc -o conftest -O -pipe conftest.c 1>&5 configure:3850: checking for IceConnectionNumber in -lICE configure:3869: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:3995: checking whether ld has archive extraction flags configure:4019: cc -o conftest -O -pipe -I/usr/X11R6/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:4673: checking for XDrawLines in -lX11 configure:4692: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -lX11 1>&5 configure:4714: checking for XextAddDisplay in -lXext configure:4733: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 1>&5 configure:4755: checking for IceFlush in -lICE configure:4774: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lICE -lX11 1>&5 configure:4795: checking for SmcCloseConnection in -lSM configure:4814: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lSM -lX11 1>&5 configure:4835: checking for XtFree in -lXt configure:4854: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lSM -lICE -lX11 1>&5 configure:4876: checking for XmuLookupString in -lXmu configure:4895: cc -o conftest -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lSM -lICE -lX11 -lXt -lXext 1>&5 configure:5076: checking for gtk-config configure:5111: checking for GTK - version >= 1.2.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message