[MacPorts] #73436: mdcat 2.7.1 fails to build on macOS 14 (arm64) due to deny(warnings)
MacPorts
noreply at macports.org
Fri Jan 30 06:00:58 UTC 2026
#73436: mdcat 2.7.1 fails to build on macOS 14 (arm64) due to deny(warnings)
--------------------+--------------------
Reporter: isezen | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: | Port: mdcat
--------------------+--------------------
Build error:
error: struct `Osc8Links` is never constructed
--> pulldown-cmark-mdcat/src/terminal/osc.rs:24:12
note: lint level is defined here
--> pulldown-cmark-mdcat/src/lib.rs:37:9
#![deny(warnings, missing_docs, clippy::all)]
This makes dead_code warnings fatal.
Workaround:
Add #[allow(dead_code)] above Osc8Links in pulldown-cmark-
mdcat/src/terminal/osc.rs
Please consider patching the port or updating the vendored crate.
Full build log attached.
--
Ticket URL: <https://trac.macports.org/ticket/73436>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list