pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.72k stars 55 forks source link

failed to load source for dependency `accesskit` #212

Open outbackdingo opened 4 months ago

outbackdingo commented 4 months ago

just sysext

mkdir -p dir mkdir -p build /usr/bin/just cosmic-applets/build-release cargo build --release Updating git repository https://github.com/wash2/accesskit.git error: failed to get accesskit as a dependency of package iced_accessibility v0.1.0 (https://github.com/pop-os/libcosmic#6ebda94c) ... which satisfies git dependency iced_accessibility (locked to 0.1.0) of package iced v0.12.0 (https://github.com/pop-os/libcosmic#6ebda94c) ... which satisfies git dependency iced (locked to 0.12.0) of package libcosmic v0.1.0 (https://github.com/pop-os/libcosmic#6ebda94c) ... which satisfies git dependency libcosmic (locked to 0.1.0) of package cosmic-app-list v0.1.0 (/home/dingo/cosmic-epoch/cosmic-applets/cosmic-app-list)

Caused by: failed to load source for dependency accesskit

Caused by: Unable to update https://github.com/wash2/accesskit.git?branch=winit-0.29#16e0d60c

Caused by: object not found - no match for id (16e0d60cf91b255ed6d9ac5c47bd3d1e878f17d8); class=Odb (9); code=NotFound (-3) error: Recipe build-debug failed on line 22 with exit code 101 error: Recipe build failed on line 7 with exit code 101

Thatoo commented 4 months ago

I face the same issue trying to build cosmic on Vanilla OS.

jokeyrhyme commented 3 months ago

Is this fixed now by https://github.com/pop-os/cosmic-epoch/pull/245 or earlier PRs?