From owner-freebsd-questions@FreeBSD.ORG Thu Jan 10 02:56:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FEF716A417 for ; Thu, 10 Jan 2008 02:56:38 +0000 (UTC) (envelope-from gwschenk@socal.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.122]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFA513C457 for ; Thu, 10 Jan 2008 02:56:38 +0000 (UTC) (envelope-from gwschenk@socal.rr.com) Received: from babo.hbfun.org ([72.129.16.209]) by hrndva-omta01.mail.rr.com with ESMTP id <20080110024133.OUGM27181.hrndva-omta01.mail.rr.com@babo.hbfun.org> for ; Thu, 10 Jan 2008 02:41:33 +0000 From: Gary Schenk To: freebsd-questions@freebsd.org Date: Wed, 9 Jan 2008 18:41:06 -0800 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801091841.06153.gwschenk@socal.rr.com> Subject: Error building OpenEXR 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: Thu, 10 Jan 2008 02:56:38 -0000 Attempting to upgrade the ports on my machine, and following (or trying to follow) UPDATING, an error accurs on the upgrade of OpenEXR. This made a lot of KDE ports fail. gmake[1]: *** [imfexamples] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImfExamples' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/OpenEXR. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.69205.29 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=OpenEXR-1.2.2_1 UPGRADE_PORT_VER=1.2.2_1 make ** Fix the problem and try again. I then tried deleting OpenEXR and reinstalling it, but that did not work out. This shows up: b44ExpLogTable.cpp:52:18: half.h: No such file or directory b44ExpLogTable.cpp: In function `int main()': b44ExpLogTable.cpp:85: error: `half' was not declared in this scope b44ExpLogTable.cpp:85: error: expected `;' before "h" b44ExpLogTable.cpp:86: error: `h' was not declared in this scope b44ExpLogTable.cpp:90: error: `HALF_MAX' was not declared in this scope b44ExpLogTable.cpp:114: error: `half' was not declared in this scope b44ExpLogTable.cpp:114: error: expected `;' before "h" b44ExpLogTable.cpp:115: error: `h' was not declared in this scope gmake[1]: *** [b44ExpLogTable.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/OpenEXR/work/openexr-1.6.0/IlmImf' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/graphics/OpenEXR. I'm at a real lost. If someone could give me a nudge in the right direction, I would appreciate it. > uname -a FreeBSD babo.hbfun.org 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Fri Feb 16 13:25:14 PST 2007 root@babo.hbfun.org:/usr/src/sys/i386/compile/BABO i386 Gary