Michael
Michael
I have the same issue. I am not using a reverse proxy to forward the port, I just map it to a different port in docker. This is my docker-compose...
Sorry for the late response, I recently had a lot on my hands with the new Semester at University and a new Job. With this plan, it still eludes me...
Any updates on this?
Please merge this, would be extremely helpful.
This might be a bit random, but I am stumbling upon the same issue trying to build an alpine image using [packer](https://github.com/hashicorp/packer) with QEMU as the build backend.
So sorry, took me two days and a GitHub workflow run to realize that the cross compilation of libevent from arm to x64 is responsible for this error, the crate...
> I don't have an arm laptop, I'll see if I can get my hands on one to try and reproduce the error, because I would like to see exactly...
Do you mean this? ``` --- stderr configure: WARNING: using cross tools not prefixed with host triplet /src/target/x86_64-pc-windows-gnu/debug/build/libtor-sys-ae46822d76c19b23/out/libevent/libevent-src/event.c: In function 'dump_inserted_event_fn': /src/target/x86_64-pc-windows-gnu/debug/build/libtor-sys-ae46822d76c19b23/out/libevent/libevent-src/event.c:3751:18: warning: format '%d' expects argument of type 'int',...
> Got it working. > > Cargo.toml > > ``` > openssl = { version = "0.10", features = ["vendored"] } > libtor = { version = "47.7.0+0.4.7.x", features =...
For anybody who is interested, I have tested this again and on commit 7309e85f8 this still fails to cross compile.