Changes between Initial Version and Version 1 of Ticket #62991, comment 16


Ignore:
Timestamp:
Jun 5, 2021, 12:25:11 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62991, comment 16

    initial v1  
    1 Nothing likely ever requires m4 to be universal. However "+universal" will "accidentally" get passed to m4 if you try to install something else "+universal" that needs m4. In that case, "+universal" gets passed up the chain to all the build and lib deps, even if they don't need it or don't install any libraries.
     1"+universal" will get passed to m4 if you try to install something else "+universal" that needs m4.
    22
    3 It's a difficult-to-fix-apparently failing of the way things work in macports.
     3In that case, "+universal" gets passed up the chain to all the build and lib deps.
    44
    5 All you can do is install the obvious build-tool-deps first (cmake, m4, etc, etc) and then try to install your port +universal. Usually that will sort things out.
     5It's a difficult-to-anticipate hiccup of the way variants work in macports.
     6
     7All you can do is install the build-tool-deps first (cmake, m4, etc, etc) and then try to install your port +universal. Usually that will sort things out.