[MacPorts] #71295: go2port: does not pick up all dependencies

MacPorts noreply at macports.org
Tue Nov 12 22:08:02 UTC 2024


#71295: go2port: does not pick up all dependencies
--------------------------+--------------------
  Reporter:  graywolf-s1  |      Owner:  amake
      Type:  defect       |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:  invalid      |   Keywords:
      Port:  go2port      |
--------------------------+--------------------
Changes (by amake):

 * status:  assigned => closed
 * resolution:   => invalid


Comment:

 1. Please report non-packaging issues at the go2port GitHub project:
 https://github.com/amake/go2port/issues
 2. go.opentelemetry.io/collector/cmd/builder resolves to
 https://github.com/open-telemetry/opentelemetry-collector which means
 go2port is looking at https://github.com/open-telemetry/opentelemetry-
 collector/blob/main/go.sum, not https://github.com/open-telemetry
 /opentelemetry-collector/blob/main/cmd/builder/go.sum. This is a
 limitation of go2port's implementation, and is not something easily fixed
 (go module resolution logic is not, to my knowledge, made available in a
 way easily consumed from a tool like go2port, so go2port has no choice but
 to reimplement it on a best-effort basis. Not all scenarios are handled,
 and I am no longer actively working on it, so it seems unlikely that they
 will be in the future.)

-- 
Ticket URL: <https://trac.macports.org/ticket/71295#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list