[aggressively snip]
I have perl and a lot of perl- packages installed.
/home3/cinelerra/cinelerra-5.1 # autoreconf Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 299. autoreconf: error: aclocal failed with exit status: 2
aclocal must be in
https://software.opensuse.org/download.html?project=openSUSE%3AFactory&packa...
install THIS too.
Yes, thanks. Another evident that "blds/bld_prepare.sh suse" didn't install the complete package list. Both automake and fftw3-devel were on the package list. I installed the latter manually afterwards.
yes, but Im not sure about that it complain ... "man test" and "man bash" both show -L and -f test conditions exist May be it complain about ln -s command? You can try to comment this out with # and see if bld_prepare.sh now works for suse ?
At the same time, to cleanup I think build_prepare.sh should have two separate package sections for respectively
suse|leap (LTS, enterprise, older versions) tumbleweed|slowroll (rolling new versions and packages)
# zypper in automake
from zypper info: Automake is a tool for automatically generating "Makefile.in" files from "Makefile.am" files. "Makefile.am" is a series of "make" macro definitions (with rules occasionally thrown in). The generated "Makefile.in" files are compatible with the GNU Makefile standards.
But unhappily, still not success:
/home3/cinelerra/cinelerra-5.1 # ./autogen.sh + rm -f global_config configure Makefile Makefile.in + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh + rm -f config.log config.guess config.h config.h.in config.sub config.status missing + rm -rf autom4te.cache m4 + '[' '' = clean ']' + mkdir m4 + autoreconf --install configure.ac:12: installing 'm4/compile' configure.ac:9: installing 'm4/install-sh' configure.ac:9: installing 'm4/missing' configure.ac:28: error: required file 'm4/ltmain.sh' not found configure.ac:28: installing 'm4/config.guess' configure.ac:28: installing 'm4/config.sub' autoreconf: error: automake failed with exit status: 1 ++ uname -o + '[' GNU/Linux = Android ']' + '[' -e /system/bin/app_process ']'
Install libtool .... /me updating Fedora 42 on qemu ..well, at some point it will finish I hope! I tried build with libplacebo and it stopped due to some errors in libplacebo's includes, so I'm trying to update whole thing and see if it work.
[trim here too]