[Bug 281600] lang/rust failing to build on risc-v (again)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 Sep 2025 21:54:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281600

--- Comment #71 from Dennis Clarke <dclarke@blastwave.org> ---
(In reply to void from comment #70)

     * * *    Family Uncle Charlie Killed    * * *

enceladus# cd /usr/src
enceladus# git status
On branch main
Your branch is up to date with 'origin/main'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        sys/riscv/conf/ENCELADUS


It took 5.68 seconds to enumerate untracked files.
See 'git help status' for information on how to improve this.

nothing added to commit but untracked files present (use "git add" to track)
enceladus# 

enceladus# cat /etc/make.conf 
KERNCONF=ENCELADUS
WITHOUT_MODULES=linux ath ath_dfs ath_hal ath_hal_ar5210 ath_hal_ar5211
ath_hal_ar5212 ath_hal_ar5416 ath_hal_ar9300 ath_main ath_rate iavf isci qat

enceladus# cat /usr/src/sys/riscv/conf/ENCELADUS 
include GENERIC
include "std.nodebug"

# for rust
options         COMPAT_FREEBSD11

makeoptions     DEBUG="-g"

options         KDB  
options         DDB  
options         BREAK_TO_DEBUGGER
options         ALT_BREAK_TO_DEBUGGER
enceladus# 

You can not imagine my sense of shame here. I have to start over.

    Let's see what I get by middle of October.

-- 
You are receiving this mail because:
You are on the CC list for the bug.