https://bugzilla.redhat.com/show_bug.cgi?id=1750891
Akira TAGOH tagoh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dustymabe@redhat.com, | |jonathan@jlebon.com, | |miabbott@redhat.com, | |rfairley@redhat.com, | |walters@redhat.com Component|fontconfig |ostree Assignee|tagoh@redhat.com |walters@redhat.com
--- Comment #3 from Akira TAGOH tagoh@redhat.com --- Hmm, actually this seems not race. because this happens even when installing one package. see:
$ rpm-ostree db diff ostree diff commit from: rollback deployment (fbaac5f3877d7dc590a43948eb4c832b47d0a5e85a221dc6789bac161628e351) ostree diff commit to: booted deployment (798e14ea8bdc3ea82650996239a31d0bd0946575d019b832b393ded7d696f9ed) Added: samyak-devanagari-fonts-1.2.2-22.fc31.noarch samyak-fonts-common-1.2.2-22.fc31.noarch $ diff -pruN <(ls --color=no -1 /sysroot/ostree/deploy/fedora-workstation/deploy/fbaac5f3877d7dc590a43948eb4c832b47d0a5e85a221dc6789bac161628e351.0/usr/lib/fontconfig/cache/) <(ls --color=no -1 /sysroot/ostree/deploy/fedora-workstation/deploy/798e14ea8bdc3ea82650996239a31d0bd0946575d019b832b393ded7d696f9ed.0/usr/lib/fontconfig/cache/) --- /dev/fd/63 2019-09-12 18:51:32.920178932 +0900 +++ /dev/fd/62 2019-09-12 18:51:32.921178932 +0900 @@ -6,6 +6,7 @@ 210c0516121708a580e22e6b1f9a103a-le64.cache-7 26078b1cf62d7535e9fc9c56a8803883-le64.cache-7 2881ed3fd21ca306ddad6f9b0dd3189f-le64.cache-7 +30b9c3e04f780095e7cb0ae44a315810-le64.cache-7 3830d5c3ddfd5cd38a049b759396e72e-le64.cache-7 3c3fb04d32a5211b073874b125d29701-le64.cache-7 3e9ca894d7ccd8b9fedb236c4f3f7c4e-le64.cache-7
The above newly created cache is for /usr/share/fonts/samyak. we're still missing one more updates here. Updating the cache for /usr/share/fonts failed somehow. I don't know what exactly happened during the package installation. need some comments from ostree guys. so reassigning to ostree so far.