Changes between Initial Version and Version 1 of Ticket #59207, comment 15


Ignore:
Timestamp:
Oct 10, 2019, 5:57:50 AM (5 years ago)
Author:
beeuhtricks (Beatrix Klebe)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59207, comment 15

    initial v1  
    22> Then afterwards continuing the port installation worked for me (adjust -j 12 to your number of of cores). Not sure it's easier than disabling parallel build but it worked.
    33
    4 But this still solves a different problem than disabling parallel builds would, right? Because mine wasn't fixed by disabling them, but was fixed by changing ABSPERL to ../../miniperl.
     4But this still solves a different problem than disabling parallel builds would, right? Because mine wasn't fixed by disabling them, but was fixed by setting
     5{{{
     6ABSPERL = ../../miniperl
     7}}}
     8.