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
When trying to build apptainer container with an older ubuntu base image on a ubunut 24.04 host system the following error occurs:
INFO: Running post scriptlet
/.singularity.d/libs/faked: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /.singularity.d/libs/faked)
/.singularity.d/libs/faked: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /.singularity.d/libs/faked)
fakeroot: error while starting the `faked' daemon.
/.singularity.d/libs/fakeroot: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
.
.
.
FATAL: While performing build: while running engine: while running %post section: exit status 1
When trying to build apptainer container with an older ubuntu base image on a ubunut 24.04 host system the following error occurs:
the container glibc library must be at least as new as the host's (apptainer/apptainer#2103)
Rebuild containers with ubuntu 24.04 base image:
The text was updated successfully, but these errors were encountered: