You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.
actually even 0.2.0 can't generate working CRATES string.
still getting missing crates, for example
>>> Compiling source in /var/tmp/portage/dev-util/sccache-0.2.13/work/sccache-0.2.13 ...
error: failed to select a version for the requirement `bincode = "= 1.2.0"`
candidate versions found which didn't match: 1.2.1, 0.8.0
cargo ebuild uses cargo_metadata to gather dependencies which wraps cargo metadata. Please check the output of cargo metadata to see if its generating the correct data.
unable to generate working ebuild for sccache-0.2.13 for example.
seems to be omitting all deps that are marked optional or/and behind features.
sccache package is one of the few using features as useflags.
here's the diff between CRATES string generated by 0.2.0 and 0.3.0 created in the same source:
The text was updated successfully, but these errors were encountered: