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

MPC source needs to be changed #21022

Open
satishskamath opened this issue Jul 19, 2024 · 1 comment
Open

MPC source needs to be changed #21022

satishskamath opened this issue Jul 19, 2024 · 1 comment

Comments

@satishskamath
Copy link
Contributor

satishskamath commented Jul 19, 2024

Problem:

https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/m/MPC/MPC-1.3.1-GCCcore-13.2.0.eb

  • The source has some read only files which easybuild extracts and tries to copy but fails because they have read only permissions even for the owner of the file.
  • This happens at the configure step.

Solution:

We need a new source tar ball in which all files have rw permissions at least for the owner.

@satishskamath satishskamath changed the title M4 source needs to be changed MPC source needs to be changed Jul 22, 2024
@satishskamath
Copy link
Contributor Author

== 2024-07-22 10:21:31,269 build_log.py:171 ERROR EasyBuild crashed with an error (at easybuild/base/exceptions.py:126 in __init__): Failed to copy src /scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1 to dst /gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc: [('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/m4/ltversion.m4', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltversion.m4', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltversion.m4'"), ('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/m4/ltoptions.m4', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltoptions.m4', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltoptions.m4'"), ('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/m4/libtool.m4', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/libtool.m4', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/libtool.m4'"), ('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/m4/ltsugar.m4', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltsugar.m4', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/ltsugar.m4'"), ('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/m4/lt~obsolete.m4', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/lt~obsolete.m4', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/m4/lt~obsolete.m4'"), ('/scratch-shared/satishk/GCCcore/13.2.0/system-system/mpc-1.3.1/INSTALL', '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/INSTALL', "[Errno 13] Permission denied: '/gpfs/scratch1/shared/satishk/GCCcore/13.2.0/system-system/gcc-13.2.0/mpc/INSTALL'")] (at easybuild/easyblocks/g/gcc.py:353 in prep_extra_src_dirs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant