Skip to content

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

@icfly2

Description

@icfly2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions