Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#66917 closed defect (duplicate)

python310 fails to build on arm64: missing apacke_utils.h

Reported by: ednl (Ewoud Dronkert) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: python310

Description

On Apple Silicon M1 with macports 2.8.1, python310 is outdated 3.10.9_0 < 3.10.10_0. When trying to update, there is no precompiled package, so source downloads. Configure succeeds, build fails:

:info:build error: [Errno 2] No such file or directory: '/opt/local/include/lapacke_utils.h'

Change History (6)

comment:1 Changed 15 months ago by kencu (Ken)

Resolution: fixed
Status: newclosed

since fixed, please update your ports and try again.

If still broken after that pls reopen with a new log.

comment:2 Changed 15 months ago by ednl (Ewoud Dronkert)

Obviously I did update, multiple times, last time just before I submitted the ticket:

DEBUG: Copying /Users/ewoud/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
--->  Updating the ports tree
Synchronizing local ports tree from rsync://rsync.macports.org/macports/release/tarballs/ports.tar
DEBUG: system: /usr/bin/rsync -rtzvl --delete-after --include=/ports.tar --include=/ports.tar.rmd160 --exclude=* rsync://rsync.macports.org/macports/release/tarballs/ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs

Willkommen auf dem RSYNC-server auf ftp.fau.de.
Nicht all unsere Mirror sind per rsync verfuegbar.

Welcome to the RSYNC daemon on ftp.fau.de.
Not all of our mirrors are available through rsync.


receiving file list ... done
./
ports.tar
ports.tar.rmd160

sent 71091 bytes  received 179263 bytes  166902.67 bytes/sec
total size is 102811136  speedup is 410.66
DEBUG: successful verification with key /opt/local/share/macports/macports-pubkey.pem
DEBUG: system: /usr/bin/tar -C /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/tmp -xf /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports.tar
DEBUG: system: chmod -R a+r /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs
DEBUG: system: /opt/local/bin/portindex /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
Creating port index in /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
Version 0, edited 15 months ago by ednl (Ewoud Dronkert) (next)

comment:3 Changed 15 months ago by ednl (Ewoud Dronkert)

Resolution: fixed
Status: closedreopened

comment:4 Changed 15 months ago by ednl (Ewoud Dronkert)

So maybe ftp.fau.de is not up-to-date.

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

Resolution: duplicate
Status: reopenedclosed

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

You probably need to upgrade OpenBLAS first; the broken symlinks that it installed have been fixed but the general problem in python's build system remains.

Note: See TracTickets for help on using tickets.