svn commit: r443394 - head/net/corosync
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 11 15:28:06 UTC 2017
Author: antoine
Date: Sun Jun 11 15:28:05 2017
New Revision: 443394
URL: https://svnweb.freebsd.org/changeset/ports/443394
Log:
Mark BROKEN: fails to build
libtool: compile: gcc5 -DHAVE_CONFIG_H -I. -I../include/corosync -I../include -I../include -I../include/corosync -I../include/corosync -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc5 -fno-strict-aliasing -fPIC -DPIC -O3 -ggdb3 -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith -Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute -Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long -Wno-strict-aliasing -I/usr/local/include -MT sam.lo -MD -MP -MF .deps/sam.Tpo -c sam.c -fPIC -DPIC -o .libs/sam.o
sam.c: In function 'sam_parent_wait_for_quorum':
sam.c:836:16: error: array type has incomplete element type 'struct pollfd'
Reported by: pkg-fallout
Modified:
head/net/corosync/Makefile
Modified: head/net/corosync/Makefile
==============================================================================
--- head/net/corosync/Makefile Sun Jun 11 15:25:52 2017 (r443393)
+++ head/net/corosync/Makefile Sun Jun 11 15:28:05 2017 (r443394)
@@ -12,6 +12,8 @@ COMMENT= Corosync Cluster Engine
LICENSE= BSD3CLAUSE
+BROKEN= fails to build
+
LIB_DEPENDS= libnss3.so:security/nss \
libqb.so:devel/libqb
More information about the svn-ports-all
mailing list