On Thu, Nov 23, 2023 at 9:07 PM Alex <taosubmarines@xxxxxxx> wrote: > > // make -j$(nproc) > log_libreoffice-24.2.0.0_$(date '+%Y-%m-%d-%H-%M').make.txt > /bin/sh: 1: .: cannot open /data/lo24/core-libreoffice-24.2.0.0.alpha1/sources.ver: No such file > Makefile:258: *** Error while retrieving $lo_sources_ver from /data/lo24/core-libreoffice-24.2.0.0.alpha1/sources.ver. Stop. The tarball from https://dev-builds.libreoffice.org/pre-releases/src/libreoffice-24.2.0.0.alpha1.tar.xz does contain the file, and that is the only one we can control and has that file and e.g. configure already generated from the configure.ac file. So either use git repository directly, use git bundles, or use the the script to create your own tarballs from the repo: e.g. /path/to/core/bin/lo-pack-sources --xz --set-version=24.2.0.0.alpha1 /path/to/core ciao Chrsitian