darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails in Arch

superbonaci opened this issue · comments

Log:

$ git rev-parse HEAD
894d62c91d78d56e05708f40f2d7e490fce5f046
$ uname -r
6.3.4-arch1-1
$ make
...
[ 21%] Building CXX object src/external/security/OSX/libsecurity_transform/CMakeFiles/security_transform.dir/lib/TransformFactory.cpp.o
[ 21%] Building CXX object src/external/security/OSX/libsecurity_transform/CMakeFiles/security_transform.dir/lib/Utilities.cpp.o
[ 21%] Linking CXX static library libsecurity_transform.a
[ 21%] Built target security_transform
make: *** [Makefile:136: all] Error 2

You need to post the actual error message. make: *** [Makefile:136: all] Error 2 doesn't tell me what is causing the build to fail.

It was probably some bug due to cancelling a previous build. A clean fetch of the sources fixed the issue.