On Nov 29, 2019, at 10:01, Dave Allured wrote:
> I have the longer user home prefix because my institutional network policy
> prevents all write access to /opt/anything.
I still think the suggestion I made in
https://trac.macports.org/ticket/59510#comment:2 is worth a try. If you can't
put a clone of the macports-ports git repo in /opt/anything, you can pick
another short path that you can write to. For example, /var/tmp should be
writable, and the OS doesn't clear it out automatically (unlike /tmp); you
could put your ports in /var/tmp/p. That would shorten the paths a lot, but I'm
not sure if it'll shorten them enough to fit into the 256K arg length limit.