Date: Sun, 09 Apr 2006 13:32:54 +0200 From: steinab@ifi.uio.no (=?iso-8859-1?q?Steinar_B=F8rmer?=) To: freebsd-ports@freebsd.org Subject: p5-GSSAPI does not build Message-ID: <3jzirpjdlw9.fsf@to.ifi.uio.no>
next in thread | raw e-mail | index | archive | help
Greetings, /usr/ports/security/p5-GSSAPI does not build. The reason seems to be that the Makefile.PL calls for: ABSPERL = /usr/ports/security/p5-GSSAPI/work/GSSAPI-0.21/0 This "0" does not exist, as can be seen right before the "*** Error code 127" in the following: # uname -sr FreeBSD 6.0-RELEASE-p6 # which perl /usr/bin/perl # /usr/bin/perl --version This is perl, v5.8.8 built for i386-freebsd-64int (with 1 registered patch, see perl -V for more detail) # pwd /usr/ports/security/p5-GSSAPI # make ===> Vulnerability check disabled, database not found => GSSAPI-0.21.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../authors/id/A/AG/AGROLMS/. GSSAPI-0.21.tar.gz 100% of 25 kB 212 kBps ===> Extracting for p5-GSSAPI-0.21 => MD5 Checksum OK for GSSAPI-0.21.tar.gz. => SHA256 Checksum OK for GSSAPI-0.21.tar.gz. ===> p5-GSSAPI-0.21 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for p5-GSSAPI-0.21 ===> p5-GSSAPI-0.21 depends on file: /usr/local/bin/perl5.8.8 - found ===> p5-GSSAPI-0.21 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for p5-GSSAPI-0.21 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "no_NO.ISO8859-1" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Welcome to GSSAPI.pm setup! run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... /usr/bin/krb5-config ---------------------------------------------------------- using GSSAPI implementation FreeBSD heimdal 0.6.3 $Id: krb5-config.in,v 1.9 2002/09/09 22:29:06 joda Exp $ ---------------------------------------------------------- Adding own DEFINEs -DHEIMDAL ---------------------------------------------------------- Using LIBS -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err ---------------------------------------------------------- Using INC includeconfiguration -I/usr/include ---------------------------------------------------------- Checking if your kit is complete... Looks good Unable to find a perl 5 (by these names: /usr/local/bin/perl5.8.8 perl perl5 perl5.8.8 miniperl, in these dirs: /sbin /usr/sbin /bin /usr/bin /usr/local/sbin /usr/local/bin /usr/X11R6/bin /usr/local/bin) Writing Makefile for GSSAPI perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "no_NO.ISO8859-1" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). ===> Building for p5-GSSAPI-0.21 /usr/ports/security/p5-GSSAPI/work/GSSAPI-0.21/0: not found *** Error code 127 Stop in /usr/ports/security/p5-GSSAPI/work/GSSAPI-0.21. *** Error code 1 Stop in /usr/ports/security/p5-GSSAPI.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3jzirpjdlw9.fsf>