fastr-examples icon indicating copy to clipboard operation
fastr-examples copied to clipboard

Couldn't Build fastr_llvm_debug_demo Docker Image

Open ismailsunni opened this issue 5 years ago • 3 comments

I tried to build this Docker image: https://github.com/graalvm/examples/blob/master/fastr_llvm_debug_demo/Dockerfile

But I got this error:

Step 15/40 : RUN mx build --projects SULONG_LLVM_ORG
 ---> Running in 0464234f5ac9
dependency named SULONG_LLVM_ORG was not found

What is this SULONG_LLVM_ORG should be?

Thanks!

ismailsunni avatar Dec 17 '19 13:12 ismailsunni

Sorry for some delay, the dockerfile became stale as the new version of R was adopted and it had to undergo a substantial change. You can use the attached dockerfile in the meantime until it is updated in the github repository (I had to append the txt extension to be able to upload it).

Dockerfile.txt

zslajchrt avatar Dec 31 '19 16:12 zslajchrt

Hi @zslajchrt Thanks, it works. I put it as part of my thesis project here: https://github.com/ismailsunni/dockeRs/tree/master/fastr-3.6.1-debian

ismailsunni avatar Jan 01 '20 13:01 ismailsunni

Great!

zslajchrt avatar Jan 01 '20 15:01 zslajchrt