From owner-freebsd-ports@FreeBSD.ORG Thu Sep 15 05:33:11 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D33C16A41F for ; Thu, 15 Sep 2005 05:33:11 +0000 (GMT) (envelope-from rrkramer@kramer-smilko.com) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id D144643D48 for ; Thu, 15 Sep 2005 05:33:10 +0000 (GMT) (envelope-from rrkramer@kramer-smilko.com) Received: from [127.0.0.1] (pcp0011482801pcs.chrchv01.md.comcast.net[68.55.208.51]) by comcast.net (sccrmhc13) with ESMTP id <2005091505330901300d4a3le>; Thu, 15 Sep 2005 05:33:09 +0000 Message-ID: <43290793.8090208@kramer-smilko.com> Date: Thu, 15 Sep 2005 01:33:07 -0400 From: Richard Kramer User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: xxjack12xx@gmail.com References: <4328F447.6070505@kramer-smilko.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0537-1, 09/14/2005), Outbound message X-Antivirus-Status: Clean Cc: ports@freebsd.org Subject: Re: Bug with apache22 make X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 05:33:11 -0000 Well, that was quick enough. Thanks for the assist. Richard Jack L. wrote: > It looks like you'r missing p5-gettext. Try installing that and it > should work. > > On 9/14/05, *Richard Kramer* < rrkramer@kramer-smilko.com > > wrote: > > Per the make message, I have attached a couple of files and a screen > shot below. I managed to fix this by re-installing perl5.8.6 from > /usr/ports. I am not sure this is real bug, since one of the other > workers here had been messing with perl in an attempt to get Spam > Assassin working. > > Richard Kramer > > ############################################################# > configure: WARNING: you should use --build, --host, --target > checking for perl... perl > checking for i386-portbld-freebsd5.4-gcc.. . cc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether cc accepts -g... yes > checking for cc option to accept ANSI C... none needed > checking for library containing dlsym... none required > checking for module Locale::gettext... no > configure: error: perl module Locale::gettext required > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org > [maintainer] and attach the > "/usr/ports/misc/help2man/work/help2man-1.35.1/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/misc/help2man. > *** Error code 1 > > Stop in /usr/ports/devel/autoconf259. > *** Error code 1 > > Stop in /usr/ports/www/apache21. > > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure --prefix=/usr/local i386-portbld-freebsd5.4 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = kramer-smilko.com > uname -m = i386 > uname -r = 5.4-RELEASE > uname -s = FreeBSD > uname -v = FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 > root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > /usr/bin/uname -p = i386 > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /usr/X11R6/bin > PATH: /home/rrkramer/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1252: checking for perl > configure:1257: ...version 5.005 required > configure:1266: trying perl > found version 5.00801 > configure:1275: result: perl > configure:1308: checking for i386-portbld-freebsd5.4-gcc > configure:1334: result: cc > configure:1616: checking for C compiler version > configure:1619: cc --version &5 > cc (GCC) 3.4.2 [FreeBSD] 20040728 > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There > is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > configure:1622: $? = 0 > configure:1624: cc -v &5 > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.4.2 [FreeBSD] 20040728 > configure:1627: $? = 0 > configure:1629: cc -V &5 > cc: `-V' option must have argument > configure:1632: $? = 1 > configure:1655: checking for C compiler default output file name > configure:1658: cc -O -pipe conftest.c >&5 > configure:1661: $? = 0 > configure:1707: result: a.out > configure:1712: checking whether the C compiler works > configure:1718: ./a.out > configure:1721: $? = 0 > configure:1738: result: yes > configure:1745: checking whether we are cross compiling > configure:1747: result: no > configure:1750: checking for suffix of executables > configure:1752: cc -o conftest -O -pipe conftest.c >&5 > configure:1755: $? = 0 > configure:1780: result: > configure:1786: checking for suffix of object files > configure:1807: cc -c -O -pipe conftest.c >&5 > configure:1810: $? = 0 > configure:1832: result: o > configure:1836: checking whether we are using the GNU C compiler > configure:1860: cc -c -O -pipe conftest.c >&5 > configure:1866: $? = 0 > configure:1869: test -z || test ! -s > conftest.err > configure:1872: $? = 0 > configure:1875: test -s conftest.o > configure:1878: $? = 0 > configure:1891: result: yes > configure:1897: checking whether cc accepts -g > configure:1918: cc -c -g conftest.c >&5 > configure:1924: $? = 0 > configure:1927: test -z || test ! -s > conftest.err > configure:1930: $? = 0 > configure:1933: test -s conftest.o > configure:1936: $? = 0 > configure:1947: result: yes > configure:1964: checking for cc option to accept ANSI C > configure:2034: cc -c -O -pipe conftest.c >&5 > configure:2040: $? = 0 > configure:2043: test -z || test ! -s > conftest.err > configure:2046: $? = 0 > configure:2049: test -s conftest.o > configure:2052: $? = 0 > configure:2070: result: none needed > configure:2088: cc -c -O -pipe conftest.c >&5 > conftest.c :2: error: syntax error before "me" > configure:2094: $? = 1 > configure: failed program was: > | #ifndef __cplusplus > | choke me > | #endif > configure:2225: checking for library containing dlsym > configure:2255: cc -o conftest -O -pipe conftest.c >&5 > configure:2261: $? = 0 > configure:2264: test -z || test ! -s > conftest.err > configure:2267: $? = 0 > configure:2270: test -s conftest > configure:2273: $? = 0 > configure:2342: result: none required > configure:2350: checking for module Locale::gettext > Can't locate Locale/gettext.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.8.7/i386-freebsd /usr/local/lib/perl5/5.8.7 > /usr/local/lib/perl5/site_perl/5.8.7/i386-freebsd > /usr/local/lib/perl5/site_perl/5.8.7 > /usr/local/lib/perl5/site_perl/5.8.6 > /usr/local/lib/perl5/site_perl/5.6.2 /usr/local/lib/perl5/site_perl .). > BEGIN failed--compilation aborted. > configure:2362: result: no > configure:2366: error: perl module Locale::gettext required > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_enable_nls=yes > ac_cv_search_dlsym='none required' > ac_cv_module_Locale__gettext=no > ac_cv_prog_cc_g=yes > ac_cv_env_LDFLAGS_set= > ac_cv_c_compiler_gnu=yes > ac_cv_exeext= > ac_cv_env_CFLAGS_set=set > lt_cv_sys_max_cmd_len=65536 > ac_cv_env_CPPFLAGS_set= > ac_cv_env_host_alias_set=set > ac_cv_prog_CC=cc > ac_cv_env_build_alias_set=set > ac_cv_env_LDFLAGS_value= > ac_cv_env_target_alias_set=set > ac_cv_prog_cc_stdc= > ac_cv_env_CFLAGS_value='-O -pipe ' > ac_cv_env_CC_set=set > ac_cv_env_CPPFLAGS_value= > ac_cv_env_host_alias_value=i386-portbld-freebsd5.4 > ac_cv_env_build_alias_value=i386-portbld-freebsd5.4 > ac_cv_prog_PERL=perl > ac_cv_env_target_alias_value=i386-portbld-freebsd5.4 > ac_cv_env_CC_value=cc > ac_cv_objext=o > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='cc' > CFLAGS='-O -pipe ' > CPPFLAGS='' > DEFS='' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > INSTALL_DATA='install -o root -g wheel -m 444' > INSTALL_INFO='' > INSTALL_PROGRAM='install -s -o root -g wheel -m 555' > INSTALL_SCRIPT='install -o root -g wheel -m 555' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > MAKEINFO='' > MSGFMT='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > PERL='perl' > SHELL='/bin/sh' > ac_ct_CC='' > bindir='${exec_prefix}/bin' > build_alias='i386-portbld-freebsd5.4' > datadir='${prefix}/share' > exec_prefix='NONE' > extra_make_all='' > extra_make_install='' > host_alias='i386-portbld-freebsd5.4 ' > includedir='${prefix}/include' > infodir='${prefix}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localstatedir='${prefix}/var' > mandir='${prefix}/man' > oldincludedir='/usr/include' > prefix='/usr/local' > program_transform_name='s,x,x,' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='i386-portbld-freebsd5.4' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > #define PACKAGE_BUGREPORT "" > #define PACKAGE_NAME "" > #define PACKAGE_STRING "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > > configure: exit 1 > > > _______________________________________________ > freebsd-ports@freebsd.org mailing > list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org > " > >