From owner-svn-ports-all@FreeBSD.ORG Sat Aug 30 17:16:03 2014 Return-Path: Delivered-To: svn-ports-all@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 99CD1A2D; Sat, 30 Aug 2014 17:16:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 855C3107B; Sat, 30 Aug 2014 17:16:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7UHG3kK043979; Sat, 30 Aug 2014 17:16:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7UHG3Lx043978; Sat, 30 Aug 2014 17:16:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408301716.s7UHG3Lx043978@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 30 Aug 2014 17:16:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366649 - head/devel/py-omniorb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2014 17:16:03 -0000 Author: antoine Date: Sat Aug 30 17:16:02 2014 New Revision: 366649 URL: http://svnweb.freebsd.org/changeset/ports/366649 QAT: https://qat.redports.org/buildarchive/r366649/ Log: Mark BROKEN: Fails to build with new omniORB /usr/local/include/omniORB4/internal/giopStream.h: In static member function 'static CORBA::Object* omniPy::UnMarshalObjRef(const char*, cdrStream&)': /usr/local/include/omniORB4/internal/giopStream.h:336: error: 'omni::giopStream::operator omni::giopStrand&()' is private .././../modules/pyObjectRef.cc:663: error: within this context .././../modules/pyObjectRef.cc:664: error: 'class omni::giopStrand' has no member named 'biDir' gmake[1]: *** [pyObjectRef.o] Error 1 Reported by: pkg-fallout Modified: head/devel/py-omniorb/Makefile Modified: head/devel/py-omniorb/Makefile ============================================================================== --- head/devel/py-omniorb/Makefile Sat Aug 30 17:13:15 2014 (r366648) +++ head/devel/py-omniorb/Makefile Sat Aug 30 17:16:02 2014 (r366649) @@ -13,6 +13,8 @@ COMMENT= Python bindings for omniORB4, a LICENSE= LGPL21 +BROKEN= Fails to build with new omniORB + LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB RUN_DEPENDS= omniidl:${PORTSDIR}/devel/omniORB # parts of omniORB4 source tree is required to build omniORBpy;