Bug #5117
TVheadend V 4.3.x (master) no libavfilter-so.6!
0%
Description
Hello,
I use TVH 4.3-1252 ~ g595fd174f with ArchLinux.
After an update ffmpeg was renewed where now libavfilter.so.*7* exists.
TVH searches but libavfilter.so.*6*
TVH is no longer running.
Compiling TVH aborts without error message.
Configure still works.
greeting
Google Translate
History
Updated by saen acro over 6 years ago
make symbolic link to file
https://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/
Updated by Volker Rothert over 6 years ago
saen acro wrote:
make symbolic link to file
https://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/
Hello,
that was the first thing I did to put a link from libavfilter.so.7.16.100 on libavfilter.so.6.
Unfortunately, no success.
Therefore, I will first look for the error "no compile".
Then do not start the Tvheadend and report here accordingly.
Greeting for the answer.
Google translator
Updated by Volker Rothert over 6 years ago
Build Error:
src / wrappers.c: 200: 3: Error: "strncpy" output truncated before the final NUL, when copying 4 bytes from a string of the same length [-Werror = stringop-truncation]
strncpy (ts-> name, "tvh:", 4);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: All warnings are treated as errors
make: *** [Makefile: 704: /opt/tvheadend-git/src/tvheadend-git/build.linux/src/wrappers.o] Error 1
==> ERROR: An error occurred in build ().
Break away ...
Updated by Volker Rothert over 6 years ago
TVH only runs downgrade to ffmpeg 3.
With a link on libavfilter.so.6 it does not work.
To work with the new ffmpeg 4, Tvheadend has to be recompiled.
What does not work. Error above.
greeting
Google translator
Updated by Volker Rothert over 6 years ago
Compil. fix show -> https://tvheadend.org/attachments/6753/mod_make_gcc_happy.patch
Updated by Alex Platero over 6 years ago
Has development been stopped?
No new commits since more than a month...
Updated by Volker Rothert over 6 years ago
Alex Platero wrote:
Has development been stopped?
No new commits since more than a month...
It's summertime and Holiday??
Even developers have to relax
Updated by Alex Platero over 6 years ago
Volker Rothert wrote:
Alex Platero wrote:
Has development been stopped?
No new commits since more than a month...
It's summertime and Holiday??
Even developers have to relax
Of course, but after 3 years being here and testing and following development... didn't remember a period long like this without commits. Just asking.
Updated by Jaroslav Kysela over 6 years ago
It should be. Please, try and report back the status.
Updated by Jaroslav Kysela over 6 years ago
- Status changed from New to Fixed
Fixed in v4.3-1282-g1c2a21399 .
Updated by Alex Platero about 6 years ago
Volker Rothert wrote:
It's work perfekt. Testet with 4.3-1282
Many thanks
Still having the same issue with 4.3-1292
ago 16 20:59:33 rei tvheadend3956: /usr/bin/tvheadend: error while loading shared libraries: libavfilter.so.6: cannot open shared object file: No such file or directory
Once upgrading ffmpeg to 4.0, tvheadend no longer launches.
Updated by Alex Platero about 6 years ago
Alex Platero wrote:
Volker Rothert wrote:
It's work perfekt. Testet with 4.3-1282
Many thanks
Still having the same issue with 4.3-1292
ago 16 20:59:33 rei tvheadend3956: /usr/bin/tvheadend: error while loading shared libraries: libavfilter.so.6: cannot open shared object file: No such file or directory
Once upgrading ffmpeg to 4.0, tvheadend no longer launches.
Also, when trying softlinking, result is:
ago 16 21:08:36 rei tvheadend4027: /usr/bin/tvheadend: /usr/lib/libavfilter.so.6: version `LIBAVFILTER_6' not found (required by /usr/bin/tvheadend)
ago 16 21:08:36 rei tvheadend4027: /usr/bin/tvheadend: /usr/lib/libavformat.so.57: version `LIBAVFORMAT_57' not found (required by /usr/bin/tvheadend)
ago 16 21:08:36 rei tvheadend4027: /usr/bin/tvheadend: /usr/lib/libavcodec.so.57: version `LIBAVCODEC_57' not found (required by /usr/bin/tvheadend)
ago 16 21:08:36 rei tvheadend4027: /usr/bin/tvheadend: /usr/lib/libavutil.so.55: version `LIBAVUTIL_55' not found (required by /usr/bin/tvheadend)
Updated by saen acro about 6 years ago
Arch linux AUR builder/instaler is broken.
Not all dependency are satisfied
other aur dependency's are in source of tvh
even ffmpeg patch in AUR not work.
In same time manual build without AUR work
Updated by Alex Platero about 6 years ago
saen acro wrote:
Arch linux AUR builder/instaler is broken.
Not all dependency are satisfied
other aur dependency's are in source of tvh
even ffmpeg patch in AUR not work.In same time manual build without AUR work
Solved with latest AUR file update on september 2nd.