On Thu, Jan 16, 2020 at 01:26:07PM +0000, Stuart Henderson wrote:
> On 2020/01/16 07:21, Martin Reindl wrote:
> > On Wed, Jan 15, 2020 at 07:49:43PM -0700, k...@openbsd.org wrote:
> > > Bulk build on sparc64-0.ports.openbsd.org

> > > Started : Sun Jan 12 23:18:35 MST 2020
> > > Finished: Wed Jan 15 19:48:36 MST 2020
> > > Duration: 2 Days 20 hours 30 minutes

> > > Built using OpenBSD 6.6-current (GENERIC.MP) #184: Sat Jan 11 18:58:57 
> > > MST 2020
> > > http://build-failures.rhaalovely.net/sparc64/2020-01-12/math/py-tables.log

> > Is this reproducible?

> No sparc64 to test here but this sort of failure usually is reproducible.
> As this is currently built with base-gcc on sparc64, switching to ports-gcc
> is probably the sanest first step.

> COMPILER=       base-clang ports-gcc

I actually tried that yesterday as a quick in-place fix. Seemed to hang
just the same. But, that was after a rough few days and a long drive.

My test machine (without trying ports-gcc) is hung on:
building 'tables.hdf5extension' extension
cc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -pipe -fPIC -O2 -pipe -O2 
-pipe -O2 -pipe -I/usr/local/include -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 
-DHAVE_BZ2_LIB=1 -DHAVE_BLOSC_LIB=1 -Ihdf5-blosc/src 
-I/usr/local/lib/python3.7/site-packages/numpy/core/include 
-I/usr/local/include/python3.7m -c tables/hdf5extension.c -o 
/usr/ports/pobj/py-tables-3.6.1/tables-3.6.1/temp.openbsd-6.6-sparc64-3.7/tables/hdf5extension.o
 -O2 -pipe -I/usr/local/include -Isrc -DH5_USE_18_API -DH5Acreate_vers=2 
-DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 
-DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 
-DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 
-DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 
-DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2
In file included from 
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816,
                 from 
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from 
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from tables/hdf5extension.c:611:
/usr/local/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2:
 warning: #warning "Using deprecated NumPy API, disable it by " "#defining 
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
tables/hdf5extension.c: In function 
'__pyx_pf_6tables_13hdf5extension_5Array_4_open_array':
tables/hdf5extension.c:18511: warning: comparison between signed and unsigned
tables/hdf5extension.c: In function 
'__pyx_pf_6tables_13hdf5extension_7VLArray_10_read_array':
tables/hdf5extension.c:26272: warning: comparison between signed and unsigned


I'll try the ports-gcc swap and run it again.

--Kurt

Reply via email to