svn commit: r366648 - head/devel/omniNotify
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 30 17:13:16 UTC 2014
Author: antoine
Date: Sat Aug 30 17:13:15 2014
New Revision: 366648
URL: http://svnweb.freebsd.org/changeset/ports/366648
QAT: https://qat.redports.org/buildarchive/r366648/
Log:
Mark BROKEN: Fails to build with new omniORB
.././../lib/RDINotifServer.cc: In constructor 'RDINotifServer::RDINotifServer(RDI_Config*, FilterFactory_i*, AttNotification::_objref_FilterFactory*, EventChannelFactory_i*, AttNotification::_objref_EventChannelFactory*, EventChannel_i*, AttNotification::_objref_EventChannel*, RDI_ServerQoS*)':
.././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member named 'secs'
.././../lib/RDINotifServer.cc:84: error: 'struct omni_time_t' has no member named 'nanosecs'
.././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member named 'secs'
.././../lib/RDINotifServer.cc:86: error: 'struct omni_time_t' has no member named 'nanosecs'
.././../lib/RDINotifServer.cc: In member function 'virtual void RDINotifServer::set_server_props(const AttNotification::ServerProperties&)':
.././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member named 'secs'
.././../lib/RDINotifServer.cc:717: error: 'struct omni_time_t' has no member named 'nanosecs'
.././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member named 'secs'
.././../lib/RDINotifServer.cc:722: error: 'struct omni_time_t' has no member named 'nanosecs'
gmake[1]: *** [static/RDINotifServer.o] Error 1
Reported by: pkg-fallout
Modified:
head/devel/omniNotify/Makefile
Modified: head/devel/omniNotify/Makefile
==============================================================================
--- head/devel/omniNotify/Makefile Sat Aug 30 17:10:16 2014 (r366647)
+++ head/devel/omniNotify/Makefile Sat Aug 30 17:13:15 2014 (r366648)
@@ -13,6 +13,8 @@ COMMENT= CORBA Notification Service (Cos
LICENSE= GPLv2
+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
More information about the svn-ports-all
mailing list