alex@deb-cosmos:/software/kaldi/tools$ make
extras/check_dependencies.sh
extras/check_dependencies.sh: python2.7 is not installed
extras/check_dependencies.sh: python3 present
extras/check_dependencies.sh: Not configuring python(s) -- using system defaults
extras/check_dependencies.sh: all OK.
if [ -d "" ]; then \
cp -p "/cub-1.8.0.tar.gz" .; \
else \
wget -nv -T 10 -t 3 -O cub-1.8.0.tar.gz \
https://github.com/NVlabs/cub/archive/1.8.0.tar.gz; \
fi
2026-02-17 16:37:24 URL:https://codeload.github.com/NVlabs/cub/tar.gz/refs/tags/1.8.0 [384644] -> "cub-1.8.0.tar.gz" [1]
rm -f cub
tar -xmzf cub-1.8.0.tar.gz
ln -s cub-1.8.0 cub
if [ -d "" ]; then \
cp -p "/openfst-1.8.4.tar.gz" .; \
else \
wget -nv -T 10 -t 1 http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.8.4.tar.gz || \
wget -nv -T 10 -t 3 -c https://www.openslr.org/resources/2/openfst-1.8.4.tar.gz; \
fi
https://www.openslr.org/resources/2/openfst-1.8.4.tar.gz:
2026-02-17 16:37:35 ОШИБКА 404: Not Found.
make: *** [Makefile:92: openfst-1.8.4.tar.gz] Ошибка 8
The make command fails, because it cannot find openfst-1.8.4.tar.gz file on URL:
https://www.openslr.org/resources/2/openfst-1.8.4.tar.gz
Link is broken on OpenSLR website. I propose changing the URL to:
https://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.8.4.tar.gz
The
makecommand fails, because it cannot find openfst-1.8.4.tar.gz file on URL:https://www.openslr.org/resources/2/openfst-1.8.4.tar.gz
Link is broken on OpenSLR website. I propose changing the URL to:
https://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.8.4.tar.gz