From owner-svn-ports-head@freebsd.org Sun Nov 5 16:43:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C42FE37D5F; Sun, 5 Nov 2017 16:43:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D11C51E02; Sun, 5 Nov 2017 16:43:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA5GhUGm062060; Sun, 5 Nov 2017 16:43:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA5GhUUx062059; Sun, 5 Nov 2017 16:43:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201711051643.vA5GhUUx062059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Nov 2017 16:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453552 - head/science/py-tensorflow X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/science/py-tensorflow X-SVN-Commit-Revision: 453552 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 16:43:32 -0000 Author: antoine Date: Sun Nov 5 16:43:30 2017 New Revision: 453552 URL: https://svnweb.freebsd.org/changeset/ports/453552 Log: Mark BROKEN: fails to build Extracting Bazel installation... ERROR: /wrkdirs/usr/ports/science/py-tensorflow/work/tensorflow-1.2.1/bazel_ot/f4693a59cc0f39b12832b03860533e20/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The `set` constructor for depsets is deprecated and will be removed. Please use the `depset` constructor instead. You can temporarily enable the deprecated `set` constructor by passing the flag --incompatible_disallow_set_constructor=false ERROR: error loading package '': Extension file 'closure/private/defs.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 Nov 5 16:40:48 2017 (r453551) +++ head/science/py-tensorflow/Makefile Sun Nov 5 16:43:30 2017 (r453552) @@ -12,6 +12,8 @@ COMMENT= Computation using data flow graphs for scalab LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0.29.0:devel/py-wheel \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.11.2:math/py-numpy \ bash:shells/bash