Comment 11 for bug 1914044

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

Verified in focal:

ubuntu@host:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal

ubuntu@host:~$ apt policy libc6
libc6:
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
 *** 2.31-0ubuntu9.2 500
        500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9 500
        500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

ubuntu@host:~$ rm .cache/gstreamer-1.0/registry.aarch64.bin
ubuntu@host:~$ gst-inspect-1.0 >/dev/null
(gst-plugin-scanner:5268): GStreamer-WARNING **: 10:45:38.430: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstchromaprint.so': /lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
(gst-plugin-scanner:5268): GStreamer-WARNING **: 10:45:38.529: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstlibav.so': /lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block

<Update to focal-proposed>

ubuntu@host:~$ apt policy libc6
libc6:
  Installed: 2.31-0ubuntu9.3
  Candidate: 2.31-0ubuntu9.3
  Version table:
 *** 2.31-0ubuntu9.3 500
        500 http://ports.ubuntu.com/ubuntu-ports focal-proposed/main arm64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9.2 500
        500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages
     2.31-0ubuntu9 500
        500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

ubuntu@host:~$ rm .cache/gstreamer-1.0/registry.aarch64.bin
ubuntu@host:~$ gst-inspect-1.0 >/dev/null
(no errors now)