Changes between Initial Version and Version 1 of Ticket #64933
- Timestamp:
- Apr 3, 2022, 10:43:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64933 – Description
initial v1 1 1 Attempting to install tiff@4.3.0_0+universal on an arm64 machine running macOS 12.3 Monterey fails during destroot because "libtiff-4.pc differs". 2 2 3 {{{% sudo port install tiff +universal 3 {{{ 4 % sudo port install tiff +universal 4 5 ---> Computing dependencies for tiff 5 6 ---> Fetching archive for tiff … … 25 26 26 27 I have attached the `main.log` file. The interesting part appears to be: 27 {{{:info:destroot ---> Patching 1-libtiff-4.pc: s:-arch +[0-9a-zA-Z_]+::g 28 {{{ 29 :info:destroot ---> Patching 1-libtiff-4.pc: s:-arch +[0-9a-zA-Z_]+::g 28 30 :debug:destroot Executing reinplace: /usr/bin/sed -E {s:-arch +[0-9a-zA-Z_]+::g} </tmp/muniversal.BBPYjHAk/1-libtiff-4.pc >@file14 29 31 :info:destroot ---> Patching 2-libtiff-4.pc: s:-arch +[0-9a-zA-Z_]+::g … … 44 46 45 47 Why am I installing tiff +universal? I'm not sure. I am migrating from an older machine, which runs MacPorts on macOS 10.14.6 Mojave on x86_64. I think multiple other ports are +universal for some reason, and they depend on tiff, so MacPorts tries to install tiff +universal. 46 48 47 49 Additionally, attempting to install tiff+universal as second time, after a previous failure, fails during destroot with a different message, "file already exists". But doing port clean restores us to the first error. I think the second error is less important, and so out of scope for this ticket.