#66911 closed defect (duplicate)

python310 @3.10.10 [Errno 2] No such file or directory: '/opt/MacPorts/include/cblas_openblas.h'

Reported by: cave-canem Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: jmroot (Joshua Root), cave-canem, 3add3287 (3add3287)
Port: python310

Description (last modified by cave-canem)

The following ports are currently installed:
  OpenBLAS-devel @20221224-5a9cd877_1+gcc12+lapack+native (active)
ls -l /opt/MacPorts/include/cblas_openblas.h
lrwxr-xr-x  1 root  wheel  13 Feb 13 18:23 /opt/MacPorts/include/cblas_openblas.h -> cblas/cblas.h
...
opt/MacPorts/bin/clang -L/opt/MacPorts/lib -Wl,-headerpad_max_install_names -arch x86_64  -flto -Wl,-export_dynamic -g  -Wl,-stack_size,1000000  -framework CoreFoundation Python.framework/Versions/3.10/Python -o Programs/_testembed Programs/_testembed.o  -lintl -ldl   -framework CoreFoundation
DYLD_FRAMEWORK_PATH=/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_python310/python310/work/Python-3.10.10 ./python.exe -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
	echo "generate-posix-vars failed" ; \
	rm -f ./pybuilddir.txt ; \
	exit 1 ; \
fi
DYLD_FRAMEWORK_PATH=/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_python310/python310/work/Python-3.10.10 CC='/opt/MacPorts/bin/clang' LDSHARED='/opt/MacPorts/bin/clang -bundle -undefined dynamic_lookup -L/opt/MacPorts/lib -Wl,-headerpad_max_install_names -arch x86_64  -flto -Wl,-export_dynamic -g ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='-I/opt/MacPorts/include' _TCLTK_LIBS='-L/opt/MacPorts/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6' 	./python.exe -E ./setup.py --no-user-cfg  build
running build
running build_ext
error: [Errno 2] No such file or directory: '/opt/MacPorts/include/cblas_openblas.h'
make: *** [Makefile:636: sharedmods] Error 1
make: Leaving directory '/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_python310/python310/work/Python-3.10.10'
Command failed:  cd "/opt/MacPorts/var/macports/build/_opt_macports-ports_lang_python310/python310/work/Python-3.10.10" && /usr/bin/make -j4 -w all
Exit code: 2
Error: Failed to build python310: command execution failed
DEBUG: Error code: CHILDSTATUS 77113 2
DEBUG: Backtrace: command execution failed
    while executing
"system {*}$notty {*}$callback {*}$nice $fullcmdstring"
    invoked from within
"command_exec -callback portprogress::target_progress_callback build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
Error: See /opt/MacPorts/var/macports/logs/_opt_macports-ports_lang_python310/python310/main.log for details.

Detailed log in attachment

Attachments (1)

main.log.tar.xz (15.1 KB) - added by cave-canem 15 months ago.
main.log

Download all attachments as: .zip

Change History (4)

Changed 15 months ago by cave-canem

Attachment: main.log.tar.xz added

main.log

comment:1 Changed 15 months ago by 3add3287 (3add3287)

Cc: 3add3287 added

comment:2 Changed 15 months ago by cave-canem

Description: modified (diff)

comment:3 Changed 15 months ago by jmroot (Joshua Root)

Keywords: Mavericks removed
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.