ONLYOFFICE/build_tools

Build Failure: Missing runConfigureICU Script on Ubuntu 16.04

Yternal opened this issue · 1 comments

Issue Description

I'm attempting to compile OnlyOffice build-tools on Ubuntu 16.04.7 LTS and encountering a build error due to the missing runConfigureICU script.

Actual Result

The build process halts with the following error:

[fetch & build]: icu
copy warning [file not exist]: ./icu/source/i18n/digitlst.cpp
[replaceInFile] file not exist: ./icu/source/i18n/digitlst.cpp
/bin/sh: 1: ./../source/runConfigureICU: not found
Error (./../source/runConfigureICU): 127
Error (./make.py): 1
截屏2024-01-03 09 51 13

build_tools version

7.5.1

Operating System

Distributor ID: Ubuntu
Description: Ubuntu 16.04.7 LTS
Release: 16.04
Codename: xenial

I have confirmed that this issue has not been reported previously. I am looking for guidance on how to resolve this missing script error, whether it requires additional dependencies to be installed, or if there are specific steps needed to generate or make the runConfigureICU script available.

Thank you for your assistance.

igwyd commented

Duplicate of #750