Closed uncomfyhalomacro closed 1 month ago
rusty_v8 version: 129.0.0 CC: @avindra openSUSE packager for rusty_v8
Build environmental variables (some of this use rpmspec macros i.e. %{_prefix} refers to /usr)
%{_prefix}
/usr
# See https://github.com/denoland/rusty_v8/#build-v8-from-source export V8_FROM_SOURCE=1 export CLANG_BASE_PATH=%{_prefix} export GN_ARGS="clang_version=18 use_lld=false" # Use Clang export CC=clang CXX=clang++ AR=ar NM=nm export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" export RUST_BACKTRACE=full %{__cargo} build %{__cargo_common_opts} --offline --release
Woops. sorry for littering the issue tracker. it seems i have uploaded the wrong source tarball. :)
rusty_v8 version: 129.0.0 CC: @avindra openSUSE packager for rusty_v8
Build environmental variables (some of this use rpmspec macros i.e.
%{_prefix}
refers to/usr
)Build Log
``` [ 39s] clang_base_path (system): /usr [ 39s] The current directory is /home/abuild/rpmbuild/BUILD/rusty_v8-129.0.0 [ 39s] gn gen --root=/home/abuild/rpmbuild/BUILD/rusty_v8-129.0.0 /home/abuild/rpmbuild/BUILD/rusty_v8-129.0.0/target/release/gn_out [ 39s] ERROR Can't load input file. [ 39s] Unable to load: [ 39s] /home/abuild/rpmbuild/BUILD/rusty_v8-129.0.0/build/config/BUILDCONFIG.gn [ 39s] I also checked in the secondary tree for: [ 39s] /home/abuild/rpmbuild/BUILD/rusty_v8-129.0.0/v8/build/config/BUILDCONFIG.gn [ 39s] [ 39s] --- stderr [ 39s] thread 'main' panicked at build.rs:925:5: [ 39s] assertion failed: Command::new(gn()).arg(format!("--root={}", [ 39s] dirs.root.display())).arg(format!("--script-executable={}", [ 39s] python())).arg("gen").arg(&gn_out_dir).arg("--ide=json").arg("--args=".to_owned() [ 39s] + [ 39s] &args).stdout(Stdio::inherit()).stderr(Stdio::inherit()).envs(env::vars()).status().expect("Could not run `gn`").success() [ 39s] stack backtrace: [ 39s] 0: 0x55eb438a9d99 -