trippleflux

Results 65 comments of trippleflux

Haven't fully understand FFMPEG ecosystem fully, but it's for delphi's FFVCL plugin which has the "libmfx-0.dll" dependencies. I am trying to cross compiling it in ubuntu as mingw64, in Msys2...

Still error on x86_64 snapshot : ``` -fno-plt -mtune=skylake -march=skylake -O3 -funsafe-math-optimizations -ftree-vectorize -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -MT sanitizer_printf.lo -MD -MP -MF .deps/sanitizer_printf.Tpo -c /home/username/works/openwrt/build_dir/toolchain-x86_64_gcc-12.1.0_glibc/gcc-12.1.0/libsanitizer/sanitizer_common/sanitizer_printf.cpp...

My bad, replacing the wrong archive which I was downloaded from the github, it didn't containing the new GCC patches. Thanks for the glibc bump.

@hauke Wanted to share liburing mod for Samba4 compilation success on glibc 2.36 ``` diff -Naur a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h --- a/src/include/liburing/io_uring.h 2022-06-23 22:45:45.000000000 +0700 +++ b/src/include/liburing/io_uring.h 2022-08-09 01:07:30.174412800 +0700 @@ -7,8...

Stop transmission and try to edit the following into your /etc/init.d/transmission : ``` # seccomp_path="/etc/seccomp/transmission-daemon.json" # if [ -f "$seccomp_path" ]; then # procd_set_param seccomp "$seccomp_path" # fi ... #...

Getting the following when downloading : ``` Permission denied (/data/transmission/done/Test[Test]/Test.mkv) ``` And the from log(Info) : ``` Thu Jul 28 18:48:06 2022 user.notice transmission: Starting with 3905432000 virt mem Thu...

@dangowrt What is the correct way to create seccomp for the transmission-daemon?, should I eliminating all ujail related calls in the /etc/init.d/transmission and add ujail before the /usr/bin/transmission-daemon?. Tried with...

transmission author mentioned that I should separate build dir from source dir, how to call "cmake .." in a dir?, because the following doesn't work : ``` define Build/Prepare mkdir...

Managed to get it working, currently only compile-tested on x86_64, haven't run it yet as I am still compiling my x86_64 OpenWRT image [transmission-git.zip](https://github.com/openwrt/packages/files/9146019/transmission-git.zip) Replace the feeds/packages/net/transmission with archive above....

Yup, managed to figuring it out after trials and errors and searching the openwrt packages github, thanks anyway. The complete and working compile-tested is inside the [transmission-git.zip](https://github.com/openwrt/packages/files/9146019/transmission-git.zip) , incase you've...