Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2023 08:45:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272138] Mk/Uses/cargo.mk: Prints CARGO_CRATES with a missing dependency
Message-ID:  <bug-272138-7788-oj6qNevUbZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272138-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272138-7788@https.bugs.freebsd.org/bugzilla/>

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

Mikael Urankar <mikael@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikael@FreeBSD.org

--- Comment #1 from Mikael Urankar <mikael@FreeBSD.org> ---
Cargo.lock is missing the "source" info:
Edit cargo.lock with:
[[package]]
name =3D "render_as_tree"
version =3D "0.2.0"
source =3D "registry+https://github.com/rust-lang/crates.io-index"
checksum =3D "594bb9d6ccbe9ce86c7c0bdddcc9f2c6b962f9467805134d738b5939d39d3=
3dd"

then:
cat Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk

This should be reported upstream, they've edited cargo.lock manually and not
used cargo

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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