Bug 282518 - lang/rust: drop gnu in the target env for armv6/7
Summary: lang/rust: drop gnu in the target env for armv6/7
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-11-03 15:05 UTC by Mikael Urankar
Modified: 2024-11-08 17:56 UTC (History)
0 users

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


Attachments
v0 (6.00 KB, patch)
2024-11-03 15:05 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2024-11-03 15:05:44 UTC
Created attachment 254904 [details]
v0

The code was changed https://github.com/rust-lang/rust/commit/93ec0e6299e31e6857e8ad741750034f35762b11
We are not "gnu", it breaks rustix and nix-rust

Discussed with: asomers@
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-11-08 08:24:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05961664b7f01ac5ed3e9352d43c2aa1ae3028b5

commit 05961664b7f01ac5ed3e9352d43c2aa1ae3028b5
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-10-31 17:10:09 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-11-08 08:24:19 +0000

    lang/rust: drop "gnu" in the target env for armv6/7

    PR:             282518

 ...r_rustix_src_backend_libc_fs_syscalls.rs (gone) | 24 ----------------------
 ...c_spec_targets_armv6__unknown__freebsd.rs (new) | 10 +++++++++
 ...c_spec_targets_armv7__unknown__freebsd.rs (new) | 10 +++++++++
 ...atch-vendor_nix-0.28.0_src_sys_signal.rs (gone) | 20 ------------------
 4 files changed, 20 insertions(+), 44 deletions(-)