emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
245 stars 34 forks source link

docker build fails with `/lsp-docker-langservers/Dockerfile` #44

Closed hotoku closed 3 years ago

hotoku commented 3 years ago

I run the following command in /lsp-docker-langserver:

docker build -t hotoku/lsp-docker-langservers .

This results in failure. The log will be in the comment.

hotoku commented 3 years ago

docker.log this is the log

hotoku commented 3 years ago
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PWD/clang+llvm-8.0.0-x86_64-linux-gnu-ubuntu-18.04

The cause of the error is this line.

yyoncho commented 3 years ago

FYI we will switch to the following docker image - https://github.com/emacs-lsp/lsp-gitpod/blob/master/pgtk/Dockerfile . The server installation will happen using (lsp-ensure-server ...) calls.

hotoku commented 3 years ago

Thank you. I will try it.

hotoku commented 3 years ago

When I reported this issue, I run the docker build in Mac OS Big Sur on Apple M1 tip. Now I tried to build it in Mac OS Catallina on Intel tip, and it succeeded. The failure seems to be because of my environment not the source code of the repository. So I close this issue. Sorry to bother you.