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

Error on make build #264

Closed
alejandrozorita opened this issue Jul 3, 2021 · 5 comments
Closed

Error on make build #264

alejandrozorita opened this issue Jul 3, 2021 · 5 comments

Comments

@alejandrozorita
Copy link

alejandrozorita commented Jul 3, 2021

Hi,

I tried to run make build, but the execution report this error all the time. I'm using MAC Big Sur 11.4

make: /bin/sh: Operation not permitted

make: *** [Makefile:208: bcmath.lo] Error 127

ERROR: Service 'backoffice_backend_php' failed to build : The command '/bin/sh -c apk --update upgrade && apk add --no-cache autoconf automake make gcc g++ bash icu-dev libzip-dev rabbitmq-c rabbitmq-c-dev && docker-php-ext-install -j$(nproc) bcmath opcache intl zip pdo_mysql' returned a non-zero code: 2
make: *** [start] Error 1

@gueroverde
Copy link

Hi i have the same issue on linux ubuntu 20.04
image

in the mac, I don't have that issue my operative system was Catalina

is there a way to solve this ?

@gueroverde
Copy link

gueroverde commented Aug 18, 2021

Hello I solved replacing the first line of Dockerfile from FROM php:8.0-fpm-alpine to FROM php:8.0-fpm-alpine3.13 I hope this can help you @alejandrozorita

should i send PR?

@JavierCane
Copy link
Member

That would be awesome @gueroverde ! 🙏

@rgomezcasas
Copy link
Member

With #277 this is fixed now 😊

Thanks for reporting!

@msalsas
Copy link

msalsas commented Jun 24, 2022

Hello, I have exactly the same issue with the lasts versions. I've tried with #312 and #310.

The only way around, checking out to #265 and replace php:8.0-fpm-alpine with php:8.0-fpm-alpine3.13.

I'd like to use php8.1 though 🙏

BTW uname command outputs: 18.04.1-Ubuntu SMP Fri Apr 8 09:48:52 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

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

5 participants