From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 13:52:03
|
Using Opensuse 12.3 64 bit, kernel 3.9. 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk 2. download appeared to finish correctly 3. examined INSTALL, went into dir /tools and did make, finished without error as far as I can tell 4. then ../src and ./configure, which stops at $ ./configure Configuring ... Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... Checking OpenFst library was patched. Doing OS specific configurations ... ***configure failed: Static OpenFST library not found: See ../tools/INSTALL *** 5. Checked tools install, it just tells me to do make. I did a search on "openfst*" to find a library or executable on the system, but outside the download dirs nothing available. 6. attempted to compile as root (bad, but I thought maybe compile needed to be able to write somewhere) no difference. 7. attempted to define --fst-root but no change to error. Any suggestions? -- --- Colin Beckingham http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:10:47
|
On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > Using Opensuse 12.3 64 bit, kernel 3.9. > > 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk > 2. download appeared to finish correctly > 3. examined INSTALL, went into dir /tools and did make, finished without > error as far as I can tell > 4. then ../src and ./configure, which stops at > > $ ./configure > Configuring ... > Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... > Checking OpenFst library was patched. > Doing OS specific configurations ... > ***configure failed: Static OpenFST library not found: See > ../tools/INSTALL *** Could you check to see if you have the following file kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make in the tools directory should create it, unless there was some error that didn't get reported. > 5. Checked tools install, it just tells me to do make. I did a search on > "openfst*" to find a library or executable on the system, but outside > the download dirs nothing available. No, it's not going to be in the systems directories, but just in the tools directory. > 6. attempted to compile as root (bad, but I thought maybe compile needed > to be able to write somewhere) no difference. You don't need to do anything as root. > 7. attempted to define --fst-root but no change to error. That's only helpful if you already have a OpenFST installation that you want to use. > Any suggestions? > > -- > --- > Colin Beckingham > http://www.it4gh.com > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:14:30
|
On 05/08/2013 10:10 AM, Mailing list used for User Communication and Updates wrote: > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User > Communication and Updates <kal...@li...> wrote: >> Using Opensuse 12.3 64 bit, kernel 3.9. >> >> 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk >> 2. download appeared to finish correctly >> 3. examined INSTALL, went into dir /tools and did make, finished without >> error as far as I can tell >> 4. then ../src and ./configure, which stops at >> >> $ ./configure >> Configuring ... >> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... >> Checking OpenFst library was patched. >> Doing OS specific configurations ... >> ***configure failed: Static OpenFST library not found: See >> ../tools/INSTALL *** > > Could you check to see if you have the following file > kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make in the > tools directory should create it, unless there was some error that > didn't get reported. > $ find ./ -name libfst.a ./tools/openfst-1.3.2/lib64/libfst.a ./tools/openfst-1.3.2/src/lib/.libs/libfst.a -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:30:55
|
There should be a soft link from "openfst" to "openfst-1.3.2". See if it exists and try to figure out why not, if it does not. Dan On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 10:10 AM, Mailing list used for User Communication and > Updates wrote: > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User > > Communication and Updates <kal...@li...> wrote: > >> Using Opensuse 12.3 64 bit, kernel 3.9. > >> > >> 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk > >> 2. download appeared to finish correctly > >> 3. examined INSTALL, went into dir /tools and did make, finished without > >> error as far as I can tell > >> 4. then ../src and ./configure, which stops at > >> > >> $ ./configure > >> Configuring ... > >> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... > >> Checking OpenFst library was patched. > >> Doing OS specific configurations ... > >> ***configure failed: Static OpenFST library not found: See > >> ../tools/INSTALL *** > > > > Could you check to see if you have the following file > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make in the > > tools directory should create it, unless there was some error that > > didn't get reported. > > > > $ find ./ -name libfst.a > ./tools/openfst-1.3.2/lib64/libfst.a > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:33:55
|
On Wed, May 8, 2013 at 3:14 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: >>> Using Opensuse 12.3 64 bit, kernel 3.9. >>> $ ./configure >>> Configuring ... >>> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... >>> Checking OpenFst library was patched. >>> Doing OS specific configurations ... >>> ***configure failed: Static OpenFST library not found: See >>> ../tools/INSTALL *** > > $ find ./ -name libfst.a > ./tools/openfst-1.3.2/lib64/libfst.a > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a OK, a simple fix will be to create a symlink for libfst.a in openfst-1.3.2/lib. Also, tools/openfst-1.3.2 itself should be symlinked as tools/openfst -- if not, let us know. But I am surprised that the directory is lib64 an not lib. This could be an OS-specific issue that I cannot recreate. -Arnab |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 15:05:47
|
On 05/08/2013 10:33 AM, Mailing list used for User Communication and Updates wrote: > On Wed, May 8, 2013 at 3:14 PM, Mailing list used for User > Communication and Updates <kal...@li...> wrote: > >>>> Using Opensuse 12.3 64 bit, kernel 3.9. > >>>> $ ./configure >>>> Configuring ... >>>> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... >>>> Checking OpenFst library was patched. >>>> Doing OS specific configurations ... >>>> ***configure failed: Static OpenFST library not found: See >>>> ../tools/INSTALL *** >> >> $ find ./ -name libfst.a >> ./tools/openfst-1.3.2/lib64/libfst.a >> ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > OK, a simple fix will be to create a symlink for libfst.a in > openfst-1.3.2/lib. Also, tools/openfst-1.3.2 itself should be > symlinked as tools/openfst -- if not, let us know. But I am surprised > that the directory is lib64 an not lib. This could be an OS-specific > issue that I cannot recreate. > -Arnab > Created symlink for libfst.a. tools/openfst-1.3.2 is already symlinked to openfst Attempted new make in src, but still same error. Will now do record of make in tools dir per Dan. -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:34:44
|
Actually, the problem might also be that the "make install" part of the OpenFST installation failed, because there should be a file openfst-1.3.2/lib/openfst.a Type "make openfst_tgt" in the tools/ directory and see what happens Dan On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm...> wrote: > There should be a soft link from "openfst" to "openfst-1.3.2". See if it > exists and try to figure out why not, if it does not. > Dan > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User Communication > and Updates <kal...@li...> wrote: > >> >> >> On 05/08/2013 10:10 AM, Mailing list used for User Communication and >> Updates wrote: >> > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User >> > Communication and Updates <kal...@li...> wrote: >> >> Using Opensuse 12.3 64 bit, kernel 3.9. >> >> >> >> 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunkkaldi-trunk >> >> 2. download appeared to finish correctly >> >> 3. examined INSTALL, went into dir /tools and did make, finished >> without >> >> error as far as I can tell >> >> 4. then ../src and ./configure, which stops at >> >> >> >> $ ./configure >> >> Configuring ... >> >> Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... >> >> Checking OpenFst library was patched. >> >> Doing OS specific configurations ... >> >> ***configure failed: Static OpenFST library not found: See >> >> ../tools/INSTALL *** >> > >> > Could you check to see if you have the following file >> > kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make in the >> > tools directory should create it, unless there was some error that >> > didn't get reported. >> > >> >> $ find ./ -name libfst.a >> ./tools/openfst-1.3.2/lib64/libfst.a >> ./tools/openfst-1.3.2/src/lib/.libs/libfst.a >> >> -- >> --- >> Colin Beckingham >> 613-454-5369 >> http://www.it4gh.com >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and >> their applications. This 200-page book is written by three acclaimed >> leaders in the field. The early access version is available now. >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may >> _______________________________________________ >> Kaldi-users mailing list >> Kal...@li... >> https://lists.sourceforge.net/lists/listinfo/kaldi-users >> > > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:54:17
|
On 05/08/2013 10:34 AM, Mailing list used for User Communication and Updates wrote: > Actually, the problem might also be that the "make install" part of the > OpenFST installation failed, because there should be a file > openfst-1.3.2/lib/openfst.a > Type "make openfst_tgt" in the tools/ directory and see what happens > Dan > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... > <mailto:dp...@gm...>> wrote: > > There should be a soft link from "openfst" to "openfst-1.3.2". See > if it exists and try to figure out why not, if it does not. > Dan > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User > Communication and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 10:10 AM, Mailing list used for User Communication and > Updates wrote: > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User > > Communication and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > >> Using Opensuse 12.3 64 bit, kernel 3.9. > >> > >> 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk > >> 2. download appeared to finish correctly > >> 3. examined INSTALL, went into dir /tools and did make, > finished without > >> error as far as I can tell > >> 4. then ../src and ./configure, which stops at > >> > >> $ ./configure > >> Configuring ... > >> Checking OpenFST library in > /home/colin/kaldi-trunk/tools/openfst ... > >> Checking OpenFst library was patched. > >> Doing OS specific configurations ... > >> ***configure failed: Static OpenFST library not found: See > >> ../tools/INSTALL *** > > > > Could you check to see if you have the following file > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make > in the > > tools directory should create it, unless there was some error > that > > didn't get reported. > > > > $ find ./ -name libfst.a > ./tools/openfst-1.3.2/lib64/libfst.a > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > "$ find ./ -name openfst.a" does not find anything. Did "make openfst_tgt" which completed successfully and created a bunch of stuff. Repeated the two searches and no change to either. Will now try the symlink stuff. Thanks. -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 14:59:07
|
Try doing "make" in the tools/ directory and redirect the output to a file, e.g. make >& foo and paste the file into the email, something seems to have gone wrong. The symlinks should be automatically created and regardless you should have an openfst.a file Dan On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 10:34 AM, Mailing list used for User Communication and > Updates wrote: > > Actually, the problem might also be that the "make install" part of the > > OpenFST installation failed, because there should be a file > > openfst-1.3.2/lib/openfst.a > > Type "make openfst_tgt" in the tools/ directory and see what happens > > Dan > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... > > <mailto:dp...@gm...>> wrote: > > > > There should be a soft link from "openfst" to "openfst-1.3.2". See > > if it exists and try to figure out why not, if it does not. > > Dan > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User > > Communication and Updates <kal...@li... > > <mailto:kal...@li...>> wrote: > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for User Communication > and > > Updates wrote: > > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User > > > Communication and Updates <kal...@li... > > <mailto:kal...@li...>> wrote: > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > >> > > >> 1. I issued svn co svn://svn.code.sf.net/p/kaldi/code/trunk > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk > > >> 2. download appeared to finish correctly > > >> 3. examined INSTALL, went into dir /tools and did make, > > finished without > > >> error as far as I can tell > > >> 4. then ../src and ./configure, which stops at > > >> > > >> $ ./configure > > >> Configuring ... > > >> Checking OpenFST library in > > /home/colin/kaldi-trunk/tools/openfst ... > > >> Checking OpenFst library was patched. > > >> Doing OS specific configurations ... > > >> ***configure failed: Static OpenFST library not found: See > > >> ../tools/INSTALL *** > > > > > > Could you check to see if you have the following file > > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally typing make > > in the > > > tools directory should create it, unless there was some error > > that > > > didn't get reported. > > > > > > > $ find ./ -name libfst.a > > ./tools/openfst-1.3.2/lib64/libfst.a > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > "$ find ./ -name openfst.a" does not find anything. > > Did "make openfst_tgt" which completed successfully and created a bunch > of stuff. Repeated the two searches and no change to either. > > Will now try the symlink stuff. Thanks. > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 15:41:52
|
On 05/08/2013 10:59 AM, Mailing list used for User Communication and Updates wrote: > Try doing "make" in the tools/ directory and redirect the output to a > file, e.g. make >& foo > and paste the file into the email, something seems to have gone wrong. > The symlinks should be automatically created and regardless you should > have an openfst.a file > Dan > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > Communication and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 10:34 AM, Mailing list used for User Communication and > Updates wrote: > > Actually, the problem might also be that the "make install" part > of the > > OpenFST installation failed, because there should be a file > > openfst-1.3.2/lib/openfst.a > > Type "make openfst_tgt" in the tools/ directory and see what happens > > Dan > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... > <mailto:dp...@gm...> > > <mailto:dp...@gm... <mailto:dp...@gm...>>> wrote: > > > > There should be a soft link from "openfst" to > "openfst-1.3.2". See > > if it exists and try to figure out why not, if it does not. > > Dan > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User > > Communication and Updates <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>> wrote: > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for User > Communication and > > Updates wrote: > > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for User > > > Communication and Updates > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>> wrote: > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > >> > > >> 1. I issued svn co > svn://svn.code.sf.net/p/kaldi/code/trunk > <http://svn.code.sf.net/p/kaldi/code/trunk> > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk > > >> 2. download appeared to finish correctly > > >> 3. examined INSTALL, went into dir /tools and did make, > > finished without > > >> error as far as I can tell > > >> 4. then ../src and ./configure, which stops at > > >> > > >> $ ./configure > > >> Configuring ... > > >> Checking OpenFST library in > > /home/colin/kaldi-trunk/tools/openfst ... > > >> Checking OpenFst library was patched. > > >> Doing OS specific configurations ... > > >> ***configure failed: Static OpenFST library not > found: See > > >> ../tools/INSTALL *** > > > > > > Could you check to see if you have the following file > > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally > typing make > > in the > > > tools directory should create it, unless there was > some error > > that > > > didn't get reported. > > > > > > > $ find ./ -name libfst.a > > ./tools/openfst-1.3.2/lib64/libfst.a > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > "$ find ./ -name openfst.a" does not find anything. > > Did "make openfst_tgt" which completed successfully and created a bunch > of stuff. Repeated the two searches and no change to either. > > Will now try the symlink stuff. Thanks. > Dan, I did the re-make and it is on the way to the list. The complete reply was stopped by the bouncer waiting for mod since it thinks the message is too big. In short, still no openfst.a. Thanks. -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:02:28
|
I could not figure out how to authorize the message, it rejected my password. Please send it to dp...@gm... Dan On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 10:59 AM, Mailing list used for User Communication and > Updates wrote: > > Try doing "make" in the tools/ directory and redirect the output to a > > file, e.g. make >& foo > > and paste the file into the email, something seems to have gone wrong. > > The symlinks should be automatically created and regardless you should > > have an openfst.a file > > Dan > > > > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > > Communication and Updates <kal...@li... > > <mailto:kal...@li...>> wrote: > > > > > > > > On 05/08/2013 10:34 AM, Mailing list used for User Communication and > > Updates wrote: > > > Actually, the problem might also be that the "make install" part > > of the > > > OpenFST installation failed, because there should be a file > > > openfst-1.3.2/lib/openfst.a > > > Type "make openfst_tgt" in the tools/ directory and see what > happens > > > Dan > > > > > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... > > <mailto:dp...@gm...> > > > <mailto:dp...@gm... <mailto:dp...@gm...>>> wrote: > > > > > > There should be a soft link from "openfst" to > > "openfst-1.3.2". See > > > if it exists and try to figure out why not, if it does not. > > > Dan > > > > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User > > > Communication and Updates <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>> wrote: > > > > > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for User > > Communication and > > > Updates wrote: > > > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for > User > > > > Communication and Updates > > <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>> wrote: > > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > > >> > > > >> 1. I issued svn co > > svn://svn.code.sf.net/p/kaldi/code/trunk > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk > > > >> 2. download appeared to finish correctly > > > >> 3. examined INSTALL, went into dir /tools and did > make, > > > finished without > > > >> error as far as I can tell > > > >> 4. then ../src and ./configure, which stops at > > > >> > > > >> $ ./configure > > > >> Configuring ... > > > >> Checking OpenFST library in > > > /home/colin/kaldi-trunk/tools/openfst ... > > > >> Checking OpenFst library was patched. > > > >> Doing OS specific configurations ... > > > >> ***configure failed: Static OpenFST library not > > found: See > > > >> ../tools/INSTALL *** > > > > > > > > Could you check to see if you have the following file > > > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally > > typing make > > > in the > > > > tools directory should create it, unless there was > > some error > > > that > > > > didn't get reported. > > > > > > > > > > $ find ./ -name libfst.a > > > ./tools/openfst-1.3.2/lib64/libfst.a > > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > > > > "$ find ./ -name openfst.a" does not find anything. > > > > Did "make openfst_tgt" which completed successfully and created a > bunch > > of stuff. Repeated the two searches and no change to either. > > > > Will now try the symlink stuff. Thanks. > > > > Dan, I did the re-make and it is on the way to the list. The complete > reply was stopped by the bouncer waiting for mod since it thinks the > message is too big. > > In short, still no openfst.a. Thanks. > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:15:55
|
It says in the output you sent me, Libraries have been installed in: /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst Can you do a ls -l of that directory? What did it install there? It seems to think it installed something. Dan On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm...> wrote: > I could not figure out how to authorize the message, it rejected my > password. Please send it to dp...@gm... > Dan > > > > On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User Communication > and Updates <kal...@li...> wrote: > >> >> >> On 05/08/2013 10:59 AM, Mailing list used for User Communication and >> Updates wrote: >> > Try doing "make" in the tools/ directory and redirect the output to a >> > file, e.g. make >& foo >> > and paste the file into the email, something seems to have gone wrong. >> > The symlinks should be automatically created and regardless you should >> > have an openfst.a file >> > Dan >> > >> > >> > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User >> > Communication and Updates <kal...@li... >> > <mailto:kal...@li...>> wrote: >> > >> > >> > >> > On 05/08/2013 10:34 AM, Mailing list used for User Communication and >> > Updates wrote: >> > > Actually, the problem might also be that the "make install" part >> > of the >> > > OpenFST installation failed, because there should be a file >> > > openfst-1.3.2/lib/openfst.a >> > > Type "make openfst_tgt" in the tools/ directory and see what >> happens >> > > Dan >> > > >> > > >> > > >> > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... >> > <mailto:dp...@gm...> >> > > <mailto:dp...@gm... <mailto:dp...@gm...>>> wrote: >> > > >> > > There should be a soft link from "openfst" to >> > "openfst-1.3.2". See >> > > if it exists and try to figure out why not, if it does not. >> > > Dan >> > > >> > > >> > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User >> > > Communication and Updates <kal...@li... >> > <mailto:kal...@li...> >> > > <mailto:kal...@li... >> > <mailto:kal...@li...>>> wrote: >> > > >> > > >> > > >> > > On 05/08/2013 10:10 AM, Mailing list used for User >> > Communication and >> > > Updates wrote: >> > > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used for >> User >> > > > Communication and Updates >> > <kal...@li... >> > <mailto:kal...@li...> >> > > <mailto:kal...@li... >> > <mailto:kal...@li...>>> wrote: >> > > >> Using Opensuse 12.3 64 bit, kernel 3.9. >> > > >> >> > > >> 1. I issued svn co >> > svn://svn.code.sf.net/p/kaldi/code/trunk >> > <http://svn.code.sf.net/p/kaldi/code/trunk> >> > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk >> > > >> 2. download appeared to finish correctly >> > > >> 3. examined INSTALL, went into dir /tools and did >> make, >> > > finished without >> > > >> error as far as I can tell >> > > >> 4. then ../src and ./configure, which stops at >> > > >> >> > > >> $ ./configure >> > > >> Configuring ... >> > > >> Checking OpenFST library in >> > > /home/colin/kaldi-trunk/tools/openfst ... >> > > >> Checking OpenFst library was patched. >> > > >> Doing OS specific configurations ... >> > > >> ***configure failed: Static OpenFST library not >> > found: See >> > > >> ../tools/INSTALL *** >> > > > >> > > > Could you check to see if you have the following file >> > > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally >> > typing make >> > > in the >> > > > tools directory should create it, unless there was >> > some error >> > > that >> > > > didn't get reported. >> > > > >> > > >> > > $ find ./ -name libfst.a >> > > ./tools/openfst-1.3.2/lib64/libfst.a >> > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a >> > > >> > >> > "$ find ./ -name openfst.a" does not find anything. >> > >> > Did "make openfst_tgt" which completed successfully and created a >> bunch >> > of stuff. Repeated the two searches and no change to either. >> > >> > Will now try the symlink stuff. Thanks. >> > >> >> Dan, I did the re-make and it is on the way to the list. The complete >> reply was stopped by the bouncer waiting for mod since it thinks the >> message is too big. >> >> In short, still no openfst.a. Thanks. >> >> -- >> --- >> Colin Beckingham >> 613-454-5369 >> http://www.it4gh.com >> >> >> ------------------------------------------------------------------------------ >> Learn Graph Databases - Download FREE O'Reilly Book >> "Graph Databases" is the definitive new guide to graph databases and >> their applications. This 200-page book is written by three acclaimed >> leaders in the field. The early access version is available now. >> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may >> _______________________________________________ >> Kaldi-users mailing list >> Kal...@li... >> https://lists.sourceforge.net/lists/listinfo/kaldi-users >> > > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:17:05
|
Sorry, it should be libfst.a not openfst.a See if the configure in src/ works now. Dan On Wed, May 8, 2013 at 12:15 PM, Daniel Povey <dp...@gm...> wrote: > It says in the output you sent me, > > Libraries have been installed in: > /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst > > Can you do a ls -l of that directory? What did it install there? It > seems to think it installed something. > > Dan > > > > On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm...> wrote: > >> I could not figure out how to authorize the message, it rejected my >> password. Please send it to dp...@gm... >> Dan >> >> >> >> On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User Communication >> and Updates <kal...@li...> wrote: >> >>> >>> >>> On 05/08/2013 10:59 AM, Mailing list used for User Communication and >>> Updates wrote: >>> > Try doing "make" in the tools/ directory and redirect the output to a >>> > file, e.g. make >& foo >>> > and paste the file into the email, something seems to have gone wrong. >>> > The symlinks should be automatically created and regardless you should >>> > have an openfst.a file >>> > Dan >>> > >>> > >>> > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User >>> > Communication and Updates <kal...@li... >>> > <mailto:kal...@li...>> wrote: >>> > >>> > >>> > >>> > On 05/08/2013 10:34 AM, Mailing list used for User Communication >>> and >>> > Updates wrote: >>> > > Actually, the problem might also be that the "make install" part >>> > of the >>> > > OpenFST installation failed, because there should be a file >>> > > openfst-1.3.2/lib/openfst.a >>> > > Type "make openfst_tgt" in the tools/ directory and see what >>> happens >>> > > Dan >>> > > >>> > > >>> > > >>> > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey <dp...@gm... >>> > <mailto:dp...@gm...> >>> > > <mailto:dp...@gm... <mailto:dp...@gm...>>> wrote: >>> > > >>> > > There should be a soft link from "openfst" to >>> > "openfst-1.3.2". See >>> > > if it exists and try to figure out why not, if it does not. >>> > > Dan >>> > > >>> > > >>> > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used for User >>> > > Communication and Updates < >>> kal...@li... >>> > <mailto:kal...@li...> >>> > > <mailto:kal...@li... >>> > <mailto:kal...@li...>>> wrote: >>> > > >>> > > >>> > > >>> > > On 05/08/2013 10:10 AM, Mailing list used for User >>> > Communication and >>> > > Updates wrote: >>> > > > On Wed, May 8, 2013 at 2:52 PM, Mailing list used >>> for User >>> > > > Communication and Updates >>> > <kal...@li... >>> > <mailto:kal...@li...> >>> > > <mailto:kal...@li... >>> > <mailto:kal...@li...>>> wrote: >>> > > >> Using Opensuse 12.3 64 bit, kernel 3.9. >>> > > >> >>> > > >> 1. I issued svn co >>> > svn://svn.code.sf.net/p/kaldi/code/trunk >>> > <http://svn.code.sf.net/p/kaldi/code/trunk> >>> > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk >>> > > >> 2. download appeared to finish correctly >>> > > >> 3. examined INSTALL, went into dir /tools and did >>> make, >>> > > finished without >>> > > >> error as far as I can tell >>> > > >> 4. then ../src and ./configure, which stops at >>> > > >> >>> > > >> $ ./configure >>> > > >> Configuring ... >>> > > >> Checking OpenFST library in >>> > > /home/colin/kaldi-trunk/tools/openfst ... >>> > > >> Checking OpenFst library was patched. >>> > > >> Doing OS specific configurations ... >>> > > >> ***configure failed: Static OpenFST library not >>> > found: See >>> > > >> ../tools/INSTALL *** >>> > > > >>> > > > Could you check to see if you have the following file >>> > > > kaldi-trunk/tools/openfst/lib/libfst.a? Normally >>> > typing make >>> > > in the >>> > > > tools directory should create it, unless there was >>> > some error >>> > > that >>> > > > didn't get reported. >>> > > > >>> > > >>> > > $ find ./ -name libfst.a >>> > > ./tools/openfst-1.3.2/lib64/libfst.a >>> > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a >>> > > >>> > >>> > "$ find ./ -name openfst.a" does not find anything. >>> > >>> > Did "make openfst_tgt" which completed successfully and created a >>> bunch >>> > of stuff. Repeated the two searches and no change to either. >>> > >>> > Will now try the symlink stuff. Thanks. >>> > >>> >>> Dan, I did the re-make and it is on the way to the list. The complete >>> reply was stopped by the bouncer waiting for mod since it thinks the >>> message is too big. >>> >>> In short, still no openfst.a. Thanks. >>> >>> -- >>> --- >>> Colin Beckingham >>> 613-454-5369 >>> http://www.it4gh.com >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn Graph Databases - Download FREE O'Reilly Book >>> "Graph Databases" is the definitive new guide to graph databases and >>> their applications. This 200-page book is written by three acclaimed >>> leaders in the field. The early access version is available now. >>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may >>> _______________________________________________ >>> Kaldi-users mailing list >>> Kal...@li... >>> https://lists.sourceforge.net/lists/listinfo/kaldi-users >>> >> >> > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:26:09
|
On 05/08/2013 12:16 PM, Mailing list used for User Communication and Updates wrote: > Sorry, it should be libfst.a not openfst.a > See if the configure in src/ works now. > Dan > > > > On Wed, May 8, 2013 at 12:15 PM, Daniel Povey <dp...@gm... > <mailto:dp...@gm...>> wrote: > > It says in the output you sent me, > > Libraries have been installed in: > /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst > > Can you do a ls -l of that directory? What did it install there? > It seems to think it installed something. > > Dan > > > > On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm... > <mailto:dp...@gm...>> wrote: > > I could not figure out how to authorize the message, it rejected > my password. Please send it to dp...@gm... > <mailto:dp...@gm...> > Dan > > > > On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User > Communication and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 10:59 AM, Mailing list used for User > Communication and > Updates wrote: > > Try doing "make" in the tools/ directory and redirect the > output to a > > file, e.g. make >& foo > > and paste the file into the email, something seems to > have gone wrong. > > The symlinks should be automatically created and > regardless you should > > have an openfst.a file > > Dan > > > > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > > Communication and Updates > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>> wrote: > > > > > > > > On 05/08/2013 10:34 AM, Mailing list used for User > Communication and > > Updates wrote: > > > Actually, the problem might also be that the "make > install" part > > of the > > > OpenFST installation failed, because there should > be a file > > > openfst-1.3.2/lib/openfst.a > > > Type "make openfst_tgt" in the tools/ directory > and see what happens > > > Dan > > > > > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey > <dp...@gm... <mailto:dp...@gm...> > > <mailto:dp...@gm... <mailto:dp...@gm...>> > > > <mailto:dp...@gm... <mailto:dp...@gm...> > <mailto:dp...@gm... <mailto:dp...@gm...>>>> wrote: > > > > > > There should be a soft link from "openfst" to > > "openfst-1.3.2". See > > > if it exists and try to figure out why not, if > it does not. > > > Dan > > > > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list > used for User > > > Communication and Updates > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>> > > > <mailto:kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>>> wrote: > > > > > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used > for User > > Communication and > > > Updates wrote: > > > > On Wed, May 8, 2013 at 2:52 PM, Mailing > list used for User > > > > Communication and Updates > > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>> > > > <mailto:kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>>> wrote: > > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > > >> > > > >> 1. I issued svn co > > svn://svn.code.sf.net/p/kaldi/code/trunk > <http://svn.code.sf.net/p/kaldi/code/trunk> > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > > <http://svn.code.sf.net/p/kaldi/code/trunk> kaldi-trunk > > > >> 2. download appeared to finish correctly > > > >> 3. examined INSTALL, went into dir > /tools and did make, > > > finished without > > > >> error as far as I can tell > > > >> 4. then ../src and ./configure, which > stops at > > > >> > > > >> $ ./configure > > > >> Configuring ... > > > >> Checking OpenFST library in > > > /home/colin/kaldi-trunk/tools/openfst ... > > > >> Checking OpenFst library was patched. > > > >> Doing OS specific configurations ... > > > >> ***configure failed: Static OpenFST > library not > > found: See > > > >> ../tools/INSTALL *** > > > > > > > > Could you check to see if you have the > following file > > > > kaldi-trunk/tools/openfst/lib/libfst.a? > Normally > > typing make > > > in the > > > > tools directory should create it, > unless there was > > some error > > > that > > > > didn't get reported. > > > > > > > > > > $ find ./ -name libfst.a > > > ./tools/openfst-1.3.2/lib64/libfst.a > > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > > > > "$ find ./ -name openfst.a" does not find anything. > > > > Did "make openfst_tgt" which completed successfully > and created a bunch > > of stuff. Repeated the two searches and no change to > either. > > > > Will now try the symlink stuff. Thanks. > > > > Dan, I did the re-make and it is on the way to the list. The > complete > reply was stopped by the bouncer waiting for mod since it > thinks the > message is too big. > > In short, still no openfst.a. Thanks. > $ find ./ -name libfst.a ./tools/openfst-1.3.2/lib64/libfst.a ./tools/openfst-1.3.2/src/lib/.libs/libfst.a [colin@linux-3btt ~/kaldi-trunk]$ cd src [colin@linux-3btt ~/kaldi-trunk/src]$ ./configure Configuring ... Checking OpenFST library in /home/colin/kaldi-trunk/tools/openfst ... Checking OpenFst library was patched. Doing OS specific configurations ... ***configure failed: Static OpenFST library not found: See ../tools/INSTALL *** -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:23:19
|
On 05/08/2013 12:15 PM, Mailing list used for User Communication and Updates wrote: > It says in the output you sent me, > > Libraries have been installed in: > /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst > > Can you do a ls -l of that directory? What did it install there? It > seems to think it installed something. > > Dan > > > > On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm... > <mailto:dp...@gm...>> wrote: > > I could not figure out how to authorize the message, it rejected my > password. Please send it to dp...@gm... <mailto:dp...@gm...> > Dan > > > > On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User > Communication and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 10:59 AM, Mailing list used for User Communication and > Updates wrote: > > Try doing "make" in the tools/ directory and redirect the > output to a > > file, e.g. make >& foo > > and paste the file into the email, something seems to have > gone wrong. > > The symlinks should be automatically created and regardless > you should > > have an openfst.a file > > Dan > > > > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > > Communication and Updates <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>> wrote: > > > > > > > > On 05/08/2013 10:34 AM, Mailing list used for User > Communication and > > Updates wrote: > > > Actually, the problem might also be that the "make > install" part > > of the > > > OpenFST installation failed, because there should be a > file > > > openfst-1.3.2/lib/openfst.a > > > Type "make openfst_tgt" in the tools/ directory and > see what happens > > > Dan > > > > > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey > <dp...@gm... <mailto:dp...@gm...> > > <mailto:dp...@gm... <mailto:dp...@gm...>> > > > <mailto:dp...@gm... <mailto:dp...@gm...> > <mailto:dp...@gm... <mailto:dp...@gm...>>>> wrote: > > > > > > There should be a soft link from "openfst" to > > "openfst-1.3.2". See > > > if it exists and try to figure out why not, if it > does not. > > > Dan > > > > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used > for User > > > Communication and Updates > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>> > > > <mailto:kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>>> wrote: > > > > > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for User > > Communication and > > > Updates wrote: > > > > On Wed, May 8, 2013 at 2:52 PM, Mailing > list used for User > > > > Communication and Updates > > <kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>> > > > <mailto:kal...@li... > <mailto:kal...@li...> > > <mailto:kal...@li... > <mailto:kal...@li...>>>> wrote: > > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > > >> > > > >> 1. I issued svn co > > svn://svn.code.sf.net/p/kaldi/code/trunk > <http://svn.code.sf.net/p/kaldi/code/trunk> > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > <http://svn.code.sf.net/p/kaldi/code/trunk> > kaldi-trunk > > > >> 2. download appeared to finish correctly > > > >> 3. examined INSTALL, went into dir /tools > and did make, > > > finished without > > > >> error as far as I can tell > > > >> 4. then ../src and ./configure, which stops at > > > >> > > > >> $ ./configure > > > >> Configuring ... > > > >> Checking OpenFST library in > > > /home/colin/kaldi-trunk/tools/openfst ... > > > >> Checking OpenFst library was patched. > > > >> Doing OS specific configurations ... > > > >> ***configure failed: Static OpenFST > library not > > found: See > > > >> ../tools/INSTALL *** > > > > > > > > Could you check to see if you have the > following file > > > > kaldi-trunk/tools/openfst/lib/libfst.a? > Normally > > typing make > > > in the > > > > tools directory should create it, unless > there was > > some error > > > that > > > > didn't get reported. > > > > > > > > > > $ find ./ -name libfst.a > > > ./tools/openfst-1.3.2/lib64/libfst.a > > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > > > > "$ find ./ -name openfst.a" does not find anything. > > > > Did "make openfst_tgt" which completed successfully and > created a bunch > > of stuff. Repeated the two searches and no change to either. > > > > Will now try the symlink stuff. Thanks. > > > > Dan, I did the re-make and it is on the way to the list. The > complete > reply was stopped by the bouncer waiting for mod since it thinks the > message is too big. > > In short, still no openfst.a. Thanks. > Here is the output: ~/kaldi-trunk/tools/openfst-1.3.2]$ ls -l lib64/fst/ total 29808 -rw-r--r-- 1 colin users 141070 May 8 11:25 libfstfar.a -rwxr-xr-x 1 colin users 936 May 8 11:25 libfstfar.la -rw-r--r-- 1 colin users 20048824 May 8 11:25 libfstfarscript.a -rwxr-xr-x 1 colin users 954 May 8 11:25 libfstfarscript.la -rw-r--r-- 1 colin users 5155114 May 8 11:25 libfstngram.a -rwxr-xr-x 1 colin users 942 May 8 11:25 libfstngram.la -rw-r--r-- 1 colin users 5155114 May 8 11:25 ngram-fst.a -rwxr-xr-x 1 colin users 937 May 8 11:25 ngram-fst.la -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 16:29:00
|
OK, this is weird. It seems to have compiled the extensions but not the core library. Cc'ing Mike Riley. Mike-- he is compiling OpenFst version 1.3.2 on Opensuse 12.3 64 bit, kernel 3.9; it is configured with ./configure --prefix=`pwd` --enable-static --disable-shared --enable-far --enable-ngram-fsts and it acts like it is happily installing the libraries but it only installs the extensions. I'll separately forward you the output of his configure and make. Dan On Wed, May 8, 2013 at 12:23 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 12:15 PM, Mailing list used for User Communication and > Updates wrote: > > It says in the output you sent me, > > > > Libraries have been installed in: > > /home/colin/kaldi-trunk/tools/openfst-1.3.2/lib64/fst > > > > Can you do a ls -l of that directory? What did it install there? It > > seems to think it installed something. > > > > Dan > > > > > > > > On Wed, May 8, 2013 at 12:02 PM, Daniel Povey <dp...@gm... > > <mailto:dp...@gm...>> wrote: > > > > I could not figure out how to authorize the message, it rejected my > > password. Please send it to dp...@gm... <mailto: > dp...@gm...> > > Dan > > > > > > > > On Wed, May 8, 2013 at 11:42 AM, Mailing list used for User > > Communication and Updates <kal...@li... > > <mailto:kal...@li...>> wrote: > > > > > > > > On 05/08/2013 10:59 AM, Mailing list used for User Communication > and > > Updates wrote: > > > Try doing "make" in the tools/ directory and redirect the > > output to a > > > file, e.g. make >& foo > > > and paste the file into the email, something seems to have > > gone wrong. > > > The symlinks should be automatically created and regardless > > you should > > > have an openfst.a file > > > Dan > > > > > > > > > On Wed, May 8, 2013 at 10:54 AM, Mailing list used for User > > > Communication and Updates <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>> wrote: > > > > > > > > > > > > On 05/08/2013 10:34 AM, Mailing list used for User > > Communication and > > > Updates wrote: > > > > Actually, the problem might also be that the "make > > install" part > > > of the > > > > OpenFST installation failed, because there should be a > > file > > > > openfst-1.3.2/lib/openfst.a > > > > Type "make openfst_tgt" in the tools/ directory and > > see what happens > > > > Dan > > > > > > > > > > > > > > > > On Wed, May 8, 2013 at 10:30 AM, Daniel Povey > > <dp...@gm... <mailto:dp...@gm...> > > > <mailto:dp...@gm... <mailto:dp...@gm...>> > > > > <mailto:dp...@gm... <mailto:dp...@gm...> > > <mailto:dp...@gm... <mailto:dp...@gm...>>>> wrote: > > > > > > > > There should be a soft link from "openfst" to > > > "openfst-1.3.2". See > > > > if it exists and try to figure out why not, if it > > does not. > > > > Dan > > > > > > > > > > > > On Wed, May 8, 2013 at 10:14 AM, Mailing list used > > for User > > > > Communication and Updates > > <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>> > > > > <mailto:kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>>> wrote: > > > > > > > > > > > > > > > > On 05/08/2013 10:10 AM, Mailing list used for > User > > > Communication and > > > > Updates wrote: > > > > > On Wed, May 8, 2013 at 2:52 PM, Mailing > > list used for User > > > > > Communication and Updates > > > <kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>> > > > > <mailto:kal...@li... > > <mailto:kal...@li...> > > > <mailto:kal...@li... > > <mailto:kal...@li...>>>> wrote: > > > > >> Using Opensuse 12.3 64 bit, kernel 3.9. > > > > >> > > > > >> 1. I issued svn co > > > svn://svn.code.sf.net/p/kaldi/code/trunk > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > > > <http://svn.code.sf.net/p/kaldi/code/trunk> > > kaldi-trunk > > > > >> 2. download appeared to finish correctly > > > > >> 3. examined INSTALL, went into dir /tools > > and did make, > > > > finished without > > > > >> error as far as I can tell > > > > >> 4. then ../src and ./configure, which > stops at > > > > >> > > > > >> $ ./configure > > > > >> Configuring ... > > > > >> Checking OpenFST library in > > > > /home/colin/kaldi-trunk/tools/openfst ... > > > > >> Checking OpenFst library was patched. > > > > >> Doing OS specific configurations ... > > > > >> ***configure failed: Static OpenFST > > library not > > > found: See > > > > >> ../tools/INSTALL *** > > > > > > > > > > Could you check to see if you have the > > following file > > > > > kaldi-trunk/tools/openfst/lib/libfst.a? > > Normally > > > typing make > > > > in the > > > > > tools directory should create it, unless > > there was > > > some error > > > > that > > > > > didn't get reported. > > > > > > > > > > > > > $ find ./ -name libfst.a > > > > ./tools/openfst-1.3.2/lib64/libfst.a > > > > ./tools/openfst-1.3.2/src/lib/.libs/libfst.a > > > > > > > > > > "$ find ./ -name openfst.a" does not find anything. > > > > > > Did "make openfst_tgt" which completed successfully and > > created a bunch > > > of stuff. Repeated the two searches and no change to > either. > > > > > > Will now try the symlink stuff. Thanks. > > > > > > > Dan, I did the re-make and it is on the way to the list. The > > complete > > reply was stopped by the bouncer waiting for mod since it thinks > the > > message is too big. > > > > In short, still no openfst.a. Thanks. > > > > Here is the output: > > ~/kaldi-trunk/tools/openfst-1.3.2]$ ls -l lib64/fst/ > total 29808 > -rw-r--r-- 1 colin users 141070 May 8 11:25 libfstfar.a > -rwxr-xr-x 1 colin users 936 May 8 11:25 libfstfar.la > -rw-r--r-- 1 colin users 20048824 May 8 11:25 libfstfarscript.a > -rwxr-xr-x 1 colin users 954 May 8 11:25 libfstfarscript.la > -rw-r--r-- 1 colin users 5155114 May 8 11:25 libfstngram.a > -rwxr-xr-x 1 colin users 942 May 8 11:25 libfstngram.la > -rw-r--r-- 1 colin users 5155114 May 8 11:25 ngram-fst.a > -rwxr-xr-x 1 colin users 937 May 8 11:25 ngram-fst.la > > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 18:02:57
|
On 05/08/2013 12:53 PM, Daniel Povey wrote: > Oh, OK. > I have just committed some changes in the tools/ directory, including a > change to the Makefile that should automatically create a link from > lib64 to lib. Colin, try doing "make" again in tools/ > Dan > Some good news, so I deleted the rest of the conversation. Did svn update and the symlink from lib64 to lib is created. Now ./configure in src gets past the libfst thing. So the symlink from one dir to another seems to work well compared to symlinking individual files. Now stops at: Could not find libatlas.so in any of the obvious places. $ ls ../tools/ATLAS/ include otherwise empty. I think it is traditional not to shoot the messenger. Part of the output from the configure is advice to run install_atlas.sh so I did that and this filled in a lot of directories alongside /include/, but ended in error cp: cannot stat ‘/home/colin/kaldi-trunk/tools/ATLAS/build/lib/libtatlas.so’: No such file or directory make[1]: [install_lib] Error 1 (ignored) make[1]: Leaving directory `/home/colin/kaldi-trunk/tools/ATLAS/build' My first thought was just to do another make output file, but since, as you are probably aware, the output from this command is huge, perhaps you have a suggestion as to the shortest path from here. -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 18:05:31
|
OK, it's complaining because you have no ATLAS package installed on your system (or it doesn't know where to find it because we haven't worked much with Suse). Compiling ATLAS tends to be tricky; this is inherent to the way ATLAS works. You could try installing OpenBlas (try "make openblas" in tools/) and give suitable flags to "configure" in src. Or you could find a suitable package for Atlas (does suse have a notion of packages?) Dan On Wed, May 8, 2013 at 2:03 PM, Mailing list used for User Communication and Updates <kal...@li...> wrote: > > > On 05/08/2013 12:53 PM, Daniel Povey wrote: > > Oh, OK. > > I have just committed some changes in the tools/ directory, including a > > change to the Makefile that should automatically create a link from > > lib64 to lib. Colin, try doing "make" again in tools/ > > Dan > > > > Some good news, so I deleted the rest of the conversation. Did svn > update and the symlink from lib64 to lib is created. Now ./configure in > src gets past the libfst thing. So the symlink from one dir to another > seems to work well compared to symlinking individual files. > > Now stops at: > > Could not find libatlas.so in any of the obvious places. > > $ ls ../tools/ATLAS/ > include > > otherwise empty. > > I think it is traditional not to shoot the messenger. > Part of the output from the configure is advice to run install_atlas.sh > so I did that and this filled in a lot of directories alongside > /include/, but ended in error > > cp: cannot stat > ‘/home/colin/kaldi-trunk/tools/ATLAS/build/lib/libtatlas.so’: No such > file or directory > make[1]: [install_lib] Error 1 (ignored) > make[1]: Leaving directory `/home/colin/kaldi-trunk/tools/ATLAS/build' > > My first thought was just to do another make output file, but since, as > you are probably aware, the output from this command is huge, perhaps > you have a suggestion as to the shortest path from here. > > -- > --- > Colin Beckingham > 613-454-5369 > http://www.it4gh.com > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > |
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-05-08 18:48:46
|
Thanks for that. Here's what I have: Opensuse uses Yast as a package manager and has libraries for both atlas and openblas. I did try installing atlas before, but I was thrown by the fact that no libatlas.so is provided. However there is a reason for my confusion. Opensuse packages provide both libsatlas and libtatlas so files. Evidently the 's' version is compiled for serial and the 't' version is for threaded. I think the latter is if you have a CUDA card installed. I added a symlink in /usr/lib64 for libatlas.so pointing at atlas/libsatlas.so (conservatively, this can be changed) and this allows configure to finish. There are some warnings about it being the wrong architecture, but so far make is running. I'm pretty sure I went through something similar to this in getting numpy and octave installed. All good practice, and plenty of hard drive space. Thank you for your prompt assistance. If I can return the favour sometime let me know. On 05/08/2013 02:05 PM, Mailing list used for User Communication and Updates wrote: > OK, it's complaining because you have no ATLAS package installed on your > system (or it doesn't know where to find it because we haven't worked > much with Suse). Compiling ATLAS tends to be tricky; this is inherent > to the way ATLAS works. > You could try installing OpenBlas (try "make openblas" in tools/) and > give suitable flags to "configure" in src. > Or you could find a suitable package for Atlas (does suse have a notion > of packages?) > Dan > > > On Wed, May 8, 2013 at 2:03 PM, Mailing list used for User Communication > and Updates <kal...@li... > <mailto:kal...@li...>> wrote: > > > > On 05/08/2013 12:53 PM, Daniel Povey wrote: > > Oh, OK. > > I have just committed some changes in the tools/ directory, > including a > > change to the Makefile that should automatically create a link from > > lib64 to lib. Colin, try doing "make" again in tools/ > > Dan > > > > Some good news, so I deleted the rest of the conversation. Did svn > update and the symlink from lib64 to lib is created. Now ./configure in > src gets past the libfst thing. So the symlink from one dir to another > seems to work well compared to symlinking individual files. > > Now stops at: > > Could not find libatlas.so in any of the obvious places. > > $ ls ../tools/ATLAS/ > include > > otherwise empty. > > I think it is traditional not to shoot the messenger. > Part of the output from the configure is advice to run install_atlas.sh > so I did that and this filled in a lot of directories alongside > /include/, but ended in error > > cp: cannot stat > ‘/home/colin/kaldi-trunk/tools/ATLAS/build/lib/libtatlas.so’: No such > file or directory > make[1]: [install_lib] Error 1 (ignored) > make[1]: Leaving directory `/home/colin/kaldi-trunk/tools/ATLAS/build' > > My first thought was just to do another make output file, but since, as > you are probably aware, the output from this command is huge, perhaps > you have a suggestion as to the shortest path from here. > > -- > --- > Colin Beckingham > 613-454-5369 <tel:613-454-5369> > http://www.it4gh.com > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > <mailto:Kal...@li...> > https://lists.sourceforge.net/lists/listinfo/kaldi-users > > > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and > their applications. This 200-page book is written by three acclaimed > leaders in the field. The early access version is available now. > Download your free book today! http://p.sf.net/sfu/neotech_d2d_may > > > > _______________________________________________ > Kaldi-users mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-users > -- --- Colin Beckingham 613-454-5369 http://www.it4gh.com |