xbmc / xbmc/inputstream.ffmpegdirect
autoreconf: error: autopoint failed with exit Status: 2
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 101
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
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#
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported build output and the referenced libzvbi/configure.ac file, then inspect how the CMake external project invokes autoreconf. Check the Raspberry Pi/DietPi environment for the missing autopoint tool and its dependency setup. Done means the libzvbi patch and build steps complete without the autopoint error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100