Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2024 00:02:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283213] Mk/Uses/cargo.mk: Fails to configure when dependency is sourced  from a GitHub revision: dependency (meter-macros) specified without providing a local path, Git repository, version, or workspace dependency to use
Message-ID:  <bug-283213-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283213

            Bug ID: 283213
           Summary: Mk/Uses/cargo.mk: Fails to configure when dependency
                    is sourced  from a GitHub revision: dependency
                    (meter-macros) specified without providing a local
                    path, Git repository, version, or workspace dependency
                    to use
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

Created attachment 255728
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D255728&action=
=3Dedit
patch

While attempting to update databases/greptimedb with the attached patch I
encountered this failure:

> =3D=3D=3D>   Updating Cargo.lock
> error: failed to load manifest for workspace member `/usr/ports/databases=
/greptimedb/work/greptimedb-0.10.2/src/api`
> referenced by workspace at `/usr/ports/databases/greptimedb/work/greptime=
db-0.10.2/Cargo.toml`
> <...skipped...>
> Caused by:
>   dependency (meter-macros) specified without providing a local path, Git=
 repository, version, or workspace dependency to use
> *** Error code 101

This is likely caused by the meter-macros dependency sourced from a GitHub
revision in Cargo.toml:
> meter-core =3D { git =3D "https://github.com/GreptimeTeam/greptime-meter.=
git", rev =3D "a10facb353b41460eeb98578868ebf19c2084fac" }


Please advise how to proceed.


Thanks,
Yuri

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283213-7788>