Hi, I set up for LibreOffice development on Ubuntu 26.04 LTS, following the steps on Development/BuildingOnLinux. autogen.sh succeeds, make succeeds, and soffice runs. But make check fails under CppunitTest_sw_layoutwriter3:
[_RUN_____] (anonymous namespace)::testDropAsianWord::TestBody warn:vcl.fonts:511734:511734:vcl/unx/generic/font/fontconfig.cxx:1302: FontConfigManager::Substitute: missing font: 'Liberation Mono' try: DejaVu Sans Mono instead file:///home/marc/libreoffice/sw/qa/extras/layout/data/drop_asian_word.fodt: terminating test due to missing font: Liberation Mono However, my locally-built Writer has the font Liberation Mono, and it even opens the test file for that test. Ideas on what I'm missing? Thanks, Marc
