Дефектные обновления [Core, Extra, Community, Multilib]

vs220
Если можете выложите для интереса три последние даты из
cat /var/log/pacman.log | grep librsvg
[2016-10-04 00:43] [ALPM] installed librsvg (2:2.40.16-1)
[2017-01-10 19:33] [PACMAN] Running 'pacman -S librsvg'
[2017-01-10 19:34] [ALPM] reinstalled librsvg (2:2.40.16-1)
[2017-01-11 20:45] [PACMAN] Running 'pacman -S librsvg mesa potrace'
[2017-01-11 20:46] [ALPM] reinstalled librsvg (2:2.40.16-1)

cat /var/log/pacman.log | grep mesa
[2016-12-19 19:03] [ALPM] upgraded mesa (12.0.3-2 -> 13.0.2-2)
[2017-01-07 11:03] [ALPM] upgraded mesa (13.0.2-2 -> 13.0.3-1)
[2017-01-11 20:45] [PACMAN] Running 'pacman -S librsvg mesa potrace'
[2017-01-11 20:46] [ALPM] reinstalled mesa (13.0.3-1)
redix
Почему то подумал на mesa.
tr0man
cat
Та вроде с mesa и librsvg все в порядке.
Скорее всего достаточно было просто
sudo /usr/bin/gdk-pixbuf-query-loaders --update-cache
reboot
Как предположение
gdk-pixbuf2 обновился 8 числа,возможно у вас не отработала старая версия
проблемы у вас тогда начались?
vs220
gdk-pixbuf2 обновился 8 числа,возможно у вас не отработала старая версия
проблемы у вас тогда начались?
Точно не скажу....систему обновлял или 7-го или 8-го

На работе также не отображаются иконки svg...завтра там попробую это:
vs220
sudo /usr/bin/gdk-pixbuf-query-loaders --update-cache
После большого обновления, число не помню (9-го на самом деле). То есть обновился, вечером выключил комп, утром включаю и упс, не работает ничего, иконок нет в том числе.
In Tux We Trust
Так!
Если у кого-то ещё xmonad, не обновляйтесь пока!
v 0.12.11 сыплет целым набором ошибок модулей.
Пока больше ничего сказать не могу, ушёл на форум xmonad.
там проблема не в самом xmonad, а в xmonad-contrib
Reading package info from stdin ... done.
xmonad-contrib-0.12: dependency "xmonad-0.12-JYMVkvgPLULBVrlY75rdyl" doesn't exist (ignoring)

после этого выдаёт такую вот портянку
 xmonad --recompile && xmonad --restart
Error detected while loading xmonad configuration file: /home/haron/.xmonad/xmonad.hs

xmonad.hs:13:1: error:
    Failed to load interface for ‘XMonad.Actions.CycleWS’
    Use -v to see a list of the files searched for.

xmonad.hs:14:1: error:
    Failed to load interface for ‘XMonad.Actions.FloatSnap’
    Use -v to see a list of the files searched for.

xmonad.hs:15:1: error:
    Failed to load interface for ‘XMonad.Actions.FloatKeys’
    Use -v to see a list of the files searched for.

xmonad.hs:16:1: error:
    Failed to load interface for ‘XMonad.Actions.OnScreen’
    Use -v to see a list of the files searched for.

xmonad.hs:17:1: error:
    Failed to load interface for ‘XMonad.Actions.Promote’
    Use -v to see a list of the files searched for.

xmonad.hs:18:1: error:
    Failed to load interface for ‘XMonad.Actions.SpawnOn’
    Use -v to see a list of the files searched for.

xmonad.hs:19:1: error:
    Failed to load interface for ‘XMonad.Actions.SwapWorkspaces’
    Use -v to see a list of the files searched for.

xmonad.hs:20:1: error:
    Failed to load interface for ‘XMonad.Actions.UpdateFocus’
    Use -v to see a list of the files searched for.

xmonad.hs:24:1: error:
    Failed to load interface for ‘XMonad.Hooks.DynamicLog’
    Use -v to see a list of the files searched for.

xmonad.hs:25:1: error:
    Failed to load interface for ‘XMonad.Hooks.EwmhDesktops’
    Use -v to see a list of the files searched for.

xmonad.hs:26:1: error:
    Failed to load interface for ‘XMonad.Hooks.InsertPosition’
    Use -v to see a list of the files searched for.

xmonad.hs:27:1: error:
    Failed to load interface for ‘XMonad.Hooks.ManageDocks’
    Use -v to see a list of the files searched for.

