autoreconf: error: autopoint failed with exit Status: 2
hello
I try to compile on a raspberry 4 but receive following error near end of compiling. I am not a professional, so dont know how to solve it.
-- Build files have been written to: /root/kodi/inputstream.ffmpegdirect/build/build/libzvbi/src/libzvbi-build
[ 81%] Performing build Step for 'libzvbi'
[ 12%] Creating directories for 'libzvbi'
[ 25%] No download Step for 'libzvbi'
[ 37%] No update Step for 'libzvbi'
[ 50%] Performing patch Step for 'libzvbi' checking for automake >= 1.11.2...
testing automake... found 1.16.5 checking for autoreconf >= 2.53... testing autoreconf... found 2.71
Processing /root/kodi/inputstream.ffmpegdirect/build/build/libzvbi/src/libzvbi/configure.ac
Running autoreconf...
autoreconf: export WARNINGS=no-portability
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Can't exec "autopoint": Datei oder Verzeichnis nicht gefunden at /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: autopoint failed with exit Status: 2
make[5]: *** [CMakeFiles/libzvbi.dir/build.make:113: libzvbi-prefix/src/libzvbi-stamp/libzvbi-patch] Fehler 1
make[4]: *** [CMakeFiles/Makefile2:83: CMakeFiles/libzvbi.dir/all] Fehler 2
make[3]: *** [Makefile:136: all] Fehler 2
make[2]: *** [CMakeFiles/libzvbi.dir/build.make:86: build/libzvbi/src/libzvbi-stamp/libzvbi-build] Fehler 2
make[1]: *** [CMakeFiles/Makefile2:410: CMakeFiles/libzvbi.dir/all] Fehler 2
make: *** [Makefile:91: all] Fehler 2
root@DietPi:~/kodi/inputstream.ffmpegdirect/build#
@howie-f any ideas?
hm,
i'm not sure since i don't compile on RPI. but looks like just autopoint missing.
it seems to be packaged differently on RPI
i found this thread on raspberry pi forums: https://forums.raspberrypi.com/viewtopic.php?t=297142
so maybe @menotuu can you try to install autopoint via sudo apt install autopoint and see if the build succeeds then?
EDIT:
root@DietPi:~/kodi/inputstream.ffmpegdirect/build#
by the way. building as root is discouraged and not necessary. though this shouldn‘t be the main problem
was getting the same error (Debian build), installing autopoint fixed it.
If there is a missing Debian dependency it should be included here:
https://github.com/xbmc/inputstream.ffmpegdirect/blob/Piers/debian/control