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 make #13

Open
TaixMiguel opened this issue May 31, 2022 · 0 comments
Open

Error make #13

TaixMiguel opened this issue May 31, 2022 · 0 comments

Comments

@TaixMiguel
Copy link

I have this error when I execute a Dockerfile:

make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:4222: tools/logging.lo] Error 1
make[2]: *** [Makefile:4222: VoIPController.lo] Error 1
make[2]: Leaving directory '/php-libtgvoip/libtgvoip/build'
make[1]: *** [Makefile:2442: all] Error 2
make[1]: Leaving directory '/php-libtgvoip/libtgvoip/build'
make: *** [Makefile:131: libtgvoip/build/libtgvoip.la] Error 2

The Dockerfile contents:

FROM ubuntu:latest

RUN apt-get update && apt-get upgrade -y

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Madrid

RUN apt-get install -y software-properties-common
RUN add-apt-repository ppa:ondrej/php

RUN apt-get update && apt-get install -y \
    libopus-dev libssl-dev build-essential php7.4-dev php7.4-cli git

RUN git clone https://github.com/copernicamarketingsoftware/PHP-CPP 
RUN sed 's/php-config/php-config7.4/g' -i PHP-CPP/Makefile 
RUN make -C PHP-CPP -j$(nproc)
RUN make -C PHP-CPP install

RUN git clone --recursive https://github.com/danog/php-libtgvoip
RUN make -C php-libtgvoip
RUN make -C php-libtgvoip install

Can you help me?

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