From owner-svn-ports-all@FreeBSD.ORG Fri Jun 6 20:40:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDC04229; Fri, 6 Jun 2014 20:40:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 90B542C2F; Fri, 6 Jun 2014 20:40:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56KeQKN038546; Fri, 6 Jun 2014 20:40:26 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56KeQJh038545; Fri, 6 Jun 2014 20:40:26 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406062040.s56KeQJh038545@svn.freebsd.org> From: Antoine Brodin Date: Fri, 6 Jun 2014 20:40:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356844 - head/science/py-h5py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 20:40:26 -0000 Author: antoine Date: Fri Jun 6 20:40:26 2014 New Revision: 356844 URL: http://svnweb.freebsd.org/changeset/ports/356844 QAT: https://qat.redports.org/buildarchive/r356844/ Log: Mark BROKEN: Does not build cc -DNDEBUG -O2 -pipe -fno-strict-aliasing -fPIC -DH5_USE_16_API -I/usr/local/lib/python2.7/site-packages/numpy/core/include -I/wrkdirs/usr/ports/science/py-h5py/work/h5py-2.2.1/lzf -I/usr/local/include -I/usr/local/include/python2.7 -c h5py/h5fd.c -o build/temp.freebsd-10.0-RELEASE-p3-amd64-2.7/h5py/h5fd.o In file included from h5py/h5fd.c:259: In file included from h5py/api_compat.h:21: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17: In file included from /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1761: /usr/local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API, disable it by " \ ^ h5py/h5fd.c:857:39: error: use of undeclared identifier 'H5FD_MPIPOSIX' __pyx_t_1 = __Pyx_PyInt_to_py_hid_t(H5FD_MPIPOSIX); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L1_error;} ^ 1 warning and 1 error generated. error: command 'cc' failed with exit status 1 *** Error code 1 Reported by: pkg-fallout Modified: head/science/py-h5py/Makefile Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Fri Jun 6 20:34:11 2014 (r356843) +++ head/science/py-h5py/Makefile Fri Jun 6 20:40:26 2014 (r356844) @@ -13,6 +13,8 @@ COMMENT= General-purpose Python interfac LICENSE= BSD +BROKEN= Does not build + BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5