svn commit: r366649 - head/devel/py-omniorb
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 30 17:16:03 UTC 2014
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;
More information about the svn-ports-head
mailing list