You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a problem with the toolchain itself or the OTP build scripts, I got this crash using a locally installed toolchain without docker involved.
===> Compiling
* Configuring
* Compiling (this may take a while)
===> sh(./otp_build boot -a)
failed with return code 1 and the following output:
MAKE depend
MAKE generate
GEN aarch64-apple-darwin23.6.0/opt/emu/OPCODES-GENERATED
GEN aarch64-apple-darwin23.6.0/opt/emu/TABLES-GENERATED
GEN aarch64-apple-darwin23.6.0/opt/emu/erl_alloc_types.h
GEN aarch64-apple-darwin23.6.0/erl_version.h
GEN aarch64-apple-darwin23.6.0/opt/emu/driver_tab.c
MAKE opt
CC obj/aarch64-apple-darwin23.6.0/opt/r/ethr_aux.o
common/ethr_aux.c:28:10: fatal error: 'config.h' file not found
#include "config.h"
^~~~~~~~~~
1 error generated.
make[4]: *** [obj/aarch64-apple-darwin23.6.0/opt/r/ethr_aux.o] Error 1
make[3]: *** [opt] Error 2
make[2]: *** [/Users/lucasucci/Desktop/grisp/LINFO2992/myapp-2/_grisp/grisp2/otp/27.2.2/build/erts/lib_src/obj/aarch64-apple-darwin23.6.0/opt/MADE] Error 2
make[1]: *** [generate] Error 2
make: *** [depend] Error 2
rebar3 grisp build
fails during compilation.This has been observed during build using the docker image of the toolchain.
Paths like /Users/me/Desktop/grisp/LINFO2992/2myapp-2 can crash the build with the following error
LINFO2992
is the trigger in this caseThe text was updated successfully, but these errors were encountered: