Date: Wed, 06 May 2026 13:30:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 294980] mrsas(4) detaches all drives after init Message-ID: <bug-294980-227-7ybvoiCK0v@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-294980-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294980 --- Comment #11 from rodri <rodrigosloop@gmail.com> --- (In reply to Michael Osipov from comment #9) hello Michael, ok, so i did this: % cd /usr/src % git clone https://git.freebsd.org/src.git . % git checkout releng/13.5 and then % make -j8 buildworld gives me these errors: --- _bootstrap-tools-lib/clang/libclangminimal --- In file included from /usr/src/contrib/llvm-project/clang/lib/Support/RISCVVIntrinsicUtils.cpp:9: In file included from /usr/src/contrib/llvm-project/clang/include/clang/Support/RISCVVIntrinsicUtils.h:12: In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/ArrayRef.h:12: In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/Hashing.h:50: In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/Support/SwapByteOrder.h:17: In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/STLForwardCompat.h:20: In file included from /usr/include/c++/v1/optional:186: In file included from /usr/include/c++/v1/__functional/hash.h:20: /usr/include/c++/v1/__utility/pair.h:19:10: fatal error: '__tuple/sfinae_helpers.h' file not found 19 | #include <__tuple/sfinae_helpers.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- _bootstrap-tools-lib/clang/libllvmminimal --- In file included from /usr/src/contrib/llvm-project/llvm/lib/Demangle/ItaniumDemangle.cpp:13: In file included from /usr/src/contrib/llvm-project/llvm/include/llvm/Demangle/Demangle.h:13: In file included from /usr/include/c++/v1/optional:186: In file included from /usr/include/c++/v1/__functional/hash.h:20: /usr/include/c++/v1/__utility/pair.h:19:10: fatal error: '__tuple/sfinae_helpers.h' file not found 19 | #include <__tuple/sfinae_helpers.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~ --- _bootstrap-tools-usr.bin/yacc --- i'm doing it from the 13.5-RELEASE-p14 BE i had backed up, running on a jail; not sure what's going on. i tried replacing /usr/include with the stuff at /usr/src/include, but then it complained about a missing <sys/ctype.h>. am i missing any steps? i checked the handbook and the UPDATING file in the repo. still no clue. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294980-227-7ybvoiCK0v>
