Bug 247958

Summary: riscv64 buildworld error
Product: Base System Reporter: yu shan wei <mpysw>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: markj
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description yu shan wei 2020-07-14 01:43:17 UTC
cross buildworld  on amd64 current ,TARGET_ARCH riscv64
make -j5     buildworld
--- cleandir_subdir_stand ---
make[4]: Fatal errors encountered -- cannot continue
make[4]: stopped in /usr/home/ysw/src/base/head/stand/libsa
*** [cleandir_subdir_stand/libsa] Error code 1

make[3]: stopped in /usr/home/ysw/src/base/head/stand
1 error

make[3]: stopped in /usr/home/ysw/src/base/head/stand
*** [cleandir_subdir_stand] Error code 2

make[2]: stopped in /usr/home/ysw/src/base/head
--- cleandir_subdir_sbin ---
A failure has been detected in another branch of the parallel make



no error with -DNO_CLEAN option
make -j5     -DNO_CLEAN  buildworld
Comment 1 Mark Johnston freebsd_committer freebsd_triage 2020-07-14 15:08:45 UTC
What is the error?  It is missing from the pasted output.
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2020-07-14 22:58:33 UTC
This might be fixed by r363197.
Comment 3 yu shan wei 2020-07-16 01:06:10 UTC
(In reply to Mark Johnston from comment #2)
你辛苦了