xmonad.hs:28:1: error:
    Failed to load interface for ‘XMonad.Hooks.ManageHelpers’
    Use -v to see a list of the files searched for.

xmonad.hs:29:1: error:
    Failed to load interface for ‘XMonad.Hooks.Place’
    Use -v to see a list of the files searched for.

xmonad.hs:30:1: error:
    Failed to load interface for ‘XMonad.Hooks.SetWMName’
    Use -v to see a list of the files searched for.

xmonad.hs:31:1: error:
    Failed to load interface for ‘XMonad.Hooks.WorkspaceByPos’
    Use -v to see a list of the files searched for.

xmonad.hs:32:1: error:
    Failed to load interface for ‘XMonad.Hooks.UrgencyHook’
    Use -v to see a list of the files searched for.

xmonad.hs:37:1: error:
    Failed to load interface for ‘XMonad.Layout.Grid’
    Perhaps you meant XMonad.Layout (from xmonad-0.12)
    Use -v to see a list of the files searched for.

xmonad.hs:38:1: error:
    Failed to load interface for ‘XMonad.Layout.IM’
    Perhaps you meant XMonad.Layout (from xmonad-0.12)
    Use -v to see a list of the files searched for.

xmonad.hs:39:1: error:
    Failed to load interface for ‘XMonad.Layout.LayoutCombinators’
    Use -v to see a list of the files searched for.

xmonad.hs:40:1: error:
    Failed to load interface for ‘XMonad.Layout.NoBorders’
    Use -v to see a list of the files searched for.

xmonad.hs:41:1: error:
    Failed to load interface for ‘XMonad.Layout.PerWorkspace’
    Use -v to see a list of the files searched for.

xmonad.hs:42:1: error:
    Failed to load interface for ‘XMonad.Layout.Spacing’
    Use -v to see a list of the files searched for.

xmonad.hs:43:1: error:
    Failed to load interface for ‘XMonad.Layout.MouseResizableTile’
    Use -v to see a list of the files searched for.

xmonad.hs:46:1: error:
    Failed to load interface for ‘XMonad.Layout.ToggleLayouts’
    Use -v to see a list of the files searched for.

xmonad.hs:49:1: error:
    Failed to load interface for ‘XMonad.Prompt’
    Use -v to see a list of the files searched for.

xmonad.hs:50:1: error:
    Failed to load interface for ‘XMonad.Prompt.Man’
    Use -v to see a list of the files searched for.

xmonad.hs:51:1: error:
    Failed to load interface for ‘XMonad.Prompt.RunOrRaise’
    Use -v to see a list of the files searched for.

xmonad.hs:52:1: error:
    Failed to load interface for ‘XMonad.Prompt.Shell’
    Use -v to see a list of the files searched for.

xmonad.hs:55:1: error:
    Failed to load interface for ‘XMonad.Util.Scratchpad’
    Use -v to see a list of the files searched for.

xmonad.hs:56:1: error:
    Failed to load interface for ‘XMonad.Util.NamedScratchpad’
    Use -v to see a list of the files searched for.

xmonad.hs:57:1: error:
    Failed to load interface for ‘XMonad.Util.Run’
    Use -v to see a list of the files searched for.

xmonad.hs:58:1: error:
    Failed to load interface for ‘XMonad.Util.EZConfig’
    Use -v to see a list of the files searched for.

Please check the file for errors.
пытаюсь нагуглить информацию по этой проблеме
пока ничего путного не нашёл
Gnome 2 >> Unity >> KDE 4 >> Openbox >> Awesome >> Xmonad
GitHub , BitBuket
Не согласен.
Ошибки пошли после сегодняшнего обновления, в котором было два пакета:
  • xmonad
  • haskell-setlocale
Я отправил баг-рипорт на гит.
Посмотрим, что ответят.

### UPD ###
Уже есть ответ.
Если вкратце, то они уверены, что баг у нашего майнтайнера.
возможно
тут есть ещё нюансик - откат любого из этих пакетов поодиночке ничего не решает, ошибки продолжают сыпаться
я это уже проверил у себя
а вот если откатить оба, тогда проблемы не наблюдается )))
Gnome 2 >> Unity >> KDE 4 >> Openbox >> Awesome >> Xmonad
GitHub , BitBuket

Haron_Prime
, да, уже проверено.
Откатывать нужно оба.
Попробую настучать сообщить майнтайнеру.
toZen
Если вкратце, то они уверены, что баг у нашего майнтайнера.
А могло быть иначе? Если изменился только номер релиза.
 
Зарегистрироваться или войдите чтобы оставить сообщение.