Yonas Yanfa
Yonas Yanfa
Posted this too early. I'm now getting a `cant' find crate` error when running `make oss`, but compiling hgmain works when I go into it's directory (`eden/scm/exec/hgmain`) and run `cargo...
@namelessperson0 Does #265 fix this for you? I don't have time to test right now.
@prabhatsharma Thanks, that worked. Only problem now is cargo build fails: ``` $ RUSTFLAGS="-C target-cpu=native" cargo build --release Compiling openobserve v0.1.0 (/memfs/git/openobserve) error: could not compile `openobserve` Caused by: process...
@dch Unfortunately I won't be able to make a port.
@dch Thanks, it still terminates (SIGKILL), but there is no noise: ``` $ cargo build --release ... Compiling datafusion-execution v22.0.0 Compiling datafusion-optimizer v22.0.0 Compiling datafusion v22.0.0 Compiling openobserve v0.1.0 (/memfs/git/openobserve)...
@hengfeiyang I had 14GB free memory during the build.
> For eg. something like cargo build --release --jobs 1 ( and increase it gradually ) @ansrivas Thanks, but the build still fails.
@hengfeiyang I ran into this error: ``` $ ./openobserve ELF binary type "0" not known. exec: Failed to execute process: './openobserve' the file could not be run by the operating...
@prabhatsharma Has this been fixed?
@hengfeiyang Thanks, why would v21.6.0 resolve the issue?