termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.33k stars 3.06k forks source link

[Bug]: libicu 71.1 fails to build #10230

Closed xloem closed 2 years ago

xloem commented 2 years ago

Problem description

libicu fails build under docker for me since 3e0864fbbdf95dc42d5c083cb37163ba63adffb6

A log of my docker run under that commit can be seen at https://dweb.link/ipfs/bafybeicaqbadiddprbrkr5txnm2nsu76mwkaltqrweaucfi7xcw354davi/build.log .

What steps will reproduce the bug?

cd scripts
docker build -t termux/package-builder:latest .
cd ..
scripts/run-docker.sh ./build-package.sh libicu

What is the expected behavior?

Successful build.

System information

docker container

Grimler91 commented 2 years ago

I can't reproduce the issue in the latest published docker image (sudo ./scripts/update-docker.sh && sudo ./scripts/run-docker.sh ./build-package.sh libicu).

In your log the environment isn't clean (libc++ dependency and host-build has already been built), so perhaps try again after a ./clean.sh

xloem commented 2 years ago

thanks, I must have been using an old pulled image rather than the locally built one