Changes between Initial Version and Version 1 of Ticket #69301, comment 3
- Timestamp:
- Feb 18, 2024, 6:30:39 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69301, comment 3
initial v1 1 1 UPD2. Building Macports 2.9.1 for x86_64 but setting universal_archs to `ppc i386 x86_64` (i.e. just adding in `ppc`) solves the problem, but creates another: since `os.arch` is `x86_64` now, multiple ports get broken for `ppc`. For example: 2 ``` 2 {{{ 3 3 macmini:~ svacchanda$ sudo port -v upgrade hypre 4 4 … … 7 7 Error: Follow https://guide.macports.org/#project.tickets if you believe there 8 8 is a bug. 9 ``` 9 }}} 10 10 ''Again, this is not relevant for pre-release 10.6 ppc, only for 10.6.8 Rosetta.''