You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rebuild for glib2 is currently failing due to certificate issues:
==> Retrieving sources...
-> Cloning glib git repo...
Cloning into bare repository '/startdir/glib'...
fatal: unable to access 'https://gitlab.gnome.org/GNOME/glib.git/': error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
==> ERROR: Failure while downloading glib git repo
earlier in the logs there are some error messages that are likely related:
(1/4) Rebuilding certificate stores...
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
trust: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
(2/4) Warn about old perl modules
I'm not sure how and why this happens, I'm wondering if this a binary from the host system trying to load a library that doesn't exist inside the container.
The text was updated successfully, but these errors were encountered:
The rebuild for glib2 is currently failing due to certificate issues:
earlier in the logs there are some error messages that are likely related:
I'm not sure how and why this happens, I'm wondering if this a binary from the host system trying to load a library that doesn't exist inside the container.
The text was updated successfully, but these errors were encountered: