[build2] Unable to install build2 0.10.0 on Mac OS 10.14.4 (was: [odb-users] ODB 2.5.0)

Boris Kolpackov boris at codesynthesis.com
Fri May 31 14:03:25 UTC 2019


Kingle Zhuang <kingle.zhuang at ringcentral.com> writes:

> (base) LMXMN212:~ kingle.zhuang$ sysctl -n hw.ncpu
> 8
> (base) LMXMN212:~ kingle.zhuang$ sysctl -n hw.memsize
> 17179869184

Thanks for the information.

So you have 16G of RAM which should be plenty for an 8-job
build.

I did a bit of looking around and this (the 'can not execute
clang++: too many open files' error) appears to be related
to the limit on the number of open files in Mac OS. There
appears to be both the per-process (ulimit -n) and the
per-system (sysctl kern.maxfiles) limits. I don't think this
is the per-process one since I would have expected it to
also fail with -j1. So it's probably the global limit. Was
the machine otherwise loaded with other tasks when you got
this error?


> (base) LMXMN212:~ kingle.zhuang$ /usr/bin/openssl version
> LibreSSL 2.6.5

Ok, that's interesting, we will look into this.



More information about the users mailing list