Opened 3 years ago

Closed 3 years ago

#62613 closed defect (fixed)

cargo-c @0.7.3 +universal: error: the lock file ... needs to be updated but --frozen was passed to prevent this

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.6.99
Keywords: Cc:
Port: cargo-c

Description

Building cargo-c with the +universal variant fails:

:debug:build system:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk-new_devel_cargo-c/cargo-c/work/cargo-c-0.7.3-x86_64" && /opt/local/bin/cargo build --release --frozen -v -j8 
:info:build error: the lock file /opt/local/var/macports/build/_Users_rschmidt_macports_macports-ports-svn-trunk-new_devel_cargo-c/cargo-c/work/cargo-c-0.7.3-x86_64/Cargo.lock needs to be updated but --frozen was passed to prevent this
:info:build If you want to try to generate the lock file without accessing the network, use the --offline flag.

Change History (1)

comment:1 Changed 3 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: assignedclosed

In 514a87e316ac87b54f323f504b3ff81e2a2f9af1/macports-ports (master):

cargo-c: recognize supported architectures

cargo-c can only be built on architectures supported by Rust.
Fixes #62613

Note: See TracTickets for help on using tickets.