Changes between Initial Version and Version 1 of Ticket #62338, comment 1


Ignore:
Timestamp:
Feb 21, 2021, 4:42:23 AM (4 years ago)
Author:
monokrome (Bailey Stoner)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62338, comment 1

    initial v1  
    33https://trac.macports.org/ticket/62226
    44
    5 This says that it can be ignored, but it causes every package to fail to install for me.
     5This says that it can be ignored, but it causes every package to fail to install for me. For example:
     6
     7```
     8(polar) polar@eridani % sudo port install nodejs14                             
     9Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
     10Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     11--->  Fetching archive for expat
     12--->  Attempting to fetch expat-2.2.10_0+universal.darwin_20.arm64-x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/expat
     13--->  Attempting to fetch expat-2.2.10_0+universal.darwin_20.arm64-x86_64.tbz2.rmd160 from https://ywg.ca.packages.macports.org/mirror/macports/packages/expat
     14--->  Installing expat @2.2.10_0+universal
     15--->  Cleaning expat
     16--->  Deactivating expat @2.2.10_0
     17--->  Cleaning expat
     18--->  Activating expat @2.2.10_0+universal
     19--->  Cleaning expat
     20--->  Computing dependencies for sqlite3
     21--->  Fetching archive for sqlite3
     22--->  Attempting to fetch sqlite3-3.34.1_0+universal.darwin_20.arm64-x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/sqlite3
     23--->  Attempting to fetch sqlite3-3.34.1_0+universal.darwin_20.arm64-x86_64.tbz2.rmd160 from https://ywg.ca.packages.macports.org/mirror/macports/packages/sqlite3
     24--->  Installing sqlite3 @3.34.1_0+universal
     25--->  Cleaning sqlite3
     26--->  Computing dependencies for sqlite3
     27--->  Deactivating sqlite3 @3.34.1_0
     28--->  Cleaning sqlite3
     29--->  Activating sqlite3 @3.34.1_0+universal
     30--->  Cleaning sqlite3
     31Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
     32Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     33--->  Computing dependencies for python38
     34--->  Fetching archive for python38
     35--->  Attempting to fetch python38-3.8.7_0+universal.darwin_20.arm64-x86_64.tbz2 from https://ywg.ca.packages.macports.org/mirror/macports/packages/python38
     36--->  Attempting to fetch python38-3.8.7_0+universal.darwin_20.arm64-x86_64.tbz2 from https://kmq.jp.packages.macports.org/python38
     37--->  Attempting to fetch python38-3.8.7_0+universal.darwin_20.arm64-x86_64.tbz2 from https://mse.uk.packages.macports.org/python38
     38--->  Fetching distfiles for python38
     39--->  Attempting to fetch Python-3.8.7.tar.xz from https://www.python.org/ftp/python/3.8.7/
     40--->  Verifying checksums for python38
     41--->  Extracting python38
     42--->  Applying patches to python38
     43--->  Configuring python38
     44--->  Building python38
     45Error: Failed to build python38: command execution failed
     46Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python38/python38/main.log for details.
     47Error: Unable to execute port: upgrade python38 failed
     48```