From owner-freebsd-questions@FreeBSD.ORG Wed Nov 22 04:59:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C88E16A403 for ; Wed, 22 Nov 2006 04:59:52 +0000 (UTC) (envelope-from jcullip@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A28543D46 for ; Wed, 22 Nov 2006 04:59:25 +0000 (GMT) (envelope-from jcullip@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so51601nzh for ; Tue, 21 Nov 2006 20:59:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ZB9cCf9e8k1OdPVzXMA0AWCu2V4otmTCwHkwbTz9WhFJLoQRfXtLnbJ/FcB2jVT22Uahdbg0etI1AagWh3h+FQoTs7oKnsYzDvwegE5IeNwcWjipgz9tlwoYrBstFS8U5FJYoWJL07ArAhm+DKXBhHimPVZektdIxnuyPlx3LLU= Received: by 10.35.9.15 with SMTP id m15mr523967pyi.1164171590908; Tue, 21 Nov 2006 20:59:50 -0800 (PST) Received: by 10.35.67.17 with HTTP; Tue, 21 Nov 2006 20:59:50 -0800 (PST) Message-ID: Date: Tue, 21 Nov 2006 23:59:50 -0500 From: "Jason Cullip" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help with pkg_install 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: Wed, 22 Nov 2006 04:59:52 -0000 Hi all, Problem: OS: FreeBSD 4.8 After running the latest ports_supfile I can no longer install new ports. Here is the error message I receive when trying to install a new package / port: ===> Building for pkg_install-20060113 ===> lib cc -O -pipe -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wnon-const-format -Wno-format-extra-args -c file.c -o file.o In file included from file.c:24: lib.h:33: stdarg.h: No such file or directory *** Error code 1 Stop in /usr/ports/sysutils/pkg_install/work/pkg_install-20060113/lib. *** Error code 1 Stop in /usr/ports/sysutils/pkg_install/work/pkg_install-20060113. *** Error code 1 Stop in /usr/ports/sysutils/pkg_install. Any assistance would be greatly appreciated. If you need further information I can run make in debug mode and provide more output. Jason