Changes between Version 1 and Version 2 of Ticket #70866, comment 23


Ignore:
Timestamp:
Sep 25, 2024, 5:04:14 PM (6 weeks ago)
Author:
markmentovai (Mark Mentovai)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70866, comment 23

    v1 v2  
    88Right there, you had a partially-applied patch to begin with, and you undid this part of it.
    99
    10 Try a fresh `sudo port sync` first.
     10Try a fresh `sudo port sync` first. After you apply the patch, lang/gcc14/Portfile should have this SHA-256 hash:
     11
     12{{{
     13% shasum -a256 lang/gcc14/Portfile
     147be1fed1288f7dfe642bed626f361642a90cf14324432b846eb5cf29571ea158  lang/gcc14/Portfile
     15}}}
     16
     17You also never ran `sudo portindex` after applying the patch. You should do that.