Comment 3 for bug 286334

Revision history for this message
Roger Binns (ubuntu-rogerbinns) wrote :

As an addendum the workaround above only works during an early part of the build process. The full process fails with the same error above. Heck it even fails with -DPATH_MAX=16384. My conclusion is that the code in stdlib.h is pointlessly causing a failure without looking at the actual size of the buffer, or even how much of it is used. That is most definitely a bug.