Mark Karpelès
Mark Karpelès
Test file attached, it's a wtmp file generated on Debian running on a SPARC CPU. You'll see it starts with `00 07 00 00` [wtmp.zip](https://github.com/4n6ist/bulk_extractor-rec/files/8942034/wtmp.zip)
I haven't found the source for `get16i` or `get32i` but I'm guessing it's using the endianness based on a setting or something. I'm guessing it should be fixed with https://github.com/simsong/bulk_extractor/pull/362...
I'm trying to compile a project named `rav1e` - I have a script that automatically downloads the source, sets the environment needed for compilation, and then invokes `cargo build` (works)...
I've run `cargo cbuild -v` and got the following output: ``` running cbuild RUSTFLAGS=-L/pkg/main/sys-libs.llvm-libunwind.libs.linux.amd64/lib64 -L/pkg/main/sys-libs.zlib.core.1.2.13.linux.amd64/lib Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.67 Compiling unicode-ident v1.0.12 Compiling crossbeam-utils v0.8.16 Compiling libc v0.2.148...
I tried creating a `.cargo/config.toml` file as suggested too but this didn't work. I'm guessing it might be because the linking to libunwind isn't coming from the project itself but...
I didn't post it in full because it's a huge error log and just added `[more errors]` but most of the packages fail to build without the proper flags. Cargo...
I finally got this working with a less clean method, but it's OK since this is run in a temporary environment that is rebuilt on each build. ```sh # replace...
I tried adding the following line before `cargo cbuild` but it didn't seem to have any effect. ```sh export CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS="$RUSTFLAGS" ``` Still results in: ``` running cbuild Compiling autocfg v1.1.0...
@jcchavezs I do use the provided http middleware ([`http.WrapHandler`](https://pkg.go.dev/github.com/corazawaf/coraza/v3/http#WrapHandler)) as it was easier. I guess I could just copy the code and directly do all the steps to get things...
Confirming same issue with 1.2.5 `cdrdao write --speed 16 --driver generic-mmc-raw burn.toc` This is actually blocking as the produced CD is all wrong