Bug 247958 - riscv64 buildworld error
Summary: riscv64 buildworld error
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-14 01:43 UTC by yu shan wei
Modified: 2020-07-16 01:28 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
你辛苦了