Bug 296820 - sysutils/freebsd-rustdate: Fix build on RISCV without COMPAT11
Summary: sysutils/freebsd-rustdate: Fix build on RISCV without COMPAT11
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alan Somers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-15 23:02 UTC by Alan Somers
Modified: 2026-07-15 23:03 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (fullermd)


Attachments
Patch Cargo.lock to use newer libc (3.69 KB, patch)
2026-07-15 23:03 UTC, Alan Somers
asomers: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Somers freebsd_committer freebsd_triage 2026-07-15 23:02:18 UTC
Rust ports that use libc < 0.2.176 cannot work on vanilla RISCV builds, which lack COMPAT11. (See PR #281600).  freebsd-rustdate should either publish a new release with a newer version of libc, or else patch Cargo.lock in the ports tree.
Comment 1 Alan Somers freebsd_committer freebsd_triage 2026-07-15 23:03:25 UTC
Created attachment 272886 [details]
Patch Cargo.lock to use newer libc