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
Getting this strange error. The failing command was run inside an sbox sandbox in temporary directory.
Upon investigation, found that some shell commands are not running correctly and its improper in the sandbox environment.
[ 0% 189/84528] //vendor/superior/build/soong:generated_kernel_includes generate
FAILED: /mnt/data/sos13/out/soong/.intermediates/vendor/superior/build/soong/generated_kernel_includes/gen/.dummy_dep
/mnt/data/sos13/out/host/linux-x86/bin/sbox --sandbox-path /mnt/data/sos13/out/soong/.temp --output-dir /mnt/data/sos13/out/soong/.intermediates/v
endor/superior/build/soong/generated_kernel_includes/gen --manifest /mnt/data/sos13/out/soong/generator
The failing command was run inside an sbox sandbox in temporary directory
/mnt/data/sos13/out/soong/.temp/sbox/5368bc7f4bb5692e08f159ae80248e321c46a584
The failing command line can be found in
/mnt/data/sos13/out/soong/.temp/sbox/5368bc7f4bb5692e08f159ae80248e321c46a584/sbox_command.0.bash
/mnt/data/sos13/out/soong/.temp/sbox/5368bc7f4bb5692e08f159ae80248e321c46a584/sbox_command.0.bash: line 1: syntax error near unexpected token `&&'
/mnt/data/sos13/out/soong/.temp/sbox/5368bc7f4bb5692e08f159ae80248e321c46a584/sbox_command.0.bash: line 1: ` && touch /mnt/data/sos13/out/soong/.t
emp/sbox/5368bc7f4bb5692e08f159ae80248e321c46a584/out/.dummy_dep'
exit status 2
[ 0% 197/84528] //frameworks/compile/slang/BitWriter_3_2:libLLVMBitWriter_3_2 clang++ BitcodeWriter.cpp [linux_glibc]
frameworks/compile/slang/BitWriter_3_2/BitcodeWriter.cpp:646:12: warning: variable 'MDLocationAbbrev' set but not used [-Wunused-but-set-variable]
unsigned MDLocationAbbrev = 0;
^
1 warning generated.
[ 0% 198/84528] //frameworks/compile/slang/BitWriter_3_2:libLLVMBitWriter_3_2 clang++ BitcodeWriter.cpp [arm]
frameworks/compile/slang/BitWriter_3_2/BitcodeWriter.cpp:646:12: warning: variable 'MDLocationAbbrev' set but not used [-Wunused-but-set-variable]
unsigned MDLocationAbbrev = 0;
^
1 warning generated.
09:19:16 ninja failed with: exit status 1
#### failed to build some targets (01:22 (mm:ss)) ####
Getting this error while building. I checked this issue tread but all the kernel commits already present in my kernel tree/source. Still getting the error.
I was unable to figure out the solution.
Anyone faced this issue? Help would be appreciated.
The text was updated successfully, but these errors were encountered:
VTVishwanath
changed the title
The failing command was run inside an sbox sandbox in temporary directory on thirteen branch
Failed to generate kernel headers on thirteen branch
Nov 14, 2023
I am building unofficially Superior OS for RMX1851 (Realme 3 Pro with sdm710 chipset). I am using thirteen branch.
This is the device tree used
This is the kernel tree used
This is the device vendor tree used
Getting this strange error.
The failing command was run inside an sbox sandbox in temporary directory.
Upon investigation, found that some shell commands are not running correctly and its improper in the sandbox environment.
Getting this error while building. I checked this issue tread but all the kernel commits already present in my kernel tree/source. Still getting the error.
I was unable to figure out the solution.
Anyone faced this issue? Help would be appreciated.
The text was updated successfully, but these errors were encountered: