mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1681] error[E0277]: the trait bound vergen::feature::build::Build: vergen_lib::entries::Add is not satisfied #765
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#765
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 @tjagh on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1681
Look for similar bugs
found nothing.
Description
building 0.8.0 on debian trixie fails.
Version
0.8.0
How to reproduce
Steps to reproduce the behavior in librespot e.g.
Host (what you are running
librespoton):Additional context
none.
output of cargo install librespot:
@photovoltex commented on GitHub (Jan 25, 2026):
This sounds like a new (patch) version did break something.
Could you try installing with the
--lockedflag? This should in theory resolve your problem^^@tjagh commented on GitHub (Jan 25, 2026):
thx photovoltex, i could build with --locked.
should i close this or let it open for the base issue ?
@photovoltex commented on GitHub (Jan 25, 2026):
let it as-is, as there seems to be an issue somewhere, we just need to identify where and why^^. and besides that, it will also be helpful for others to resolve their issues
@SharliBeicon commented on GitHub (Jan 26, 2026):
I'm facing this same error in my project as well (I use
librespotas library). Problem appeared when I updated some dependencies and cleaned the lockfile.It doesn't seems like an error with
librespotitself, since I've been using the same version for a while. The error is upstream, specifically invergen-gitclwhich has a broken dependency specification.vergen-gitcldepends on both:-
vergen, which bringsvergen-lib v9.1.0to the dependency tree-
vergen-libdirectly, which resolves tov0.1.6There is an open issue in their repo: https://github.com/rustyhorde/vergen/issues/478