From owner-freebsd-questions@FreeBSD.ORG Sun Apr 7 18:29:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7CD3B6D for ; Sun, 7 Apr 2013 18:29:51 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id 6BFEE919 for ; Sun, 7 Apr 2013 18:29:51 +0000 (UTC) Received: from ip68-104-24-10.lv.lv.cox.net ([68.104.24.10] helo=Mickey) by kermit.lizardhill.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.62) (envelope-from ) id 1UOuLA-000OOM-B0 for freebsd-questions@freebsd.org; Sun, 07 Apr 2013 11:29:20 -0700 From: "Don O'Neil" To: Subject: Problem making software distros Date: Sun, 7 Apr 2013 11:28:53 -0700 Message-ID: <023f01ce33bd$c1ff69a0$45fe3ce0$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Thread-Index: Ac4zvcHJOMElf9ZrQvqhhwD49FipOQ== Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 18:29:51 -0000 I've got an older FreeBSD 6.1 install that will no longer allow me to build any software distributions. Any time I try to do a 'configure', the configure seems to run fine, then I get a "config.status: error: cannot find input file:". This has happened on several packages from several different sources. Any ideas as to what could be causing this? Is one of my binaries make corrupted possibly? Thanks!