Forum

Full Version: ffmpeg (stretch) (cubox-i)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When attempting to run ffmpeg, I get the following error:
Terminal
ffmpeg -v
ffmpeg: error while loading shared libraries: libwayland-egl.so.1: cannot open shared object file: No such file or directory

I assume this is related to Unable to install libav-tools, ffmpeg etc. on Stretch, but that one doesn't apply to the cubox-i. How would one go about addressing this, since this platform does not appear to use xbian-package-firmware?
(4th Nov, 2017 07:10 AM)tempest Wrote: [ -> ]When attempting to run ffmpeg, I get the following error:
Terminal
ffmpeg -v
ffmpeg: error while loading shared libraries: libwayland-egl.so.1: cannot open shared object file: No such file or directory

I assume this is related to Unable to install libav-tools, ffmpeg etc. on Stretch, but that one doesn't apply to the cubox-i. How would one go about addressing this, since this platform does not appear to use xbian-package-firmware?

That's right, its the firmware-imx package, which has the same wrong dependencies. Unfortunately I haven't had time to fix this Sad Will see if I can do this next days
@tempest

Build a (quick and dirty Dodgy) firmware today, which allows proper installation of ffmpeg and all subpackages

Please download this firmware package, install this package with sudo dpkg -i and after that, you have to run sudo apt-get install -f to repair missing dependencies

Terminal

root@kmxbimx ~ # cd /tmp
root@kmxbimx /tmp # wget http://apt.xbian.org/pool/devel/imx6-stretch/f/firmware-imx/firmware-imx_2.1.3-1509814165_armhf.deb
--2017-11-04 18:13:21-- http://apt.xbian.org/pool/devel/imx6-stretch/f/firmware-imx/firmware-imx_2.1.3-1509814165_armhf.deb
Auflösen des Hostnamens »apt.xbian.org (apt.xbian.org)« … 85.17.60.99
Verbindungsaufbau zu apt.xbian.org (apt.xbian.org)|85.17.60.99|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 12738066 (12M) [application/x-debian-package]
Wird in »»firmware-imx_2.1.3-1509814165_armhf.deb«« gespeichert.

firmware-imx_2.1.3-1509814165_armhf.deb 100%[================================================================================​========>] 12,15M 9,58MB/s in 1,3s

2017-11-04 18:13:22 (9,58 MB/s) - »»firmware-imx_2.1.3-1509814165_armhf.deb«« gespeichert [12738066/12738066]

