Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 21:38:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265703] Mk/Uses/cargo.mk: Rust fails to build the project: failed to parse manifest at xxx
Message-ID:  <bug-265703-7788-4I7zTuLSEt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265703-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265703-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=3D265703

--- Comment #3 from Tobias Kortkamp <tobik@freebsd.org> ---
FWIW, USES=3Dcargo appends stuff to DISTFILES, so the framework's
default DISTFILES value is ignored (semantics of ?=3D). This means
DISTFILES is currently missing retworkx-0.11.0.tar.gz.

So the solution is not to use a workaround like falling back to
USE_GITHUB but to address the immediate cause of the problem by adding

DISTFILES=3D      ${DISTNAME}${EXTRACT_SUFX}

to the port.

--=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-265703-7788-4I7zTuLSEt>