ovalhub / pyicu

The PyICU project repository has moved to https://pyicu.org.
Other
133 stars 49 forks source link

Fails to build with icu68 #143

Closed rmcgibbo closed 3 years ago

rmcgibbo commented 3 years ago

Hi,

I noticed that this package builds fine against libuci 67.1, but fails to build with icu 68.2.

Here's a relevant build log: https://nix-cache.s3.amazonaws.com/log/s8qisnliz4djqiywzz0pa9q5l25q8yw1-python3.9-PyICU-2.3.1.drv

ovalhub commented 3 years ago

That's correct. To build PyICU against ICU 68 you need the most recent version of PyICU itself, you seem to be using 2.3.1 here.

Andi..

On Mar 24, 2021, at 12:33, Robert T. McGibbon @.***> wrote:

 Hi,

I noticed that this package builds fine against libuci 67.1, but fails to build with icu 68.2.

Here's a relevant build log: https://nix-cache.s3.amazonaws.com/log/s8qisnliz4djqiywzz0pa9q5l25q8yw1-python3.9-PyICU-2.3.1.drv

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

rmcgibbo commented 3 years ago

Oh, thanks. I will update pyicu instead. I believe I got confused because I didn't see any tags on git.

Thanks for the advice!