Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart missing libs to install #253

Open
4 tasks done
7yl4r opened this issue Sep 27, 2024 · 0 comments
Open
4 tasks done

quickstart missing libs to install #253

7yl4r opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@7yl4r
Copy link

7yl4r commented Sep 27, 2024

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

@7yl4r 7yl4r added the bug Something isn't working label Sep 27, 2024
@dtrudg dtrudg transferred this issue from sylabs/singularity Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant