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

Permission denied while building BioPerl #4602

Open
TopRichard opened this issue Aug 6, 2024 · 2 comments
Open

Permission denied while building BioPerl #4602

TopRichard opened this issue Aug 6, 2024 · 2 comments
Milestone

Comments

@TopRichard
Copy link
Contributor

When trying to build BioPerl, the build process fails with:

== permissions...
== ... (took < 1 sec)
== packaging...
== ... (took < 1 sec)
== FAILED: Installation ended unsuccessfully (build directory: /tmp/bot/easybuild/build/BioPerl/1.7.8/GCCcore-12.2.0): build failed (first 300 chars): Failed to copy file /cvmfs/software.eessi.io/versions/2023.06/software/linux/x86_64/generic/software/EasyBuild/4.9.2/lib/python3.11/site-packages/easybuild/easyblocks/generic/perlmodule.py to /tmp/eb-fftevtnk/eb-ak3d7syr/reprod_20240805124945_346/easyblocks/perlmodule.py: [Errno 13] Permission denie (took 1 min 36 secs)

Work around by using --include-easyblocks-from-commit=latest commit to easyblock repo

@ocaisa
Copy link
Member

ocaisa commented Aug 6, 2024

I think this is related to https://github.com/easybuilders/easybuild-framework/blob/develop/easybuild/tools/filetools.py#L2404 not having an avenue to check that if the if the source and the target both exist, only bother with the copy if the contents differ

@ocaisa
Copy link
Member

ocaisa commented Aug 6, 2024

Fix in #4604

@boegel boegel added this to the 4.x milestone Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants