Changes between Initial Version and Version 1 of Ticket #67716, comment 3


Ignore:
Timestamp:
Jul 4, 2023, 10:17:07 AM (15 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67716, comment 3

    initial v1  
    66}}}
    77
    8 It's not just your system. We [https://build.macports.org/builders/ports-13_x86_64-builder/builds/39619/steps/install-port/logs/stdio see it on a build machine too]. I think something must have changed in the go ecosystem since wormhole-william was updated to 1.0.6 but there is no newer version of wormhole-william that we could update to yet.
     8It's not just your system. We [https://build.macports.org/builders/ports-13_x86_64-builder/builds/39619/steps/install-port/logs/stdio see it on a build machine too]. I think something must have changed in the go ecosystem since wormhole-william was updated to 1.0.6 but there is no newer version of wormhole-william that we could update to yet. I guess the problem should be reported to the developer of wormhole-william so they can update whatever needs to be updated.
    99
    1010[https://stackoverflow.com/questions/71507321/go-1-18-build-error-on-mac-unix-syscall-darwin-1-13-go253-golinkname-mus This post] suggests go 1.18 and later are what caused the problem; fatih/color's vendored x/sys dependency would need to be updated to a newer version that is compatible with go 1.18 and later.