Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 15:28:05 +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: r443394 - head/net/corosync
Message-ID:  <201706111528.v5BFS502049549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706111528.v5BFS502049549>