Changes between Initial Version and Version 1 of Ticket #66917, comment 2


Ignore:
Timestamp:
Feb 14, 2023, 9:16:08 AM (15 months ago)
Author:
ednl (Ewoud Dronkert)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66917, comment 2

    initial v1  
    1 Obviously I did update, multiple times, last time just before I submitted the ticket:
     1Obviously I did update, multiple times, last time just before I submitted the ticket. I tried again now:
    22
    33{{{
     4ewoud@macmini:~$ sudo port clean --all python310
     5Password:
     6--->  Cleaning python310
     7ewoud@macmini:~$ sudo port -d sync
     8Password:
    49DEBUG: Copying /Users/ewoud/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences
    510--->  Updating the ports tree
     
    1621receiving file list ... done
    1722./
    18 ports.tar
    19 ports.tar.rmd160
    2023
    21 sent 71091 bytes  received 179263 bytes  166902.67 bytes/sec
    22 total size is 102811136  speedup is 410.66
     24sent 68 bytes  received 99 bytes  334.00 bytes/sec
     25total size is 102811136  speedup is 615635.54
    2326DEBUG: successful verification with key /opt/local/share/macports/macports-pubkey.pem
    2427DEBUG: 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
     
    2629DEBUG: system: /opt/local/bin/portindex /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
    2730Creating port index in /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports
     31
     32Total number of ports parsed:   0
     33Ports successfully parsed:      0
     34Ports failed:                   0
     35Up-to-date ports skipped:       31338
     36
     37ewoud@macmini:~$ sudo port selfupdate
     38--->  Updating MacPorts base sources using rsync
     39MacPorts base version 2.8.1 installed,
     40MacPorts base version 2.8.1 downloaded.
     41--->  Updating the ports tree
     42--->  MacPorts base is already the latest version
     43
     44The ports tree has been updated. To upgrade your installed ports, you should run
     45  port upgrade outdated
     46ewoud@macmini:~$ sudo port upgrade python310
     47--->  Computing dependencies for python310
     48--->  Fetching archive for python310
     49--->  Attempting to fetch python310-3.10.10_0+lto+optimizations.darwin_22.arm64.tbz2 from https://packages.macports.org/python310
     50--->  Attempting to fetch python310-3.10.10_0+lto+optimizations.darwin_22.arm64.tbz2 from https://fra.de.packages.macports.org/python310
     51--->  Attempting to fetch python310-3.10.10_0+lto+optimizations.darwin_22.arm64.tbz2 from https://ema.uk.packages.macports.org/python310
     52--->  Fetching distfiles for python310
     53--->  Attempting to fetch Python-3.10.10.tar.xz from https://www.python.org/ftp/python/3.10.10/
     54--->  Verifying checksums for python310                                             
     55--->  Extracting python310
     56--->  Applying patches to python310
     57--->  Configuring python310
     58--->  Building python310                                 
     59Error: Failed to build python310: command execution failed
     60Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_python310/python310/main.log for details.
     61Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
     62ewoud@macmini:~$ LANG=C date
     63Tue Feb 14 10:15:08 CET 2023
     64ewoud@macmini:~$
    2865}}}