plone.docker icon indicating copy to clipboard operation
plone.docker copied to clipboard

plone:5.2.4-python3[678] build failures on non-x86_64 platforms

Open grooverdan opened this issue 4 years ago • 0 comments

alpine builds ok.

e.g. https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/plone/ and https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/plone (alpine's ppc64le mariadb-embedded missing appears to have caught alpine in the middle of an update to 10.5.11).

both these fail with:

[0m[91mgcc: error trying to exec 'cc1plus': execvp: No such file or directory [0m[91merror: Setup script exited with error: command 'gcc' failed with exit status 1 [0mAn error occurred when trying to install /plone/buildout-cache/downloads/dist/RelStorage-3.4.0.tar.gz. Look above this message for any errors that were output by easy_install.

cc1plus is part of the g++7 or g++8 packages which aren't installed. https://packages.debian.org/search?searchon=contents&keywords=cc1plus&mode=path&suite=stable&arch=any

Recommend adding one of these packages to the build dependencies.

grooverdan avatar Jun 26 '21 07:06 grooverdan