xbmc / inputstream.ffmpegdirect

Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
57 stars 40 forks source link

autoreconf: error: autopoint failed with exit Status: 2 #298

Open menotuu opened 1 month ago

menotuu commented 1 month ago

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# 
phunkyfish commented 1 month ago

@howie-f any ideas?

howie-f commented 1 month ago

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