mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Not able to build the package in dev - hwcodec error exists regardless of operating system which we use - even in docker #797
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#797
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sunsathees on GitHub (Sep 18, 2022).
Describe the bug you encountered:
Trying to build dev build. But struck up with cargo run. Using Ubuntu, Docker & windows separately to test this and all throws the same error.
What did you expect to happen instead?
...
VCPKG_ROOT=$HOME/vcpkg cargo run
info: syncing channel updates for '1.62.0-x86_64-unknown-linux-gnu'
info: latest update on 2022-06-30, rust version 1.62.0 (a8314ef7d 2022-06-27)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
Updating git repository
https://github.com/21pages/hwcodecerror: failed to get
hwcodecas a dependency of packagescrap v0.5.0 (/root/rustdesk/libs/scrap)Caused by:
failed to load source for dependency
hwcodecCaused by:
Unable to update https://github.com/21pages/hwcodec#890204e0
Caused by:
object not found - no match for id (890204e0703a3d361fc7a45f035fe75c0575bb1d); class=Odb (9); code=NotFound (-3)
How did you install
RustDesk?Build from source. Followed below instructions:
https://rustdesk.com/docs/en/dev/build/linux/
RustDesk version and environment
rustc --version
rustc 1.62.0 (a8314ef7d 2022-06-27)
Can some one help in resolving this issue ?
@rustdesk commented on GitHub (Sep 18, 2022):
#763