From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 06:49:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0BE16A4CE for ; Sun, 7 Mar 2004 06:49:56 -0800 (PST) Received: from simmts7-srv.bellnexxia.net (simmts7.bellnexxia.net [206.47.199.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8272443D1F for ; Sun, 7 Mar 2004 06:49:55 -0800 (PST) (envelope-from corey@interchange.ca) Received: from interchange.ca ([156.34.37.81]) by simmts7-srv.bellnexxia.netESMTP <20040307144954.CTOS4830.simmts7-srv.bellnexxia.net@interchange.ca> for ; Sun, 7 Mar 2004 09:49:54 -0500 Message-ID: <404B369D.8080503@interchange.ca> Date: Sun, 07 Mar 2004 10:50:05 -0400 From: Corey Mosher User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: help2man Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 14:49:56 -0000 I am trying to install apache2 from ports. I am running FreeBSD 5.2.1. When it tries to install the help2man package which is a dependancy of autoconf which is a dependancy of apache2 it produces this error: ===> apache-2.0.48_3 depends on file: /usr/local/bin/autoconf - not found ===> Verifying install for /usr/local/bin/autoconf in /usr/ports/devel/autoconf ===> autoconf-2.53_1 depends on executable: gm4 - found ===> autoconf-2.53_1 depends on executable: help2man - not found ===> Verifying install for help2man in /usr/ports/misc/help2man ===> Installing for help2man-1.33.1 ===> help2man-1.33.1 depends on file: /usr/local/lib/perl5/site_perl/5.6.1/mach/Locale/gettext.pm - found ===> help2man-1.33.1 depends on file: /usr/local/bin/perl5.6.1 - found ===> help2man-1.33.1 depends on file: /usr/local/bin/perl5.6.1 - found ===> Generating temporary packing list ** Missing package files for help2man-1.33.1. *** Error code 1 Stop in /usr/ports/misc/help2man. *** Error code 1 Stop in /usr/ports/devel/autoconf. *** Error code 1 Stop in /usr/ports/www/apache2. I'm lost with this problem, can anyone help me out? If this is the wrong list for the question please let me know. Thanks Corey Mosher