kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

Build error when downloading openfst from openslr.org #4595

Closed tjysdsg closed 3 years ago

tjysdsg commented 3 years ago

When running make in tools/, the following error is raised:

https://www.openslr.org/resources/2/openfst-1.7.2.tar.gz:                                                                             
2021-07-22 10:43:23 ERROR 404: Not Found.                    
make: *** [openfst-1.7.2.tar.gz] Error 8

In tools/Makefile, the default openfst version used is 1.7.2, but there's no openfst 1.7.2 uploaded to openslr.org

kkm000 commented 3 years ago

Thanks, we'll check. More interesting, the first download attempt is done from http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.7.2.tar.gz -- do you have access to this site? I just downloaded it from there.

If all else fails, use https://github.com/kkm000/openfst/archive/refs/tags/orig/1.7.2.1.tar.gz. But you'll have to unpack it manually, and then rename the directory it unpacks into from openfst-orig-1.7.2.1 to openfst-1.7.2.

tjysdsg commented 3 years ago

Thanks for the answer! It seems that the download from openfst.org timed out multiple times, therefore the second link (openslr.org) was used.

I did manually download the zip and solved the issue, but I thought I should remind you that the zip wasn't uploaded to openslr xD

kkm000 commented 3 years ago

Yup, that's not right. It's notable that it has timed out. It hosted at Google. Probably has to to with some, ahem, unreliable network in between...

@danpovey or @jtrmal. I don't know who of you guys admins openslr contents, but could you please upload 1.7.2 and 1.7.9 (which is our target for upgrade, per https://github.com/kaldi-asr/kaldi/issues/4565#issuecomment-862039667)? Alternatively, I can hack tools/Makefile to OpenFST from my and @jtrmal repo: I'm always keeping a clean branch there (original) and tag it with their 4-cmponent tag.revision, although they no longer the revision.

jtrmal commented 3 years ago

I'm on it. y.

On Sun, Jul 25, 2021 at 12:12 AM kkm000 @.***> wrote:

Yup, that's not right. It's notable that it has timed out. It hosted at Google. Probably has to to with some, ahem, unreliable network in between...

@danpovey https://github.com/danpovey or @jtrmal https://github.com/jtrmal. I don't know who of you guys admins openslr contents, but could you please upload 1.7.2 and 1.7.9 (which is our target for upgrade, per #4565 (comment) https://github.com/kaldi-asr/kaldi/issues/4565#issuecomment-862039667)? Alternatively, I can hack tools/Makefile to OpenFST from my and @jtrmal https://github.com/jtrmal repo: I'm always keeping a clean branch there (original) and tag it with their 4-cmponent tag.revision, although they no longer the revision.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kaldi-asr/kaldi/issues/4595#issuecomment-886117174, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUKYX6B6KPS3LUNT6UUUITTZM3F5ANCNFSM5AZEB5YQ .

jtrmal commented 3 years ago

should be done. y.

On Mon, Jul 26, 2021 at 3:33 PM Jan Yenda Trmal @.***> wrote:

I'm on it. y.

On Sun, Jul 25, 2021 at 12:12 AM kkm000 @.***> wrote:

Yup, that's not right. It's notable that it has timed out. It hosted at Google. Probably has to to with some, ahem, unreliable network in between...

@danpovey https://github.com/danpovey or @jtrmal https://github.com/jtrmal. I don't know who of you guys admins openslr contents, but could you please upload 1.7.2 and 1.7.9 (which is our target for upgrade, per #4565 (comment) https://github.com/kaldi-asr/kaldi/issues/4565#issuecomment-862039667)? Alternatively, I can hack tools/Makefile to OpenFST from my and @jtrmal https://github.com/jtrmal repo: I'm always keeping a clean branch there (original) and tag it with their 4-cmponent tag.revision, although they no longer the revision.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kaldi-asr/kaldi/issues/4595#issuecomment-886117174, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUKYX6B6KPS3LUNT6UUUITTZM3F5ANCNFSM5AZEB5YQ .

kkm000 commented 3 years ago

@jtrmal thanks!