From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 15:50:16 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 89AF616A46D for ; Fri, 11 Jan 2008 15:50:16 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE3713C4EB for ; Fri, 11 Jan 2008 15:50:15 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1154647rvb.43 for ; Fri, 11 Jan 2008 07:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=K0fRWAXKIMbDycgShLTfkuCoUZmfrEgRH7s0h9d37to=; b=c/9qjA+aYPx+hdqW2muWecV772q3oTcGmyEWI0X9dHUw3n7OzM1YEAvwKuujGBuQFc33CFxku0XommgCs97SYRqYJOsXcfxhWbpfU68TA5Pwzi8nUqd0G2GsT7VWU/E98f3Uq/zdwnkh41cxkjxUFEe+MNRNj/8bDs8cAokQkXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y8JclRWGXfgNDs2FVMnr45SbWdbyn2qXez5fp/nRsCEFOdQYis0mRAgiqk24q9wJ7WmBrT/DJ/PDPHgZYACUWgtsCpE4XWG9U9epbXijt/5Iz56SvrydTS8TYPK4ptcMGK+9f3wVqRtVD+B/Ra8kjOKFDNhSHhUnGo8B3TN/rF8= Received: by 10.140.164.1 with SMTP id m1mr2082009rve.266.1200066613554; Fri, 11 Jan 2008 07:50:13 -0800 (PST) Received: by 10.141.142.18 with HTTP; Fri, 11 Jan 2008 07:50:13 -0800 (PST) Message-ID: <54db43990801110750k11f689fcnd896d5919fe42fb7@mail.gmail.com> Date: Fri, 11 Jan 2008 10:50:13 -0500 From: "Bob Johnson" To: "Gary Schenk" In-Reply-To: <200801091841.06153.gwschenk@socal.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801091841.06153.gwschenk@socal.rr.com> Cc: freebsd-questions@freebsd.org Subject: Re: 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: Fri, 11 Jan 2008 15:50:16 -0000 /usr/ports/UPDATING (entry 20071008) might help. The solution there isn't exactly what I ended up having to do (I don't actually remember exactly what I did), but it pointed me in the right direction. - Bob On 1/9/08, Gary Schenk wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >