1 | | When migrating to darwin 24, restore command fails due to ncurses seg fault. |
2 | | |
3 | | {{{ |
4 | | ==> Restoring snapshot 'snapshot created for migration' created at 2024-09-17 21:11:23 |
5 | | ===> Computing dependency order |
6 | | ===> Sorting dependency tree |
7 | | ===> Restoring port 1 of 564: libcxx |
8 | | ---> Cleaning libcxx |
9 | | ---> Fetching archive for libcxx |
10 | | ---> Attempting to fetch libcxx-5.0.1_5.any_any.noarch.tbz2 from https://packages.macports.org/libcxx |
11 | | ---> Attempting to fetch libcxx-5.0.1_5.any_any.noarch.tbz2.rmd160 from https://packages.macports.org/libcxx |
12 | | ---> Installing libcxx @5.0.1_5 |
13 | | ---> Activating libcxx @5.0.1_5 |
14 | | ---> Cleaning libcxx |
15 | | ===> Restoring port 2 of 564: ncurses |
16 | | ---> Cleaning ncurses |
17 | | ---> Fetching archive for ncurses |
18 | | ---> Attempting to fetch ncurses-6.5_0.darwin_24.arm64.tbz2 from https://packages.macports.org/ncurses |
19 | | ---> Attempting to fetch ncurses-6.5_0.darwin_24.arm64.tbz2 from https://cph.dk.packages.macports.org/ncurses |
20 | | ---> Attempting to fetch ncurses-6.5_0.darwin_24.arm64.tbz2 from https://mse.uk.packages.macports.org/ncurses |
21 | | ---> Fetching distfiles for ncurses |
22 | | ---> Attempting to fetch ncurses-6.5.tar.gz from ftp://ftp.funet.fi/pub/gnu/prep/ncurses |
23 | | [1] 3525 segmentation fault sudo port migrate |
24 | | }}} |
| 1 | When migrating to darwin 24, restore command failed due to ncurses seg fault. |
| 13 | |
| 14 | As of earlier today, ncurses installs without issue. However, the same problem now occurs with psutils. |
| 15 | |
| 16 | {{{ |
| 17 | ---> Computing dependencies for psutils |
| 18 | ---> Fetching archive for psutils |
| 19 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://packages.macports.org/psutils |
| 20 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://cph.dk.packages.macports.org/psutils |
| 21 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://mse.uk.packages.macports.org/psutils |
| 22 | ---> Fetching distfiles for psutils |
| 23 | ---> Attempting to fetch psutils-p17.tar.gz from ftp://mirror.macomnet.net/pub/CTAN/support/psutils |
| 24 | [1] 92420 segmentation fault sudo port install psutils |
| 25 | }}} |
| 26 | |
| 27 | Or sometimes due to bus error. |
| 28 | |
| 29 | {{{ |
| 30 | ---> Computing dependencies for psutils |
| 31 | ---> Fetching archive for psutils |
| 32 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://packages.macports.org/psutils |
| 33 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://cph.dk.packages.macports.org/psutils |
| 34 | ---> Attempting to fetch psutils-p17_1.darwin_24.arm64.tbz2 from https://mse.uk.packages.macports.org/psutils |
| 35 | ---> Fetching distfiles for psutils |
| 36 | ---> Attempting to fetch psutils-p17.tar.gz from ftp://mirror.macomnet.net/pub/CTAN/support/psutils |
| 37 | [1] 92223 bus error sudo port install psutils |
| 38 | }}} |