Changes between Initial Version and Version 1 of Ticket #65037, comment 12


Ignore:
Timestamp:
Apr 21, 2022, 3:13:01 AM (2 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65037, comment 12

    initial v1  
    2323
    2424And again, I don't understand why Macports is trying to rebuild  {{{py39-platformdirs}}} , rather than just download the binary created by buildbots.
     25
     26**Update**
     27Lucky me - I tried again just now, and Macports pulled the binaries of these ports, instead of trying to rebuild locally from the source.
     28
     29But in the course of {{{sudo port upgrade outdated}}}, it fails dependencies of {{{py39-ipykernel}}}:
     30{{{
     31:info:build writing manifest file 'ipykernel.egg-info/SOURCES.txt'
     32:info:build ERROR Missing dependencies:
     33:info:build     jupyter_client
     34:info:build     nest-asyncio>=1.5
     35:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-ipykernel/py39-ipykernel/work/ipykernel-6.13.0" && /opt/local/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9 -m build --wheel --no-isolation --outdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-ipykernel/py39-ipykernel/work
     36:info:build Exit code: 1
     37}}}
     38I guess I'll need to wait until buildbots produce binaries for this port too...