pop-os / cosmic-epoch

Next generation Cosmic desktop environment
2.9k stars 79 forks source link

Unable to compile: `error: failed to load source for dependency `smithay`` #95

Closed ywnkmn closed 1 year ago

ywnkmn commented 1 year ago

It is similar to the closed issue 82

Using Arch, worked fine before all the packages were updated.

    Finished release [optimized] target(s) in 20.79s
/usr/bin/make -C cosmic-comp all
make: Entering directory '/home/ywnkmn/Documents/Coding/DEs/cosmic-epoch/cosmic-comp'
cargo build --release
    Updating git repository `https://github.com/smithay//smithay`
error: failed to load source for dependency `smithay`

Caused by:
  Unable to update https://github.com/smithay//smithay?rev=a5a3c2bd4e#a5a3c2bd

Caused by:
  object not found - no match for id (a5a3c2bd4e129e6895e1884b075a9994c9affe66); class=Odb (9); code=NotFound (-3)
make: *** [Makefile:27: all] Error 101
make: Leaving directory '/home/ywnkmn/Documents/Coding/DEs/cosmic-epoch/cosmic-comp'
error: Recipe `build` failed on line 21 with exit code 2

There is the same issue with the AUR package (because it is pulling this repo): https://aur.archlinux.org/packages/cosmic-epoch-git?O=0#comment-911099

Tried removing all the cache and cloned repos, none helped.