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
Describe the bug
Current build on debian bookworm yields the following error:
GO singularity
[+] GO_TAGS "sylog singularity_engine fakeroot_engine apparmor selinux seccomp"
# github.com/sylabs/singularity/v4/cmd/singularity
encoding/binary.decodeFast.jump6: invalid relocation encoding/binary.decodeFast: 1456+8 not in [0,1024)
make: *** [Makefile:181: singularity] Error 1
To Reproduce
Steps to reproduce the behavior: Carrying out install steps according file: Install.md from github or documentation in chapter: Installing SingularityCE
Expected behavior
Build without error as with version tag 4.2.1
A clear and concise description of what you expected to happen.
OS / Linux Distribution
Up to date Debian bookworm
What version of Go is this? If it is not the latest version, please try the latest verision from https://go.dev/doc/install
The error is being raised by Go standard library code. It is unlikely to be directly related to something in Singularity itself, and we haven't observed it on any of the platforms will build on, when using Go 1.23.4
Just did a complete fresh build of go with also removing any user bin an pkg files. he result is boring because it yields the same error as mentioned above.
Okay - I'm afraid that Debian isn't a distribution we directly test on ourselves. We can try and look into it as time allows, but it is unlikely to be a high priority at this point.
Before you report an issue...
Version of singularity: 4.2.2
Describe the bug
Current build on debian bookworm yields the following error:
To Reproduce
Steps to reproduce the behavior:
Carrying out install steps according file: Install.md from github or documentation in chapter: Installing SingularityCE
Expected behavior
Build without error as with version tag 4.2.1
A clear and concise description of what you expected to happen.
OS / Linux Distribution
Up to date Debian bookworm
Installation Method
Compiled from source.
Additional context
The text was updated successfully, but these errors were encountered: