From owner-freebsd-ports@FreeBSD.ORG Mon Jul 14 14:35:09 2003 Return-Path: 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 0BBA637B401; Mon, 14 Jul 2003 14:35:08 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6412C43F93; Mon, 14 Jul 2003 14:35:05 -0700 (PDT) (envelope-from olive@oban.frmug.org) Received: from frmug.org (localhost [127.0.0.1])h6ELZ40H038422NO); Mon, 14 Jul 2003 23:35:04 +0200 (CEST) (envelope-from olive@oban.frmug.org) Received: (from uucp@localhost) by frmug.org (8.12.9/8.12.9/Submit) with UUCP id h6ELZ4BM038421; Mon, 14 Jul 2003 23:35:04 +0200 (CEST) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id 561B28C30; Mon, 14 Jul 2003 23:32:52 +0200 (CEST) Date: Mon, 14 Jul 2003 23:32:52 +0200 From: Olivier Tharan To: freebsd-ports@freebsd.org Message-ID: <20030714213252.GJ51069@weirdos.oban.frmug.org> Mail-Followup-To: freebsd-ports@freebsd.org, skv@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-Attribution: Olive cc: skv@freebsd.org Subject: bug in p5-Apache-Test install? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 21:35:09 -0000 Hello, While I wanted to upgrade www/p5-libapreq from 1.1 to 1.2, there is now a dependency on www/p5-Apache-Test. This last port will not install properly, the install dies with: ===> Checking if www/p5-Apache-Test already installed -MExtUtils::Install -e "-e qq{.mypacklist} && uninstall(qq{.mypacklist}, 1, 0)" -MExtUtils::Install: not found *** Error code 127 Stop in /usr/local/ports/www/p5-Apache-Test/work/Apache-Test-1.03. *** Error code 1 Stop in /usr/local/ports/www/p5-Apache-Test. The thing is, the Makefile (generated from Makefile.PL) uses $(PERLRUN) at line 414 in the nuke_Apache__test target, which is not defined elsewhere. This may be a bug in the upstream source, but I did not find such a discussion on the different Apache mailing lists. Is anyone else seeing this behaviour? -- olive