Date: Sat, 30 Aug 2014 17:16:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366649 - head/devel/py-omniorb Message-ID: <201408301716.s7UHG3Lx043978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301716.s7UHG3Lx043978>