From owner-freebsd-ports@FreeBSD.ORG Tue Dec 7 22:49:41 2004 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 D1CBE16A4CE for ; Tue, 7 Dec 2004 22:49:41 +0000 (GMT) Received: from hermes.webtent.net (hermes.webtent.net [208.38.145.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 71A0743D72 for ; Tue, 7 Dec 2004 22:49:41 +0000 (GMT) (envelope-from robert@webtent.com) Received: from [192.168.1.11] (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with SMTP id iB7MnWS02867 for ; Tue, 7 Dec 2004 17:49:32 -0500 From: Robert Fitzpatrick To: FreeBSD Ports Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1102459774.4519.3.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 07 Dec 2004 17:49:34 -0500 Content-Transfer-Encoding: 7bit Subject: Cabextract port fails during AMaVis portupgrade 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: Tue, 07 Dec 2004 22:49:41 -0000 I have been trying to resolve this for a few days now and with the help from someone on the AMaVis list, I believe I know the issue at hand. It seems that, on our 5.2.1 box, configure for cabextract-1.1 fails to autodetect my fnmatch.h: checking fnmatch.h usability... no checking fnmatch.h presence... no checking for fnmatch.h... no While another 5.3 box here does find this and builds the port fine. My friend on the AMaVis list suggests that the fnmatch.c shouldn't have been compiled on FreeBSD at all and is not needed. Can someone suggest how I can get around this on my 5.2.1 box? The error when trying to build the cabextract is: esmtp# make all install ===> Building for cabextract-1.1 make all-am cc -DHAVE_CONFIG_H -I. -I. -I. -I./mspack -DMSPACK_NO_DEFAULT_SYSTEM -O -pipe -mcpu=pentiumpro -c fnmatch.c fnmatch.c:48:24: safe-ctype.h: No such file or directory *** Error code 1 Stop in /usr/ports/archivers/cabextract/work/cabextract-1.1. *** Error code 1 Stop in /usr/ports/archivers/cabextract/work/cabextract-1.1. *** Error code 1 -- Robert