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

Problem with ffmpeg #3793

Closed
maury77 opened this issue Sep 27, 2020 · 4 comments
Closed

Problem with ffmpeg #3793

maury77 opened this issue Sep 27, 2020 · 4 comments

Comments

@maury77
Copy link

maury77 commented Sep 27, 2020

Creating a bug report/issue

Required Information

DietPi v6.32.2 : 18:01 - Sun 27/09/20
─────────────────────────────────────────────────────

Steps to reproduce

I have a problem but I don't know this i the right forum

I need to use ffmpeg on HA but the ffpeg have this issue

ldd /usr/bin/ffmpeg
/usr/bin/ffmpeg: error while loading shared libraries: /usr/lib/arm-linux-gnueabihf/libflite_cmu_us_kal.so.1: unsupported version 29300 of Verneed record

@MichaIng
Copy link
Owner

Many thanks for your report.

This library is pulled as dependency with FFmpeg:
ffmpeg > libavfilter7 > libflite1

Can you please verify that all are pulled from the same repository:

apt policy ffmpeg libavfilter7 libflite1

@maury77
Copy link
Author

maury77 commented Sep 27, 2020

 apt policy ffmpeg libavfilter7 libflite1
ffmpeg:
  Installed: 7:4.1.6-1~deb10u1+rpt1
  Candidate: 7:4.1.6-1~deb10u1+rpt1
  Version table:
 *** 7:4.1.6-1~deb10u1+rpt1 500
        500 https://archive.raspberrypi.org/debian buster/main armhf Packages
        100 /var/lib/dpkg/status
     7:4.1.6-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
libavfilter7:
  Installed: 7:4.1.6-1~deb10u1+rpt1
  Candidate: 7:4.1.6-1~deb10u1+rpt1
  Version table:
 *** 7:4.1.6-1~deb10u1+rpt1 500
        500 https://archive.raspberrypi.org/debian buster/main armhf Packages
        100 /var/lib/dpkg/status
     7:4.1.6-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
libflite1:
  Installed: 2.1-release-3
  Candidate: 2.1-release-3
  Version table:
 *** 2.1-release-3 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
        100 /var/lib/dpkg/status

@MichaIng
Copy link
Owner

All as it should be, strange then. I'll try to replicate on my RPi, but it's currently compiling new Amiberry builds, so will have to wait until tomorrow. The ffmpeg fails completely because of this, right? In case reinstalling everything is always worth a shot:

apt update
apt install --reinstall ffmpeg libavfilter7 libflite1

@maury77
Copy link
Author

maury77 commented Sep 28, 2020

thanks NOW WORK

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

No branches or pull requests

2 participants