Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Help please, upgrading the package icu (75.1-1) breaks some dependencies. (Read 470 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Help please, upgrading the package icu (75.1-1) breaks some dependencies.

If i try to update the package icu:

Code: [Select]
$~: sudo pacman -S icu

resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (75.1-1) breaks dependency 'libicuuc.so=74-64' required by harfbuzz-icu
:: installing icu (75.1-1) breaks dependency 'libicuuc.so=74-64' required by raptor

It doesn't let me install other things i tried to upgrade my system but a lot of programs broke

Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #1
Try to update the system with
Code: [Select]
pacman -Syu
and post the output.

Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #2
It shows this output, i'm not gonna update my system it will break something xD

Code: [Select]
$~: sudo pacman -Syu
 community-testing is up to date
 community is up to date
 multilib-testing is up to date
 multilib is up to date
 lib32-gremlins is up to date
 lib32 is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: libudev will be installed before its libcap dependency
warning: dependency cycle detected:
warning: libcamera-ipa will be installed before its libcamera dependency

Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #3
Testing, gremlins ?
How did you end up with those repos enabled ?

Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #4
Testing, gremlins ?
How did you end up with those repos enabled ?
I could not install a package (i don't remember which one) and i modify the config of pacman to download that package.

Do i need to remove those repos?

This is a brand new install and I haven't upgraded my system.



Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #7
You can't safely update just the icu package and nothing else.  As noted, you have to -Syu.  Probably a quarter of your other base packages require icu and need to get updated.

 

Re: Help please, upgrading the package icu (75.1-1) breaks some dependencies.

Reply #8
Thank you all for the support.

I upgraded my system with pacman -Syu

Nothing seemed to be broken, but i did an system restore point just in case, now i could installed the program i wanted no problem.

Thank you.