ungoogled-software / ungoogled-chromium-archlinux

Arch Linux packaging for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
338 stars 37 forks source link

ICU link outdated (.72 -> .73) #230

Closed jackpittenger closed 1 year ago

jackpittenger commented 1 year ago

Good day,

ICU SO version 73 is released, breaking current upstream installs. OBS didn't seem to ingest this change for the most recent build. Could you run a re-build @networkException ?

Thank you, Jack

networkException commented 1 year ago

sure yea

jab416171 commented 1 year ago

Is this rebuild running now? Or has it finished?

playgithub commented 1 year ago

can't wait, I've built it using https://aur.archlinux.org/packages/ungoogled-chromium, and it works fine with ICU 73

The news said that github action service has been down temporarily yesterday, it mgiht be the reason why the action was cancelled: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/actions/runs/5414664373

amiria703 commented 1 year ago

To be able to run ungoogled-chromium before this problem fixes, install icu72 from AUR. If you're using yay as your AUR helper: yay -Sy icu72

networkException commented 1 year ago

By now it should've been rebuilt everywhere

SvenMeyer commented 1 year ago

My problem is that I do not have ICU73 on my Manjaro Linux (Cinnamon) system which break it for me , see https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/231

@amiria703 Can I just install it doing yay -Sy icu73 ?

amiria703 commented 1 year ago

@amiria703 Can I just install it doing yay -Sy icu73 ?

No. icu73 doesn't exist in AUR. but AFAIK you can build icu package and install it but I'm not sure whether it makes conflicts with Manjaro packages or not. More info: https://unix.stackexchange.com/questions/70495#454178 Also: https://wiki.archlinux.org/title/Arch_build_system#Usage