Opened 2 years ago
Closed 2 years ago
#66037 closed defect (fixed)
mint @0.17.2: error: dependency graph is unresolvable
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | klanchman (Kyle Lanchman) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | mojave | Cc: | |
Port: | mint |
Description
Fetching https://github.com/kylef/Spectre.git Fetching https://github.com/mxcl/Version.git Fetching https://github.com/jakeheis/SwiftCLI.git Fetching https://github.com/kylef/PathKit.git Fetching https://github.com/onevcat/Rainbow.git error: dependency graph is unresolvable; found these conflicting requirements: Dependencies: https://github.com/jakeheis/SwiftCLI.git @ 6.0.3..<7.0.0 Command failed: cd "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_mint/mint/work/Mint-0.17.2" && swift build --configuration release --disable-sandbox Exit code: 1 Error: Failed to build mint: command execution failed
Change History (2)
comment:1 Changed 2 years ago by klanchman (Kyle Lanchman)
comment:2 Changed 2 years ago by klanchman (Kyle Lanchman)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for pointing this out! It looks like the previous version of the port was failing to build on 10.14 too. The SwiftCLI dependency needs Swift 5.1, but Xcode 10.2 only has 5.0. Created https://github.com/macports/macports-ports/pull/16430 to fix this.