Bug 266265 - buildworld ends with error on 13.1-RELEASE PPC64
Summary: buildworld ends with error on 13.1-RELEASE PPC64
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 13.1-RELEASE
Hardware: powerpc Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-07 09:09 UTC by Luciano Mannucci
Modified: 2022-09-07 09:10 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 Luciano Mannucci 2022-09-07 09:09:45 UTC
To upgrade my newly installed 13.1-RELEASE on my ppc64 to p2, after cloning /usr/src with git I cd to /usr/src and issue "make buildword". It ends with:

ocaledef -b -D -U -i /usr/src/share/colldef/zh_TW.Big5.src  -V "34.0"  -f /usr/src/share/colldef/../../tools/tools/locale/etc/final-maps/map.Big5 /usr/obj/usr/src/powerpc.powerpc64/share/colldef/zh_TW.Big5
/usr/src/share/colldef/zh_TW.Big5.src: 12785: warning: repeated item in order list (first on 2254)
*** Error code 4

Stop.
make[4]: stopped in /usr/src/share/colldef
*** Error code 1

Stop.
make[3]: stopped in /usr/src/share
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Luciano.