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
[[package]]
name = "meter-core"
version = "0.1.0"
source = "git+https://github.com/GreptimeTeam/greptime-meter.git?rev=a10facb353b41460eeb98578868ebf19c2084fac#a10facb353b41460eeb98578868ebf19c2084fac"
dependencies = [
"anymap2",
"once_cell",
"parking_lot 0.12.3",
]
which causes cargo update to fail:
$ /usr/local/bin/cargo update --manifest-path /usr/ports/databases/greptimedb/work/greptimedb-0.11.2/Cargo.toml --verbose
error: failed to load manifest for workspace member `/usr/ports/databases/greptimedb/work/greptimedb-0.11.2/src/api`
referenced by workspace at `/usr/ports/databases/greptimedb/work/greptimedb-0.11.2/Cargo.toml`
Caused by:
failed to load manifest for dependency `common-base`
Caused by:
failed to load manifest for dependency `common-macro`
Caused by:
failed to load manifest for dependency `common-query`
Caused by:
failed to load manifest for dependency `store-api`
Caused by:
failed to load manifest for dependency `common-meta`
Caused by:
failed to load manifest for dependency `common-grpc-expr`
Caused by:
failed to load manifest for dependency `table`
Caused by:
failed to load manifest for dependency `common-datasource`
Caused by:
failed to load manifest for dependency `object-store`
Caused by:
failed to load manifest for dependency `common-test-util`
Caused by:
failed to load manifest for dependency `client`
Caused by:
failed to load manifest for dependency `query`
Caused by:
failed to parse manifest at `/usr/ports/databases/greptimedb/work/greptimedb-0.11.2/src/query/Cargo.toml`
Caused by:
dependency (meter-macros) specified without providing a local path, Git repository, version, or workspace dependency to use
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered:
Problem
In the FreeBSD ports framework
cargo update
is routinely run as one of the build steps.cargo update
fails for ports when Cargo.lock contains source= entries for GitHub revisions.Testcase: https://github.com/GreptimeTeam/greptimedb v0.11.2.
Cargo.lock there contains:
which causes
cargo update
to fail:Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: