From owner-freebsd-ports Fri Jun 8 5:17:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from finland.ispro.net.tr (finland.ispro.net.tr [212.174.120.1]) by hub.freebsd.org (Postfix) with ESMTP id 869BB37B403 for ; Fri, 8 Jun 2001 05:17:21 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from localhost (yurtesen@localhost) by finland.ispro.net.tr (8.11.2/8.11.2) with ESMTP id f58A27P45592; Fri, 8 Jun 2001 13:02:07 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Date: Fri, 8 Jun 2001 13:02:07 +0300 (EEST) From: Evren Yurtesen To: Cc: Subject: Re:(2) apache-jserv-1.1.2 problem! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Why do I need to put make clean message? Ok the error message is as follows; I think pine wrapped some text though... .... ltconfig:630: cc -o conftest -O -pipe conftest.c 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O -pipe -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O -pipe -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O -pipe -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c conftest. c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O -pipe -static conftest.c 1>&5 GNU ld version 2.10.1 (with BFD 2.10.1) ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: cc -c -O -pipe conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCD GISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > confte st.nm" ltconfig:1691: cc -o conftest -O -pipe -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:1685: checking whether /usr/local/bin/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 (cc -O -pipe ) works configure:1929: cc -o conftest -O -pipe conftest.c 1>&5 configure:1955: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1960: checking whether we are using GNU C configure:1988: checking whether cc 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 configure:2547: checking for working const configure:2601: cc -c -O -pipe conftest.c 1>&5 configure:2622: checking how to run the C preprocessor configure:2643: cc -E conftest.c >/dev/null 2>conftest.out configure:2702: checking for ANSI C header files configure:2715: cc -E conftest.c >/dev/null 2>conftest.out configure:2782: cc -o conftest -O -pipe conftest.c 1>&5 configure:2806: checking for mode_t configure:2839: checking whether time.h and sys/time.h may both be included configure:2853: cc -c -O -pipe conftest.c 1>&5 configure:2874: checking whether struct tm is in sys/time.h or time.h configure:2887: cc -c -O -pipe conftest.c 1>&5 configure:2910: checking for ANSI C header files configure:3016: checking for gettimeofday configure:3044: cc -o conftest -O -pipe conftest.c 1>&5 configure:3251: checking for apxs configure:3285: checking for perl configure:3346: checking for Apache installation directory (assume shared build) configure:3351: checking for Apache include directory configure:3356: checking for Apache configuration directory configure:3361: checking for Apache library directory configure:3374: checking for Apache layout consistency configure:3485: checking for JDK location (please wait) configure:3593: checking Java platform configure:3621: checking for false configure:3659: checking java configure:3729: checking javac configure:3799: checking javadoc configure:3869: checking jar configure:3938: checking JSDK (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. adil:/usr/ports/www/apache-jserv On Thu, 7 Jun 2001, Peter Pentchev wrote: > On Thu, Jun 07, 2001 at 06:51:13PM +0300, Evren Yurtesen wrote: > > Hi > > I have cvsupped 4.3-stable+ports and I have problems > > installing apache-jserv-1.1.2 from the ports. > > Can somebody check it ? > > I manually downloaded the jsdk from sun.com too. > > It just gives an error message after checking JSDK > > or something even though all other things like checksum > > checks etc. goes well. > > If you need more information just send me email. > > thanks > > Can you post the exact error message? > > If the total output of 'make clean all' is not much more than 100-150 lines, > it would be helpful if you could post it, too. Something like: > > make clean all 2>&1 | tee make.output > > ..if you are using a Bourne-family shell, or > > make clean all |& tee make.output > > ..if you are using a csh-derived shell, would capture the 'make' output > to a file you can send to the list. > > G'luck, > Peter > > -- > If you think this sentence is confusing, then change one pig. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message