Changes between Initial Version and Version 1 of Ticket #64698, comment 20


Ignore:
Timestamp:
Feb 21, 2022, 1:43:29 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64698, comment 20

    initial v1  
     1Replying to [comment:9 kencu]:
     2> when I do this for 10.6.8, I don’t use MacPorts.
     3> I tried doing what you are thinking of, and I think it worked for one upgrade, but then I got stuck.
     4
    15So yes, I was able to build a ppc-version of ghc-bootstrap matching existing port:
    2 
    36
    47{{{
     
    912  ghc-ppc-bootstrap @7.0.1_1+gcc42 (active) requested_variants='' platform='darwin 10' archs='ppc' date='2022-02-21T00:16:34+0800'
    1013}}}
     14
     15`ghc-ppc-bootstrap` also installed with no issues on Leopard (as it should have):
     16
     17{{{
     1836-47:~ svacchanda$ port -v installed ghc-ppc-bootstrap
     19The following ports are currently installed:
     20  ghc-ppc-bootstrap @7.0.1_1+gcc42 (active) requested_variants='' platform='darwin 9' archs='ppc' date='2022-02-21T09:39:40+0800'
     21}}}
     22
     23So this should be reproducible.