Skip to content
New issue

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

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

Open
menotuu opened this issue May 15, 2024 · 2 comments
Open

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

menotuu opened this issue May 15, 2024 · 2 comments

Comments

@menotuu
Copy link

menotuu commented May 15, 2024

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
Copy link
Collaborator

@howie-f any ideas?

@howie-f
Copy link
Contributor

howie-f commented May 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants