You are not logged in.

#1 2015-10-29 09:44:55

keevitaja
Member
Registered: 2015-08-22
Posts: 17

[SOLVED] Upgrade fails becuase if the Infinality ibfonts

Hello!

I cannot upgrade my system anymore:

➜  ~  sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 archlinuxfr is up to date
 infinality-bundle is up to date
 infinality-bundle-multilib is up to date
 infinality-bundle-fonts is up to date
:: Starting full system upgrade...
:: Replace ttf-noto-sans-ib with infinality-bundle-fonts/ttf-noto-fonts-ib? [Y/n] y
:: Replace ttf-noto-sans-multilang-ib with infinality-bundle-fonts/ttf-noto-fonts-nonlatin-ib? [Y/n] y
:: Replace ttf-noto-serif-ib with infinality-bundle-fonts/ttf-noto-fonts-ib? [Y/n] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ttf-noto-serif-multilang-ib: requires ttf-noto-serif-ib

Does anyone know how to fix this? I tried also not to replace the packages. Endresult is the same.

Please let me know if i have to provide additional information!

Last edited by keevitaja (2015-10-29 16:37:01)

Offline

#2 2015-10-29 10:46:10

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [SOLVED] Upgrade fails becuase if the Infinality ibfonts

I get the same error. The problem seems to be that ttf-noto-fonts-ib replaces ttf-noto-sans-ib and ttf-noto-serif-ib, and following the pattern, I expect ttf-noto-fonts-nonlatin-ib replaces ttf-noto-sans-multilang-ib and ttf-noto-serif-multilang-ib, but it doesn't (it replaces the former). I guess is a packaging error. Please report it to the maintainer.

Offline

#3 2015-10-29 14:51:16

1125
Member
Registered: 2015-10-29
Posts: 1

Re: [SOLVED] Upgrade fails becuase if the Infinality ibfonts

Got it working using the following code.
(Found on https://www.reddit.com/r/archlinux/comm … eared_not/ )

sudo pacman -R ibfonts-meta-extended ttf-noto-serif-multilang-ib
sudo pacman -Syu ibfonts-meta-extended

Offline

#4 2015-10-29 16:36:33

keevitaja
Member
Registered: 2015-08-22
Posts: 17

Re: [SOLVED] Upgrade fails becuase if the Infinality ibfonts

Yeah, i just uninstalled with

sudo pacman -Rs $(pacman -Qq | grep ibfonts)

and then installed both ibfonts-meta-base and ibfonts-meta-extended

Offline

Board footer

Powered by FluxBB