Bug 283219 - Mk/Uses/cargo.mk: Port configure fails due to a github-sourced dependency: rustpython-doc is commented out which leads to a build failure (port lang/rustpython)
Summary: Mk/Uses/cargo.mk: Port configure fails due to a github-sourced dependency: ru...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Rust Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-09 11:26 UTC by Yuri Victorovich
Modified: 2026-04-08 04:51 UTC (History)
1 user (show)

See Also:


Attachments
port.shar (63.83 KB, text/plain)
2024-12-09 11:26 UTC, Yuri Victorovich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2024-12-09 11:26:44 UTC
Created attachment 255736 [details]
port.shar

In an attempt to update lang/rustpython with the attached shar archive the build fails:

> error: failed to load manifest for workspace member `/usr/ports/lang/rustpython/work/RustPython-0.4.0-73-g97e5ec02f/.`
> referenced by workspace at `/usr/ports/lang/rustpython/work/RustPython-0.4.0-73-g97e5ec02f/Cargo.toml`
> <...skipped...>
>  Caused by:
>   `dependency.rustpython-doc` was not found in `workspace.dependencies`

The immediate cause is that the rustpython-doc line is commented out during configure.
rustpython-doc is references from other submodules, and is also referenced from the Rust code.

Please advise how to proceed.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2026-04-08 04:51:48 UTC
^Triage: feedback timeout (> 6 months).