[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
Thu May 30 10:45:57 UTC 2019


[Changing the mailing list to users at build2.org]

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

> By the way, I installed build2 according to the documentation
> [https://build2.org/install.xhtml]. I tried two mac[10.14.4] machines that
> were not installed successfully, so I can't use the build2 tool. I tried
> 0.10 and 0.9.
>
> Now I know how to fix build2 installation issues.
>
> 1. First can not use mac build-in openssl, should install openssl 1.1 or 1.0
>    through third party tools like homebrew
>
> 2. copy openssl to /usr/local/bin, copy include files to /usr/local/include,
>    copy lib files to /usr/local/lib
>
> 3. sh build2-install-0.10.0.sh -j 1, else failure on some machines due to
>    display 'can not execute clang++: too many open files'

Interesting, thanks for the report and workarounds. Could you run the
following commands and send the output:

$ sw_vers
$ sysctl -n hw.ncpu
$ sysctl -n hw.memsize
$ /usr/bin/openssl --version



More information about the users mailing list