Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cargo update to target available cosmic-text commit #282

Conversation

jokeyrhyme
Copy link
Contributor

@jokeyrhyme jokeyrhyme commented Jan 20, 2024

one naive attempt at addressing:

cosmic-comp on  master_jammy is 📦 v0.1.0 via 🦀 v1.70.0
nu ❯ cargo build --release
    Updating git repository `https://github.com/smithay//smithay`
    Updating git repository `https://github.com/pop-os/libcosmic/`
    Updating git submodule `https://github.com/pop-os/cosmic-design-demo`
    Updating git submodule `https://github.com/pop-os/iced.git`
    Updating crates.io index
    Updating git repository `https://github.com/pop-os/cosmic-protocols`
    Updating git repository `https://github.com/Drakulix/id-tree.git`
    Updating git repository `https://github.com/Smithay/smithay-egui.git`
    Updating git repository `https://github.com/jackpot51/rust-atomicwrites`
    Updating git repository `https://github.com/pop-os/cosmic-text.git`
error: failed to get `cosmic-text` as a dependency of package `iced_tiny_skia v0.12.0 (https://github.com/pop-os/libcosmic/#6a952e93)`
    ... which satisfies git dependency `iced_tiny_skia` (locked to 0.12.0) of package `cosmic-comp v0.1.0 (/home/ron/GitHub/pop-os/cosmic-comp)`

Caused by:
  failed to load source for dependency `cosmic-text`

Caused by:
  Unable to update https://github.com/pop-os/cosmic-text.git?branch=refactor#dd4c4cbb

Caused by:
  object not found - no match for id (dd4c4cbbe2d5ed5046054b5361a6eeead50e0bb0); class=Odb (9); code=NotFound (-3)
  • tested manually by running this PR's version of cosmic-comp and using that session to run Firefox and cosmic-term to raise the other PRs

@@ -655,7 +655,7 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.10.0"
source = "git+https://github.com/pop-os/cosmic-text.git?branch=refactor#dd4c4cbbe2d5ed5046054b5361a6eeead50e0bb0"
source = "git+https://github.com/pop-os/cosmic-text.git#db1530c4ec14bcbb290f9c971d8a6197c90e189a"
Copy link
Contributor Author

@jokeyrhyme jokeyrhyme Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is now missing

@jokeyrhyme
Copy link
Contributor Author

I think the build failure is network flake, but I can't seem to find a button anywhere to retry

Copy link
Member

@Drakulix Drakulix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Drakulix Drakulix merged commit f7b062a into pop-os:master_jammy Jan 22, 2024
1 check passed
@jokeyrhyme jokeyrhyme deleted the fix-missing-refactor-branch-of-cosmic-text branch January 22, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants