FS#70305 - [lib32-fontconfig] errors reading /etc/fonts/conf.d since 2:2.13.93
Attached to Project:
Community Packages
Opened by chu (chaika) - Monday, 05 April 2021, 18:22 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 27 April 2021, 07:49 GMT
Opened by chu (chaika) - Monday, 05 April 2021, 18:22 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 27 April 2021, 07:49 GMT
|
Details
Description:
Since 2:2.13.93 running fc-cache-32 (either directly or from the pacman hook) returns the following error: Fontconfig error: failed reading config file: /etc/fonts/conf.d: (errno 21) downgrading to 2.13.91+48+gfcb0420 fixes the issue. fontconfig doesn't have this problem Additional info: version: 2:2.13.93 Steps to reproduce: Install lib32-fontconfig 2.13.93-1 or later run fc-cache-32 |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Tuesday, 27 April 2021, 07:49 GMT
Reason for closing: Not a bug
Tuesday, 27 April 2021, 07:49 GMT
Reason for closing: Not a bug
the first two being folders, and the last one a text file.
But (and sorry if this sounds newbie) can you please explain how you accomplished this downgrade?
I have tried the "pacman -U" method, which failed with a great many errors such as "fontconfig: /etc/fonts/conf.d/10-hinting-slight.conf exists in filesystem".
I have tried both the "downgrade" and "downgrader-git" packages, and they fail in a similar way.
Obviously uninstalling "fontconfig" would break a great many other packages.
Hard to believe I've spent so much time just trying to install a font for my polybar, but yes I'm in the same boat here. I'm out of ideas and any other thing I might try doesn't feel safe.
```
$ stat /etc/fonts/conf.d
File: /etc/fonts/conf.d
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 10303h/66307d Inode: 263307 Links: 2
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2120-01-15 05:08:53.864481007 -0800
Modify: 2021-04-25 14:09:21.218424333 -0700
Change: 2021-04-25 14:09:21.218424333 -0700
Birth: 2017-10-24 17:35:26.184515752 -0700
```
Welcome to a preview of the year 2038 problem. Change the access time (`touch` should do it) and this problem should go away (for now).
fixed the issue for me
fixed the issue for me