ошибка fontconfig - Не могущий установить что-либо

Я отправляю этот запрос после применения всех доступных решений. Я использую Ubuntu 16.

Проблема:

Errors were encountered while processing:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)

Каждый раз, когда я пытаюсь установить, обновить или удалить что-либо, всегда существует ошибка, которая заставляет целый процесс перестать работать


sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up fontconfig (2.11.94-0ubuntu1.1) ...
Regenerating fonts cache... failed.
See /var/log/fontconfig.log for more information.
dpkg: error processing package fontconfig (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)

Основная проблема перечислена в последней строке файла журнала т.е.

/usr/share/fonts/opentype/noto: Bus error (core dumped)

Ошибка шины - что-то, что вызывает проблему

Вывод от /var/log/fontconfig.log

/usr/share/fonts: caching, new cache contents: 0 fonts, 6 dirs
/usr/share/fonts/X11: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/X11/Type1: caching, new cache contents: 8 fonts, 0 dirs
/usr/share/fonts/X11/encodings: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/X11/encodings/large: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/X11/misc: caching, new cache contents: 59 fonts, 0 dirs
/usr/share/fonts/X11/util: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap: caching, new cache contents: 0 fonts, 5 dirs
/usr/share/fonts/cmap/adobe-cns1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-gb1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-japan2: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/cmap/adobe-korea1: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/opentype: caching, new cache contents: 0 fonts, 2 dirs
/usr/share/fonts/opentype/noto: Bus error (core dumped)

Я не могу использовать свою систему правильно из-за этой проблемы. Как я могу зафиксировать его?

3
задан 18 December 2016 в 01:07

1 ответ

По умолчанию /usr/share/fonts/opentype/noto папка содержит шрифты, установленные fonts-noto-cjk пакет. Следовательно переустановка fonts-noto-cjk может стоить попытки:

sudo apt install --reinstall fonts-noto-cjk
4
ответ дан 1 December 2019 в 15:52

Другие вопросы по тегам:

Похожие вопросы: