We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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#
The text was updated successfully, but these errors were encountered:
@howie-f any ideas?
Sorry, something went wrong.
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
autopoint
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?
sudo apt install autopoint
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
root
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: