On Mon Mar 23, 2026 at 3:29 PM CET, Sebastian Ramacher wrote: > On 2026-03-23 15:23:34 +0100, Diederik de Haas wrote: >> On Mon Mar 23, 2026 at 3:04 PM CET, Sebastian Ramacher wrote: >> > On 2026-03-23 14:50:46 +0100, Diederik de Haas wrote: >> >> On Mon Mar 23, 2026 at 2:31 PM CET, Sebastian Ramacher wrote: >> >> > 7:8.1-1 added a build dependency on frei0r-plugins. Can you please >> >> > provide a full log of the build failure that also shows the packages >> >> > that you have installed? > >> root@bagend:~# dpkg -l $(cat ffmpeg-bds.txt) >> ┌── Desired=Unknown/Install/Remove/Purge/Hold >> │┌─ >> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend >> ││┌ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) >> │││ Name Version Architecture >> Description >> ├┼┼─═══════════════════════════─═════════════════════════════─════════════─══════════════════════════════════════════════════════════════════════════════ >> ii clang 1:21.1.6-71+b1 amd64 >> C, C++ and Objective-C compiler (LLVM based), clang binary >> ii cleancss 5.3.3+~5.6.3-2 all >> Tool for minifying CSS files >> un debhelper-compat <none> <none> >> (no description available) >> ii doxygen 1.15.0+ds1-1+b1 amd64 >> Generate documentation from source code >> ii flite1-dev:amd64 2.2-7+b1 amd64 >> Small run-time speech synthesis engine - development files >> ii frei0r-plugins 2.5.4-1 amd64 >> minimalistic plugin API for video effects, plugins collection >> ii frei0r-plugins-dev 2.5.4-1 all >> minimalistic plugin API for video effects, header files > > Does the /usr/lib/frei0r-1 symlink exist?
Nope: root@bagend:~# ls -lh /usr/lib/frei0r-1 total 0 I just checked my arm64 device and noticed that frei0r-plugins-dev was installed, but frei0r-plugins (itself) was not. After installing that ... root@rock5b:~# ls -lh /usr/lib/frei0r-1 lrwxrwxrwx 1 root root 26 Mar 2 17:18 /usr/lib/frei0r-1 -> aarch64-linux-gnu/frei0r-1 Which makes it *very* likely that a build of the Debian package would succeed on my arm64 device (now). So it was indeed a PATH issue, but I have no idea why it's missing on my amd64 machine. Doing ``aptitude reinstall frei0r-plugins`` on my amd64 machine did NOT get the link either. But an ``aptitude purge frei0r-plugins`` and then an ``aptitude install frei0r-plugins`` did give me the symlink ... Thanks! Feel free to close this bug if you consider this resolved with this. Cheers, Diederik
signature.asc
Description: PGP signature

