[Bug 295029] 'make makesum' fails with '/usr/bin/env: Argument list too long' when there are too many distfiles
| Newsgroups | gmane.os.freebsd.devel.ports.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295029 --- Comment #2 from Yuri Victorovich <[email protected]> --- The problem is in how info is passed from one process to another. The combined size of environment and arguments exceeded the hard-coded system limit. The problem is not specific to make. Same problem can be observed when one shell script would call another shell script with large data. Same would happen with any 2 processes. -- You are receiving this mail because: You are on the CC list for the bug.