[Bug 268801] lang/rust: 'make cargo-crates' generates an incomplete list of dependencies for one port (sysutils/loop)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 07 Jan 2023 06:30:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268801

            Bug ID: 268801
           Summary: lang/rust: 'make cargo-crates' generates an incomplete
                    list of dependencies for one port (sysutils/loop)
           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 239321
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239321&action=edit
loop.shar

The attached port fails to compile:
===>  Configuring for loop-command-g20201117
===>   Cargo config:
[source.cargo]
directory = '/usr/ports/sysutils/loop/work/Loop-209927c/cargo-crates'
[source.crates-io]
replace-with = 'cargo'
===>   Updating Cargo.lock
error: no matching package named `assert_cmd` found
location searched: registry `crates-io`
required by package `loop-rs v0.6.1
(/usr/ports/sysutils/loop/work/Loop-209927c)`
*** Error code 101


assert_cmd is missing, and its dependencies are also missing in the output of
'make cargo-crates'.

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