otp icon indicating copy to clipboard operation
otp copied to clipboard

Error in trying to make release_tests

Open ValorZard opened this issue 1 month ago • 0 comments

Describe the bug run make release_tests in cloned repository

/usr/bin/install -c -m 644 lfe_andor_SUITE.core lfe_guard_SUITE.core "/home/sraya/otp/release/tests/compiler_test"
for file in lfe_andor_SUITE.erl lfe_guard_SUITE.erl; do \
    module=`basename $file .erl`; \
    echo "-module($module). %% dummy .erl file" >$file; \
        done
/usr/bin/install -c -m 644 lfe_andor_SUITE.erl lfe_guard_SUITE.erl "/home/sraya/otp/release/tests/compiler_test"
rm lfe_andor_SUITE.erl lfe_guard_SUITE.erl
/usr/bin/install -c -m 644 /home/sraya/otp/lib/compiler/src/beam_opcodes.hrl "/home/sraya/otp/release/tests/compiler_test"
/usr/bin/install: cannot stat '/home/sraya/otp/lib/compiler/src/beam_opcodes.hrl': No such file or directory
make[2]: *** [Makefile:319: release_tests_spec] Error 1
make[2]: Leaving directory '/home/sraya/otp/lib/compiler/test'
make[1]: *** [/home/sraya/otp/make/otp_release_targets.mk:43: release_tests] Error 2
make[1]: Leaving directory '/home/sraya/otp/lib/compiler/test'
make: *** [Makefile:848: lib/compiler/test] Error 2

To Reproduce clone repository run ./configure run make run make release_tests

Expected behavior For release_tests to work

Affected versions Latest master branch

Additional context I am on WSL2 for Windows 11, using Ubuntu 24

ValorZard avatar Nov 27 '25 22:11 ValorZard