Date: Sun, 27 Jul 2014 21:20:43 +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: r363102 - head/sysutils/replicant Message-ID: <201407272120.s6RLKhCf005822@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jul 27 21:20:42 2014 New Revision: 363102 URL: http://svnweb.freebsd.org/changeset/ports/363102 QAT: https://qat.redports.org/buildarchive/r363102/ Log: Mark BROKEN: Fails to build with gcc: CXX common/libreplicant_la-bootstrap.lo In file included from /usr/local/include/po6/net/socket.h:37:0, from /usr/local/include/po6/net/hostname.h:41, from /usr/local/include/busybee_single.h:35, from common/bootstrap.cc:37: /usr/include/netinet/tcp.h:50:2: error: 'u_short' does not name a type /usr/include/netinet/tcp.h:51:2: error: 'u_short' does not name a type ... with clang: CXX client/libreplicant_la-replicant.lo clang++: warning: -lrt: 'linker' input unused when '-c' is present client/replicant.cc:116:21: error: no matching constructor for initialization of 'busybee_st' , m_busybee(new busybee_st(m_busybee_mapper.get(), 0)) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ ... Reported by: pkg-fallout With hat: portmgr Modified: head/sysutils/replicant/Makefile Modified: head/sysutils/replicant/Makefile ============================================================================== --- head/sysutils/replicant/Makefile Sun Jul 27 21:13:07 2014 (r363101) +++ head/sysutils/replicant/Makefile Sun Jul 27 21:20:42 2014 (r363102) @@ -10,6 +10,8 @@ MASTER_SITES= http://hyperdex.org/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Replicant is a tool for creating replicated state machines +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 LIB_DEPENDS= libbusybee.so:${PORTSDIR}/devel/busybee \ libe.so:${PORTSDIR}/devel/libe \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407272120.s6RLKhCf005822>