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 when building mvdsv 😪 #10

Open
sirjeannot opened this issue Feb 21, 2022 · 3 comments
Open

error when building mvdsv 😪 #10

sirjeannot opened this issue Feb 21, 2022 · 3 comments

Comments

@sirjeannot
Copy link

sirjeannot commented Feb 21, 2022

Hello,

I just tried to build the docker image for arm64 using the following command.
docker build --pull -t nquake github.com/niclaslindstedt/nquakesv-docker#master

At step 5/20, the following error is thrown

Step 5/20 : RUN git clone https://github.com/deurk/mvdsv.git && cd mvdsv   && ./configure && make
 ---> Running in ec0adc718d2e
Cloning into 'mvdsv'...
/bin/sh: 1: ./configure: not found
The command '/bin/sh -c git clone https://github.com/deurk/mvdsv.git && cd mvdsv   && ./configure && make' returned a non-zero code: 127

By looking at the mvdsv repo (https://github.com/QW-Group/mvdsv), it is cmake only.
Would it be possible to update the Dockerfile.

Thank you :) 👍

@solarsparq
Copy link

I am trying to use the docker-compose.yaml to deploy an nQuake server. It fails at "Error downloading necessary files"

It looks like the path on Github changed to some of their deployment files (~2 months ago) at https://github.com/nQuake/distfiles

entrypoint.sh looks for -> https://github.com/nQuake/distfiles/raw/master/qsw106.zip

While it's actually at https://github.com/nQuake/distfiles/tree/master/qsw106 unzipped.

@frehall
Copy link

frehall commented Aug 18, 2023

Hello,

I just tried to build the docker image for arm64 using the following command. docker build --pull -t nquake github.com/niclaslindstedt/nquakesv-docker#master

At step 5/20, the following error is thrown

Step 5/20 : RUN git clone https://github.com/deurk/mvdsv.git && cd mvdsv   && ./configure && make
 ---> Running in ec0adc718d2e
Cloning into 'mvdsv'...
/bin/sh: 1: ./configure: not found
The command '/bin/sh -c git clone https://github.com/deurk/mvdsv.git && cd mvdsv   && ./configure && make' returned a non-zero code: 127

By looking at the mvdsv repo (https://github.com/QW-Group/mvdsv), it is cmake only. Would it be possible to update the Dockerfile.

Thank you :) 👍

My pull request should solve this problem.

@sirjeannot
Copy link
Author

thank you, building works now :)

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

3 participants