Package: qemu-user-static Version: 1:6.1+dfsg-8 Severity: important Hi,
I have a few foreign architecture chroots (for test-building packages on an amd64 host) relying on foreign binfmt execution via qemu-user-static. mbrola fails to build in this environment (at least arm64, armhf, ppc64el), I could reduce the failure to this reproducer (which works fine in an arm64 chroot on a porterbox): in a minimal sid arm64 chroot run $ apt-get install lyx $ t=$(mktemp -d) && lyx -userdir $t -E pdf $t/t.pdf $t/no.lyx LyX: reconfiguring user directory support/Systemcall.cpp (276): Systemcall: 'python3 -tt "/usr/share/lyx/configure.py" --binary-dir="/usr/bin/"' finished with exit code -1 LyX: Done! LayoutFile.cpp (110): LayoutFileList::Read: unable to find textclass file `textclass.lst'. LayoutFile.cpp (172): LayoutFileList::Read: no textclasses found! ModuleList.cpp (128): unable to find modules file `lyxmodules.lst'. No modules will be available. CiteEnginesList.cpp (173): unable to find cite engines file `citeengines.lst'. No cite engines will be available. Error: Document class not found ---------------------------------------- The layout file: article could not be found. A default textclass with default layouts will be used. LyX will not be able to produce correct output. Warning: Cite Engine not available ---------------------------------------- The cite engine basic has been requested by this document but has not been found in the list of available engines. If you recently installed it, you probably need to reconfigure LyX. LyX failed to load the following file: /tmp/tmp.DcNdlA0sNJ/no.lyx But if I run the lyx/configure.py script manually, this works without error: $ cd $(mktemp -d) && python3 -tt "/usr/share/lyx/configure.py" --binary-dir="/usr/bin/" checking for a Latex2e program... +checking for "latex"... no +checking for "latex2e"... no checking for a DVI postprocessing program... +checking for "pplatex"... no [...] /usr/share/lyx/layouts/bicaption.module /usr/share/lyx/layouts/algorithm2e.module /usr/share/lyx/layouts/InStar.module done +checking list of cite engines... /usr/share/lyx/citeengines/natbib.citeengine /usr/share/lyx/citeengines/jurabib.citeengine /usr/share/lyx/citeengines/biblatex.citeengine /usr/share/lyx/citeengines/biblatex-natbib.citeengine /usr/share/lyx/citeengines/basic.citeengine done +checking list of external templates... /usr/share/lyx/xtemplates/xfig.xtemplate /usr/share/lyx/xtemplates/vector_graphics.xtemplate /usr/share/lyx/xtemplates/raster_image.xtemplate /usr/share/lyx/xtemplates/pdfpages.xtemplate /usr/share/lyx/xtemplates/lilypond.xtemplate /usr/share/lyx/xtemplates/inkscape.xtemplate /usr/share/lyx/xtemplates/gnumeric.xtemplate /usr/share/lyx/xtemplates/dia.xtemplate /usr/share/lyx/xtemplates/chess.xtemplate done checking LaTeX configuration... default values +checking list of textclasses... done +generating default list of packages... done Andreas