algorandfoundation / xgovw

Mozilla Public License 2.0
3 stars 3 forks source link

Build issue - missing dependency: kivikakk/cmark-gfm.git #2

Open d13co opened 2 months ago

d13co commented 2 months ago

Attempting to compile xgovw fails.

Looks like this inner dependency repository has been deleted: https://github.com/kivikakk/cmark-gfm

It is a submodule in this dependency: https://github.com/SamWilsn/comrak/blob/main/.gitmodules

cargo install --path=xgovw xgovw                                                                                   
  Installing xgovw v0.2.4 (/home/bit/code/xgovw)
    Updating git repository `https://github.com/SamWilsn/comrak.git`
    Updating git submodule `https://github.com/kivikakk/cmark-gfm.git`
error: failed to compile `xgovw v0.2.4 (/home/bit/code/xgovw)`, intermediate artifacts can be found at `/home/bit/code/xgovw/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  failed to load source for dependency `comrak`

Caused by:
  Unable to update https://github.com/SamWilsn/comrak.git?branch=inline-line-numbers

Caused by:
  failed to update submodule `vendor/cmark-gfm`

Caused by:
  failed to fetch submodule `vendor/cmark-gfm` from https://github.com/kivikakk/cmark-gfm.git
d13co commented 2 months ago

This seems to work instead of the SamWilsn repo: kivikakk/comrak