Looking for help with this package that is failing to build in my project.
Runtime Details
- ActiveState
- Language -
- Platform - Linux
Failing Packages
- libicu-linux 73.2
Looking for help with this package that is failing to build in my project.
It seems to have been transitory, as the project is building fine now.
I see. Your post still links to the non debian version you built earlier in April.
You should not use the Bundles like this. They are basically obsolete, and by using them you are pulling in both instructions to build incompatible Windows modules, and pinning rules that will break the latest versions of Perl.
A better way to get a Perl recipe is to build a requirements file from what you know you need, and import that.
That method will give you a configuration with the degree of control you need to be able to find a solution for dependencies that don’t build. In the case of libicu version 73.2, it currently has problems on many operating systems, but 73.1 does not. We are working on patching the builders for 73.2, but at the moment I would recommend capping it to a working version.