Date: Thu, 16 Nov 2023 18:21:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275132] lang/rust: Build fails when CARGO_CRATES contains a github.com URL: failed to load source for dependency Message-ID: <bug-275132-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275132 Bug ID: 275132 Summary: lang/rust: Build fails when CARGO_CRATES contains a github.com URL: failed to load source for dependency Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: rust@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(rust@FreeBSD.org) Assignee: rust@FreeBSD.org Created attachment 246353 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246353&action= =3Dedit Makefile I am trying to add the port devel/py-qcs-sdk-python, see the attached Makef= ile. However, the build breaks like this: > =3D=3D=3D> Updating Cargo.lock > error: failed to load source for dependency `quil-rs` >=20 > Caused by: > Unable to update /usr/ports/devel/py-qcs-sdk-python/work-py39/quil-rs-q= uil-py/v0.6.0 >=20 > Caused by: > failed to read `/usr/ports/devel/py-qcs-sdk-python/work-py39/quil-rs-qu= il-py/v0.6.0/Cargo.toml` The above error is due to this part of CARGO_CRATES: > quil-rs@git+https://github.com/rigetti/quil-rs?tag=3Dquil-py/v0.6.0\#afac= 2ce17e2fc63bb3b06db4f51bce1429ebe15f What might be wrong? 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-275132-7788>