Jérôme AUDU

Results 8 comments of Jérôme AUDU

Thanks @shacky It help me a bit to understand where to check. Now it's a bit better! In fact, seem that Fedora 36 (which come with openssl3) use nodejs v16.14.0...

Issue is now understand, BUT question still there for OpenSSL3 usage.... - which component of AdGuardHome is using legacy (aka not recommanded) crypto algorithms? And second point, even if @shacky...

hello, I've just try our proposal (to copy aarch64.cpp into arm32.cpp then update src/arch/CMakeLists.txt And here the status (here you have major dependencies versions,feel free to ask more !) ```...

Hi , @HA-sala Bpftrace require many dependencies to build (BCC, llvm,clang,...) And not vers easy to build by yourself( without a distro) I use to build it on fedora for...

Here almost "broken" patch I've used for my experiment. [0001-preliminary-arm32-support.txt](https://github.com/iovisor/bpftrace/files/7231507/0001-preliminary-arm32-support.txt) `src/arch/arm32.cpp` is a direct copy of `aarch64.cpp` which is probably broken.... => looking @https://github.com/iovisor/ply/tree/master/src/libply/arch just show something different for aarch64...

Here preliminary arm32 patches for buildroot 2021.08.x Again, don't expect magic full working version !!!!! This add "bcc" and "bpftrace" support, and upgrade a bit libbpf (see patches for credit...

An updated version of buildroot patches (just replace previous one) [buildroot-2021-08.x-patches-v2.tar.gz](https://github.com/iovisor/bpftrace/files/7250445/buildroot-2021-08.x-patches-v2.tar.gz) This introduce new package "[libdwarves](https://github.com/acmel/dwarves)" which provide pahole to compile kernel with [BTF](https://www.brendangregg.com/blog/2020-11-04/bpf-co-re-btf-libbpf.html) support (CONFIG_DEBUG_INFO_BTF) after that, bpftrace support...

> @waby38b, we've recently updated the frontend build, including switching to Node.JS 16. Is this issue still occurring? Hi, and thx to back to this topic ! In fact I...