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

Spack-builder: singularity run spack-builder:ubuntu20.10 spack install qt should work #86

Open
1 of 4 tasks
wdconinc opened this issue Nov 15, 2020 · 0 comments
Open
1 of 4 tasks
Labels
spack-builder Build container misbehaving

Comments

@wdconinc
Copy link
Contributor

Steps to reproduce the issue

singularity run -B /cvmfs:/cvmfs docker://electronioncollider/spack-builder:ubuntu20.10 spack install qt

This currently returns

==> Error: Failed to acquire a write lock for pkgconf due to LockROFileError: Can't take write lock on read-only file: /cvmfs/eic.opensciencegrid.org/packages/.spack-db/prefix_lock
==> Error: Can't take write lock on read-only file: /cvmfs/eic.opensciencegrid.org/packages/.spack-db/prefix_lock

It should do the equivalent of

singularity run -B /cvmfs:/cvmfs docker://electronioncollider/spack-builder:ubuntu20.10 /bin/bash
source /cvmfs/eic.opensciencegrid.org/packages/spack/current/share/spack/         
spack install qt

Information on your system

$ singularity --version
2.6.1-dist

Additional information

General information

  • I have run spack debug report and reported the version of Spack/Python/Platform
  • I have run spack maintainers <name-of-the-package> and @mentioned any maintainers
  • I have uploaded the build log and environment files
  • I have searched the issues of this repo and believe this is not a duplicate
@wdconinc wdconinc added the spack-builder Build container misbehaving label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spack-builder Build container misbehaving
Projects
None yet
Development

No branches or pull requests

1 participant