From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 2 23:40:38 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C30075E8 for ; Tue, 2 Sep 2014 23:40:38 +0000 (UTC) Received: from smtpin1.utoledo.edu (smtpin1.utoledo.edu [131.183.2.213]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "*.utoledo.edu", Issuer "GlobalSign Organization Validation CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6C3176E for ; Tue, 2 Sep 2014 23:40:37 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkcBAKtGBlSDtwIWmWdsb2JhbABahDuCeM4MFhABAQEBAQgLCwcUKYQtFQ8MWwIFFhgDAgECAUsNCAEBiD4FmACPL4U3inCFUYEsjUqFKgWkE5FkgVdBgQcBAQE X-IronPort-AV: E=Sophos;i="5.04,452,1406606400"; d="scan'208";a="344246509" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin1.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Sep 2014 17:26:56 -0400 Received: from MsgApp11.utad.utoledo.edu (msgapp11.utad.utoledo.edu [131.183.3.7]) by dlpint00.utoledo.edu (RSA Interceptor) for ; Tue, 2 Sep 2014 17:26:46 -0400 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 2 Sep 2014 17:26:46 -0400 Message-ID: <5406360F.2040108@UToledo.edu> Date: Tue, 2 Sep 2014 17:26:39 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: FreeBSD Port: net/opal Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 23:40:38 -0000 FreeBSD 10.1 Stable i386 Build error opal-3.10.10 > h263-1998.cxx:460:29: error: use of undeclared identifier 'CODEC_FLAG_H263P_AIV' > CODEC_TRACER_FLAG(tracer, CODEC_FLAG_H263P_AIV); > ^ > h263-1998.cxx:454:62: note: expanded from macro 'CODEC_TRACER_FLAG' > PTRACE(4, m_prefix, #flag " is " << ((m_context->flags & flag) ? "enabled" > : "disabled")); > ^ > /usr/ports/net/opal/work/opal-3.10.10/include/codec/opalplugin.hpp:89:42: > note: expanded from macro 'PTRACE' > std::ostringstream strm; strm << args; \ > ^ > h263-1998.cxx:524:72: error: use of undeclared identifier 'FF_I_TYPE' > m_inputFrame->pict_type = (flags & PluginCodec_CoderForceIFrame) ? > FF_I_TYPE : AV_PICTURE_TYPE_NONE; > ^ > h263-1998.cxx:606:24: error: use of undeclared identifier 'CODEC_FLAG_H263P_UMV' > m_context->flags &= ~CODEC_FLAG_H263P_UMV; > ^ > h263-1998.cxx:611:24: error: use of undeclared identifier 'CODEC_FLAG_H263P_AIV' > m_context->flags &= ~CODEC_FLAG_H263P_AIV; > ^ > fatal error: too many errors emitted, stopping now [-ferror-limit=] > 20 errors generated. > gmake[5]: *** > [/usr/ports/net/opal/work/opal-3.10.10/plugins/../lib_FreeBSD_x86/plugins/h263_ffmpeg/h263-1998.o] > Error 1 > gmake[5]: Leaving directory > `/usr/ports/net/opal/work/opal-3.10.10/plugins/video/H.263-1998' > gmake[4]: *** [all] Error 2 > gmake[4]: Leaving directory `/usr/ports/net/opal/work/opal-3.10.10/plugins' > gmake[3]: *** [subdirs] Error 2 > gmake[3]: Leaving directory `/usr/ports/net/opal/work/opal-3.10.10' > gmake[2]: *** [opt] Error 2 > gmake[2]: Leaving directory `/usr/ports/net/opal/work/opal-3.10.10' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/net/opal > *** Error code 1 > > Stop. > make: stopped in /usr/ports/net/opal > BEASTIE#