SpectralSuite icon indicating copy to clipboard operation
SpectralSuite copied to clipboard

2.1.12 Linux builds don't scan on Debian 12

Open visagemsc opened this issue 11 months ago • 3 comments

I tried the Linux builds of 2.1.12 on Debian 12 (Bookworm) but they don't seem to scan in both Bitwig Studio and REAPER. This is probably an issue with some standard dependencies as the Debian team updates their packages less often than Ubuntu, which is what GitHub uses for their Actions Runners.

visagemsc avatar Feb 09 '25 13:02 visagemsc

Thanks for trying this out. do you know if these plugins build from source? Perhaps we will need different build actions for different versions of Linux

andrewreeman avatar Feb 18 '25 18:02 andrewreeman

I couldn't find a direct way to build them from source so I didn't really try to do it. Is it easy as making Projucer spit out Makefiles now?

visagemsc avatar Mar 03 '25 06:03 visagemsc

If you go on the latest develop branch you'll see there is a Dockerbuild file for Ubuntu. Perhaps we need another one, or modified, for Debian?

There's a script in SpectralSuiteBuild called buildLinux.sh as well which is used for running the docker build and extracting the output files

andrewreeman avatar Mar 25 '25 07:03 andrewreeman

I really didn't wanna use Docker scripts since that excarcebates the glibc issue because Ubuntu always has newer packages than Debian.

visagemsc avatar Aug 25 '25 13:08 visagemsc