From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 00:16:48 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 A1A53106566C for ; Sat, 31 Jan 2009 00:16:48 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 714098FC0C for ; Sat, 31 Jan 2009 00:16:48 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id D8FD1AFBCCB; Fri, 30 Jan 2009 15:16:46 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 30 Jan 2009 15:16:46 -0900 User-Agent: KMail/1.9.10 References: <49832523.60402@futurecis.com> <200901301442.51094.fbsd.questions@rachie.is-a-geek.net> <49839383.2090606@futurecis.com> In-Reply-To: <49839383.2090606@futurecis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901301516.46683.fbsd.questions@rachie.is-a-geek.net> Cc: William Bentley 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: Sat, 31 Jan 2009 00:16:48 -0000 On Friday 30 January 2009 14:55:47 William Bentley wrote: > No, this is a new install and there are no env vars set. I made sure > that the env was clean anyways. As a work-around compile as: env MAKEFILE=Makefile make build How this got changed, I have no idea. > > Mel wrote: > > On Friday 30 January 2009 14:07:17 William Bentley wrote: > >> 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) > > > > Mine looks for Makefile (capital M). Did you set a MAKEFILE variable > > somewhere, like environment variable? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.