From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 23:07:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4659A106564A for ; Fri, 30 Jan 2009 23:07:10 +0000 (UTC) (envelope-from William@futurecis.com) Received: from mail1.futurecis.com (static-72-66-123-22.washdc.fios.verizon.net [72.66.123.22]) by mx1.freebsd.org (Postfix) with ESMTP id E574A8FC16 for ; Fri, 30 Jan 2009 23:07:09 +0000 (UTC) (envelope-from William@futurecis.com) Received: (qmail 94464 invoked from network); 30 Jan 2009 23:08:14 -0000 Received: from unknown (HELO [10.0.0.100]) ([10.0.0.100]) (envelope-sender ) by mail1.futurecis.com (qmail-ldap-1.03) with SMTP for ; 30 Jan 2009 23:08:14 -0000 Message-ID: <49838825.7030506@futurecis.com> Date: Fri, 30 Jan 2009 18:07:17 -0500 From: William Bentley User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Mel References: <49832523.60402@futurecis.com> <200901301106.17524.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200901301106.17524.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Perl5.8 Won't Build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 23:07:10 -0000 Here is the output: (cd /usr/ports/lang/perl5.8/work/perl-5.8.9; /usr/bin/env LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" LC_TIME="" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -fno-strict-aliasing -pipe" CXX="c++" CXXFLAGS="-O2 -fno-strict-aliasing -pipe" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" make -f makefile all) Mel wrote: > On Friday 30 January 2009 07:04:51 William Bentley wrote: > >> Hey All, >> >> Trying to build Perl5.8 and keep getting error messages about the >> makefile. This is a new installation under AMD64 7.1Release inside of a >> jail. Already did a make clean and portsnap. I already wrote to the lang >> mailing list as well to no avail as of yet. Any ideas appreciated. Here >> is the output. >> > > > > >> ===> Building for perl-5.8.9 >> make: cannot open makefile. >> *** Error code 2 >> > > Please show output of: > make -C /usr/ports/lang/perl-5.8 -n do-build > >