From owner-freebsd-stable Tue Feb 26 22:55:12 2002 Delivered-To: freebsd-stable@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7A41237B41C for ; Tue, 26 Feb 2002 22:54:54 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1R6rM805830; Wed, 27 Feb 2002 01:53:22 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Galeon port configure error From: Joe Clarke To: stan Cc: FreeBSD Stable Mailing List In-Reply-To: <20020227044628.GA6400@teddy.fas.com> References: <20020227044628.GA6400@teddy.fas.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 27 Feb 2002 01:55:01 -0500 Message-Id: <1014792901.11948.13.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-02-26 at 23:46, stan wrote: > I'm trying to build galeon on a freshly cvsup'd machine, and > it's failing in the configure phase. Here is what;s happening: > This _does_ work. I have galeon 1.0.3 installed and running as I type. > [snip] > > PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin Where do you have Perl installed? The code for this test checks for a file named "perl" in each element of the path. It doesn't do anything fancier than that to produce the error you're seeing. Now, once it finds perl, it does a perl -v | fgrep '5.' to verify it's Perl 5. perl should be /usr/bin/perl on -stable, and produce: This is perl, version 5.005_03 built for i386-freebsd Copyright 1987-1999, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. When run as perl -v. Verify this is what you have. Joe > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1365: checking for perl > configure:1398: result: no > configure:1403: error: perl not found; required for xml-i18n-tools > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_env_CC_set=set > ac_cv_env_CC_value=cc > ac_cv_env_CFLAGS_set=set > ac_cv_env_CFLAGS_value='-O -pipe -march=k6' > ac_cv_env_CPPFLAGS_set=set > ac_cv_env_CPPFLAGS_value='-I/usr/local/include -D_REENTRANT -D_THREAD_SAFE' > ac_cv_env_CPP_set='' > ac_cv_env_CPP_value='' > ac_cv_env_CXXFLAGS_set=set > ac_cv_env_CXXFLAGS_value=' -O -pipe -march=k6' > ac_cv_env_CXX_set=set > ac_cv_env_CXX_value=c++ > ac_cv_env_LDFLAGS_set='' > ac_cv_env_LDFLAGS_value='' > ac_cv_env_build_alias_set='' > ac_cv_env_build_alias_value='' > ac_cv_env_host_alias_set='' > ac_cv_env_host_alias_value='' > ac_cv_env_target_alias_set=set > ac_cv_env_target_alias_value=i386-unknown-freebsd4.5 > lt_cv_sys_path_separator=: > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > > configure: exit 1 > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/www/galeon. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > black# ^Dexit > > Script done on Tue Feb 26 23:42:56 2002 > Script started, output file is typescript > black# make > ===> Configuring for galeon-1.0.3 > checking for perl... > > I definatly have perl installed. > > How can I make this work? > > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message