Changes between Initial Version and Version 1 of Ticket #64933


Ignore:
Timestamp:
Apr 3, 2022, 10:43:25 PM (2 years ago)
Author:
JDLH (Jim DeLaHunt)
Comment:

(Corrected formatting of preformatted text, and of paragraph breaks. Sorry.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64933 – Description

    initial v1  
    11Attempting 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".
    22
    3 {{{% sudo port install tiff +universal
     3{{{
     4% sudo port install tiff +universal
    45--->  Computing dependencies for tiff
    56--->  Fetching archive for tiff
     
    2526
    2627I 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
    2830:debug:destroot Executing reinplace: /usr/bin/sed -E {s:-arch +[0-9a-zA-Z_]+::g} </tmp/muniversal.BBPYjHAk/1-libtiff-4.pc >@file14
    2931:info:destroot --->  Patching 2-libtiff-4.pc: s:-arch +[0-9a-zA-Z_]+::g
     
    4446
    4547Why 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
    4749Additionally, 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.