Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2018 21:50:47 +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: r471179 - head/net/py-libstorj
Message-ID:  <201805302150.w4ULolOS015991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May 30 21:50:46 2018
New Revision: 471179
URL: https://svnweb.freebsd.org/changeset/ports/471179

Log:
  Mark BROKEN: fails to build
  
  cc -DNDEBUG -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c lib/ext/python_libstorj_wrap.cxx -o build/temp.freebsd-11.1-RELEASE-p10-amd64-2.7/lib/ext/python_libstorj_wrap.o
  lib/ext/python_libstorj_wrap.cxx:9048:13: error: no member named 'reporter_id' in 'storj_exchange_report_t'
    if (arg1->reporter_id) delete[] arg1->reporter_id;
        ~~~~  ^
  
  Reported by:	pkg-fallout

Modified:
  head/net/py-libstorj/Makefile

Modified: head/net/py-libstorj/Makefile
==============================================================================
--- head/net/py-libstorj/Makefile	Wed May 30 21:47:40 2018	(r471178)
+++ head/net/py-libstorj/Makefile	Wed May 30 21:50:46 2018	(r471179)
@@ -11,6 +11,8 @@ COMMENT=	Python bindings for libstorj
 
 LICENSE=	LGPL21+
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libstorj.so:net/libstorj
 



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