root@kmxbimx /tmp # sudo dpkg -i firmware-imx_2.1.3-1509814165_armhf.deb
(Lese Datenbank ... 48707 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von firmware-imx_2.1.3-1509814165_armhf.deb ...
Entpacken von firmware-imx (2.1.3-1509814165) über (2.1.3-1509814165) ...
firmware-imx (2.1.3-1509814165) wird eingerichtet ...
root@kmxbimx /tmp # sudo apt-get install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
libtag1v5 libtag1v5-vanilla libtinyxml2.6.2v5
Verwenden Sie »apt autoremove«, um sie zu entfernen.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 19 nicht aktualisiert.
root@kmxbimx /tmp #

ffmpeg starts up without any issues, and Kodi still doesn't complain anything Smile
(5th Nov, 2017 03:23 AM)Nachteule Wrote: [ -> ]ffmpeg starts up without any issues, and Kodi still doesn't complain anything Smile

Woah, thanks! I found that at first I got the error:
Terminal
# ffmpeg -v
ffmpeg: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory
I had to run:
Terminal
apt-get install libxdamage1
to get it to run properly.

edit: It is entirely possible that I have done something with my system to cause this, so it may not reflect the current xbian image. I am happy to verify this if needed.
(5th Nov, 2017 04:28 AM)tempest Wrote: [ -> ]
(5th Nov, 2017 03:23 AM)Nachteule Wrote: [ -> ]ffmpeg starts up without any issues, and Kodi still doesn't complain anything Smile

Woah, thanks! I found that at first I got the error:
Terminal
# ffmpeg -v
ffmpeg: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory
I had to run:
Terminal
apt-get install libxdamage1
to get it to run properly.

edit: It is entirely possible that I have done something with my system to cause this, so it may not reflect the current xbian image. I am happy to verify this if needed.

Maybe you have removed this missing lib manually. On my system this lib was already there, so there were no need for reinstalling it

did you run sudo apt-get install -f ?
(5th Nov, 2017 05:53 AM)Nachteule Wrote: [ -> ]
(5th Nov, 2017 04:28 AM)tempest Wrote: [ -> ]
(5th Nov, 2017 03:23 AM)Nachteule Wrote: [ -> ]ffmpeg starts up without any issues, and Kodi still doesn't complain anything Smile

Woah, thanks! I found that at first I got the error:
Terminal
# ffmpeg -v
ffmpeg: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory
I had to run:
Terminal
apt-get install libxdamage1
to get it to run properly.

edit: It is entirely possible that I have done something with my system to cause this, so it may not reflect the current xbian image. I am happy to verify this if needed.

Maybe you have removed this missing lib manually. On my system this lib was already there, so there were no need for reinstalling it

did you run sudo apt-get install -f ?
I did indeed. It installed quite a few things without complaint. It is possible it was autoremoved yesterday, but I never uninstalled it manually.
(5th Nov, 2017 06:00 AM)tempest Wrote: [ -> ]
(5th Nov, 2017 05:53 AM)Nachteule Wrote: [ -> ]
(5th Nov, 2017 04:28 AM)tempest Wrote: [ -> ]
(5th Nov, 2017 03:23 AM)Nachteule Wrote: [ -> ]ffmpeg starts up without any issues, and Kodi still doesn't complain anything Smile

Woah, thanks! I found that at first I got the error:
Terminal
# ffmpeg -v
ffmpeg: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory
I had to run:
Terminal
apt-get install libxdamage1
to get it to run properly.

edit: It is entirely possible that I have done something with my system to cause this, so it may not reflect the current xbian image. I am happy to verify this if needed.

Maybe you have removed this missing lib manually. On my system this lib was already there, so there were no need for reinstalling it

did you run sudo apt-get install -f ?
I did indeed. It installed quite a few things without complaint. It is possible it was autoremoved yesterday, but I never uninstalled it manually.

Could be, but in that case apt-get install -f should reinstall this package automatically (if dependencies of all installed packages are correct)
(5th Nov, 2017 11:13 PM)Nachteule Wrote: [ -> ]Could be, but in that case apt-get install -f should reinstall this package automatically (if dependencies of all installed packages are correct)

Okay, I installed firmware-imx, did an apt-get -f install, and installed ffmpeg on a *completely* virgin and up to date install. I still get the libXdamage error.
Code:
dpkg -l | grep firmware
ii  firmware-atheros                  20161130-3                     all          Binary firmware for Atheros wireless cards
ii  firmware-imx                      2.1.3                          armhf        package for XBian installation Cubox-i (3.10.17 - 1.0.2)
ii  firmware-misc-nonfree             20161130-3                     all          Binary firmware for various drivers in the Linux kernel
ii  firmware-realtek                  20161130-3                     all          Binary firmware for Realtek wired/wifi/BT adapters
root@xbian:/home/xbian# cd /root
root@xbian:~# wget http://apt.xbian.org/pool/devel/imx6-stretch/f/firmware-imx/firmware-imx_2.1.3-1509814165_armhf.deb
--2017-11-05 14:52:29--  http://apt.xbian.org/pool/devel/imx6-stretch/f/firmware-imx/firmware-imx_2.1.3-1509814165_armhf.deb
Resolving apt.xbian.org (apt.xbian.org)... 85.17.60.99
Connecting to apt.xbian.org (apt.xbian.org)|85.17.60.99|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12738066 (12M) [application/x-debian-package]
Saving to: ‘firmware-imx_2.1.3-1509814165_armhf.deb’

firmware-imx_2.1.3- 100%[===================>]  12.15M  3.64MB/s    in 3.3s

2017-11-05 14:52:33 (3.64 MB/s) - ‘firmware-imx_2.1.3-1509814165_armhf.deb’ saved [12738066/12738066]

root@xbian:~# dpkg -i firmware-imx_2.1.3-1509814165_armhf.deb
(Reading database ... 30845 files and directories currently installed.)
Preparing to unpack firmware-imx_2.1.3-1509814165_armhf.deb ...
Unpacking firmware-imx (2.1.3-1509814165) over (2.1.3) ...
Setting up firmware-imx (2.1.3-1509814165) ...
root@xbian:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libegl1-mesa libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-sync1
  libxcb-xfixes0
The following NEW packages will be installed:
  libegl1-mesa libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-sync1
  libxcb-xfixes0
0 upgraded, 6 newly installed, 0 to remove and 1 not upgraded.
Need to get 585 kB of archives.
After this operation, 801 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian stretch/main armhf libxcb-dri2-0 armhf 1.12-1 [97.0 kB]
Get:2 http://deb.debian.org/debian stretch/main armhf libxcb-dri3-0 armhf 1.12-1 [95.5 kB]
Get:3 http://deb.debian.org/debian stretch/main armhf libxcb-present0 armhf 1.12-1 [95.8 kB]
Get:4 http://deb.debian.org/debian stretch/main armhf libxcb-sync1 armhf 1.12-1 [98.7 kB]
Get:5 http://deb.debian.org/debian stretch/main armhf libxcb-xfixes0 armhf 1.12-1 [99.4 kB]
Get:6 http://deb.debian.org/debian stretch/main armhf libegl1-mesa armhf 13.0.6-1+b2 [99.0 kB]
Fetched 585 kB in 1s (354 kB/s)
Create a snapshot of '/run/btrfs-snap/root/@' in '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2017-11-05-1453'
Create a snapshot of '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2017-11-05-1453' in '/run/btrfs-snap/root/@last_good_known'
@btrfs-auto-snap_apt-run-2017-11-05-1453, 1 created snapshots, 0 destroyed snapshots, 0 warnings.
Selecting previously unselected package libxcb-dri2-0:armhf.
(Reading database ... 30846 files and directories currently installed.)
Preparing to unpack .../0-libxcb-dri2-0_1.12-1_armhf.deb ...
Unpacking libxcb-dri2-0:armhf (1.12-1) ...
Selecting previously unselected package libxcb-dri3-0:armhf.
Preparing to unpack .../1-libxcb-dri3-0_1.12-1_armhf.deb ...
Unpacking libxcb-dri3-0:armhf (1.12-1) ...
Selecting previously unselected package libxcb-present0:armhf.
Preparing to unpack .../2-libxcb-present0_1.12-1_armhf.deb ...
Unpacking libxcb-present0:armhf (1.12-1) ...
Selecting previously unselected package libxcb-sync1:armhf.
Preparing to unpack .../3-libxcb-sync1_1.12-1_armhf.deb ...
Unpacking libxcb-sync1:armhf (1.12-1) ...
Selecting previously unselected package libxcb-xfixes0:armhf.
Preparing to unpack .../4-libxcb-xfixes0_1.12-1_armhf.deb ...
Unpacking libxcb-xfixes0:armhf (1.12-1) ...
Selecting previously unselected package libegl1-mesa:armhf.
Preparing to unpack .../5-libegl1-mesa_13.0.6-1+b2_armhf.deb ...
Unpacking libegl1-mesa:armhf (13.0.6-1+b2) ...
Setting up libxcb-present0:armhf (1.12-1) ...
Setting up libxcb-dri2-0:armhf (1.12-1) ...
Setting up libxcb-dri3-0:armhf (1.12-1) ...
Setting up libxcb-xfixes0:armhf (1.12-1) ...
Setting up libxcb-sync1:armhf (1.12-1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Setting up libegl1-mesa:armhf (13.0.6-1+b2) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
root@xbian:~# apt-get install ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libavc1394-0 libavcodec57 libavdevice57 libavfilter6 libavformat57
  libavresample3 libavutil55 libbs2b0 libcairo2 libcdio-cdda1
  libcdio-paranoia1 libchromaprint1 libdc1394-22 libebur128-1 libfftw3-double3
  libflite1 libgme0 libgsm1 libiec61883-0 libjack-jackd2-0 libmp3lame0
  libmpg123-0 libopenal-data libopenal1 libopencv-core2.4v5
  libopencv-imgproc2.4v5 libopenjp2-7 libopenmpt0 libopus0 libpgm-5.2-0
  libpostproc54 libraw1394-11 librubberband2 libsdl2-2.0-0 libshine3
  libsnappy1v5 libsndio6.1 libsodium18 libsoxr0 libssh-gcrypt-4 libswresample2
  libswscale4 libtheora0 libtwolame0 libva-drm1 libva-x11-1 libvdpau1 libvpx4
  libwavpack1 libwayland-cursor0 libwayland-egl1-mesa libx264-148 libx265-95
  libxcb-render0 libxcb-shape0 libxcb-shm0 libxcursor1 libxfixes3 libxinerama1
  libxkbcommon0 libxrandr2 libxrender1 libxss1 libxv1 libxvidcore4 libxxf86vm1
  libzmq5 libzvbi-common libzvbi0
Suggested packages:
  ffmpeg-doc libfftw3-bin libfftw3-dev alsa-base jackd2 libportaudio2
  opus-tools libraw1394-doc sndiod
Recommended packages:
  vdpau-driver-all | vdpau-driver
The following NEW packages will be installed:
  ffmpeg libavc1394-0 libavcodec57 libavdevice57 libavfilter6 libavformat57
  libavresample3 libavutil55 libbs2b0 libcairo2 libcdio-cdda1
  libcdio-paranoia1 libchromaprint1 libdc1394-22 libebur128-1 libfftw3-double3
  libflite1 libgme0 libgsm1 libiec61883-0 libjack-jackd2-0 libmp3lame0
  libmpg123-0 libopenal-data libopenal1 libopencv-core2.4v5
  libopencv-imgproc2.4v5 libopenjp2-7 libopenmpt0 libopus0 libpgm-5.2-0
  libpostproc54 libraw1394-11 librubberband2 libsdl2-2.0-0 libshine3
  libsnappy1v5 libsndio6.1 libsodium18 libsoxr0 libssh-gcrypt-4 libswresample2
  libswscale4 libtheora0 libtwolame0 libva-drm1 libva-x11-1 libvdpau1 libvpx4
  libwavpack1 libwayland-cursor0 libwayland-egl1-mesa libx264-148 libx265-95
  libxcb-render0 libxcb-shape0 libxcb-shm0 libxcursor1 libxfixes3 libxinerama1
  libxkbcommon0 libxrandr2 libxrender1 libxss1 libxv1 libxvidcore4 libxxf86vm1
  libzmq5 libzvbi-common libzvbi0
0 upgraded, 70 newly installed, 0 to remove and 1 not upgraded.
Need to get 29.3 MB of archives.
After this operation, 55.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian stretch/main armhf libxss1 armhf 1:1.2.2-1 [16.3 kB]
Get:2 http://deb.debian.org/debian stretch/main armhf libva-drm1 armhf 1.7.3-2 [14.4 kB]
Get:3 http://deb.debian.org/debian stretch/main armhf libxfixes3 armhf 1:5.0.3-1 [20.6 kB]
Get:4 http://deb.debian.org/debian stretch/main armhf libva-x11-1 armhf 1.7.3-2 [18.0 kB]
Get:5 http://deb.debian.org/debian stretch/main armhf libvdpau1 armhf 1.1.1-6 [39.2 kB]
Get:6 http://deb.debian.org/debian stretch/main armhf libavutil55 armhf 7:3.2.7-1~deb9u1 [238 kB]
Get:7 http://deb.debian.org/debian stretch/main armhf libgsm1 armhf 1.0.13-4+b2 [23.1 kB]
Get:8 http://deb.debian.org/debian stretch/main armhf libmp3lame0 armhf 3.99.5+repack1-9+b2 [338 kB]
Get:9 http://deb.debian.org/debian stretch/main armhf libopenjp2-7 armhf 2.1.2-1.1 [110 kB]
Get:10 http://deb.debian.org/debian stretch/main armhf libopus0 armhf 1.2~alpha2-1 [150 kB]
Get:11 http://deb.debian.org/debian stretch/main armhf libshine3 armhf 3.1.0-5 [23.9 kB]
Get:12 http://deb.debian.org/debian stretch/main armhf libsnappy1v5 armhf 1.1.3-3 [49.4 kB]
Get:13 http://deb.debian.org/debian stretch/main armhf libsoxr0 armhf 0.1.2-2 [51.3 kB]
Get:14 http://deb.debian.org/debian stretch/main armhf libswresample2 armhf 7:3.2.7-1~deb9u1 [88.4 kB]
Get:15 http://deb.debian.org/debian stretch/main armhf libxcb-render0 armhf 1.12-1 [105 kB]
Get:16 http://deb.debian.org/debian stretch/main armhf libxcb-shm0 armhf 1.12-1 [95.8 kB]
Get:17 http://deb.debian.org/debian stretch/main armhf libxrender1 armhf 1:0.9.10-1 [29.9 kB]
Get:18 http://deb.debian.org/debian stretch/main armhf libcairo2 armhf 1.14.8-1 [703 kB]
Get:19 http://deb.debian.org/debian stretch/main armhf libtheora0 armhf 1.1.1+dfsg.1-14+b1 [153 kB]
Get:20 http://deb.debian.org/debian stretch/main armhf libtwolame0 armhf 0.3.13-2 [45.2 kB]
Get:21 http://deb.debian.org/debian stretch/main armhf libvpx4 armhf 1.6.1-3 [454 kB]
Get:22 http://deb.debian.org/debian stretch/main armhf libwavpack1 armhf 5.0.0-2 [73.8 kB]
Get:23 http://deb.debian.org/debian stretch/main armhf libx264-148 armhf 2:0.148.2748+git97eaef2-1 [568 kB]
Get:24 http://deb.debian.org/debian stretch/main armhf libx265-95 armhf 2.1-2+b2 [462 kB]
Get:25 http://deb.debian.org/debian stretch/main armhf libxvidcore4 armhf 2:1.3.4-1+b2 [203 kB]
Get:26 http://deb.debian.org/debian stretch/main armhf libzvbi-common all 0.2.35-13 [63.7 kB]
Get:27 http://deb.debian.org/debian stretch/main armhf libzvbi0 armhf 0.2.35-13 [241 kB]
Get:28 http://deb.debian.org/debian stretch/main armhf libavcodec57 armhf 7:3.2.7-1~deb9u1 [4,224 kB]
Get:29 http://deb.debian.org/debian stretch/main armhf libraw1394-11 armhf 2.1.2-1+b1 [44.1 kB]
Get:30 http://deb.debian.org/debian stretch/main armhf libavc1394-0 armhf 0.5.4-4+b1 [18.2 kB]
Get:31 http://deb.debian.org/debian stretch/main armhf libchromaprint1 armhf 1.4.2-1 [34.8 kB]
Get:32 http://deb.debian.org/debian stretch/main armhf libgme0 armhf 0.6.0-4 [111 kB]
Get:33 http://deb.debian.org/debian stretch/main armhf libmpg123-0 armhf 1.23.8-1+b1 [123 kB]
Get:34 http://deb.debian.org/debian stretch/main armhf libopenmpt0 armhf 0.2.7386~beta20.3-3+deb9u2 [426 kB]
Get:35 http://deb.debian.org/debian stretch/main armhf libssh-gcrypt-4 armhf 0.7.3-2 [147 kB]
Get:36 http://deb.debian.org/debian stretch/main armhf libavformat57 armhf 7:3.2.7-1~deb9u1 [880 kB]
Get:37 http://deb.debian.org/debian stretch/main armhf libavresample3 armhf 7:3.2.7-1~deb9u1 [79.6 kB]
Get:38 http://deb.debian.org/debian stretch/main armhf libbs2b0 armhf 3.1.0+dfsg-2.2 [11.2 kB]
Get:39 http://deb.debian.org/debian stretch/main armhf libebur128-1 armhf 1.2.2-2 [12.9 kB]
Get:40 http://deb.debian.org/debian stretch/main armhf libflite1 armhf 2.0.0-release-3+b1 [12.5 MB]
Get:41 http://deb.debian.org/debian stretch/main armhf libopencv-core2.4v5 armhf 2.4.9.1+dfsg1-2 [587 kB]
Get:42 http://deb.debian.org/debian stretch/main armhf libopencv-imgproc2.4v5 armhf 2.4.9.1+dfsg1-2 [523 kB]
Get:43 http://deb.debian.org/debian stretch/main armhf libpostproc54 armhf 7:3.2.7-1~deb9u1 [71.7 kB]
Get:44 http://deb.debian.org/debian stretch/main armhf libfftw3-double3 armhf 3.3.5-3 [435 kB]
Get:45 http://deb.debian.org/debian stretch/main armhf librubberband2 armhf 1.8.1-7 [75.1 kB]
Get:46 http://deb.debian.org/debian stretch/main armhf libswscale4 armhf 7:3.2.7-1~deb9u1 [165 kB]
Get:47 http://deb.debian.org/debian stretch/main armhf libpgm-5.2-0 armhf 5.2.122~dfsg-2 [155 kB]
Get:48 http://deb.debian.org/debian stretch/main armhf libsodium18 armhf 1.0.11-2 [160 kB]
Get:49 http://deb.debian.org/debian stretch/main armhf libzmq5 armhf 4.2.1-4 [176 kB]
Get:50 http://deb.debian.org/debian stretch/main armhf libavfilter6 armhf 7:3.2.7-1~deb9u1 [708 kB]
Get:51 http://deb.debian.org/debian stretch/main armhf libcdio-cdda1 armhf 0.83-4.3+b1 [129 kB]
Get:52 http://deb.debian.org/debian stretch/main armhf libcdio-paranoia1 armhf 0.83-4.3+b1 [130 kB]
Get:53 http://deb.debian.org/debian stretch/main armhf libdc1394-22 armhf 2.2.5-1 [99.3 kB]
Get:54 http://deb.debian.org/debian stretch/main armhf libiec61883-0 armhf 1.2.0-2 [28.5 kB]
Get:55 http://deb.debian.org/debian stretch/main armhf libjack-jackd2-0 armhf 1.9.10+20150825git1ed50c92~dfsg-5 [252 kB]
Get:56 http://deb.debian.org/debian stretch/main armhf libopenal-data all 1:1.17.2-4 [107 kB]
Get:57 http://deb.debian.org/debian stretch/main armhf libsndio6.1 armhf 1.1.0-3 [21.8 kB]
Get:58 http://deb.debian.org/debian stretch/main armhf libopenal1 armhf 1:1.17.2-4+b2 [189 kB]
Get:59 http://deb.debian.org/debian stretch/main armhf libwayland-cursor0 armhf 1.12.0-1 [12.0 kB]
Get:60 http://deb.debian.org/debian stretch/main armhf libwayland-egl1-mesa armhf 13.0.6-1+b2 [42.8 kB]
Get:61 http://deb.debian.org/debian stretch/main armhf libxcursor1 armhf 1:1.1.14-1+b4 [31.8 kB]
Get:62 http://deb.debian.org/debian stretch/main armhf libxinerama1 armhf 2:1.1.3-1+b3 [16.3 kB]
Get:63 http://deb.debian.org/debian stretch/main armhf libxkbcommon0 armhf 0.7.1-1 [111 kB]
Get:64 http://deb.debian.org/debian stretch/main armhf libxrandr2 armhf 2:1.5.1-1 [34.9 kB]
Get:65 http://deb.debian.org/debian stretch/main armhf libxxf86vm1 armhf 1:1.1.4-1+b2 [20.2 kB]
Get:66 http://deb.debian.org/debian stretch/main armhf libsdl2-2.0-0 armhf 2.0.5+dfsg1-2 [322 kB]
Get:67 http://deb.debian.org/debian stretch/main armhf libxcb-shape0 armhf 1.12-1 [96.0 kB]
Get:68 http://deb.debian.org/debian stretch/main armhf libxv1 armhf 2:1.0.11-1 [23.2 kB]
Get:69 http://deb.debian.org/debian stretch/main armhf libavdevice57 armhf 7:3.2.7-1~deb9u1 [106 kB]
Get:70 http://deb.debian.org/debian stretch/main armhf ffmpeg armhf 7:3.2.7-1~deb9u1 [1,522 kB]
Fetched 29.3 MB in 19s (1,481 kB/s)
Create a snapshot of '/run/btrfs-snap/root/@' in '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2017-11-05-1455'
Delete subvolume (no-commit): '/run/btrfs-snap/root/@last_good_known'
Create a snapshot of '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2017-11-05-1455' in '/run/btrfs-snap/root/@last_good_known'
@btrfs-auto-snap_apt-run-2017-11-05-1455, 1 created snapshots, 0 destroyed snapshots, 0 warnings.
Extracting templates from packages: 100%
Selecting previously unselected package libxss1:armhf.
(Reading database ... 30886 files and directories currently installed.)
Preparing to unpack .../00-libxss1_1%3a1.2.2-1_armhf.deb ...
Unpacking libxss1:armhf (1:1.2.2-1) ...
Selecting previously unselected package libva-drm1:armhf.
Preparing to unpack .../01-libva-drm1_1.7.3-2_armhf.deb ...
Unpacking libva-drm1:armhf (1.7.3-2) ...
Selecting previously unselected package libxfixes3:armhf.
Preparing to unpack .../02-libxfixes3_1%3a5.0.3-1_armhf.deb ...
Unpacking libxfixes3:armhf (1:5.0.3-1) ...
Selecting previously unselected package libva-x11-1:armhf.
Preparing to unpack .../03-libva-x11-1_1.7.3-2_armhf.deb ...
Unpacking libva-x11-1:armhf (1.7.3-2) ...
Selecting previously unselected package libvdpau1:armhf.
Preparing to unpack .../04-libvdpau1_1.1.1-6_armhf.deb ...
Unpacking libvdpau1:armhf (1.1.1-6) ...
Selecting previously unselected package libavutil55:armhf.
Preparing to unpack .../05-libavutil55_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavutil55:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libgsm1:armhf.
Preparing to unpack .../06-libgsm1_1.0.13-4+b2_armhf.deb ...
Unpacking libgsm1:armhf (1.0.13-4+b2) ...
Selecting previously unselected package libmp3lame0:armhf.
Preparing to unpack .../07-libmp3lame0_3.99.5+repack1-9+b2_armhf.deb ...
Unpacking libmp3lame0:armhf (3.99.5+repack1-9+b2) ...
Selecting previously unselected package libopenjp2-7:armhf.
Preparing to unpack .../08-libopenjp2-7_2.1.2-1.1_armhf.deb ...
Unpacking libopenjp2-7:armhf (2.1.2-1.1) ...
Selecting previously unselected package libopus0:armhf.
Preparing to unpack .../09-libopus0_1.2~alpha2-1_armhf.deb ...
Unpacking libopus0:armhf (1.2~alpha2-1) ...
Selecting previously unselected package libshine3:armhf.
Preparing to unpack .../10-libshine3_3.1.0-5_armhf.deb ...
Unpacking libshine3:armhf (3.1.0-5) ...
Selecting previously unselected package libsnappy1v5:armhf.
Preparing to unpack .../11-libsnappy1v5_1.1.3-3_armhf.deb ...
Unpacking libsnappy1v5:armhf (1.1.3-3) ...
Selecting previously unselected package libsoxr0:armhf.
Preparing to unpack .../12-libsoxr0_0.1.2-2_armhf.deb ...
Unpacking libsoxr0:armhf (0.1.2-2) ...
Selecting previously unselected package libswresample2:armhf.
Preparing to unpack .../13-libswresample2_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libswresample2:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libxcb-render0:armhf.
Preparing to unpack .../14-libxcb-render0_1.12-1_armhf.deb ...
Unpacking libxcb-render0:armhf (1.12-1) ...
Selecting previously unselected package libxcb-shm0:armhf.
Preparing to unpack .../15-libxcb-shm0_1.12-1_armhf.deb ...
Unpacking libxcb-shm0:armhf (1.12-1) ...
Selecting previously unselected package libxrender1:armhf.
Preparing to unpack .../16-libxrender1_1%3a0.9.10-1_armhf.deb ...
Unpacking libxrender1:armhf (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:armhf.
Preparing to unpack .../17-libcairo2_1.14.8-1_armhf.deb ...
Unpacking libcairo2:armhf (1.14.8-1) ...
Selecting previously unselected package libtheora0:armhf.
Preparing to unpack .../18-libtheora0_1.1.1+dfsg.1-14+b1_armhf.deb ...
Unpacking libtheora0:armhf (1.1.1+dfsg.1-14+b1) ...
Selecting previously unselected package libtwolame0:armhf.
Preparing to unpack .../19-libtwolame0_0.3.13-2_armhf.deb ...
Unpacking libtwolame0:armhf (0.3.13-2) ...
Selecting previously unselected package libvpx4:armhf.
Preparing to unpack .../20-libvpx4_1.6.1-3_armhf.deb ...
Unpacking libvpx4:armhf (1.6.1-3) ...
Selecting previously unselected package libwavpack1:armhf.
Preparing to unpack .../21-libwavpack1_5.0.0-2_armhf.deb ...
Unpacking libwavpack1:armhf (5.0.0-2) ...
Selecting previously unselected package libx264-148:armhf.
Preparing to unpack .../22-libx264-148_2%3a0.148.2748+git97eaef2-1_armhf.deb ...
Unpacking libx264-148:armhf (2:0.148.2748+git97eaef2-1) ...
Selecting previously unselected package libx265-95:armhf.
Preparing to unpack .../23-libx265-95_2.1-2+b2_armhf.deb ...
Unpacking libx265-95:armhf (2.1-2+b2) ...
Selecting previously unselected package libxvidcore4:armhf.
Preparing to unpack .../24-libxvidcore4_2%3a1.3.4-1+b2_armhf.deb ...
Unpacking libxvidcore4:armhf (2:1.3.4-1+b2) ...
Selecting previously unselected package libzvbi-common.
Preparing to unpack .../25-libzvbi-common_0.2.35-13_all.deb ...
Unpacking libzvbi-common (0.2.35-13) ...
Selecting previously unselected package libzvbi0:armhf.
Preparing to unpack .../26-libzvbi0_0.2.35-13_armhf.deb ...
Unpacking libzvbi0:armhf (0.2.35-13) ...
Selecting previously unselected package libavcodec57:armhf.
Preparing to unpack .../27-libavcodec57_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavcodec57:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libraw1394-11:armhf.
Preparing to unpack .../28-libraw1394-11_2.1.2-1+b1_armhf.deb ...
Unpacking libraw1394-11:armhf (2.1.2-1+b1) ...
Selecting previously unselected package libavc1394-0:armhf.
Preparing to unpack .../29-libavc1394-0_0.5.4-4+b1_armhf.deb ...
Unpacking libavc1394-0:armhf (0.5.4-4+b1) ...
Selecting previously unselected package libchromaprint1:armhf.
Preparing to unpack .../30-libchromaprint1_1.4.2-1_armhf.deb ...
Unpacking libchromaprint1:armhf (1.4.2-1) ...
Selecting previously unselected package libgme0:armhf.
Preparing to unpack .../31-libgme0_0.6.0-4_armhf.deb ...
Unpacking libgme0:armhf (0.6.0-4) ...
Selecting previously unselected package libmpg123-0:armhf.
Preparing to unpack .../32-libmpg123-0_1.23.8-1+b1_armhf.deb ...
Unpacking libmpg123-0:armhf (1.23.8-1+b1) ...
Selecting previously unselected package libopenmpt0:armhf.
Preparing to unpack .../33-libopenmpt0_0.2.7386~beta20.3-3+deb9u2_armhf.deb ...
Unpacking libopenmpt0:armhf (0.2.7386~beta20.3-3+deb9u2) ...
Selecting previously unselected package libssh-gcrypt-4:armhf.
Preparing to unpack .../34-libssh-gcrypt-4_0.7.3-2_armhf.deb ...
Unpacking libssh-gcrypt-4:armhf (0.7.3-2) ...
Selecting previously unselected package libavformat57:armhf.
Preparing to unpack .../35-libavformat57_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavformat57:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libavresample3:armhf.
Preparing to unpack .../36-libavresample3_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavresample3:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libbs2b0:armhf.
Preparing to unpack .../37-libbs2b0_3.1.0+dfsg-2.2_armhf.deb ...
Unpacking libbs2b0:armhf (3.1.0+dfsg-2.2) ...
Selecting previously unselected package libebur128-1:armhf.
Preparing to unpack .../38-libebur128-1_1.2.2-2_armhf.deb ...
Unpacking libebur128-1:armhf (1.2.2-2) ...
Selecting previously unselected package libflite1:armhf.
Preparing to unpack .../39-libflite1_2.0.0-release-3+b1_armhf.deb ...
Unpacking libflite1:armhf (2.0.0-release-3+b1) ...
Selecting previously unselected package libopencv-core2.4v5:armhf.
Preparing to unpack .../40-libopencv-core2.4v5_2.4.9.1+dfsg1-2_armhf.deb ...
Unpacking libopencv-core2.4v5:armhf (2.4.9.1+dfsg1-2) ...
Selecting previously unselected package libopencv-imgproc2.4v5:armhf.
Preparing to unpack .../41-libopencv-imgproc2.4v5_2.4.9.1+dfsg1-2_armhf.deb ...
Unpacking libopencv-imgproc2.4v5:armhf (2.4.9.1+dfsg1-2) ...
Selecting previously unselected package libpostproc54:armhf.
Preparing to unpack .../42-libpostproc54_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libpostproc54:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libfftw3-double3:armhf.
Preparing to unpack .../43-libfftw3-double3_3.3.5-3_armhf.deb ...
Unpacking libfftw3-double3:armhf (3.3.5-3) ...
Selecting previously unselected package librubberband2:armhf.
Preparing to unpack .../44-librubberband2_1.8.1-7_armhf.deb ...
Unpacking librubberband2:armhf (1.8.1-7) ...
Selecting previously unselected package libswscale4:armhf.
Preparing to unpack .../45-libswscale4_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libswscale4:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libpgm-5.2-0:armhf.
Preparing to unpack .../46-libpgm-5.2-0_5.2.122~dfsg-2_armhf.deb ...
Unpacking libpgm-5.2-0:armhf (5.2.122~dfsg-2) ...
Selecting previously unselected package libsodium18:armhf.
Preparing to unpack .../47-libsodium18_1.0.11-2_armhf.deb ...
Unpacking libsodium18:armhf (1.0.11-2) ...
Selecting previously unselected package libzmq5:armhf.
Preparing to unpack .../48-libzmq5_4.2.1-4_armhf.deb ...
Unpacking libzmq5:armhf (4.2.1-4) ...
Selecting previously unselected package libavfilter6:armhf.
Preparing to unpack .../49-libavfilter6_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavfilter6:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package libcdio-cdda1:armhf.
Preparing to unpack .../50-libcdio-cdda1_0.83-4.3+b1_armhf.deb ...
Unpacking libcdio-cdda1:armhf (0.83-4.3+b1) ...
Selecting previously unselected package libcdio-paranoia1:armhf.
Preparing to unpack .../51-libcdio-paranoia1_0.83-4.3+b1_armhf.deb ...
Unpacking libcdio-paranoia1:armhf (0.83-4.3+b1) ...
Selecting previously unselected package libdc1394-22:armhf.
Preparing to unpack .../52-libdc1394-22_2.2.5-1_armhf.deb ...
Unpacking libdc1394-22:armhf (2.2.5-1) ...
Selecting previously unselected package libiec61883-0:armhf.
Preparing to unpack .../53-libiec61883-0_1.2.0-2_armhf.deb ...
Unpacking libiec61883-0:armhf (1.2.0-2) ...
Selecting previously unselected package libjack-jackd2-0:armhf.
Preparing to unpack .../54-libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-5_armhf.deb ...
Unpacking libjack-jackd2-0:armhf (1.9.10+20150825git1ed50c92~dfsg-5) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../55-libopenal-data_1%3a1.17.2-4_all.deb ...
Unpacking libopenal-data (1:1.17.2-4) ...
Selecting previously unselected package libsndio6.1:armhf.
Preparing to unpack .../56-libsndio6.1_1.1.0-3_armhf.deb ...
Unpacking libsndio6.1:armhf (1.1.0-3) ...
Selecting previously unselected package libopenal1:armhf.
Preparing to unpack .../57-libopenal1_1%3a1.17.2-4+b2_armhf.deb ...
Unpacking libopenal1:armhf (1:1.17.2-4+b2) ...
Selecting previously unselected package libwayland-cursor0:armhf.
Preparing to unpack .../58-libwayland-cursor0_1.12.0-1_armhf.deb ...
Unpacking libwayland-cursor0:armhf (1.12.0-1) ...
Selecting previously unselected package libwayland-egl1-mesa:armhf.
Preparing to unpack .../59-libwayland-egl1-mesa_13.0.6-1+b2_armhf.deb ...
Unpacking libwayland-egl1-mesa:armhf (13.0.6-1+b2) ...
Selecting previously unselected package libxcursor1:armhf.
Preparing to unpack .../60-libxcursor1_1%3a1.1.14-1+b4_armhf.deb ...
Unpacking libxcursor1:armhf (1:1.1.14-1+b4) ...
Selecting previously unselected package libxinerama1:armhf.
Preparing to unpack .../61-libxinerama1_2%3a1.1.3-1+b3_armhf.deb ...
Unpacking libxinerama1:armhf (2:1.1.3-1+b3) ...
Selecting previously unselected package libxkbcommon0:armhf.
Preparing to unpack .../62-libxkbcommon0_0.7.1-1_armhf.deb ...
Unpacking libxkbcommon0:armhf (0.7.1-1) ...
Selecting previously unselected package libxrandr2:armhf.
Preparing to unpack .../63-libxrandr2_2%3a1.5.1-1_armhf.deb ...
Unpacking libxrandr2:armhf (2:1.5.1-1) ...
Selecting previously unselected package libxxf86vm1:armhf.
Preparing to unpack .../64-libxxf86vm1_1%3a1.1.4-1+b2_armhf.deb ...
Unpacking libxxf86vm1:armhf (1:1.1.4-1+b2) ...
Selecting previously unselected package libsdl2-2.0-0:armhf.
Preparing to unpack .../65-libsdl2-2.0-0_2.0.5+dfsg1-2_armhf.deb ...
Unpacking libsdl2-2.0-0:armhf (2.0.5+dfsg1-2) ...
Selecting previously unselected package libxcb-shape0:armhf.
Preparing to unpack .../66-libxcb-shape0_1.12-1_armhf.deb ...
Unpacking libxcb-shape0:armhf (1.12-1) ...
Selecting previously unselected package libxv1:armhf.
Preparing to unpack .../67-libxv1_2%3a1.0.11-1_armhf.deb ...
Unpacking libxv1:armhf (2:1.0.11-1) ...
Selecting previously unselected package libavdevice57:armhf.
Preparing to unpack .../68-libavdevice57_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking libavdevice57:armhf (7:3.2.7-1~deb9u1) ...
Selecting previously unselected package ffmpeg.
Preparing to unpack .../69-ffmpeg_7%3a3.2.7-1~deb9u1_armhf.deb ...
Unpacking ffmpeg (7:3.2.7-1~deb9u1) ...
Setting up libpgm-5.2-0:armhf (5.2.122~dfsg-2) ...
Setting up libx265-95:armhf (2.1-2+b2) ...
Setting up libxinerama1:armhf (2:1.1.3-1+b3) ...
Setting up libtwolame0:armhf (0.3.13-2) ...
Setting up libraw1394-11:armhf (2.1.2-1+b1) ...
Setting up libxcb-render0:armhf (1.12-1) ...
Setting up libopenjp2-7:armhf (2.1.2-1.1) ...
Setting up libx264-148:armhf (2:0.148.2748+git97eaef2-1) ...
Setting up libxfixes3:armhf (1:5.0.3-1) ...
Setting up libebur128-1:armhf (1.2.2-2) ...
Setting up libwavpack1:armhf (5.0.0-2) ...
Setting up libflite1:armhf (2.0.0-release-3+b1) ...
Setting up libcdio-cdda1:armhf (0.83-4.3+b1) ...
Setting up libsoxr0:armhf (0.1.2-2) ...
Setting up libssh-gcrypt-4:armhf (0.7.3-2) ...
Setting up libxss1:armhf (1:1.2.2-1) ...
Setting up libvdpau1:armhf (1.1.1-6) ...
Setting up libdc1394-22:armhf (2.2.5-1) ...
Setting up libshine3:armhf (3.1.0-5) ...
Setting up libopencv-core2.4v5:armhf (2.4.9.1+dfsg1-2) ...
Setting up libiec61883-0:armhf (1.2.0-2) ...
Setting up libfftw3-double3:armhf (3.3.5-3) ...
Setting up libxvidcore4:armhf (2:1.3.4-1+b2) ...
Setting up libvpx4:armhf (1.6.1-3) ...
Setting up libopus0:armhf (1.2~alpha2-1) ...
Setting up libopenal-data (1:1.17.2-4) ...
Setting up libbs2b0:armhf (3.1.0+dfsg-2.2) ...
Setting up libmp3lame0:armhf (3.99.5+repack1-9+b2) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
Setting up librubberband2:armhf (1.8.1-7) ...
Setting up libsnappy1v5:armhf (1.1.3-3) ...
Setting up libwayland-egl1-mesa:armhf (13.0.6-1+b2) ...
Setting up libavc1394-0:armhf (0.5.4-4+b1) ...
Setting up libjack-jackd2-0:armhf (1.9.10+20150825git1ed50c92~dfsg-5) ...
Setting up libzvbi-common (0.2.35-13) ...
Setting up libxcb-shm0:armhf (1.12-1) ...
Setting up libxcb-shape0:armhf (1.12-1) ...
Setting up libxrender1:armhf (1:0.9.10-1) ...
Setting up libxv1:armhf (2:1.0.11-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libxkbcommon0:armhf (0.7.1-1) ...
Setting up libcdio-paranoia1:armhf (0.83-4.3+b1) ...
Setting up libva-drm1:armhf (1.7.3-2) ...
Setting up libgme0:armhf (0.6.0-4) ...
Setting up libsodium18:armhf (1.0.11-2) ...
Setting up libxxf86vm1:armhf (1:1.1.4-1+b2) ...
Setting up libzvbi0:armhf (0.2.35-13) ...
Setting up libsndio6.1:armhf (1.1.0-3) ...
Setting up libmpg123-0:armhf (1.23.8-1+b1) ...
Setting up libwayland-cursor0:armhf (1.12.0-1) ...
Setting up libopencv-imgproc2.4v5:armhf (2.4.9.1+dfsg1-2) ...
Setting up libgsm1:armhf (1.0.13-4+b2) ...
Setting up libxrandr2:armhf (2:1.5.1-1) ...
Setting up libva-x11-1:armhf (1.7.3-2) ...
Setting up libcairo2:armhf (1.14.8-1) ...
Setting up libzmq5:armhf (4.2.1-4) ...
Setting up libavutil55:armhf (7:3.2.7-1~deb9u1) ...
Setting up libopenmpt0:armhf (0.2.7386~beta20.3-3+deb9u2) ...
Setting up libswresample2:armhf (7:3.2.7-1~deb9u1) ...
Setting up libxcursor1:armhf (1:1.1.14-1+b4) ...
Setting up libsdl2-2.0-0:armhf (2.0.5+dfsg1-2) ...
Setting up libswscale4:armhf (7:3.2.7-1~deb9u1) ...
Setting up libpostproc54:armhf (7:3.2.7-1~deb9u1) ...
Setting up libopenal1:armhf (1:1.17.2-4+b2) ...
Setting up libtheora0:armhf (1.1.1+dfsg.1-14+b1) ...
Setting up libavresample3:armhf (7:3.2.7-1~deb9u1) ...
Setting up libavcodec57:armhf (7:3.2.7-1~deb9u1) ...
Setting up libchromaprint1:armhf (1.4.2-1) ...
Setting up libavformat57:armhf (7:3.2.7-1~deb9u1) ...
Setting up libavfilter6:armhf (7:3.2.7-1~deb9u1) ...
Setting up libavdevice57:armhf (7:3.2.7-1~deb9u1) ...
Setting up ffmpeg (7:3.2.7-1~deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u1) ...
root@xbian:~# ffmpeg -v
ffmpeg: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory
That's weird Huh

I have that lib (libxdamage1) installed, but having absolutely no idea where it came from ??? Maybe it was installed before I was upgrading from Jessie to Stretch

Edit:

Ah, found where it came from: xbian-package-xbmc had a hard-coded dependency to libxdamage1 (see this commit) which was removed some months ago because it was not required by Kodi

Seems that the automatic dependency generator still does not find all required packages AngryDodgyAngry
Reference URL's