From owner-freebsd-ports Thu Nov 9 9:54:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from abowhill.lightrealm.com (nat-0-37.lightrealm.net [216.122.0.37]) by hub.freebsd.org (Postfix) with ESMTP id 3528337B479 for ; Thu, 9 Nov 2000 09:54:43 -0800 (PST) Received: from vservers.com (localhost [127.0.0.1]) by abowhill.lightrealm.com (8.11.1/8.11.1) with ESMTP id eA9HsK056443; Thu, 9 Nov 2000 09:54:20 -0800 (PST) (envelope-from abowhill@vservers.com) Message-ID: <3A0AE4CC.9C9813FC@vservers.com> Date: Thu, 09 Nov 2000 09:54:20 -0800 From: Charlie Root X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.2-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Manjoine Cc: ports@FreeBSD.ORG Subject: Re: apache-jserv References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chris Manjoine wrote: > looks like the install of apache-jserve is broken I have tried everything > from editing the configure.in the aclocal.m4 the acinclude.m4 and checking > the grep function for the GNU make. > > Can someone please help the maintainer is not available? > > This is the result of the port install > > Configuring ApacheJServ/1.1.2 > checking for a BSD compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking whether gmake sets ${MAKE}... yes > checking for working aclocal... found > checking for working autoconf... found > checking for working automake... found > checking for working autoheader... found > checking for working makeinfo... found > checking host system type... i386--freebsd4.1.1 > checking build system type... i386--freebsd4.1.1 > checking for ranlib... (cached) ranlib > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -O -pipe ) works... yes > checking whether the C compiler (gcc -O -pipe ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for ld used by GCC... (cached) /usr/libexec/elf/ld > checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes > checking for BSD-compatible nm... (cached) /usr/bin/nm -B > checking whether ln -s works... (cached) yes > updating cache ./config.cache > loading cache ./config.cache within ltconfig > checking for object suffix... o > checking for executable suffix... (cached) no > checking for gcc option to produce PIC... -fPIC > checking if gcc PIC flag -fPIC works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.lo... yes > checking if gcc supports -fno-rtti -fno-exceptions ... yes > checking if gcc static flag -static works... -static > checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes > checking whether the linker (/usr/libexec/elf/ld) supports shared > libraries... yes > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/libexec/elf/ld option to reload object files... -r > checking dynamic linker characteristics... freebsd4.1.1 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking for objdir... .libs > creating libtool > updating cache ./config.cache > loading cache ./config.cache > checking whether gmake sets ${MAKE}... (cached) yes > checking for a BSD compatible install... /usr/bin/install -c -o root -g > wheel > checking whether ln -s works... (cached) yes > checking for gcc... (cached) gcc > checking whether the C compiler (gcc -O -pipe ) works... yes > checking whether the C compiler (gcc -O -pipe ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for echo... /bin/echo > checking for find... /usr/bin/find > checking for sed... /usr/bin/sed > checking for test... /bin/test > checking for rm... /bin/rm > checking for head... /usr/bin/head > checking for tr... /usr/bin/tr > checking for grep... /usr/bin/grep > checking for cut... /usr/bin/cut > checking for touch... /usr/bin/touch > checking for cat... /bin/cat > checking for cp... /bin/cp > checking for make... /usr/bin/make > checking for chmod... /bin/chmod > checking for GNU make... configure: error: > Found: /usr/bin/make > GNU make is required and was not found. If GNU make is not installed, > please install it. www.gnu.org. If GNU make is installed, please adjust > your PATH to make sure that GNU make is found before any other version > of make that is installed on your system. rm config.cache and then > re-run configure again. > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:784: checking for a BSD compatible install > configure:837: checking whether build environment is sane > configure:894: checking whether gmake sets ${MAKE} > configure:940: checking for working aclocal > configure:953: checking for working autoconf > configure:966: checking for working automake > configure:979: checking for working autoheader > configure:992: checking for working makeinfo > configure:1083: checking host system type > configure:1104: checking build system type > configure:1124: checking for ranlib > configure:1154: checking for gcc > configure:1267: checking whether the C compiler (gcc -O -pipe ) works > configure:1283: gcc -o conftest -O -pipe conftest.c 1>&5 > configure:1309: checking whether the C compiler (gcc -O -pipe ) is a > cross-compiler > configure:1314: checking whether we are using GNU C > configure:1342: checking whether gcc accepts -g > configure:1385: checking for ld used by GCC > configure:1448: checking if the linker (/usr/libexec/elf/ld) is GNU ld > configure:1464: checking for BSD-compatible nm > configure:1501: checking whether ln -s works > ltconfig:603: checking for object suffix > ltconfig:604: gcc -c -O -pipe conftest.c 1>&5 > ltconfig:776: checking if gcc PIC flag -fPIC works > ltconfig:777: gcc -c -O -pipe -fPIC -DPIC conftest.c 1>&5 > ltconfig:829: checking if gcc supports -c -o file.o > ltconfig:830: gcc -c -O -pipe -o out/conftest2.o conftest.c 1>&5 > ltconfig:862: checking if gcc supports -c -o file.lo > ltconfig:863: gcc -c -O -pipe -c -o conftest.lo conftest.c 1>&5 > ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions > ltconfig:915: gcc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c > conftest.c 1>&5 > ltconfig:958: checking if gcc static flag -static works > ltconfig:959: gcc -o conftest -O -pipe -static conftest.c 1>&5 > GNU ld version 2.10.0 (with BFD 2.10.0) > ltconfig:1635: checking if global_symbol_pipe works > ltconfig:1636: gcc -c -O -pipe conftest.c 1>&5 > ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ > ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 > \3/p' > conftest.nm" > ltconfig:1691: gcc -o conftest -O -pipe -fno-builtin -fno-rtti > -fno-exceptions conftest.c conftstm.o 1>&5 > configure:1685: checking whether gmake sets ${MAKE} > configure:1724: checking for a BSD compatible install > configure:1777: checking whether ln -s works > configure:1800: checking for gcc > configure:1913: checking whether the C compiler (gcc -O -pipe ) works > configure:1929: gcc -o conftest -O -pipe conftest.c 1>&5 > configure:1955: checking whether the C compiler (gcc -O -pipe ) is a > cross-compiler > configure:1960: checking whether we are using GNU C > configure:1988: checking whether gcc accepts -g > configure:2026: checking for echo > configure:2061: checking for find > configure:2096: checking for sed > configure:2131: checking for test > configure:2166: checking for rm > configure:2201: checking for head > configure:2236: checking for tr > configure:2271: checking for grep > configure:2306: checking for cut > configure:2341: checking for touch > configure:2376: checking for cat > configure:2411: checking for cp > configure:2446: checking for make > configure:2481: checking for chmod > configure:2517: checking for GNU make > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/www/apache-jserv. > *** Error code 1 > > Stop in /usr/ports/www/apache-jserv. > *** Error code 1 > > Stop in /usr/ports/www/apache-jserv. > *** Error code 1 > > Stop in /usr/ports/www/apache-jserv. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message This is a configure problem. I have submitted a patch which fixes it. Check it out at: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22693 --Allan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message