Re: unbreaking LibreOffices tests on at least release architectures
Rene Engelhard <[email protected]> Sat, 22 Jul 2023 15:25:11 +0200
| Newsgroups | gmane.linux.debian.ports.bsd |
|---|---|
| Organization | Debian Project |
| Message-ID | <a3edcc69-8f6b-c9cd-8678-31123d0c578c__24061.1029019178$1690032685$gmane$org@debian.org> |
Hi, Am 22.07.23 um 15:07 schrieb Andreas Schwab: >> Which gives the smoketest test failure here I pointed out (again) in my >> other mail. > $ find /usr/lib64/libreoffice/ -name "*smoke*" > /usr/lib64/libreoffice/program/classes/smoketest.jar > > How can I run that? You can't from that, ttbomk. You miss other files needed which are not ending up inĀ the installation. You build it and run make subsequentcheck in smoketest (or a general make check). But you might need to build prereqs first, see https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/-/blob/master/rules#L2340 ff. Regards, Rene