> Does this warning indicate something amiss in my build environment? > > ``` > Layout output to `./1a/lily-d0aeef0b.eps'... > fatal error: Font NotoSansCJKjp-Regular cannot be loaded via Ghostscript > because it is an OpenType/CFF Collection (OTC) font. > ```
What font name does `fc-list` show for this font? > That was from input/regression/utf-8.ly during a `make check`, but > with `-dwarning-as-error` added to the makefile. Try to install `NotoSerifJP-Regular.otf` instead. This is what I have on my OpenSuse box. > fonts-noto-cjk/now 1:20190410+repack1-2 all [installed,local] Hmm. Maybe my checks were too superficial, and the font I mention above is not part of that bundle? Masamichi-san? > gs --version says 9.50. I use 9.52, and I don't get problems. Werner