Skip to content

Current master build fails on LuaJit #6188

@robertpanzer

Description

@robertpanzer

Title: The current build of master fails.

Description:
I pulled the latest master and tried to build.
After a bazel clean --expunge the build breaks at a very early stage.

Building with bazel build //source/exe:envoy-static gives this error:

==== Building LuaJIT 2.1.0-beta3 ====
make -C src
make[1]: Entering directory '/home/robert/.cache/bazel/_bazel_robert/f53035c79fe3a38f252a2a5d1464c7c1/external/com_github_luajit_luajit/src'
HOSTCC    host/minilua.o
/home/robert/.cache/bazel/_bazel_robert/f53035c79fe3a38f252a2a5d1464c7c1/external/local_config_cc/extra_tools/envoy_cc_wrapper  -O2 -fomit-frame-pointer -Wall  -DLUAJIT_ENABLE_LUA52COMPAT  -I. -DLUAJIT_TARGET=LUAJIT_ARCH_x64 -DLJ_ARCH_HASFPU=1 -DLJ_ABI_SOFTFP=0  -c -o host/minilua.o host/minilua.c
Assembler messages:
Fatal error: can't create host/minilua.o: Read-only file system
Makefile:691: recipe for target 'host/minilua.o' failed
make[1]: *** [host/minilua.o] Error 1
make[1]: Leaving directory '/home/robert/.cache/bazel/_bazel_robert/f53035c79fe3a38f252a2a5d1464c7c1/external/com_github_luajit_luajit/src'
Makefile:112: recipe for target 'src/luajit' failed
make: *** [src/luajit] Error 2
cp: cannot stat '/tmp/tmp.C83bga9crU/./luajit': No such file or directory

The full build log is here:
build.log

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions