Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2019 21:48:25 +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: r515825 - head/science/py-tensorflow
Message-ID:  <201910272148.x9RLmPiN061283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Oct 27 21:48:24 2019
New Revision: 515825
URL: https://svnweb.freebsd.org/changeset/ports/515825

Log:
  Mark BROKEN: fails to build
  
  ERROR: /wrkdirs/usr/ports/science/py-tensorflow/work-py36/bazel_out/c4d2d4417b4eb41713ce6dd52d587dc4/external/protobuf_archive/protobuf.bzl:274:40: The value 'REPOSITORY_NAME' has been removed in favor of 'repository_name()', please use the latter (https://docs.bazel.build/versions/master/skylark/lib/native.html#repository_name).
  ERROR: Skipping '//tensorflow:libtensorflow.so': error loading package 'tensorflow': in /wrkdirs/usr/ports/science/py-tensorflow/work-py36/tensorflow-1.14.0/tensorflow/core/platform/default/build_config.bzl: Extension 'protobuf.bzl' has errors
  ERROR: error loading package 'tensorflow': in /wrkdirs/usr/ports/science/py-tensorflow/work-py36/tensorflow-1.14.0/tensorflow/core/platform/default/build_config.bzl: Extension 'protobuf.bzl' has errors
  
  Reported by:	pkg-fallout

Modified:
  head/science/py-tensorflow/Makefile

Modified: head/science/py-tensorflow/Makefile
==============================================================================
--- head/science/py-tensorflow/Makefile	Sun Oct 27 21:33:33 2019	(r515824)
+++ head/science/py-tensorflow/Makefile	Sun Oct 27 21:48:24 2019	(r515825)
@@ -15,6 +15,7 @@ COMMENT=	Computation using data flow graphs for scalab
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	${RUN_DEPENDS} \



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