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

update build container to Debian 11.5 + CernVM-FS 2.10.0 + fuse-overlayfs 1.9 + awscli 1.27.8 #133

Merged
merged 2 commits into from
Nov 13, 2022

Conversation

boegel
Copy link
Contributor

@boegel boegel commented Nov 12, 2022

This seems to fix the weird problem I was running into when installing Qt5-5.15.2-GCCcore-10.3.0.eb when I was using an AWS VM as a build node that is discussed in detail in easybuilders/easybuild-easyconfigs#16614:

/tmp/boegel/easybuild/build/Qt5/5.15.2/GCCcore-10.3.0/qt-everywhere-src-5.15.2/qtbase/bin/qmake -install qinstall /tmp/boegel/easybuild/build/Qt5/5.15.2/GCCcore-10.3.0/qt-everywhere-src-5.15.2/qtbase/include/QtGui/QGenericPlugin /cvmfs/pilot.eessi-hpc.org/versions/2021.12/software/linux/aarch64/graviton3/software/Qt5/5.15.2-GCCcore-10.3.0/include/QtGui/QGenericPlugin
Error copying /tmp/boegel/easybuild/build/Qt5/5.15.2/GCCcore-10.3.0/qt-everywhere-src-5.15.2/qtbase/include/QtGui/QGenericPlugin to /cvmfs/pilot.eessi-hpc.org/versions/2021.12/software/linux/aarch64/graviton3/software/Qt5/5.15.2-GCCcore-10.3.0/include/QtGui/QGenericPlugin: Cannot create /cvmfs/pilot.eessi-hpc.org/versions/2021.12/software/linux/aarch64/graviton3/software/Qt5/5.15.2-GCCcore-10.3.0/include/QtGui/QGenericPlugin for output
make[3]: *** [Makefile:87752: install_gen_headers] Error 3

There were some weird symptoms with the old fuse-overlayfs version (v0.3) that suggest we were hitting a bug, which only seems to manifest on AWS VMs for some reason (probably related to the filesystem type that's being used for the overlay directories).

In addition, it looks like using fuse-overlayfs v1.9 in Debian 11.5 finally fixes the problems we had we recent versions of fuse-overlayfs (cfr. containers/fuse-overlayfs#232) 🥳

Once the build container image is rebuilt, we'll also need to update the build_container.sh script in the https://github.com/EESSI/software-layer/ repo (to use debian11 instead of debian10).

@boegel
Copy link
Contributor Author

boegel commented Nov 12, 2022

To fix the issue with the tests, I propose we skip the build-macos-package workflow job for now, see #134

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

Successfully merging this pull request may close these issues.

2 participants