Skip to content

"checksum does not match aborting!" but does not abort #60

@erlingrj

Description

@erlingrj

I am getting checksum does not match aborting! every time I call lingo build. If I try removing Lingo.lock and rerun lingo build I get:

thread 'main' panicked at src/package/management.rs:153:14:
creating lock folder failed: Permission denied (os error 13)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This produces a new Lingo.lock and if I run lingo build again, I don't get a panic but back to checksum does not match aborting!

When I remove both Lingo.lock and build, then I can run lingo build without the error. But only then first run, every proceeding run gets the checksum error.

It seems:

  1. lingo clean should probably remove the build folder?
  2. The checksum calculation might happen at the wrong point? And should we actually abort?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions