From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 15:51:50 2007 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 37B4D16A469 for ; Tue, 9 Oct 2007 15:51:50 +0000 (UTC) (envelope-from wsurvive@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id D511913C45D for ; Tue, 9 Oct 2007 15:51:49 +0000 (UTC) (envelope-from wsurvive@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so869384nzf for ; Tue, 09 Oct 2007 08:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=g6G53QvIQPpH30DszjppLIaU5g4YIYK/m+TRDWgzqVA=; b=PfY1oVWAdqZXUsYOY2Gse4rduhAAli5FZrldPHtNsD4oWk4NlDvpOHTOXXmi1x68fClC4FTGHuVAqhClYQUQKK+GP3p5kE5k3iIPc50idDc11Vu8XZIXwYmdBsrDIP822gR5dqHaqVDWx4t51P5lHnJMTZbouQI8YxxW5CXFYD4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OFKPa8mcDjgL1jTiHpiHHGCsLBISmHCbwHH9eCKuJERiT94ucdZXAzVgSrlZWmvPpnKdclc1t6Oti68oeSjLOWMLJVB0drnXtay19xxSN3nK5bTDvuDnc6VdscyVoHtPdCZLYAWd1SbWTyIXDPdzS6eo2EELdKOn1nzJAnpTkJY= Received: by 10.114.166.1 with SMTP id o1mr1322631wae.1191943565614; Tue, 09 Oct 2007 08:26:05 -0700 (PDT) Received: by 10.114.185.4 with HTTP; Tue, 9 Oct 2007 08:26:05 -0700 (PDT) Message-ID: Date: Tue, 9 Oct 2007 10:26:05 -0500 From: "Will Wainwright" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem compiling kdegraphics (exr problem?) 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: Tue, 09 Oct 2007 15:51:50 -0000 Hi all, I'm having some trouble getting kdegraphics to update. I use portmanager to keep my ports updated. Usually this works well, but the past couple of days portmanager did have problems with the latest OpenEXR update. As to my problem with kdegraphics, here is what I know. It compiles until this point: gmake[3]: Entering directory `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.5.7/kfile-plugins/exr' /usr/local/bin/moc ./kfile_exr.h -o kfile_exr.moc if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -Drestrict= -I/usr/local/include -I/usr/local/include -I/usr/local/include/OpenEXR -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -MT kfile_exr.lo -MD -MP -MF ".deps/kfile_exr.Tpo" -c -o kfile_exr.lo kfile_exr.cpp; \ then mv -f ".deps/kfile_exr.Tpo" ".deps/kfile_exr.Plo"; else rm -f ".deps/kfile_exr.Tpo"; exit 1; fi kfile_exr.cpp: In member function `virtual bool KExrPlugin::readInfo(KFileMetaInfo&, uint)': kfile_exr.cpp:229: error: `hasutcOffset' was not declared in this scope kfile_exr.cpp:229: warning: unused variable 'hasutcOffset' kfile_exr.cpp: At global scope: kfile_exr.cpp:165: warning: unused parameter 'what' gmake[3]: *** [kfile_exr.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.5.7/kfile-plugins/exr' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.5.7/kfile-plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.5.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/kdegraphics3. *** Error code 1 At which point the build fails. I'm not sure if this is a problem with KDE or if there is still something wrong with my install of OpenEXR. Any advice as to how to proceed? -Will