error: readme README.md does not appear to exist
#992
-
|
Describe the bug Commit 4926f1a causes an error when building continuwuity, not sure why, maybe a bug. Works perfectly the commit before, we have pinned to that for now. Reproduction I don't know a minimal one, sorry, but you can clone continuwuity, unpin crane in flake.nix, and run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Henry-Hiles thanks for the report! It looks like There are several paths to remedy which I could suggest:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @Henry-Hiles thanks for the report!
It looks like
continuwuitydepends on https://forgejo.ellis.link/continuwuation/continuwuity, which includes two crates,draupnir-antispamandmeowlnir-antispam, each of which define a path to aREADME.mdfile which is subsequently missing (from their crate subdirectory). I would consider this a cargo-configuration bug as trying tocargo publisha crate like this would cause errors.There are several paths to remedy which I could suggest:
Cargo.tomlfiles to entirely omit thereadme = "README.md"lines, then update the locked git revision incontinuwuityREADME.mdfile, th…