Opened 5 weeks ago

Closed 5 weeks ago

#70596 closed defect (duplicate)

rust-bootstrap: Unable to open port due to version mismatch

Reported by: wilya7 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: wilya7
Port: rust-bootstrap-10.7

Description

Description

When attempting to run port info rust-bootstrap, the following error occurs:

Error: Unable to open port: rust_build.version (1.77.0) must be newer than rust_build.stage0_versions (1.79.0 1.78.0)

Environment

  • macOS Version: 14.6.1 (23G93)
  • MacPorts Version: 2.10.1

Steps to Reproduce

  1. Run port info rust-bootstrap

Expected Behavior

The command should display information about the rust-bootstrap port without errors.

Actual Behavior

The command fails with the version mismatch error mentioned above.

Possible Cause

It appears that there's a mismatch between the rust_build.version and the rust_build.stage0_versions in the Portfile for rust-bootstrap. The error suggests that the build version (1.77.0) is older than the stage0 versions (1.79.0 and 1.78.0), which shouldn't be the case. This could be due to an incorrect update in the Portfile or a synchronization issue between different version numbers.

Change History (2)

comment:1 Changed 5 weeks ago by wilya7

Cc: wilya7 added

comment:2 Changed 5 weeks ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.