Changes between Version 1 and Version 2 of Ticket #66043
- Timestamp:
- Oct 21, 2022, 8:54:02 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66043
-
Property
Status
changed from
new
toclosed
-
Property
Summary
changed from
MacPorts 2.8.0; Wine cannot be installed for build_arch 'arm64'
towine: wine cannot be installed for the configured build_arch 'arm64' because it only supports the arch(s) 'i386'.
-
Property
Milestone
changed from
MacPorts Future
to - Property Keywords monterey added; Wine Monterey removed
-
Property
Resolution
changed from
to
duplicate
- Property Port wine added
-
Property
Status
changed from
-
Ticket #66043 – Description
v1 v2 1 {{{ echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)"; echo "Xcode $(xcodebuild -version | awk '{print $NF}' | tr '\n' ' ')" 1 {{{ 2 echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)"; echo "Xcode $(xcodebuild -version | awk '{print $NF}' | tr '\n' ' ')" 2 3 3 4 macOS 12.6 21G115 … … 7 8 ===sudo port install wine 8 9 9 {{{wine is known to fail. Try to install anyway? [y/N]: y 10 {{{ 11 wine is known to fail. Try to install anyway? [y/N]: y 10 12 Error: wine cannot be installed for the configured build_arch 'arm64' because it only supports the arch(s) 'i386'. 11 13 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.