Opened 15 years ago
Closed 15 years ago
#5475 closed bug (fixed)
...failed GenerateConfusables1
Reported by: | mmadia | Owned by: | zooey |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #5039 | |
Platform: | All |
Description
While looking at some of the multiple job issues in the build system, this came up.
...failed GenerateConfusables1 <generated>/objects/freebsd/x86/common/icudt42l/confusables.cfu ...
First I thought it was a multiple jobs issue. But on a whim, I ran rm -rf objects/ ; jam -q ICU_Confusables
, which blew up on the first try.
After looking at jam -dx, I ran the command: (note - whitespace is mine)
/Build-O-Matic/rewrite2/output/generated.x86gcc2/objects/freebsd/x86/release/tools/icu/gencfu/gencfu -c -i /Build-O-Matic/rewrite2/output/generated.x86gcc2/objects/freebsd/x86/common/icudt42l -r /Build-O-Matic/rewrite2/output/haiku/src/libs/icu/source/data/unidata/confusables.txt -w /Build-O-Matic/rewrite2/output/haiku/src/libs/icu/source/data/unidata/confusablesWholeScript.txt -o /Build-O-Matic/rewrite2/output/generated.x86gcc2/objects/freebsd/x86/common/icudt42l/confusables.cfu /libexec/ld-elf.so.1: Shared object "libicu-toolutil.so" not found, required by "gencfu"
that & other ICU libs do exist
generated.x86gcc2]$ ls -l objects/freebsd/lib total 4696 -rwxr-xr-x 1 mmadia mmadia 510369 Feb 25 03:51 libbe_build.so -rwxr-xr-x 1 mmadia mmadia 1485752 Feb 25 03:50 libicu-common.so -rwxr-xr-x 1 mmadia mmadia 4642 Feb 25 03:50 libicu-data.so -rwxr-xr-x 1 mmadia mmadia 2418417 Feb 25 03:51 libicu-i18n.so -rwxr-xr-x 1 mmadia mmadia 144635 Feb 25 03:51 libicu-toolutil.so -rwxr-xr-x 1 mmadia mmadia 167887 Feb 25 03:50 libroot_build.so
Attachments (1)
Change History (5)
by , 15 years ago
comment:1 by , 15 years ago
Blocking: | 5039 added |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Status: | assigned → in-progress |
---|
Note:
See TracTickets
for help on using tickets.
rm -rf objects ; jam -q ICU_Confusables &> log