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

Install on docker container failing due to missing make file #4

Open
icfly2 opened this issue Feb 11, 2021 · 1 comment
Open

Install on docker container failing due to missing make file #4

icfly2 opened this issue Feb 11, 2021 · 1 comment

Comments

@icfly2
Copy link

icfly2 commented Feb 11, 2021

I'm trying to install gosdt on a docker container (just to have a clean linux environment, I'm pretty sure the issue is unrelated to docker)

This is after all listed dependencies installed correctly. This is the bash output:

root@95578a67e637:/src# ./autobuild --install
./autobuild: 61: ./autobuild: make: not found
root@95578a67e637:/src# ./autobuild --install-python
./autobuild: 63: ./autobuild: make: not found
root@95578a67e637:/src# ls
Makefile  Makefile.am  Makefile.in  README.md  auto  autobuild  build  config.status  configure  configure.ac  doc  experiments  include  log  python  setup.py  src  test

any suggestions?

The docker image is the slim python base image (3.7)

BTW i think auto/boost.sh has (i believe) a typo:

  sudo apt-get install liboost-dev
  sudo apt-get install liboost-all-dev

should read

sudo apt-get install libboost-dev
sudo apt-get install libboost-all-dev
@VibratingPig
Copy link

Hey,

I run the following in my docker file and don't rely on the install script:

RUN apt-get install -y make build-essential libboost-dev libboost-all-dev ocl-icd-opencl-dev libgmp-dev libgmp10 libtbb-dev wiredtiger ocl-icd-opencl-dev vim

Can you provide a copy of your docker file?

Thanks,

VP

achreto referenced this issue in ubc-systopia/gosdt-guesses Feb 25, 2022
Update code-review branch with up-to-date code
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

2 participants