Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/I am getting this issue trying to boot a contract using daml-finance.. I cannot build a dar file and its not letting me execute the contract because of this errorForum ↗

I am getting this issue trying to boot a contract using daml-finance.. I cannot build a dar file and its not letting me execute the contract because of this error

App Development3 posts55 views1 likesLast activity Sep 2024
MA
Matthew_CollinsOP
Sep 2024

daml build
Running single package build of daml-finance as no multi-package.yaml was found.
damlc: .lib/daml-ctl/v2.4.1/daml-ctl-2.4.1.dar: openBinaryFile: does not exist (No such file or directory).

Can anyone help, been all over the repos trying to find the file, folder where i can get the dar file and insert it into my code…

Can anyone help i am new here,am i missing something, Tried , winget, make build-all - to see if i can build it that way…but its not happening -

MA
Matteo_Limberto
Sep 2024

Hi!

You might get this error because of a missing dependency (specifically, the daml-ctl library).

In the Daml Finance build this is installed as part of the make install step.

Alternatively, you can copy the DAR from here into the expected folder.

MA
Matthew_Collins
Sep 2024

Thanks for the Reply Matteo, I found it last night.

Really appreciate you reaching out though.

Kind Regards

Matt

← Back to Discussions