From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: ffmpeg: error while loading shared libraries: (...): file too short Date: Sat, 09 Mar 2019 21:28:47 +0100 Message-ID: <87wol7hjwg.fsf@nckx> References: <875zsrajx4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2iaU-0005EW-UI for guix-devel@gnu.org; Sat, 09 Mar 2019 15:28:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2iaU-0005u7-79 for guix-devel@gnu.org; Sat, 09 Mar 2019 15:28:54 -0500 In-reply-to: <875zsrajx4.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong Cc: guix-devel@gnu.org, bug-guix@gnu.org Alex, Something is amiss on your box. Alex Vong wrote: > Does anyone has the same problem with ffmpeg from latest master?=20 > I've > got the following error: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > alexvong1995@debian:~$ ffmpeg --help > ffmpeg: error while loading shared libraries:=20 > /gnu/store/4hcr7ygdhaxws6q5dj806cbvq0dkfgkw-ffmpeg-4.1.1/lib/libavdevice.= so.58:=20 > file too short > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --8<---------------cut here---------------start------------->8--- =CE=BB file -L=20 /gnu/store/4hcr7ygdhaxws6q5dj806cbvq0dkfgkw-ffmpeg-4.1.1/lib/libavdevice.so= .58 /gnu/store/4hcr7ygdhaxws6q5dj806cbvq0dkfgkw-ffmpeg-4.1.1/lib/libavdevice.so= .58:=20 ELF 64-bit LSB pie executable x86-64, version 1 (SYSV),=20 dynamically linked, stripped =CE=BB ls -lh=20 /gnu/store/4hcr7ygdhaxws6q5dj806cbvq0dkfgkw-ffmpeg-4.1.1/lib/libavdevice.so= .58.5.100=20 -r-xr-xr-x 2 root root 152K Jan 1 1970=20 /gnu/store/4hcr7ygdhaxws6q5dj806cbvq0dkfgkw-ffmpeg-4.1.1/lib/libavdevice.s= o.58.5.100 --8<---------------cut here---------------end--------------->8--- Have you fsck'd your file system lately? T G-R