Changes between Initial Version and Version 1 of Ticket #71434, comment 7


Ignore:
Timestamp:
Jan 4, 2025, 1:32:16 AM (6 months ago)
Author:
halostatue (Austin Ziegler)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71434, comment 7

    initial v1  
    1515}}}
    1616
    17 It fails on patching, but I sort of expected that; I will probably need to just take the applied patches and handle them differently so that multiple patches don't touch the same files.
     17The output of this is:
     18
     19{{{
     20Portfile for ftgl changed since last build; discarding previous state.
     21--->  Fetching distfiles for ftgl
     22Warning: all dist files: [{ } ftgl-2.4.0.tar.gz] 2
     23Warning: all dist files: [ftgl-2.4.0.tar.gz] 1
     24Warning: Distfiles: [ftgl-2.4.0.tar.gz] 1
     25Warning: Distname: ftgl-2.4.0
     26--->  Verifying checksums for ftgl
     27--->  Extracting ftgl
     28}}}
     29
     30It isn't clear to me why `$all_dist_files` has `{ }` in it, but that's what's causing this particular failure.
     31
     32The next step fails on patching, but I sort of expected that; I will probably need to just take the applied patches and handle them differently so that multiple patches don't touch the same files.