Opened 5 years ago

Closed 5 years ago

#58772 closed defect (duplicate)

py36-numpy upgrade failed

Reported by: gjaeger (Gregor Jäger) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-numpy

Description

The upgrade from py36-numpy @1.16.3_0+gcc8+openblas to version numpy @1.17.0_0 failed with

sudo port upgrade py36-numpy

or

sudo port upgrade py36-numpy --enforce-variants

main.log (last lines):

:info:build error: Command "/opt/local/bin/gcc-mp-8 -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/umath -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/npymath -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/opt/local/Library/Frameworks/Python.framework/Versions/3.6/include/python3.6m -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/common -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/npymath -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/common -Ibuild/src.macosx-10.13-x86_64-3.6/numpy/core/src/npymath -c build/src.macosx-10.13-x86_64-3.6/numpy/core/src/umath/loops.c -o build/temp.macosx-10.13-x86_64-3.6/build/src.macosx-10.13-x86_64-3.6/numpy/core/src/umath/loops.o -MMD -MF build/temp.macosx-10.13-x86_64-3.6/build/src.macosx-10.13-x86_64-3.6/numpy/core/src/umath/loops.o.d" failed with exit status 1
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py36-numpy/work/numpy-1.17.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 setup.py --no-user-cfg build
:info:build Exit code: 1
:error:build Failed to build py36-numpy: command execution failed
:debug:build Error code: CHILDSTATUS 44029 1
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-numpy/py36-numpy/main.log for details.

Change History (6)

comment:1 Changed 5 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers py36-numpy), if any.

comment:2 Changed 5 years ago by mf2k (Frank Schima)

Keywords: highsierra added; HighSierra removed
Owner: set to michaelld
Port: py-numpy added; py36-numpy removed
Status: newassigned

comment:3 Changed 5 years ago by mf2k (Frank Schima)

Keywords: highsierra removed

comment:4 Changed 5 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: assignedclosed

You have provided no useful information to debug your problem. Please attach the main.log file after cleaning the port (sudo port clean py36-numpy) and re-open the ticket.

comment:5 Changed 5 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: closedreopened

comment:6 Changed 5 years ago by mf2k (Frank Schima)

Resolution: duplicate
Status: reopenedclosed

Actually, this is #58771.

Note: See TracTickets for help on using tickets.