sylabs/singularity-userdocs

quickstart missing libs to install

7yl4r opened this issue · 0 comments

7yl4r commented

Before you report an issue...

Version of Singularity
latest

Describe the bug

Install instructions are missing some required system packages. After following along the quickstart I ran into issues when checks were being run with ./mconfig. The following required packages should be added to the dependencies installation step:

libseccomp-dev libfuse-dev cryptsetup-bin

Additionally, conmon needs to be setup after cloning the repo with git submodule update --init.

If this issue can be reproduced or confirmed I can submit a PR to update the docs.

To Reproduce

follow install instructions on ubuntu 24.04

Expected behavior

installs without issue

OS / Linux Distribution

Which Linux distribution are you using? Is it up-to-date?

tylar@tylar-laptop:~/repos/singularity$ cat /etc/*elease
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS"
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo

Installation Method

https://docs.sylabs.io/guides/3.0/user-guide/quick_start.html

Additional context

None